1. 7fde4bf [LSC] Add LOCAL_LICENSE_KINDS to external/libwebsockets by Bob Badour · 2 years, 5 months ago
  2. dcaa001 lecp: add CBOR stream parser LECP like JSON LEJP by Andy Green · 3 years ago
  3. fabe78d Wextra by Andy Green · 3 years ago
  4. 9d123ea extpoll: clean up test server for Wconversion in extpoll parts by Andy Green · 3 years ago
  5. b5ed383 use ctime_r instead of ctime if possible by Pavel Otchertsov · 3 years, 3 months ago
  6. 632ddd8 ssh-demo fix by Andy Green · 3 years, 3 months ago
  7. 8d5341d vh init: make sure protocol set by Andy Green · 3 years, 4 months ago
  8. 0e6df74 plugins: add option LWS_WITH_PLUGINS_BUILTIN by Andy Green · 3 years, 5 months ago
  9. c9731c5 type comparisons: fixes by Andy Green · 3 years, 6 months ago
  10. 8b82560 cmake: netbsd: no libdl by Andy Green · 3 years, 6 months ago
  11. 224e155 zip-fops: test-server: also install candide-uncompressed example by Andy Green · 3 years, 7 months ago
  12. 3952c25 zip-fops: example: add concompressed mount too by Andy Green · 3 years, 7 months ago
  13. 40f4ce9 testapp: extpoll: add back missing EXTERNAL_POLL pieces by Andy Green · 3 years, 9 months ago
  14. 5c7b5af cmake: disable export visibility when building lws static by Andy Green · 3 years, 9 months ago
  15. 21a22d2 test-apps: dont build extension support if LWS_WITHOUT_EXTENSIONS by Andy Green · 3 years, 10 months ago
  16. 629c813 sai: freebsd by Andy Green · 3 years, 10 months ago
  17. 4f84fcb cmake: windows: WIN32_HELPERS_PATH already ready for one-level-down CMakeLists.txt by Andy Green · 3 years, 11 months ago
  18. 6747ab8 content_info: make members conditional by Andy Green · 4 years ago
  19. 2a77277 windows: for data exports use explicit extern by Andy Green · 4 years ago
  20. b3131fd cmakelist: Augean Stables refactor by Andy Green · 4 years, 1 month ago
  21. 280c812 ws: remove now unused ws_ping_pong_interval by Andy Green · 4 years, 1 month ago
  22. e4a9307 lejp: support outer element is array by Andy Green · 4 years, 1 month ago
  23. 9f1d019 CTest: migrate and deprecate existing selftest scripts by Andy Green · 4 years, 2 months ago
  24. 61cd344 minilex: fix ROLE_WS=0 case by Andy Green · 4 years, 3 months ago
  25. 4f6143f lws logo: update minimal examples by Andy Green · 4 years, 3 months ago
  26. 5055096 clean: codacy by Andy Green · 4 years, 5 months ago
  27. 277d0e5 license: fix up last mentions of lgpl outside of the source file license grant part by Andy Green · 4 years, 7 months ago
  28. fb907e1 test-client: crl: declare vars before code by Andy Green · 4 years, 7 months ago
  29. 14746d9 illumos: fixes for build warnings by Zhiwen Zheng · 4 years, 8 months ago
  30. c36a1e8 clean: internally use LWS_WITH_CLIENT and _SERVER by Andy Green · 4 years, 10 months ago
  31. 2631966 license: switch LGPLv2.1+SLE parts to MIT by Andy Green · 4 years, 10 months ago
  32. d302198 external poll: add default-off cmake option by Andy Green · 4 years, 10 months ago
  33. 498a4e2 sul: all timed objects use a single pt sul list by Andy Green · 4 years, 10 months ago
  34. 8d79c06 android: build fixes by hjfbswb · 4 years, 11 months ago
  35. 3b44a74 h2-tx-credit-disallow-overflow by Andy Green · 5 years ago
  36. 4692c1a rtos: clean warnings where uint32_t is an unsigned long by Andy Green · 5 years ago
  37. 48366de unix plat: add minimal wsi fd map option by Andy Green · 5 years ago
  38. f7149e9 cc0: align dedication to CC0 FAQ recommended format by Andy Green · 5 years ago
  39. 0405c0c lejp: make sure child object close is not mistaken for parent by Andy Green · 5 years ago
  40. e63b3a6 daemonize: use pid_t by Andy Green · 5 years ago
  41. 39e19c8 qnx: qnx6.5 compatibility by pblemel · 5 years ago
  42. eda102e jwe by Andy Green · 6 years ago
  43. 08b5ad9 role: raw-proxy by Andy Green · 6 years ago
  44. c027c3d docs: cleanups by Andy Green · 6 years ago
  45. d9f982a minimal examples: update for CSP best practices by Andy Green · 6 years ago
  46. 0a0b881 minimal: minimal-ws-client-spam by Andy Green · 6 years ago
  47. 93d4e18 openssl tls1.3: allow setting ciphersuites at context creation time by Andy Green · 6 years ago
  48. 1f13141 lws_hdr_copy: ensure enough extra space by Andy Green · 6 years ago
  49. 33a6034 codacy: minor fixes by Andy Green · 6 years ago
  50. fd810f1 http proxy: client: unix socket support by Andy Green · 6 years ago
  51. 6a59af4 test-app: remove -r resource path by Andy Green · 6 years ago
  52. 97f3e66 test-app: upgrade test.html to have separate css and js for CSP by Andy Green · 6 years ago
  53. d1f9f0a libwebsockets.h: split out into a dir of sub-includes included by libwebsockets.h by Andy Green · 6 years ago
  54. d461f46 libwebsockets.h: clean out some boilerplate better put in core/private.h by Andy Green · 6 years ago
  55. f37454a cmake: LEJF and LEJP_CONF now on by default by Andy Green · 6 years ago
  56. a03dd40 plugins: gitws libjsongit2 support by Andy Green · 6 years ago
  57. f2f9685 fd_cloexec: add and use lws_open wrapper and lws_plat_apply_FD_CLOEXEC() on cgi by Andy Green · 6 years ago
  58. db69769 sshd: make sure no aliases on last_alloc by Andy Green · 6 years ago
  59. 44e5e12 minimal client: add different paths to multi by Andy Green · 6 years ago
  60. de064fd refactor: core code in lib/core and private-libwebsockets.h to core/private.h by Andy Green · 6 years ago
  61. f497562 refactor: change event lib minimal examples to serve as the test apps by Andy Green · 6 years ago
  62. 0b52d92 refactor: remove more test apps and replace with minimal-examples by Andy Green · 6 years ago
  63. d37b383 refactor: apply ops structs to event loop handlers by Andy Green · 6 years ago
  64. d05b408 refactor: clean out test-apps by Andy Green · 6 years ago
  65. 8d213f8 refactor: isolate event_loop struct content same way as roles by Andy Green · 6 years ago
  66. ae68860 qa: add 6 x h2load tests by Andy Green · 6 years ago
  67. 82adc07 fix minimal-server-tls by Andy Green · 6 years ago
  68. 27e86e2 cmake: allow setting LWS_ROLE_WS by Andy Green · 6 years ago
  69. 7b227eb autobahn fixes by Andy Green · 6 years ago
  70. 1d20949 refactor: absorb other caches into buflist by Andy Green · 6 years ago
  71. 4b7144f lws_buflist by Andy Green · 6 years ago
  72. 126be3c refactor role ops by Andy Green · 6 years ago
  73. 16e2f09 refactor mode and states into roles and states by Andy Green · 6 years ago
  74. d830185 coverity 189197: workaround false cov detect by Andy Green · 6 years ago
  75. e993168 sshd: fixes by Andy Green · 6 years ago
  76. fddebfc QA by Andy Green · 6 years ago
  77. 2a9b6f5 client: h2 by Andy Green · 6 years ago
  78. caaf26c libuv: foreign loop detach doesn not require lws running the loop at all by Andy Green · 6 years ago
  79. bd6fc10 lws_write_ws_flags helper by Andy Green · 6 years ago
  80. 94f3981 mbedtls: wrapper: client: Force mbedTLS to attemp to verify cert by Fabio Alessandrelli · 6 years ago
  81. 1820212 lws_set_timer_usecs: change to usec resolution by Andy Green · 6 years ago
  82. a416178 wss-over-h2: show feedback in test page if active by Andy Green · 6 years ago
  83. 5acbb04 unixskt: add test server support and cleanup inode on exit by Andy Green · 6 years ago
  84. 422cbf2 align private LWS_NO_EXTENSIONS to be same as public LWS_WITHOUT_EXTENSIONS by Andy Green · 6 years ago
  85. 302f8fa h2 ws: fixes against chrome by Andy Green · 6 years ago
  86. 1b5d772 Subject: echo client: Fix an off-by-one error in --times handling by Peter Pentchev · 6 years ago
  87. 2c93b25 Subject: echo: exit if --times is specified by Peter Pentchev · 6 years ago
  88. aae2c24 lws_snprintf by Andy Green · 6 years ago
  89. cb70b6e win32: remove snprintf mangling by Andy Green · 6 years ago
  90. b49630e minimal: add Wall and cleanups by Andy Green · 6 years ago
  91. 0d5ca2d pthreads: more locking by Andy Green · 6 years ago
  92. d39ecd8 smp: fixes by Andy Green · 6 years ago
  93. 3de2e9a pthreads: build test server based on pthreads.h availability by Andy Green · 6 years ago
  94. 27115c3 Subject: [PATCH] do not pass AI_CANONNAME to getaddrinfo() by Martin Milata · 6 years ago
  95. ff2f5f6 libev: libevent conflicts at buildtime by Andy Green · 6 years ago
  96. 73b0147 libev: move accept into vh by Andy Green · 6 years ago
  97. a663aef test-server-v2.0: remove comment about now filescope init memset by Andy Green · 6 years ago
  98. 673e3aa attack.sh fixes by Andy Green · 6 years ago
  99. 93bc409 POST: handle http/1 pipelined after body by Andy Green · 6 years ago
  100. 5494128 test-echo: handle WRITABLE callback when nothing to send by Andy Green · 6 years ago