1. 07631f4 fix return_http_status adaptation for http2 by Andy Green · 10 years ago
  2. 3a01cc8 ssl renew timeout while post keeps coming by Christian Schüldt · 10 years ago
  3. fde9379 ssl fix service problem in MORE_SERVICE case by Christian Schüldt · 10 years ago
  4. 609ec85 ssl optimize poll when buffered ssl read data by Andy Green · 10 years ago
  5. 1f5c9f0 ssl_capable_read add context param by Andy Green · 10 years ago
  6. fe3e3e6 ssl fix pending reads stuck in ssl layer by Andy Green · 10 years ago
  7. 095d303 http2 fix build when http2 disabled by Andy Green · 10 years ago
  8. 3faf44e http2 headers huffman decoder by Andy Green · 10 years ago
  9. 024eb6c http2 can keep upgraded connection up by Andy Green · 10 years ago
  10. cade614 base64 add back decoder now we need it.patc by Andy Green · 10 years ago
  11. b08cb50 parser default to name parsing if unknown by Andy Green · 10 years ago
  12. a54f232 http2 add h2c upgrade and http2 connmode by Andy Green · 10 years ago
  13. 1ee42a5 add http2 settings token by Andy Green · 10 years ago
  14. 9887bdb test server correct header naming order by Andy Green · 10 years ago
  15. 2af5856 confirm upgrade actually for websocket by Andy Green · 10 years ago
  16. 104316e internal SHA1 users all use libwebsockets_SHA1 by Andy Green · 10 years ago
  17. 759e50c android fix syslog path by Dnyanesh Gate · 10 years ago
  18. 54d037e Pass user_sapce to callback for LWS_CALLBACK_CLIENT_CONNECTION_ERROR by Duncan Tebbs · 10 years ago
  19. c00675c fix required CMake version by Hiroaki Sakon · 10 years ago
  20. a49d084 fix byte order for qnx by emironov · 10 years ago
  21. b944cc1 also callback closed if flushing by Stefan Schuermans · 10 years ago
  22. 8721f4f fix build for NO_SERVER by Andy Green · 10 years ago
  23. 82bac6b defer PONG send until no partial send buffer by Andy Green · 10 years ago
  24. af8db35 server.c: test **truncated_send_len** for partial by Andrew Canaday · 10 years ago
  25. f012f75 accept fail char means we are done by Andy Green · 10 years ago
  26. 727d98d fix bad cmake args example in README.build by Andy Green · 10 years ago
  27. 4b812fe cleanup style in parser by Andy Green · 10 years ago
  28. fc9871e fix build without ssl support by Andy Green · 10 years ago
  29. 9ffe401 soname 5.0.0 by Andy Green · 10 years ago
  30. 14425ea introduce lws_partial_buffered by Andy Green · 10 years ago
  31. 822241c deprecate no_buffer_all_partials by Andy Green · 10 years ago
  32. 66d466a http keepalive needs to reinit some header union state by Carl Stehle · 10 years ago
  33. b128ccc add lws_is_ssl api by Andy Green · 10 years ago
  34. 95a8abb cyassl: correct include path for 3.1.x by Karl Palsson · 10 years ago
  35. a2d3bf1 api: add feature test macro LWS_FEATURE_PROTOCOLS_HAS_ID_FIELD by Michael Haberler · 10 years ago
  36. eabed8d protocol struct add user controlled id member by Andy Green · 10 years ago
  37. afa10d5 fix spinning on NULL protocol name by Andy Green · 10 years ago
  38. 62824f9 ssl fix excessive crash workaround by Andy Green · 10 years ago
  39. a40760a no protocol usage inprove docs by Andy Green · 10 years ago
  40. e917345 Reset hdr_parsing_completed for WSI_STATE_HTTP: by Andrew Canaday · 10 years ago
  41. 67f9459 trac82 consistently use CONTEXT_PORT_NO_LISTEN by Andy Green · 10 years ago
  42. faeac3c ssl allow passing cert passphrase by Oleh · 10 years ago
  43. c949bb3 avoid crash if we dont have new wsi by Andy Green · 10 years ago
  44. d07ea3b Fix TCP keepalive use in UNIX systems by Aurelian Pop · 10 years ago
  45. 78228ed Keep-alive: disable timeout and let TCP ka kill. by Andrew Canaday · 10 years ago
  46. c7dbad6 Make sure headers are parsed before proceeding. by Andrew Canaday · 10 years ago
  47. 991f1cd Only check for '?' URI args during URI path parse by Andrew Canaday · 10 years ago
  48. 7a8d86e handle client protocol lists properly by Andy Green · 10 years ago
  49. 3bb0650 Don't need 'content_remain' in libwebsocket_read by Andrew Canaday · 10 years ago
  50. afe26cf HTTP Version, Keep-alive support, No-copy POST by Andrew Canaday · 10 years ago
  51. 7c67634 libwebsockets_read: update 'len' after lws_handshake_server invocation by Andrew Canaday · 10 years ago
  52. c1fdd10 update changelog for 1.3 by Andy Green · 10 years ago
  53. 6aa4f65 test server dumb increment fix once per second duplicate by Andy Green · 10 years ago
  54. 7ab4ede Trac 75: fix uxexpected ssl connection close by AndyMcG · 10 years ago
  55. f55b2ef add runtime context flag to enforce defeat of OS CA CERTS even if build option selected by Andy Green · 10 years ago
  56. 10da117 fix confusion ull in latency reporting by Cong Ma · 10 years ago
  57. 981fb47 partial send handling by kolis · 10 years ago
  58. 9785085 dont free externally allocated user_space when closing connection by Andy Green · 10 years ago
  59. d6827f7 fix build on OpenBSD by geq · 10 years ago
  60. da55fb5 Added HTTP OPTIONS support: by Andrew Canaday · 10 years ago
  61. 18fd4f6 Reducing CPU cycles spent calculating per-header length limit. by Andrew Canaday · 10 years ago
  62. 3d2ebf3 Added docs for token limits. by Andrew Canaday · 10 years ago
  63. 74b4a65 Added optional per-header length limits: by Andrew Canaday · 10 years ago
  64. b57e7a0 Added HTTP_STATUS_NO_CONTENT == 204 by Andrew Canaday · 10 years ago
  65. f3b6f25 Added comma after if-none-match... by Andrew Canaday · 10 years ago
  66. 4220327 Added new HTTP headers and WSI tokens: by Andrew Canaday · 10 years ago
  67. dfca3ab clean partial send handling warning by Andy Green · 10 years ago
  68. f77e6e3 Partial send handling by kolis · 10 years ago
  69. 7cc7ae4 Fix for binding socket to a specific interface (fixes #116) by vpeter4 · 10 years ago
  70. 46e4886 Turn off IPv6 in windows for now by Joakim Soderberg · 10 years ago
  71. 590fb70 Conditionally declare variable by vpeter4 · 10 years ago
  72. e035f2e Compile with older OpenSSL library (missing symbol SSL_set_tlsext_host_name) by vpeter4 · 10 years ago
  73. 7c00fc3 Disable compile error: statement with no effect by vpeter4 · 10 years ago
  74. 4dd8ada Disable compile warning: no newline at end of file by vpeter4 · 10 years ago
  75. 6ea337a introduce LWS_FEATURE_ tests by Andy Green · 10 years ago
  76. 1b2fc03 libev stub macros need to reflect void when disabled by Andy Green · 10 years ago
  77. c11b847 Windows: Fix implementation of lws_plat_inet_ntop() by Patrick Gansterer · 10 years ago
  78. fb9dc57 Windows: Use gai_strerrorW() instead of gai_strerror() by Patrick Gansterer · 10 years ago
  79. fe0ca59 Windows: Fix the passed parameter to the setsockopt function by Patrick Gansterer · 10 years ago
  80. a6b019a Declare the lws_ssl_capable_*_no_ssl function outside the SSL #ifdef by Patrick Gansterer · 10 years ago
  81. 6bb4b62 Fix compilation on Windows CE after cleanup by Patrick Gansterer · 10 years ago
  82. 1077e1f Fix include statement of in6addr.h by Patrick Gansterer · 10 years ago
  83. f004ec5 rxflow just return 0 when changing state by Andy Green · 10 years ago
  84. 0f58db3 windows ipv6 add necessary header by Andy Green · 10 years ago
  85. cdb9bf9 refactor move ssl server service to ssl.c by Andy Green · 10 years ago
  86. a717df2 refactor libev eliminate all code ifdefs by Andy Green · 10 years ago
  87. f4ffc1e fixes for close flush by Andy Green · 10 years ago
  88. e7016aa fixup no extentsion around last clean by Andy Green · 10 years ago
  89. a1a24d2 close should flush any truncated send before really closing by Andy Green · 10 years ago
  90. d7340c1 clean=various ifdef reduction by Andy Green · 10 years ago
  91. 15d56dd truncated send always callback on writeable by Andy Green · 10 years ago
  92. c5d3ed3 test server extend timeout while sending leaf by Andy Green · 10 years ago
  93. fe660b5 inform timeout source when TIMEDOUT_WAITING by Andy Green · 10 years ago
  94. 5b08f12 docs clarify create context comment threading not supported by Andy Green · 10 years ago
  95. 47e0c91 move SNI temp var back one by Andy Green · 10 years ago
  96. 1a308e4 define LWS_SSL_CAPPABLE return codes even when no SSL enabled by Andy Green · 10 years ago
  97. 5b94c3b Update private-libwebsockets.h by spayton · 10 years ago
  98. d2f5b19 windows Fix build. by Joakim Soderberg · 10 years ago
  99. e9b61b5 windows clean out redundant inet_ntop prototype by Andy Green · 10 years ago
  100. 529d481 fix ssl error reporting by Andy Green · 10 years ago