1. abe0c5e docs: explain lws_write handling of truncated sends better by Andy Green · 8 years ago
  2. 4be9a52 publicly document lws_service_fd timeout servicing by Denis Osvald · 8 years ago
  3. 14f994f test-server-extpoll: add 1-per-second timeout servicing by Denis Osvald · 8 years ago
  4. 3f8082f test-server-extpoll: check for forced service before looping again by Denis Osvald · 8 years ago
  5. 7355750 v2.1.0 by Andy Green · 8 years ago
  6. 443b31d extpoll: expose forced service apis by Andy Green · 8 years ago
  7. 8b0dd36 update attack.sh by Andy Green · 8 years ago
  8. 4cfe81d ubuntu: fix uv detection for lwsws by Andy Green · 8 years ago
  9. 4d79dc5 travis: explicitly point to openssl on osx by Andy Green · 8 years ago
  10. 53ec6b1 fix cosmetic if end if name tag error by Andy Green · 8 years ago
  11. 6e8f360 closing drops any pending ah rx immediately by Andy Green · 8 years ago
  12. 65135f2 port forced service checking from libuv by Andy Green · 8 years ago
  13. 8187c76 post form parsing fix retry as new boundary start needed after mismatching boundary by Andy Green · 8 years ago
  14. 939bb7f Remove the cleanup functions with OpenSSL 1.1. by Peter Pentchev · 8 years ago
  15. fb71b79 Subject: Fix some typographical and grammatical errors. by Peter Pentchev · 8 years ago
  16. f94bef4 lws_header_table_reset: make caller responsibility to clear down ah rx buffer by Andy Green · 8 years ago
  17. b0ff623 Added option to build the static library with PIC by Brown, Matthew · 8 years ago
  18. 668a6fb fix build problem on systems without X509_VERIFY_PARAM type by Benjamin Ness · 8 years ago
  19. e468e15 Add SVG to lws_get_mimetype() by Patrick Gansterer · 8 years ago
  20. 0c98401 lwsws license to cc0 by Andy Green · 8 years ago
  21. a496700 lws_snprintf by Andy Green · 8 years ago
  22. c15714f handle rx flow control active when consuming payload by Andy Green · 8 years ago
  23. b8199ba generic-table: format-security by Andy Green · 8 years ago
  24. 2083674 lws_status protect against pss list changing by Andy Green · 8 years ago
  25. 9c7e84d adopt_socket_vhost: error path doesn't remove us from timeout list by Andy Green · 8 years ago
  26. 6ecbe3e Do not use ps fax on Solaris. by Fredrik Skogman · 8 years ago
  27. 9c04a10 Updated test programs to build on Solaris. Some whitespaces cleanup. by Fredrik Skogman · 8 years ago
  28. 316960b Added build support for Solaris. by Fredrik Skogman · 8 years ago
  29. 9de43fc Check for sys/sockio.h. by Fredrik Skogman · 8 years ago
  30. 723b3f1 client http: extra read notification after close by Andy Green · 8 years ago
  31. 64dd359 windows: WCHAR in lws_plat_inet_ntop needs double the final allocation by Andy Green · 8 years ago
  32. 72502e8 coverity 169276-9 - false positive assuming 8b char: char limits index size by Andy Green · 8 years ago
  33. d11bee7 coverity 169274 - lwsgt dirlisting ignore files that cant be statted by Andy Green · 8 years ago
  34. 01020b6 coverity 169273 - off-by-one on cgi chunking swallow limit by Andy Green · 8 years ago
  35. d6761e8 coverity 169272 - off-by-one possible on CGI buffer limit by Andy Green · 8 years ago
  36. d8e051d coverity 169271 - take care about sockfd of -1 on close by Andy Green · 8 years ago
  37. 2f863cf coverity 169269 - dont issue NULL cce by Andy Green · 8 years ago
  38. cd02a15 coverity 169268 + 169270- dead code plus repeat NULL check on error path by Andy Green · 8 years ago
  39. e0212b8 coverity 169275 - lwsgt check string bounds by Andy Green · 8 years ago
  40. 16f3e4c coverity 169267 - lwsgt strncpy may fill buffer without NUL by Andy Green · 8 years ago
  41. e35d91a per-vhost headers and lwsws conf support by Andy Green · 8 years ago
  42. 46646f9 Update badges in README.md by Patrick Gansterer · 8 years ago
  43. 396b58c Remove unneeded #include <stdint.h> by Patrick Gansterer · 8 years ago
  44. a5ec721 test html: js date uses ms by Andy Green · 8 years ago
  45. 6fe25fd cgi-retain-timeout-after-POST-send by Andy Green · 8 years ago
  46. b49b0fb quench logging by Andy Green · 8 years ago
  47. 1172a89 cgi: deal with all methods correctly by Andy Green · 8 years ago
  48. 90f513b uv: dont handle SIGSEGV, SIGFPE by Andy Green · 8 years ago
  49. fa9ebb3 Remove context from lws_context_per_thread for non-libuv builds by Patrick Gansterer · 8 years ago
  50. 5162d87 Add error handling for SSL_new() of clients by Patrick Gansterer · 8 years ago
  51. d0abf9b Fix signature of lws_create_vhost() in README.coding.md by Patrick Gansterer · 8 years ago
  52. 387e50b Allow serving files without known mimetype by Patrick Gansterer · 8 years ago
  53. 3ffd0eb server max protocol element 64 by Andy Green · 8 years ago
  54. 95fff47 client-add-PUSH-http-body-capability by Andy Green · 8 years ago
  55. bbf9369 client fixups after esp8266 by Andy Green · 8 years ago
  56. 7acf76c esp8266 initial support by Andy Green · 8 years ago
  57. f7a1c7e base64 decode fix lengths by Andy Green · 8 years ago
  58. 4606ad4 ah detach: don't print held time if actually detached by Andy Green · 8 years ago
  59. f32d250 ws ping pong on idle connections by Andy Green · 8 years ago
  60. 0fa6821 Plugin server-status cleanup by Andy Green · 8 years ago
  61. 2671b74 plugins-dim-webpage-when-connection-lost by Andy Green · 8 years ago
  62. 722cc4a plugin table dirlisting by Andy Green · 8 years ago
  63. 02f880d doxygen use sections by Andy Green · 8 years ago
  64. efef6bf Recheck slot when an FD gets closed and make formatting consistent by Mike Messina · 8 years ago
  65. fc0e52d Use one event for all sockets to avoid 64 limit and fix the single dispatch issue by mmessina · 8 years ago
  66. 5f73048 SNI-vhost-matching-fallback-to-wildcard by Andy Green · 8 years ago
  67. 5ab523e ah change default header len to 4096 and pool size 4 by Andy Green · 8 years ago
  68. 2b304a9 EXTPOLL export LWS_POLLXXX and document .events must be .revents by Andy Green · 8 years ago
  69. 675c349 client ssl add flag to control server cert hostname check by Andy Green · 8 years ago
  70. fee9f00 defer ESTABLISHED until after mode is WS_SERVING by Andy Green · 8 years ago
  71. 0aa382f lejp-conf: substitute _lws_ddir_ with install dir by Andy Green · 8 years ago
  72. cd6a706 lejp_conf: pmo as alias for cgi-env by Andy Green · 8 years ago
  73. ae0d8d7 win32-clean-and-use-do-while by Andy Green · 8 years ago
  74. 906006e lws_get_mimetype by Andy Green · 8 years ago
  75. 8860edd peer closes during partial buffered just hang up by Andy Green · 8 years ago
  76. 81c221e CLIENT_CONNECTION_ERROR add strings by Andy Green · 8 years ago
  77. e843916 remove polarssl mbedtls support by Andy Green · 8 years ago
  78. f25eefd reduce log spew and document test-server variants by Andy Green · 8 years ago
  79. 8fdff10 fix __x86_64__ check by Robin Rowe · 8 years ago
  80. 9ec76d4 test-libev add server-status protocol by Andy Green · 8 years ago
  81. e7bf0aa client confirm server hostname in cert by Andy Green · 8 years ago
  82. 6ff571f windows detect client connection error by Andy Piper · 8 years ago
  83. ca44730 dlfcn h only if plugins by Andy Green · 8 years ago
  84. 014481e documentation convert to doxygen by Andy Green · 8 years ago
  85. 4e75ae3 protocol-lws-messageboard by Andy Green · 8 years ago
  86. 7f92ee8 lws_bind_protocol by Andy Green · 8 years ago
  87. 7a2fc44 protocol generic sessions by Andy Green · 9 years ago
  88. 920daf1 lws_json_escape by Andy Green · 8 years ago
  89. 4bd5b96 lejp conf report human readable errors by Andy Green · 8 years ago
  90. 36f87b0 lws_now_secs by Andy Green · 8 years ago
  91. f1bdb0f Modified the 64 connections "backup" so that there is no wait if any event by OndraCo · 8 years ago
  92. 528adbd Added a back-up in case of more than 64 connections. by OndraCo · 8 years ago
  93. 3f17a8e lws_callback_vhost_protocols by Andy Green · 8 years ago
  94. 6cd27e8 lws_process_html_args by Andy Green · 8 years ago
  95. c55fd27 introduce urlencode decode and sql escape public apis by Andy Green · 8 years ago
  96. 70c60d8 fix for https connection code by Gadkari Mugdha · 8 years ago
  97. 1ec8ba8 openssl allow set clear of ssl options from info by Andy Green · 8 years ago
  98. d13c147 non-openssl: only check for openssl ecdh in openssl builds by Karl Palsson · 8 years ago
  99. a0d21c3 client CONNECTION_ERROR also allow in LWSS_CLIENT_UNCONNECTED by Andy Green · 8 years ago
  100. d5466c9 lws_write escalate pending truncated to make the by Andy Green · 8 years ago