1. 3b44a74 h2-tx-credit-disallow-overflow by Andy Green · 5 years ago
  2. 4692c1a rtos: clean warnings where uint32_t is an unsigned long by Andy Green · 5 years ago
  3. 48366de unix plat: add minimal wsi fd map option by Andy Green · 6 years ago
  4. f7149e9 cc0: align dedication to CC0 FAQ recommended format by Andy Green · 6 years ago
  5. 0405c0c lejp: make sure child object close is not mistaken for parent by Andy Green · 6 years ago
  6. e63b3a6 daemonize: use pid_t by Andy Green · 6 years ago
  7. 39e19c8 qnx: qnx6.5 compatibility by pblemel · 6 years ago
  8. eda102e jwe by Andy Green · 6 years ago
  9. 08b5ad9 role: raw-proxy by Andy Green · 6 years ago
  10. c027c3d docs: cleanups by Andy Green · 6 years ago
  11. d9f982a minimal examples: update for CSP best practices by Andy Green · 6 years ago
  12. 0a0b881 minimal: minimal-ws-client-spam by Andy Green · 6 years ago
  13. 93d4e18 openssl tls1.3: allow setting ciphersuites at context creation time by Andy Green · 6 years ago
  14. 1f13141 lws_hdr_copy: ensure enough extra space by Andy Green · 6 years ago
  15. 33a6034 codacy: minor fixes by Andy Green · 6 years ago
  16. fd810f1 http proxy: client: unix socket support by Andy Green · 6 years ago
  17. 6a59af4 test-app: remove -r resource path by Andy Green · 6 years ago
  18. 97f3e66 test-app: upgrade test.html to have separate css and js for CSP by Andy Green · 6 years ago
  19. d1f9f0a libwebsockets.h: split out into a dir of sub-includes included by libwebsockets.h by Andy Green · 6 years ago
  20. d461f46 libwebsockets.h: clean out some boilerplate better put in core/private.h by Andy Green · 6 years ago
  21. f37454a cmake: LEJF and LEJP_CONF now on by default by Andy Green · 6 years ago
  22. a03dd40 plugins: gitws libjsongit2 support by Andy Green · 6 years ago
  23. f2f9685 fd_cloexec: add and use lws_open wrapper and lws_plat_apply_FD_CLOEXEC() on cgi by Andy Green · 6 years ago
  24. db69769 sshd: make sure no aliases on last_alloc by Andy Green · 6 years ago
  25. 44e5e12 minimal client: add different paths to multi by Andy Green · 6 years ago
  26. de064fd refactor: core code in lib/core and private-libwebsockets.h to core/private.h by Andy Green · 7 years ago
  27. f497562 refactor: change event lib minimal examples to serve as the test apps by Andy Green · 7 years ago
  28. 0b52d92 refactor: remove more test apps and replace with minimal-examples by Andy Green · 7 years ago
  29. d37b383 refactor: apply ops structs to event loop handlers by Andy Green · 7 years ago
  30. d05b408 refactor: clean out test-apps by Andy Green · 7 years ago
  31. 8d213f8 refactor: isolate event_loop struct content same way as roles by Andy Green · 7 years ago
  32. ae68860 qa: add 6 x h2load tests by Andy Green · 7 years ago
  33. 82adc07 fix minimal-server-tls by Andy Green · 7 years ago
  34. 27e86e2 cmake: allow setting LWS_ROLE_WS by Andy Green · 7 years ago
  35. 7b227eb autobahn fixes by Andy Green · 7 years ago
  36. 1d20949 refactor: absorb other caches into buflist by Andy Green · 7 years ago
  37. 4b7144f lws_buflist by Andy Green · 7 years ago
  38. 126be3c refactor role ops by Andy Green · 7 years ago
  39. 16e2f09 refactor mode and states into roles and states by Andy Green · 7 years ago
  40. d830185 coverity 189197: workaround false cov detect by Andy Green · 7 years ago
  41. e993168 sshd: fixes by Andy Green · 7 years ago
  42. fddebfc QA by Andy Green · 7 years ago
  43. 2a9b6f5 client: h2 by Andy Green · 7 years ago
  44. caaf26c libuv: foreign loop detach doesn not require lws running the loop at all by Andy Green · 7 years ago
  45. bd6fc10 lws_write_ws_flags helper by Andy Green · 7 years ago
  46. 94f3981 mbedtls: wrapper: client: Force mbedTLS to attemp to verify cert by Fabio Alessandrelli · 7 years ago
  47. 1820212 lws_set_timer_usecs: change to usec resolution by Andy Green · 7 years ago
  48. a416178 wss-over-h2: show feedback in test page if active by Andy Green · 7 years ago
  49. 5acbb04 unixskt: add test server support and cleanup inode on exit by Andy Green · 7 years ago
  50. 422cbf2 align private LWS_NO_EXTENSIONS to be same as public LWS_WITHOUT_EXTENSIONS by Andy Green · 7 years ago
  51. 302f8fa h2 ws: fixes against chrome by Andy Green · 7 years ago
  52. 1b5d772 Subject: echo client: Fix an off-by-one error in --times handling by Peter Pentchev · 7 years ago
  53. 2c93b25 Subject: echo: exit if --times is specified by Peter Pentchev · 7 years ago
  54. aae2c24 lws_snprintf by Andy Green · 7 years ago
  55. cb70b6e win32: remove snprintf mangling by Andy Green · 7 years ago
  56. b49630e minimal: add Wall and cleanups by Andy Green · 7 years ago
  57. 0d5ca2d pthreads: more locking by Andy Green · 7 years ago
  58. d39ecd8 smp: fixes by Andy Green · 7 years ago
  59. 3de2e9a pthreads: build test server based on pthreads.h availability by Andy Green · 7 years ago
  60. 27115c3 Subject: [PATCH] do not pass AI_CANONNAME to getaddrinfo() by Martin Milata · 7 years ago
  61. ff2f5f6 libev: libevent conflicts at buildtime by Andy Green · 7 years ago
  62. 73b0147 libev: move accept into vh by Andy Green · 7 years ago
  63. a663aef test-server-v2.0: remove comment about now filescope init memset by Andy Green · 7 years ago
  64. 673e3aa attack.sh fixes by Andy Green · 7 years ago
  65. 93bc409 POST: handle http/1 pipelined after body by Andy Green · 7 years ago
  66. 5494128 test-echo: handle WRITABLE callback when nothing to send by Andy Green · 7 years ago
  67. 0c40f0b ev: signed-unsigned warning in test app by Andy Green · 7 years ago
  68. 08d36db qnx: add support by Anzey · 7 years ago
  69. 2e4ac9d lejp: fix float by Andy Green · 7 years ago
  70. f95f689 libevent test server Werror sign-compare by Andy Green · 7 years ago
  71. b940911 sshd: support async exec or shell close by Andy Green · 7 years ago
  72. 1da0197 truncated: detect and flag any write on a wsi that could have pending truncated by Andy Green · 7 years ago
  73. 7d59122 lws_set_timer by Andy Green · 7 years ago
  74. 5b74d71 gcov: add in cmake and adapt defaults by Andy Green · 7 years ago
  75. ad07d95 cleanups by Andy Green · 7 years ago
  76. 33b40e0 mingw: fixes by Ralph Lessmann · 7 years ago
  77. be525cb appveyor: Enable 64-bit build with OpenSSL and HTTP2 by Andy Green · 7 years ago
  78. 74fddbc cancel_service: change to event-loop agnostic implementation by Andy Green · 7 years ago
  79. 8c35e14 test-apps: mirror echo mode by Andy Green · 7 years ago
  80. 5a90bb3 lejp: add test app to parse stdin by Andy Green · 7 years ago
  81. 1c70181 build: enable signed vs unsigned warnings on gcc by Andy Green · 7 years ago
  82. 89cb55e tls: split out common, openssl and mbedtls code by Andy Green · 7 years ago
  83. 904a9c0 http2: make usable by Andy Green · 7 years ago
  84. fc995df CMake: convert all LWS_USE_... to LWS_WITH_... by Andy Green · 7 years ago
  85. 7597ac3 Plugins: add ssh-base ssh server plugin by Andy Green · 7 years ago
  86. bc451af lws-meta: add var in js to enable and disable by default by Andy Green · 7 years ago
  87. 93f05d6 test-client: add justmirror flag by Andy Green · 7 years ago
  88. 4f267c5 clean up top level of project by Andy Green · 7 years ago[Renamed from test-server]
  89. 12adb39 lws_ring: introduce generic flexible ringbuffer abstraction by Andy Green · 7 years ago
  90. 98df672 LWS_WITH_PEER_LIMITS by Andy Green · 7 years ago
  91. 9b484ff docs: clarify difference between client and server ssl members in creation_info struct by Andy Green · 7 years ago
  92. 2e5110e cgi: provide constants for reason_bf by Andy Green · 7 years ago
  93. 040b408 ping test app: avoid FPE when no packets received by Andy Green · 7 years ago
  94. 414f114 attack.sh: adapt to changes by Andy Green · 7 years ago
  95. d86641e libevent: update to use static plugins and work with new libevent2 by Andy Green · 7 years ago
  96. 41c1551 test-server-libuv: add lws_meta by Andy Green · 7 years ago
  97. 941e93e test-server-libuv: also call context_destroy2 when using foreign loop by Andy Green · 7 years ago
  98. 6f11c13 lws-meta by Andy Green · 7 years ago
  99. faa1526 lws-vhost-destroy by Andy Green · 7 years ago
  100. 6f2a470 test-html: unify ws open function by Andy Green · 7 years ago