1. c70f669 client: getaddrinfo refactor by Andy Green · 7 years ago
  2. 3ff720f support openssl info callback by Andy Green · 7 years ago
  3. 1725332 pkgconfig by Andy Green · 7 years ago
  4. be4efcf Subject: LWS_UNUSED by Sergey Kovalevich · 7 years ago
  5. 31e26a4 esp32: make button debounce also available in factory by Andy Green · 7 years ago
  6. 1e762dc esp32: add ar ranlib and linker cross paths by Andy Green · 7 years ago
  7. 581b86e HTTP_PROXY: make usable by Andy Green · 7 years ago
  8. 449eec9 client: add iface in connection info, dont use vhost iface by Andy Green · 7 years ago
  9. af718ff LWS_WITH_NO_LOGS: take care about unused array for log generation by Andy Green · 7 years ago
  10. 0be9e98 win32: enable 64-bit file lengths by WebsocketUser · 7 years ago
  11. 568aae9 Subject: Fix compile error in GCC 4.1.2 by Leonardo Maccari Rufino · 7 years ago
  12. 02638f6 large files: convert content-length to use lws_filepos_t by Andy Green · 7 years ago
  13. 37053b3 content-length api: unsigned long to lws_filepos_t by Andy Green · 7 years ago
  14. 393b38a Subject: Support to bind accepted socket to device on Linux by Leonardo Maccari Rufino · 7 years ago
  15. 156363f capabilities support by Andy Green · 7 years ago
  16. af7f943 Subject: windows: support to bind to a specific IPv6 address by Leonardo Maccari Rufino · 7 years ago
  17. 2ce39fe Subject: Support to IPv6 on Windows by Leonardo Maccari Rufino · 7 years ago
  18. a4f88d5 NULL protocol: make sure vhost same protocol linklist gets correct protocol index by Andy Green · 7 years ago
  19. ce2e74e Subject: lws_stats: fix compile error on VS2013 by Andy Ning · 7 years ago
  20. 978605b esp32: disable LWS_WITH_STATS by default by Andy Green · 7 years ago
  21. 989ff82 Subject: Fixed value of LIBWEBSOCKETS_LIBRARIES_STATIC by Sergey Kovalevich · 7 years ago
  22. 5d1d756 Subject: Fixed build in scope of a project (add_subdirectory) by Sergey Kovalevich · 7 years ago
  23. 348887e Subject: Direct extension confirmation to the negotiated protocol's callback by emptyVoid · 7 years ago
  24. 3ec32b1 Subject: libuv: Fix closing handle multiple times by Petar Paradzik · 8 years ago
  25. 49769a7 esp32: otf and use group-role as hostname if present by Andy Green · 8 years ago
  26. decbbc5 esp32: debounced button events by Andy Green · 8 years ago
  27. c28f436 esp32: led network state helper by Andy Green · 8 years ago
  28. a369b42 cgi: close unforked std fds by Andy Green · 8 years ago
  29. d12b3df LICENSE: clarify exceptions also apply to LGPL self-refernences by Andy Green · 8 years ago
  30. 3844988 cgi: apply chunked grace period only when explicitly chunked by Andy Green · 8 years ago
  31. a6a6878 cgi: handle no body to keep events coming by Andy Green · 8 years ago
  32. de12c86 cgi: allow time travelling headers to decide response code by Andy Green · 8 years ago
  33. ed92b6d client: added socks5 proxy support by Andy Ning · 8 years ago
  34. 8f16f92 plugins: group by Andy Green · 8 years ago
  35. 3cf570e esp32: group tracking by Andy Green · 8 years ago
  36. 3198446 adoption: close socket manually if fails before add fds by Andy Green · 8 years ago
  37. fbc1ff6 stats: ah and ssl restriction stats by Andy Green · 8 years ago
  38. b778cc5 esp32: group mdns by Andy Green · 8 years ago
  39. b2f8bc5 esp32: multi ap slots by Andy Green · 8 years ago
  40. 54236bd esp32: multi ap slots plus PEM certs and parallel build fixes by Andy Green · 8 years ago
  41. a7def3c LWS_WITH_STATS by Andy Green · 8 years ago
  42. aff8d23 lws_write: report and reject suspicious lengths by Andy Green · 8 years ago
  43. 2790d5b esp32: add leds sine fade helper by Andy Green · 8 years ago
  44. 5468812 esp32: reapply pending count just for esp32 by Andy Green · 8 years ago
  45. 57e020a plugin-standalone: refactor cmake part to ease multiple sources by Andy Green · 8 years ago
  46. e304d7b esp32: mac build: use gstat if exists by Andy Green · 8 years ago
  47. a1210f7 non-ssl: return 0 on pending by Andy Green · 8 years ago
  48. f13db3e snprintf: move contributed ssl patch to lws_snprintf by Andy Green · 8 years ago
  49. d1aa920 esp32: client: SO_SNDBUF not usable by Andy Green · 8 years ago
  50. 6384eb7 esp32: return random length from lws_get_random by Andy Green · 8 years ago
  51. 98218bd esp32: return random count by Andy Green · 8 years ago
  52. 991f6ec Subject: windows: fops write support by Joel Winarske · 8 years ago
  53. aeb3397 Subject: ssl: stop spinning on close by Martin Milata · 8 years ago
  54. ca6242a windows: constify first arg of plat fops open by dspname · 8 years ago
  55. 0b96862 windows: align choked trunc checking with unix by Andy Green · 8 years ago
  56. ff151d0 esp32: update for soc refactor in esp-idf 9edab21385b6349340d7e3ac27b730e44a127fd3 by Andy Green · 8 years ago
  57. 6018c05 Subject: Save copy of ah pointer even with WS client so that HTTP by Gecko · 8 years ago
  58. f58241c client: allow 201 by Andy Green · 8 years ago
  59. ba9d639 ssl: only apply restriction if nonzero for vhost by Andy Green · 8 years ago
  60. b4b3da0 bind protocol: fix for NULL names by Silas Parker · 8 years ago
  61. 4adf590 esp32-fix-random by Andy Green · 8 years ago
  62. 8a74348 esp32: workaround cant find TLS_client_method by Andy Green · 8 years ago
  63. 47bbb04 raw: defer creation callback until after fds inserted by Andy Green · 8 years ago
  64. 2b9fff7 boilerplate: add back missing Lesser that cut-and-pasted itself around by Andy Green · 8 years ago
  65. d7d8c08 Subject: ssl: fix OpenSSL client method detection by Martin Milata · 8 years ago
  66. 19242db raw: take care about same vh protocol linked list by Andy Green · 8 years ago
  67. 54c2262 adopt: use default protocol in given vhost by Andy Green · 8 years ago
  68. 00081a2 ssl: OpenSSL v1.1 deprecated TLSv1_2_client_method by Andy Green · 8 years ago
  69. 6cae994 adopt: LWS_SERVER_OPTION_ONLY_RAW to indicate a vhost only serves raw by Andy Green · 8 years ago
  70. a7326fc esp32: force bash by Andy Green · 8 years ago
  71. 36e04f3 esp32: ROMFS use checksum as mtime so ETAG caching works by Andy Green · 8 years ago
  72. 89212d6 pollout: handle request for pollout during pollout service by Andy Green · 8 years ago
  73. 4ae029c windows: _snprintf_s by Renyaow · 8 years ago
  74. d1dda25 esp32: allow no factory upload info by Andy Green · 8 years ago
  75. 34822f1 esp32: enforce ssl nonblocking by Andy Green · 8 years ago
  76. 30195eb esp32: dont require factory button if no ssl certs yet by Andy Green · 8 years ago
  77. 7faa716 logs: reduce ah err to info by Andy Green · 8 years ago
  78. 00ae909 esp32: separate factory setup by Andy Green · 8 years ago
  79. 422f56c windows: need LWS_INLINE by paularmitt · 8 years ago
  80. db64bfc lws_remove_child_from_any_parent: clear parent pointer and fix failure message by Andy Green · 8 years ago
  81. 73e12e7 ev: stop event listeners during context destroy by Olivier Basson · 8 years ago
  82. 7a0dead service: always restrict rx to serve_buf_size by Andy Green · 8 years ago
  83. d58353f pmd: handle case we are already on drain list by Andy Green · 8 years ago
  84. 7aadd14 pmd: align client rx sm with server one by Andy Green · 8 years ago
  85. 92f0200 client: zero length read indicates peer shutdown by Andy Green · 8 years ago
  86. a4d2364 solaris: handle big-endian by luk65 · 8 years ago
  87. 311e3a5 spa: reject junk after finalization by Andy Green · 8 years ago
  88. 629e356 test-server-v2.0: disable setting default protocol by Andy Green · 8 years ago
  89. 73ff23e debug: reduce spew for debug log level by Andy Green · 8 years ago
  90. 49036d5 cgi: avoid spin on php by Andy Green · 8 years ago
  91. ec50eba Subject: Libevent: Initial Support by Aditya Tirumala · 8 years ago
  92. f84338a test-server-v2.0: add string.h include by Andy Green · 8 years ago
  93. c35661c CMake: add option to avoid GISPIPE IGN for Android 7+ by Andy Green · 8 years ago
  94. 9287f7d ext: pmd: improve dealing with partial input usage with drain by Andy Green · 8 years ago
  95. f0c800a rpm: added missing file to %files section of spec file by Steffen Vogel · 8 years ago
  96. 2e874de windows: cannot use fstat by Andy Green · 8 years ago
  97. ed27be4 docs: lws_callback_all_protocol: fix cut-n-paste error and explain it is probably not what you want by Andy Green · 8 years ago
  98. e769af4 windows: don't use LWS_EXTERN outside of function declarations by Andy Green · 8 years ago
  99. 102d40e esp32: openssl by Andy Green · 8 years ago
  100. e0572d3 esp32: move helper code into lws by Andy Green · 8 years ago