1. ec5e0e3 mbedtls: log if we are using it by Andy Green · 7 years ago
  2. 41909ea mbedtls: Add mbedTLS backend support by Juraj Vijtiuk · 7 years ago
  3. 77a71e9 mbedtls: Add mbedTLS wrapper by Juraj Vijtiuk · 7 years ago
  4. ae817cc remove debugging line by Andy Green · 7 years ago
  5. debb7aa LWS_WITH_ACCESS_LOG: add referrer to log format and quotes around user agent by Andy Green · 7 years ago
  6. a2943ca cgi: fix killing cgi before draining its output by Petar Paradzik · 7 years ago
  7. 0413474 cgi: fix overriding 'PATH' environment variable by Petar Paradzik · 7 years ago
  8. 2e5110e cgi: provide constants for reason_bf by Andy Green · 7 years ago
  9. afc9c0a cgi: add support for manual chunking of CGI output by Petar Paradzik · 7 years ago
  10. 5b23b8c cgi: remove and kill CGI after closing its STDOUT handler by Petar Paradzik · 7 years ago
  11. b66e8e1 cgi: fix not getting POLLHUP on fd associated to CGI STDOUT by Petar Paradzik · 7 years ago
  12. 0bb3646 win32: skip delay in WSAWaitForMultipleEvents if POLLOUT expected by Mike Messina · 7 years ago
  13. c60b241 ah: double-check timeouts on all active ah independent of wsi and dump info by Andy Green · 7 years ago
  14. 58195fb esp-idf v3: account for optional SHA256 when walking segments by Andy Green · 7 years ago
  15. 4b24369 Subject: Mismatched lws_zalloc / free by Cory McWilliams · 7 years ago
  16. 872e8d7 docs: swap _all_protocol_vhost cut and paste by Andy Green · 7 years ago
  17. 5da9ce2 ah: reuse at end of transaction has no timeout by Andy Green · 7 years ago
  18. b93c057 send content-type when LWS_WITH_RANGES=OFF by lnmx · 7 years ago
  19. 5a38d88 handle same vh protocol reinsert by Andy Green · 7 years ago
  20. 219a367 esp32: allow return of default vhost at init time by Andy Green · 7 years ago
  21. 93a5b58 lws_callback_all_protocol_vhost_args by Andy Green · 7 years ago
  22. 16ef37e close path: make sure a second time timeout and ssl buffered lists are scrubbed by Andy Green · 7 years ago
  23. c6233ce coverity 182068: 155650: unnecessary check against illegal NULL by Andy Green · 7 years ago
  24. 7849c5a pmd: autobahn fixes 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. d86641e libevent: update to use static plugins and work with new libevent2 by Andy Green · 7 years ago
  28. d766c99 dummy handler: LWS_CALLBACK_HTTP_FILE_COMPLETION by Andy Green · 7 years ago
  29. ba45f7c ah: allow configurable ah hold timeout by Andy Green · 7 years ago
  30. 61e5888 client: ipv6 reject when lws_getaddrinfo46 failed by namowen · 7 years ago
  31. 3562e44 client-fix-header-stash-leak-on-close-before-success by Andy Green · 7 years ago
  32. 003bd7d client: fix hdr stash leak by Andy Green · 7 years ago
  33. 75bbb3b client: always set port even if sockfd already created by Andy Green · 7 years ago
  34. 8ccc646 client: fix redirect ssl to ssl by Andy Green · 7 years ago
  35. 6c09952 url cleaning: leave // after http[s]: alone by Andy Green · 7 years ago
  36. 09f3947 lws_intptr_t: fix ordering by Andy Green · 7 years ago
  37. ad15082 coverity-181580: supposedly dead code by Andy Green · 7 years ago
  38. 2d313bd coverity 181577: lejp_conf loop on calling uv_loop_close to keep coverity happy by Andy Green · 7 years ago
  39. 3526fde coverity 181573: false positive since lws_is_ssl returns a bool by Andy Green · 7 years ago
  40. bd1dd7e coverity 181576: remove dead code to keep coverity happy by Andy Green · 7 years ago
  41. 1690581 coverity 181574: confirm uri_ptr non-null before deref by Andy Green · 7 years ago
  42. 3c360d5 coverity 181579: check result of malloc as intended by Andy Green · 7 years ago
  43. 8a4881a coverity 181575: check vhost iface non-null if using via bind_iface by Andy Green · 7 years ago
  44. 6f11c13 lws-meta by Andy Green · 7 years ago
  45. 3b0066c close: make close notification go through writable by Andy Green · 7 years ago
  46. faa1526 lws-vhost-destroy by Andy Green · 7 years ago
  47. 632a0ac clean: fixes for appveyor warnings by Andy Green · 7 years ago
  48. dbd9262 ah: enforce waiting list detach by Andy Green · 7 years ago
  49. d5f960f valgrind: avoid complaints from plugin loading by Andy Green · 7 years ago
  50. 5106e91 explicit vhosts: only check context for flag by Andy Green · 7 years ago
  51. 61cc618 Subject: Eliminated 'unused variable' compiler warning generated with -DLWS_WITH_NO_LOGS=ON. by Jesse Engle · 7 years ago
  52. 3077b77 valgrind: stop openssl still reachable complaints by Andy Green · 7 years ago
  53. 81d5899 valgrind: fix leak in caps handling by Andy Green · 7 years ago
  54. a150072 libuv: add helper for clean valgrind with foreign loop by Andy Green · 7 years ago
  55. e2a926d linkedlist helpers by Andy Green · 7 years ago
  56. 9b4fa24 client: reject init_client_ssl more than once by Andy Green · 7 years ago
  57. 7262e14 lws_intptr_t by Andy Green · 7 years ago
  58. 6a89c7e lws_return_http_status: if not in HTTP/2, restrict to a single write by Andy Green · 7 years ago
  59. 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
  60. e4d8acc client: use right state machine by Boutoukoat · 7 years ago
  61. a637d8f file serve: defer transaction completed to HTTP_FILE_COMPLETION by Andy Green · 7 years ago
  62. 8f4f692 ah: require parsing complete before detach by Andy Green · 7 years ago
  63. bd23a40 transaction_completed: ignore if parsing not complete by Andy Green · 7 years ago
  64. 04830cc ah reset: enforce reset of parsing_complete by Andy Green · 7 years ago
  65. eb7233a WITH_STATS: remove accidental dependency on ssl by Andy Green · 7 years ago
  66. 34ef974 serving: protect file sending from downgrading to waiting pipelined headers by Andy Green · 7 years ago
  67. ede9ad2 client: add libuv support to lws_client_reset by Andy Green · 7 years ago
  68. abc2a5c windows: SO_EXCLUSIVEADDRUSE by Andy Green · 7 years ago
  69. d6394b6 client ssl: remove now meaningless check for non-server vhost by Andy Green · 7 years ago
  70. c70f669 client: getaddrinfo refactor by Andy Green · 7 years ago
  71. 3ff720f support openssl info callback by Andy Green · 7 years ago
  72. be4efcf Subject: LWS_UNUSED by Sergey Kovalevich · 7 years ago
  73. 31e26a4 esp32: make button debounce also available in factory by Andy Green · 7 years ago
  74. 581b86e HTTP_PROXY: make usable by Andy Green · 7 years ago
  75. 449eec9 client: add iface in connection info, dont use vhost iface by Andy Green · 7 years ago
  76. af718ff LWS_WITH_NO_LOGS: take care about unused array for log generation by Andy Green · 7 years ago
  77. 0be9e98 win32: enable 64-bit file lengths by WebsocketUser · 7 years ago
  78. 02638f6 large files: convert content-length to use lws_filepos_t by Andy Green · 7 years ago
  79. 37053b3 content-length api: unsigned long to lws_filepos_t by Andy Green · 7 years ago
  80. 393b38a Subject: Support to bind accepted socket to device on Linux by Leonardo Maccari Rufino · 7 years ago
  81. 156363f capabilities support by Andy Green · 7 years ago
  82. af7f943 Subject: windows: support to bind to a specific IPv6 address by Leonardo Maccari Rufino · 7 years ago
  83. 2ce39fe Subject: Support to IPv6 on Windows by Leonardo Maccari Rufino · 7 years ago
  84. a4f88d5 NULL protocol: make sure vhost same protocol linklist gets correct protocol index by Andy Green · 7 years ago
  85. ce2e74e Subject: lws_stats: fix compile error on VS2013 by Andy Ning · 7 years ago
  86. 348887e Subject: Direct extension confirmation to the negotiated protocol's callback by emptyVoid · 7 years ago
  87. 3ec32b1 Subject: libuv: Fix closing handle multiple times by Petar Paradzik · 7 years ago
  88. 49769a7 esp32: otf and use group-role as hostname if present by Andy Green · 7 years ago
  89. decbbc5 esp32: debounced button events by Andy Green · 7 years ago
  90. c28f436 esp32: led network state helper by Andy Green · 7 years ago
  91. a369b42 cgi: close unforked std fds by Andy Green · 7 years ago
  92. 3844988 cgi: apply chunked grace period only when explicitly chunked by Andy Green · 7 years ago
  93. a6a6878 cgi: handle no body to keep events coming by Andy Green · 7 years ago
  94. de12c86 cgi: allow time travelling headers to decide response code by Andy Green · 7 years ago
  95. ed92b6d client: added socks5 proxy support by Andy Ning · 7 years ago
  96. 3cf570e esp32: group tracking by Andy Green · 7 years ago
  97. 3198446 adoption: close socket manually if fails before add fds by Andy Green · 7 years ago
  98. fbc1ff6 stats: ah and ssl restriction stats by Andy Green · 7 years ago
  99. b778cc5 esp32: group mdns by Andy Green · 7 years ago
  100. b2f8bc5 esp32: multi ap slots by Andy Green · 7 years ago