1. 4b85c1d api rationalization: eliminate all libwebsocket[s]_ prefixes by Andy Green · 9 years ago
  2. 3ef579b api rationalization eliminate oldstyle internal api names by Andy Green · 9 years ago
  3. 6230476 api rationalization use new names internally by Andy Green · 9 years ago
  4. 0a05792 http post zero content length by Andy Green · 9 years ago
  5. 2721e3c qualify server specific api with LWS_NO_SERVER by Andy Green · 9 years ago
  6. 2627148 keepalive fix flow now forced closed removed by Andy Green · 9 years ago
  7. 3a01cc8 ssl renew timeout while post keeps coming by Christian Schüldt · 10 years ago
  8. 095d303 http2 fix build when http2 disabled by Andy Green · 10 years ago
  9. 024eb6c http2 can keep upgraded connection up by Andy Green · 10 years ago
  10. 66d466a http keepalive needs to reinit some header union state by Carl Stehle · 10 years ago
  11. e917345 Reset hdr_parsing_completed for WSI_STATE_HTTP: by Andrew Canaday · 10 years ago
  12. 78228ed Keep-alive: disable timeout and let TCP ka kill. by Andrew Canaday · 10 years ago
  13. c7dbad6 Make sure headers are parsed before proceeding. by Andrew Canaday · 10 years ago
  14. 3bb0650 Don't need 'content_remain' in libwebsocket_read by Andrew Canaday · 10 years ago
  15. afe26cf HTTP Version, Keep-alive support, No-copy POST by Andrew Canaday · 10 years ago
  16. 7c67634 libwebsockets_read: update 'len' after lws_handshake_server invocation by Andrew Canaday · 10 years ago
  17. d7340c1 clean=various ifdef reduction by Andy Green · 10 years ago
  18. aad2eac refactor handshake client and server handling into client.c and server.c by Andy Green · 10 years ago
  19. 564056d nonzero return from client parser is close by Andy Green · 10 years ago
  20. 5ac7e7a client allow user callback to close on nonzero return by Andy Green · 10 years ago
  21. ce8079c Add explicit cast to setsockopt() calls by Patrick Gansterer · 10 years ago
  22. 81338aa Use native file functions on Windows by Patrick Gansterer · 10 years ago
  23. 3ef96e8 Rename leave to cleanup by Patrick Gansterer · 10 years ago
  24. e049a77 Call libwebsocket_set_timeout() before callback LWS_CALLBACK_HTTP. by Craig McQueen · 10 years ago
  25. 176de27 add timeout between accept and negotiation by Andy Green · 10 years ago
  26. 9bdcf18 fix LWS_NO_SERVER compile by John Clark · 10 years ago
  27. aa08492 solve broken partial file sends by Andy Green · 11 years ago
  28. ca15338 interpret zero rx buffer size as default in http by Andy Green · 11 years ago
  29. ce64fb0 Support for HTTP POST. by kapejod · 11 years ago
  30. 4e7a133 real http status codes update attack.sh by Andy Green · 11 years ago
  31. 19895bc introduce LWS_CALLBACK_FILTER_HTTP_CONNECTION by Andy Green · 11 years ago
  32. 84fd949 make ah available in http callback properly by Andy Green · 11 years ago
  33. 96d48fd change LWS_CALLBACK_FILTER_PROTOCOL_CONNECTION user param usage by Andy Green · 11 years ago
  34. 7cf6cb0 trac 28 - differentiate between http serving and accepted http connection by Andy Green · 11 years ago
  35. 9a4fef7 Hide private library symbols by Peter Pentchev · 11 years ago
  36. 01b206e SOL_SNDBUF set to protocol rx size by Andy Green · 11 years ago
  37. ca0a129 rxflow remove recursion and simplify by Andy Green · 11 years ago
  38. 38c570c dont leak when protocol agreement probs by Andy Green · 11 years ago
  39. 2af4d5b remove lws_ensure_user_space from public api change return by Andy Green · 11 years ago
  40. 0caf9c5 handle http union transition properly by Andy Green · 11 years ago
  41. e803c82 create user alloc for http if requested by Andy Green · 11 years ago
  42. 3ee9b31 security harden http parser a bit by Andy Green · 11 years ago
  43. b5b2319 style cleanup by Andy Green · 11 years ago
  44. 4708a02 valgrind drop header allocation down http path by Andy Green · 11 years ago
  45. 16ab318 replace per header mallocs with single malloc 3 level struct by Andy Green · 11 years ago
  46. 0480f64 handshake bail3 should be bail by Andy Green · 11 years ago
  47. 5449511 remove fixed rx buffer allow definition per protocol by Andy Green · 11 years ago
  48. 68a672b unionize header token array by Andy Green · 11 years ago
  49. 2b57a34 headers deleted after websocket established by Andy Green · 11 years ago
  50. 3455e67 act on fatal parse problems by Andy Green · 11 years ago
  51. 4c53123 CMake support + fixed windows build. by Joakim Soderberg · 11 years ago
  52. 5fc75a9 server allow NULL protocol map to protocol 0 by Andy Green · 11 years ago
  53. 623a98d unionize mutually exclusive wsi members by Andy Green · 12 years ago
  54. 5738c0e remove all support for pre v13 protocols by Andy Green · 12 years ago
  55. 3182ece introduce without extensions by Andy Green · 12 years ago
  56. a1ce6be refactor and introduce without server configure option by Andy Green · 12 years ago
  57. 6d1fcb7 add lexical parser for headers by Andy Green · 12 years ago
  58. f7248f8 update ping test client and stop exposing payload to extensions by Andy Green · 12 years ago
  59. 03674a6 configure without client by Andy Green · 12 years ago
  60. d280b6e http service break into outer loop states by Andy Green · 12 years ago
  61. f7609e9 logging ensure everyone has a newline by Andy Green · 12 years ago
  62. 41c5803 audit and make all malloc check for OOM by Andy Green · 12 years ago
  63. 43db045 introduce logging api and convert all library output to use it by Andy Green · 12 years ago
  64. 4550f1d compile in xcode, privatize debug macro by Aaron Zinman · 12 years ago
  65. 6515443 Close connection if LWS_CALLBACK_HTTP returns non-zero. by David Galeano · 12 years ago
  66. 584b316 Pass URI length to LWS_CALLBACK_HTTP. by David Galeano · 12 years ago
  67. cb19368 Fixed compiler warnings on Windows. by David Galeano · 12 years ago
  68. cf56e4d cleanup extra wrapping needed on braced define by Andy Green · 12 years ago
  69. 4d80662 workaround osx compiler bug by Pasi Mankinen · 12 years ago
  70. 6ee372f style cleaning by Andy Green · 12 years ago
  71. f803c0d fix heap corruption if HTTP callback calls libwebsocket_close_and_free_session by Nick Dowell · 12 years ago
  72. 5519d9f handle unsupported protocol correctly by Nick Dowell · 12 years ago
  73. 15601fd fix issuing null extension header if none supported by Andy Green · 12 years ago
  74. cc01247 debug move most spew into debug macro by Andy Green · 13 years ago
  75. 49146db Add libwebsockets_ensure_user_space by Alex Bligh · 13 years ago
  76. d85cb20 v08v13 add support v13 default by Andy Green · 13 years ago
  77. 66a16f3 x google mux implement child close by Andy Green · 13 years ago
  78. a41314f introduce x google mux very draft indeed by Andy Green · 13 years ago
  79. 33872cd carry over 06 stuff to 07 by Andy Green · 13 years ago
  80. 46c2ea0 pass ext pointer in ext callback by Andy Green · 13 years ago
  81. 4bf91d7 libwebsockets - gcc warnings by Patrick McManus · 13 years ago
  82. da527df add extra state for waiting on close ack with timeout by Andy Green · 13 years ago
  83. 6e5f95e allow extensions for parsing by Andy Green · 13 years ago
  84. c511482 create server extension response dynamically by Andy Green · 13 years ago
  85. 56885f3 introduce win32 build capability by Peter Hinz · 13 years ago
  86. 9514bf8 carry over 05 specific stuff to 06 by Andy Green · 13 years ago
  87. 687b018 require close reason argument on close and free session by Andy Green · 13 years ago
  88. 6274baf only send sec webscoket nonce on 04 by Andy Green · 13 years ago
  89. 7942dfe make origin optional on server by Andy Green · 13 years ago
  90. 62c54d2 introduce this param in callback fix server close on client socket by Andy Green · 13 years ago
  91. 4b6fbe1 unify server and client close by Andy Green · 13 years ago
  92. c85619d introduce-user-handshake-filter-callback.patch by Andy Green · 13 years ago
  93. 44eee68 optimize-random-device-open.patch by Andy Green · 13 years ago
  94. 18910c5 parse-and-reject-extensions-header.patch by Andy Green · 13 years ago
  95. bfb051f introduce-ietf-05-framing-and-commandline-options.patch by Andy Green · 13 years ago
  96. f3d3b40 change-client-mode-to-enum.patch by Andy Green · 13 years ago
  97. 90c7cbc introduce-ssl-client-connections--flow-control.patch by Andy Green · 14 years ago
  98. 6964bb5 clean--fix-sigpipe.patch by Andy Green · 14 years ago
  99. 4739e5c introduce-client-support.patch by Andy Green · 14 years ago
  100. 38e57bb introduce-04-control-frames.patch by Andy Green · 14 years ago