1. 564056d nonzero return from client parser is close by Andy Green · 11 years ago
  2. 5ac7e7a client allow user callback to close on nonzero return by Andy Green · 11 years ago
  3. ce8079c Add explicit cast to setsockopt() calls by Patrick Gansterer · 11 years ago
  4. 81338aa Use native file functions on Windows by Patrick Gansterer · 11 years ago
  5. 3ef96e8 Rename leave to cleanup by Patrick Gansterer · 11 years ago
  6. e049a77 Call libwebsocket_set_timeout() before callback LWS_CALLBACK_HTTP. by Craig McQueen · 11 years ago
  7. 176de27 add timeout between accept and negotiation by Andy Green · 11 years ago
  8. 9bdcf18 fix LWS_NO_SERVER compile by John Clark · 11 years ago
  9. aa08492 solve broken partial file sends by Andy Green · 11 years ago
  10. ca15338 interpret zero rx buffer size as default in http by Andy Green · 11 years ago
  11. ce64fb0 Support for HTTP POST. by kapejod · 11 years ago
  12. 4e7a133 real http status codes update attack.sh by Andy Green · 11 years ago
  13. 19895bc introduce LWS_CALLBACK_FILTER_HTTP_CONNECTION by Andy Green · 11 years ago
  14. 84fd949 make ah available in http callback properly by Andy Green · 11 years ago
  15. 96d48fd change LWS_CALLBACK_FILTER_PROTOCOL_CONNECTION user param usage by Andy Green · 11 years ago
  16. 7cf6cb0 trac 28 - differentiate between http serving and accepted http connection by Andy Green · 11 years ago
  17. 9a4fef7 Hide private library symbols by Peter Pentchev · 12 years ago
  18. 01b206e SOL_SNDBUF set to protocol rx size by Andy Green · 12 years ago
  19. ca0a129 rxflow remove recursion and simplify by Andy Green · 12 years ago
  20. 38c570c dont leak when protocol agreement probs by Andy Green · 12 years ago
  21. 2af4d5b remove lws_ensure_user_space from public api change return by Andy Green · 12 years ago
  22. 0caf9c5 handle http union transition properly by Andy Green · 12 years ago
  23. e803c82 create user alloc for http if requested by Andy Green · 12 years ago
  24. 3ee9b31 security harden http parser a bit by Andy Green · 12 years ago
  25. b5b2319 style cleanup by Andy Green · 12 years ago
  26. 4708a02 valgrind drop header allocation down http path by Andy Green · 12 years ago
  27. 16ab318 replace per header mallocs with single malloc 3 level struct by Andy Green · 12 years ago
  28. 0480f64 handshake bail3 should be bail by Andy Green · 12 years ago
  29. 5449511 remove fixed rx buffer allow definition per protocol by Andy Green · 12 years ago
  30. 68a672b unionize header token array by Andy Green · 12 years ago
  31. 2b57a34 headers deleted after websocket established by Andy Green · 12 years ago
  32. 3455e67 act on fatal parse problems by Andy Green · 12 years ago
  33. 4c53123 CMake support + fixed windows build. by Joakim Soderberg · 12 years ago
  34. 5fc75a9 server allow NULL protocol map to protocol 0 by Andy Green · 12 years ago
  35. 623a98d unionize mutually exclusive wsi members by Andy Green · 12 years ago
  36. 5738c0e remove all support for pre v13 protocols by Andy Green · 12 years ago
  37. 3182ece introduce without extensions by Andy Green · 12 years ago
  38. a1ce6be refactor and introduce without server configure option by Andy Green · 12 years ago
  39. 6d1fcb7 add lexical parser for headers by Andy Green · 12 years ago
  40. f7248f8 update ping test client and stop exposing payload to extensions by Andy Green · 12 years ago
  41. 03674a6 configure without client by Andy Green · 12 years ago
  42. d280b6e http service break into outer loop states by Andy Green · 12 years ago
  43. f7609e9 logging ensure everyone has a newline by Andy Green · 12 years ago
  44. 41c5803 audit and make all malloc check for OOM by Andy Green · 12 years ago
  45. 43db045 introduce logging api and convert all library output to use it by Andy Green · 12 years ago
  46. 4550f1d compile in xcode, privatize debug macro by Aaron Zinman · 12 years ago
  47. 6515443 Close connection if LWS_CALLBACK_HTTP returns non-zero. by David Galeano · 12 years ago
  48. 584b316 Pass URI length to LWS_CALLBACK_HTTP. by David Galeano · 12 years ago
  49. cb19368 Fixed compiler warnings on Windows. by David Galeano · 12 years ago
  50. cf56e4d cleanup extra wrapping needed on braced define by Andy Green · 12 years ago
  51. 4d80662 workaround osx compiler bug by Pasi Mankinen · 13 years ago
  52. 6ee372f style cleaning by Andy Green · 13 years ago
  53. f803c0d fix heap corruption if HTTP callback calls libwebsocket_close_and_free_session by Nick Dowell · 13 years ago
  54. 5519d9f handle unsupported protocol correctly by Nick Dowell · 13 years ago
  55. 15601fd fix issuing null extension header if none supported by Andy Green · 13 years ago
  56. cc01247 debug move most spew into debug macro by Andy Green · 13 years ago
  57. 49146db Add libwebsockets_ensure_user_space by Alex Bligh · 13 years ago
  58. d85cb20 v08v13 add support v13 default by Andy Green · 13 years ago
  59. 66a16f3 x google mux implement child close by Andy Green · 13 years ago
  60. a41314f introduce x google mux very draft indeed by Andy Green · 13 years ago
  61. 33872cd carry over 06 stuff to 07 by Andy Green · 13 years ago
  62. 46c2ea0 pass ext pointer in ext callback by Andy Green · 14 years ago
  63. 4bf91d7 libwebsockets - gcc warnings by Patrick McManus · 14 years ago
  64. da527df add extra state for waiting on close ack with timeout by Andy Green · 14 years ago
  65. 6e5f95e allow extensions for parsing by Andy Green · 14 years ago
  66. c511482 create server extension response dynamically by Andy Green · 14 years ago
  67. 56885f3 introduce win32 build capability by Peter Hinz · 14 years ago
  68. 9514bf8 carry over 05 specific stuff to 06 by Andy Green · 14 years ago
  69. 687b018 require close reason argument on close and free session by Andy Green · 14 years ago
  70. 6274baf only send sec webscoket nonce on 04 by Andy Green · 14 years ago
  71. 7942dfe make origin optional on server by Andy Green · 14 years ago
  72. 62c54d2 introduce this param in callback fix server close on client socket by Andy Green · 14 years ago
  73. 4b6fbe1 unify server and client close by Andy Green · 14 years ago
  74. c85619d introduce-user-handshake-filter-callback.patch by Andy Green · 14 years ago
  75. 44eee68 optimize-random-device-open.patch by Andy Green · 14 years ago
  76. 18910c5 parse-and-reject-extensions-header.patch by Andy Green · 14 years ago
  77. bfb051f introduce-ietf-05-framing-and-commandline-options.patch by Andy Green · 14 years ago
  78. f3d3b40 change-client-mode-to-enum.patch by Andy Green · 14 years ago
  79. 90c7cbc introduce-ssl-client-connections--flow-control.patch by Andy Green · 14 years ago
  80. 6964bb5 clean--fix-sigpipe.patch by Andy Green · 14 years ago
  81. 4739e5c introduce-client-support.patch by Andy Green · 14 years ago
  82. 38e57bb introduce-04-control-frames.patch by Andy Green · 14 years ago
  83. f85e830 introduce-new-04-masking-key-computation.patch by Andy Green · 14 years ago
  84. e252217 introduce-new-04-handshake.patch by Andy Green · 14 years ago
  85. d1b11e3 introduce-new-04-headers-logic.patch by Andy Green · 14 years ago
  86. 70dfebd use-libcrypto-hash-implementations.patch by Andy Green · 14 years ago
  87. 4b23c72 clean--move-v2-support-to-claim-v3.patch by Andy Green · 14 years ago
  88. 0ca6a17 clean-and-add-pedantic-remove-long-long.patch by Andy Green · 14 years ago
  89. f2f54d5 fix-md5-problem.patch by Andy Green · 14 years ago
  90. e77ddd8 coding-style-cleanups.patch by Andy Green · 14 years ago
  91. 85ba32f fix-revents-inherited-from-old-socket-bug.patch by Andy Green · 14 years ago
  92. 47943ae fix-user-pointer-bug.patch by Andy Green · 14 years ago
  93. 4f3943a move-to-automatic-protocol-list-scheme.patch by Andy Green · 14 years ago
  94. ce510c6 add-Sec-WebSocket-Draft-and-protocol-autodetect.patch by Andy Green · 14 years ago
  95. a2b0ab0 add-protocol-filter.patch by Andy Green · 14 years ago
  96. 018d8eb style-cleanups.patch by Andy Green · 14 years ago
  97. 7c212cc break-out-lib-sources.patch by Andy Green · 14 years ago