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