1. bbc5c07 upgrade and improve storage efficiency of minilex by Andy Green · 10 years ago
  2. e5720a3 Cleanup include statements by Patrick Gansterer · 10 years ago
  3. 8ea1955 fix zero length ping pong by Andy Green · 10 years ago
  4. ce64fb0 Support for HTTP POST. by kapejod · 11 years ago
  5. 909a372 case insensitive http headers by Andy Green · 11 years ago
  6. 1e3f7b8 introduce uri args by Andy Green · 11 years ago
  7. d3f6873 back up directory paths properly by Andy Green · 11 years ago
  8. 6f42910 uri santitation fixes deal with single dot update attack.sh by Andy Green · 11 years ago
  9. b1a9e50 translate and protect uri test sever use uri path by Andy Green · 11 years ago
  10. cc13c6f improve minilex use external parsing header by Andy Green · 11 years ago
  11. 68bd4bd Support _WIN32 in addition to WIN32 define by Andreas Pakulat · 11 years ago
  12. 9a4fef7 Hide private library symbols by Peter Pentchev · 11 years ago
  13. 98ba9e0 cosmetic debug improvements by Andy Green · 11 years ago
  14. ca0a129 rxflow remove recursion and simplify by Andy Green · 11 years ago
  15. 646c98a dont sweat unkknown method for client by Andy Green · 11 years ago
  16. 1bc12f9 trace 22 fix zero length close from client by Andy Green · 11 years ago
  17. fc7c5e4 reflect send completeness in lws_write return by Andy Green · 11 years ago
  18. cc7cb68 remove header name buffer by Andy Green · 11 years ago
  19. c2bb3dc unstaged server changes by Andy Green · 11 years ago
  20. 94f9465 security disallow repeated GET by Andy Green · 11 years ago
  21. 3ee9b31 security harden http parser a bit by Andy Green · 11 years ago
  22. 224149a fix ssl reject path for freeing header allocation by Andy Green · 11 years ago
  23. b5b2319 style cleanup by Andy Green · 11 years ago
  24. e77fb80 client convert to new headers scheme eliminating mallocs by Andy Green · 11 years ago
  25. 16ab318 replace per header mallocs with single malloc 3 level struct by Andy Green · 11 years ago
  26. aedc953 dont close in user callback wrapper let ancestor do it by Andy Green · 11 years ago
  27. acfa1a8 throw out lws_websocket_related cruft by Andy Green · 11 years ago
  28. 5449511 remove fixed rx buffer allow definition per protocol by Andy Green · 11 years ago
  29. 68a672b unionize header token array by Andy Green · 11 years ago
  30. 2b57a34 headers deleted after websocket established by Andy Green · 11 years ago
  31. e4dffc9 leverage TOKEN_SKIPPING better in parser by Andy Green · 11 years ago
  32. 177ca78 simplify parsing complete by Andy Green · 11 years ago
  33. 623a98d unionize mutually exclusive wsi members by Andy Green · 12 years ago
  34. 5738c0e remove all support for pre v13 protocols by Andy Green · 12 years ago
  35. 3182ece introduce without extensions by Andy Green · 12 years ago
  36. 3662b66 change bitfield setting to avoid gcc warnings by Andy Green · 12 years ago
  37. 10601c1 improve frame_is_binary setting by Andy Green · 12 years ago
  38. a1ce6be refactor and introduce without server configure option by Andy Green · 12 years ago
  39. 2fd3f2f introdice tracking if frame is binary by Andy Green · 12 years ago
  40. 6d1fcb7 add lexical parser for headers by Andy Green · 12 years ago
  41. 706961d solve flowcontrol problems by Andy Green · 12 years ago
  42. 0303db4 check errors on shutdown close by Andy Green · 12 years ago
  43. f7248f8 update ping test client and stop exposing payload to extensions by Andy Green · 12 years ago
  44. b429d48 refactor output.c by Andy Green · 12 years ago
  45. 76f61e7 refactor migrate client stuff to client.c by Andy Green · 12 years ago
  46. 53f437e add new context arg to libwebsockets_serve_http_file by Andy Green · 12 years ago
  47. 583f8b3 optimize http file sending by Andy Green · 12 years ago
  48. d280b6e http service break into outer loop states by Andy Green · 12 years ago
  49. f7609e9 logging ensure everyone has a newline by Andy Green · 12 years ago
  50. 41c5803 audit and make all malloc check for OOM by Andy Green · 12 years ago
  51. 43db045 introduce logging api and convert all library output to use it by Andy Green · 12 years ago
  52. 4550f1d compile in xcode, privatize debug macro by Aaron Zinman · 12 years ago
  53. 96aa7e6 Added support for continuation frames on the server. by David Galeano · 12 years ago
  54. e0d0fd7 Fixed crash when HTTP requests method is not GET. by David Galeano · 12 years ago
  55. a1b3973 Avoid checking choked pipe if no extension has more data to write. by David Galeano · 12 years ago
  56. e2cf992 Added support for extensions that only manipulate application data. by David Galeano · 12 years ago
  57. dae2dcb Fixed spacing. by David Galeano · 12 years ago
  58. aeb5748 Fixed compiler warning on Windows. by David Galeano · 12 years ago
  59. ee2213d reduce debug spew by David Brooks · 12 years ago
  60. 6ee372f style cleaning by Andy Green · 12 years ago
  61. 3059263 make duplicate headers append instead of get ignored by Nick Dowell · 12 years ago
  62. fd96330 map wsorigin on to origin at an early point and stop dupe header mem leaks by Andy Green · 12 years ago
  63. cc01247 debug move most spew into debug macro by Andy Green · 13 years ago
  64. 2ef7505 http charsets have case insensitive tokens by Oleg Golosovskiy · 13 years ago
  65. 5bf6578 fix failure to limit 7bit lengths by Andy Green · 13 years ago
  66. d85cb20 v08v13 add support v13 default by Andy Green · 13 years ago
  67. 25a56b0 v08 receiver ignore frame with unhandled ext opcode by Andy Green · 13 years ago
  68. 815fa23 v08 change ignore incoming set ext bits by Andy Green · 13 years ago
  69. 0922650 extensions fix deflate stream vs mux and veto it on mux children by Andy Green · 13 years ago
  70. 66a16f3 x google mux implement child close by Andy Green · 13 years ago
  71. 0059754 fix parser reaction to zero length payloads by Andy Green · 13 years ago
  72. 3293c2a fix server ping coming as client payload by Andy Green · 13 years ago
  73. a41314f introduce x google mux very draft indeed by Andy Green · 13 years ago
  74. 9c5c838 win32 use binary flag on opening http file by Andy Green · 13 years ago
  75. bc15798 handle new masking order and fixups by Andy Green · 13 years ago
  76. 23545db interpret new opcode map when 07 by Andy Green · 13 years ago
  77. 53b6385 issue new opcodes when 07 by Andy Green · 13 years ago
  78. 4e75224 write client frames the new way for 07 by Andy Green · 13 years ago
  79. 33872cd carry over 06 stuff to 07 by Andy Green · 13 years ago
  80. 283d0a2 add 07 support by Andy Green · 13 years ago
  81. 4b65a56 Fix segfault in libwebsocket_write() by Pavel Borzenkov · 13 years ago
  82. 46c2ea0 pass ext pointer in ext callback by Andy Green · 13 years ago
  83. 9a50ba8 fix misunderstood fragmentation restriction by Andy Green · 13 years ago
  84. 5d9d94b add CONTINUATION write mode by Andy Green · 13 years ago
  85. da527df add extra state for waiting on close ack with timeout by Andy Green · 13 years ago
  86. 2a8978f interop notes - libwebsocket -06 close by Pat McManus @Mozilla · 13 years ago
  87. 3b84c00 callback each active extension on packet tx pre send by Andy Green · 13 years ago
  88. d44bf7f introduce lws_issue_raw by Andy Green · 13 years ago
  89. 56885f3 introduce win32 build capability by Peter Hinz · 13 years ago
  90. eeaacb3 introduce 76 00 client support by Andy Green · 13 years ago
  91. 9514bf8 carry over 05 specific stuff to 06 by Andy Green · 13 years ago
  92. 687b018 require close reason argument on close and free session by Andy Green · 13 years ago
  93. 62c54d2 introduce this param in callback fix server close on client socket by Andy Green · 13 years ago
  94. abbf461 eliminate dummy 76 challenge content in 04 plus by Andy Green · 13 years ago
  95. 0d33833 decouple-service-from-fd-array-index.patch by Andy Green · 13 years ago
  96. 44eee68 optimize-random-device-open.patch by Andy Green · 13 years ago
  97. 92970ba optimize-server-for-all-zero-nonce-case.patch by Andy Green · 13 years ago
  98. 5e1fa17 introduce-new-05-socket-closure-rules.patch by Andy Green · 13 years ago
  99. 18910c5 parse-and-reject-extensions-header.patch by Andy Green · 13 years ago
  100. bfb051f introduce-ietf-05-framing-and-commandline-options.patch by Andy Green · 13 years ago