1. 0413474 cgi: fix overriding 'PATH' environment variable by Petar Paradzik · 7 years ago
  2. 2e5110e cgi: provide constants for reason_bf by Andy Green · 7 years ago
  3. afc9c0a cgi: add support for manual chunking of CGI output by Petar Paradzik · 7 years ago
  4. 5b23b8c cgi: remove and kill CGI after closing its STDOUT handler by Petar Paradzik · 7 years ago
  5. b66e8e1 cgi: fix not getting POLLHUP on fd associated to CGI STDOUT by Petar Paradzik · 7 years ago
  6. 0bb3646 win32: skip delay in WSAWaitForMultipleEvents if POLLOUT expected by Mike Messina · 7 years ago
  7. c60b241 ah: double-check timeouts on all active ah independent of wsi and dump info by Andy Green · 7 years ago
  8. 58195fb esp-idf v3: account for optional SHA256 when walking segments by Andy Green · 7 years ago
  9. c2abf59 esp32: align build system for esp-idf v3 by Andy Green · 7 years ago
  10. 4b24369 Subject: Mismatched lws_zalloc / free by Cory McWilliams · 7 years ago
  11. 872e8d7 docs: swap _all_protocol_vhost cut and paste by Andy Green · 7 years ago
  12. 5da9ce2 ah: reuse at end of transaction has no timeout by Andy Green · 7 years ago
  13. b93c057 send content-type when LWS_WITH_RANGES=OFF by lnmx · 7 years ago
  14. 5a38d88 handle same vh protocol reinsert by Andy Green · 7 years ago
  15. a9f74f2 lwsws: remove no longer extant D option from help string by Andy Green · 7 years ago
  16. 219a367 esp32: allow return of default vhost at init time by Andy Green · 7 years ago
  17. 93a5b58 lws_callback_all_protocol_vhost_args by Andy Green · 7 years ago
  18. 040b408 ping test app: avoid FPE when no packets received by Andy Green · 7 years ago
  19. 16ef37e close path: make sure a second time timeout and ssl buffered lists are scrubbed by Andy Green · 7 years ago
  20. e6bd629 v2.3.0 by Andy Green · 7 years ago
  21. 4a9c23e coverity 182069: coverity confused by use of bool as array index by Andy Green · 7 years ago
  22. c6233ce coverity 182068: 155650: unnecessary check against illegal NULL by Andy Green · 7 years ago
  23. 7849c5a pmd: autobahn fixes by Andy Green · 7 years ago
  24. 414f114 attack.sh: adapt to changes by Andy Green · 7 years ago
  25. 855f7e8 log: downgrade logging for ah wait by Andy Green · 7 years ago
  26. 9f31e94 correct status payload size by Andy Green · 7 years ago
  27. 855453d lws_meta: explicitly declare all of lws_protocols members for ESP32 by Andy Green · 7 years ago
  28. d86641e libevent: update to use static plugins and work with new libevent2 by Andy Green · 7 years ago
  29. 41c1551 test-server-libuv: add lws_meta by Andy Green · 7 years ago
  30. d766c99 dummy handler: LWS_CALLBACK_HTTP_FILE_COMPLETION by Andy Green · 7 years ago
  31. ba45f7c ah: allow configurable ah hold timeout by Andy Green · 7 years ago
  32. 19a320a http2: remove cmake option leave code in for now by Andy Green · 7 years ago
  33. 61e5888 client: ipv6 reject when lws_getaddrinfo46 failed by namowen · 7 years ago
  34. 3562e44 client-fix-header-stash-leak-on-close-before-success by Andy Green · 7 years ago
  35. 003bd7d client: fix hdr stash leak by Andy Green · 7 years ago
  36. 75bbb3b client: always set port even if sockfd already created by Andy Green · 7 years ago
  37. 8ccc646 client: fix redirect ssl to ssl by Andy Green · 7 years ago
  38. 6c09952 url cleaning: leave // after http[s]: alone by Andy Green · 7 years ago
  39. 09f3947 lws_intptr_t: fix ordering by Andy Green · 7 years ago
  40. 941e93e test-server-libuv: also call context_destroy2 when using foreign loop by Andy Green · 7 years ago
  41. c9da1ff appveyor: remove cache by Andy Green · 7 years ago
  42. ad15082 coverity-181580: supposedly dead code by Andy Green · 7 years ago
  43. 2d313bd coverity 181577: lejp_conf loop on calling uv_loop_close to keep coverity happy by Andy Green · 7 years ago
  44. 3526fde coverity 181573: false positive since lws_is_ssl returns a bool by Andy Green · 7 years ago
  45. bd1dd7e coverity 181576: remove dead code to keep coverity happy by Andy Green · 7 years ago
  46. 1690581 coverity 181574: confirm uri_ptr non-null before deref by Andy Green · 7 years ago
  47. 3c360d5 coverity 181579: check result of malloc as intended by Andy Green · 7 years ago
  48. 8a4881a coverity 181575: check vhost iface non-null if using via bind_iface by Andy Green · 7 years ago
  49. 6f11c13 lws-meta by Andy Green · 7 years ago
  50. 3b0066c close: make close notification go through writable by Andy Green · 7 years ago
  51. faa1526 lws-vhost-destroy by Andy Green · 7 years ago
  52. 632a0ac clean: fixes for appveyor warnings by Andy Green · 7 years ago
  53. dbd9262 ah: enforce waiting list detach by Andy Green · 7 years ago
  54. d5f960f valgrind: avoid complaints from plugin loading by Andy Green · 7 years ago
  55. 5106e91 explicit vhosts: only check context for flag by Andy Green · 7 years ago
  56. 61cc618 Subject: Eliminated 'unused variable' compiler warning generated with -DLWS_WITH_NO_LOGS=ON. by Jesse Engle · 7 years ago
  57. 3077b77 valgrind: stop openssl still reachable complaints by Andy Green · 7 years ago
  58. 81d5899 valgrind: fix leak in caps handling by Andy Green · 7 years ago
  59. a150072 libuv: add helper for clean valgrind with foreign loop by Andy Green · 7 years ago
  60. ffa5898 esp32: increase dir depth for include bodge by Andy Green · 7 years ago
  61. 6f2a470 test-html: unify ws open function by Andy Green · 7 years ago
  62. e2a926d linkedlist helpers by Andy Green · 7 years ago
  63. 05d74e4 mirror: multiple mirror contexts by mirror= url arg by Andy Green · 7 years ago
  64. 1b41322 test server: only init ssl when --ssl in use by Andy Green · 7 years ago
  65. 9b4fa24 client: reject init_client_ssl more than once by Andy Green · 7 years ago
  66. 7262e14 lws_intptr_t by Andy Green · 7 years ago
  67. 6a89c7e lws_return_http_status: if not in HTTP/2, restrict to a single write by Andy Green · 7 years ago
  68. ff9a24d parsing: if we ended on a set of headers and read a new buffer mark as more_rx_waiting to avoid dropping the ah by Andy Green · 7 years ago
  69. e4d8acc client: use right state machine by Boutoukoat · 7 years ago
  70. a637d8f file serve: defer transaction completed to HTTP_FILE_COMPLETION by Andy Green · 7 years ago
  71. 8f4f692 ah: require parsing complete before detach by Andy Green · 7 years ago
  72. 0b629d4 test-server-libev: disable Werror just on server-libev.c to workaround libev dirt by Andy Green · 7 years ago
  73. 0e222ab test-server-libuv: add missing call to lws_context_destroy2() by Andy Green · 7 years ago
  74. 5939d3a test servers: convert to static inclusion of plugins by Andy Green · 7 years ago
  75. 55d9037 test-server-status: increase tx size to avoid WRITEABLE loops by Andy Green · 7 years ago
  76. bd23a40 transaction_completed: ignore if parsing not complete by Andy Green · 7 years ago
  77. 47da966 test-server-http: no need to complete transaction early since FILE_COMPLETION will do it by Andy Green · 7 years ago
  78. 04830cc ah reset: enforce reset of parsing_complete by Andy Green · 7 years ago
  79. eb7233a WITH_STATS: remove accidental dependency on ssl by Andy Green · 7 years ago
  80. 34ef974 serving: protect file sending from downgrading to waiting pipelined headers by Andy Green · 7 years ago
  81. 12a9592 cmake: fix logic for individual test client build disable by Andy Green · 7 years ago
  82. ede9ad2 client: add libuv support to lws_client_reset by Andy Green · 7 years ago
  83. abc2a5c windows: SO_EXCLUSIVEADDRUSE by Andy Green · 7 years ago
  84. d6394b6 client ssl: remove now meaningless check for non-server vhost by Andy Green · 7 years ago
  85. c70f669 client: getaddrinfo refactor by Andy Green · 7 years ago
  86. 3ff720f support openssl info callback by Andy Green · 7 years ago
  87. 1725332 pkgconfig by Andy Green · 7 years ago
  88. be4efcf Subject: LWS_UNUSED by Sergey Kovalevich · 7 years ago
  89. 31e26a4 esp32: make button debounce also available in factory by Andy Green · 7 years ago
  90. 1e762dc esp32: add ar ranlib and linker cross paths by Andy Green · 7 years ago
  91. 581b86e HTTP_PROXY: make usable by Andy Green · 7 years ago
  92. 449eec9 client: add iface in connection info, dont use vhost iface by Andy Green · 7 years ago
  93. af718ff LWS_WITH_NO_LOGS: take care about unused array for log generation by Andy Green · 7 years ago
  94. 0be9e98 win32: enable 64-bit file lengths by WebsocketUser · 7 years ago
  95. 568aae9 Subject: Fix compile error in GCC 4.1.2 by Leonardo Maccari Rufino · 7 years ago
  96. 02638f6 large files: convert content-length to use lws_filepos_t by Andy Green · 7 years ago
  97. 37053b3 content-length api: unsigned long to lws_filepos_t by Andy Green · 7 years ago
  98. 393b38a Subject: Support to bind accepted socket to device on Linux by Leonardo Maccari Rufino · 7 years ago
  99. 156363f capabilities support by Andy Green · 7 years ago
  100. af7f943 Subject: windows: support to bind to a specific IPv6 address by Leonardo Maccari Rufino · 7 years ago