1. 9ffe401 soname 5.0.0 by Andy Green · 10 years ago
  2. 14425ea introduce lws_partial_buffered by Andy Green · 10 years ago
  3. 822241c deprecate no_buffer_all_partials by Andy Green · 10 years ago
  4. 66d466a http keepalive needs to reinit some header union state by Carl Stehle · 10 years ago
  5. b128ccc add lws_is_ssl api by Andy Green · 10 years ago
  6. 95a8abb cyassl: correct include path for 3.1.x by Karl Palsson · 10 years ago
  7. a2d3bf1 api: add feature test macro LWS_FEATURE_PROTOCOLS_HAS_ID_FIELD by Michael Haberler · 10 years ago
  8. eabed8d protocol struct add user controlled id member by Andy Green · 10 years ago
  9. afa10d5 fix spinning on NULL protocol name by Andy Green · 10 years ago
  10. 62824f9 ssl fix excessive crash workaround by Andy Green · 10 years ago
  11. a40760a no protocol usage inprove docs by Andy Green · 10 years ago
  12. e917345 Reset hdr_parsing_completed for WSI_STATE_HTTP: by Andrew Canaday · 10 years ago
  13. 67f9459 trac82 consistently use CONTEXT_PORT_NO_LISTEN by Andy Green · 10 years ago
  14. faeac3c ssl allow passing cert passphrase by Oleh · 10 years ago
  15. c949bb3 avoid crash if we dont have new wsi by Andy Green · 10 years ago
  16. d07ea3b Fix TCP keepalive use in UNIX systems by Aurelian Pop · 10 years ago
  17. 78228ed Keep-alive: disable timeout and let TCP ka kill. by Andrew Canaday · 10 years ago
  18. c7dbad6 Make sure headers are parsed before proceeding. by Andrew Canaday · 10 years ago
  19. 991f1cd Only check for '?' URI args during URI path parse by Andrew Canaday · 10 years ago
  20. 7a8d86e handle client protocol lists properly by Andy Green · 10 years ago
  21. 3bb0650 Don't need 'content_remain' in libwebsocket_read by Andrew Canaday · 10 years ago
  22. afe26cf HTTP Version, Keep-alive support, No-copy POST by Andrew Canaday · 10 years ago
  23. 7c67634 libwebsockets_read: update 'len' after lws_handshake_server invocation by Andrew Canaday · 10 years ago
  24. c1fdd10 update changelog for 1.3 by Andy Green · 10 years ago
  25. 6aa4f65 test server dumb increment fix once per second duplicate by Andy Green · 10 years ago
  26. 7ab4ede Trac 75: fix uxexpected ssl connection close by AndyMcG · 10 years ago
  27. f55b2ef add runtime context flag to enforce defeat of OS CA CERTS even if build option selected by Andy Green · 10 years ago
  28. 10da117 fix confusion ull in latency reporting by Cong Ma · 10 years ago
  29. 981fb47 partial send handling by kolis · 10 years ago
  30. 9785085 dont free externally allocated user_space when closing connection by Andy Green · 10 years ago
  31. d6827f7 fix build on OpenBSD by geq · 10 years ago
  32. da55fb5 Added HTTP OPTIONS support: by Andrew Canaday · 10 years ago
  33. 18fd4f6 Reducing CPU cycles spent calculating per-header length limit. by Andrew Canaday · 10 years ago
  34. 3d2ebf3 Added docs for token limits. by Andrew Canaday · 10 years ago
  35. 74b4a65 Added optional per-header length limits: by Andrew Canaday · 10 years ago
  36. b57e7a0 Added HTTP_STATUS_NO_CONTENT == 204 by Andrew Canaday · 10 years ago
  37. f3b6f25 Added comma after if-none-match... by Andrew Canaday · 10 years ago
  38. 4220327 Added new HTTP headers and WSI tokens: by Andrew Canaday · 10 years ago
  39. dfca3ab clean partial send handling warning by Andy Green · 10 years ago
  40. f77e6e3 Partial send handling by kolis · 10 years ago
  41. 7cc7ae4 Fix for binding socket to a specific interface (fixes #116) by vpeter4 · 10 years ago
  42. 46e4886 Turn off IPv6 in windows for now by Joakim Soderberg · 10 years ago
  43. 590fb70 Conditionally declare variable by vpeter4 · 10 years ago
  44. e035f2e Compile with older OpenSSL library (missing symbol SSL_set_tlsext_host_name) by vpeter4 · 10 years ago
  45. 7c00fc3 Disable compile error: statement with no effect by vpeter4 · 10 years ago
  46. 4dd8ada Disable compile warning: no newline at end of file by vpeter4 · 10 years ago
  47. 6ea337a introduce LWS_FEATURE_ tests by Andy Green · 10 years ago
  48. 1b2fc03 libev stub macros need to reflect void when disabled by Andy Green · 10 years ago
  49. c11b847 Windows: Fix implementation of lws_plat_inet_ntop() by Patrick Gansterer · 10 years ago
  50. fb9dc57 Windows: Use gai_strerrorW() instead of gai_strerror() by Patrick Gansterer · 10 years ago
  51. fe0ca59 Windows: Fix the passed parameter to the setsockopt function by Patrick Gansterer · 10 years ago
  52. a6b019a Declare the lws_ssl_capable_*_no_ssl function outside the SSL #ifdef by Patrick Gansterer · 10 years ago
  53. 6bb4b62 Fix compilation on Windows CE after cleanup by Patrick Gansterer · 10 years ago
  54. 1077e1f Fix include statement of in6addr.h by Patrick Gansterer · 10 years ago
  55. f004ec5 rxflow just return 0 when changing state by Andy Green · 10 years ago
  56. 0f58db3 windows ipv6 add necessary header by Andy Green · 10 years ago
  57. cdb9bf9 refactor move ssl server service to ssl.c by Andy Green · 10 years ago
  58. a717df2 refactor libev eliminate all code ifdefs by Andy Green · 10 years ago
  59. f4ffc1e fixes for close flush by Andy Green · 10 years ago
  60. e7016aa fixup no extentsion around last clean by Andy Green · 10 years ago
  61. a1a24d2 close should flush any truncated send before really closing by Andy Green · 10 years ago
  62. d7340c1 clean=various ifdef reduction by Andy Green · 10 years ago
  63. 15d56dd truncated send always callback on writeable by Andy Green · 10 years ago
  64. c5d3ed3 test server extend timeout while sending leaf by Andy Green · 10 years ago
  65. fe660b5 inform timeout source when TIMEDOUT_WAITING by Andy Green · 10 years ago
  66. 5b08f12 docs clarify create context comment threading not supported by Andy Green · 10 years ago
  67. 47e0c91 move SNI temp var back one by Andy Green · 10 years ago
  68. 1a308e4 define LWS_SSL_CAPPABLE return codes even when no SSL enabled by Andy Green · 10 years ago
  69. 5b94c3b Update private-libwebsockets.h by spayton · 10 years ago
  70. d2f5b19 windows Fix build. by Joakim Soderberg · 10 years ago
  71. e9b61b5 windows clean out redundant inet_ntop prototype by Andy Green · 10 years ago
  72. 529d481 fix ssl error reporting by Andy Green · 10 years ago
  73. 485abc1 allow signals during send by Andy Green · 10 years ago
  74. 8e18fe3 fix accept nonzero as close from WRITEABLE callback by Andy Green · 10 years ago
  75. 78f266a refactor use unified ssl read write functions by Andy Green · 10 years ago
  76. 0213812 refactor add ssl read write single implementation by Andy Green · 10 years ago
  77. b25b85f windows allow syslog log target to mao to stderr by Andy Green · 10 years ago
  78. 92795d6 windows fix breakage from plat refactor by Andy Green · 10 years ago
  79. a5fe119 windows fix SetFilePointer args by Andy Green · 10 years ago
  80. 2eedea9 http2 add initial alpn support by Andy Green · 10 years ago
  81. c57037a refactor ssl related code into ssl.c by Andy Green · 10 years ago
  82. b49a995 clean small additional ifdef reduction by Andy Green · 10 years ago
  83. aad2eac refactor handshake client and server handling into client.c and server.c by Andy Green · 10 years ago
  84. d99476b refactor move flow control to server.c by Andy Green · 10 years ago
  85. e38031a refactor migrate client and server specific context init into client.c and server.c by Andy Green · 10 years ago
  86. 34f3dd2 refactor pollfd related functions into pollfd.c by Andy Green · 10 years ago
  87. d474135 refactor service related functions into service.c by Andy Green · 10 years ago
  88. 3d67f51 refactor context related functions into context.c by Andy Green · 10 years ago
  89. 0d4a346 remove libev build tag by Andy Green · 10 years ago
  90. a654fc0 clean move lws_plat externs by Andy Green · 10 years ago
  91. 1cd3ba6 ipv6 use lws_plat_ to avoid win naming collision by Andy Green · 10 years ago
  92. 5266f66 win32 inet_top by Andy Green · 10 years ago
  93. 0651e50 changelog add info about cmake needing clean build dir sometimes by Andy Green · 10 years ago
  94. e40aa9b plat change to build selection by cmake by Andy Green · 10 years ago
  95. 2c24ec0 refactor out most NO_EXTENSIONS by Andy Green · 10 years ago
  96. 158e804 refactor out WIN32 tests from code by Andy Green · 10 years ago
  97. 03cf1dd truncated send issue independent of LWS_NO_EXTENSIONS 2 by Andy Green · 10 years ago
  98. f9196dd truncated send issue independent of LWS_NO_EXTENSIONS by Andy Green · 10 years ago
  99. 5bc002e only use clean buffer for failed write if sent something by Andy Green · 10 years ago
  100. 4dd3385 libev protect when disabled at runtime in server.c by Andy Green · 10 years ago