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