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. 11f2734 mbed3 workable plus or minus mbed3 net stack bug by Andy Green · 9 years ago
  5. 8c0d3c0 mbed3 plat by Andy Green · 9 years ago
  6. 2cd3074 mbed3 warning cleaning by Andy Green · 9 years ago
  7. fc772cc win use platform invalid socket api elsewhere too by Andy Green · 9 years ago
  8. 140ac6e Subject: [PATCH] Fix for close ack sending by Andrejs Hanins · 9 years ago
  9. b820e2c Implemented fixes allowing libwebsockets to be built under Windows using MinGM/MSYS by Stephan Eberle · 9 years ago
  10. c6f95d3 keepalive close file when send completes dont wait for wsi close processing by Andy Green · 9 years ago
  11. dbe624d allow EAGAIN and friends on straight read by Mark Likness · 9 years ago
  12. 6f1e884 use send MSG_NOSIGNAL by Andy Green · 9 years ago
  13. 4c0ba02 fix #309. Receive large messages over WSS by =?UTF-8?q?Jos=C3=A9=20Luis=20Mill=C3=A1n?= · 9 years ago
  14. 5400f47 [PATCH] added timeout reset in serve_http_file_fragment to prevent timeout on big files by =?UTF-8?q?Dalibor=20Ba=C4=8Da?= · 9 years ago
  15. 6ff2824 Subject: [PATCH] Use custom allocator by Alejandro Mery · 10 years ago
  16. 7ef4b2e coverity 83661 output check lseek return by Andy Green · 10 years ago
  17. 1cea581 http2 dont use incoming END_STREAM when sending headers by Andy Green · 10 years ago
  18. b0e2e50 http2 working nghttp fetch multi files completely by Andy Green · 10 years ago
  19. 200f385 http2 track content length add END_STREAM by Andy Green · 10 years ago
  20. 91b0589 http2 handle flags by Andy Green · 10 years ago
  21. 1e49918 trac 89 add flag on fatal send fail to use simple close by Andy Green · 10 years ago
  22. 2add634 http2 hpack basic decode ok including huff by Andy Green · 10 years ago
  23. 1f5c9f0 ssl_capable_read add context param by Andy Green · 10 years ago
  24. 095d303 http2 fix build when http2 disabled by Andy Green · 10 years ago
  25. 024eb6c http2 can keep upgraded connection up by Andy Green · 10 years ago
  26. 822241c deprecate no_buffer_all_partials by Andy Green · 10 years ago
  27. f4ffc1e fixes for close flush by Andy Green · 10 years ago
  28. a1a24d2 close should flush any truncated send before really closing by Andy Green · 10 years ago
  29. d7340c1 clean=various ifdef reduction by Andy Green · 10 years ago
  30. 15d56dd truncated send always callback on writeable by Andy Green · 10 years ago
  31. 485abc1 allow signals during send by Andy Green · 10 years ago
  32. 0213812 refactor add ssl read write single implementation by Andy Green · 10 years ago
  33. b49a995 clean small additional ifdef reduction by Andy Green · 10 years ago
  34. 2c24ec0 refactor out most NO_EXTENSIONS by Andy Green · 10 years ago
  35. 158e804 refactor out WIN32 tests from code by Andy Green · 10 years ago
  36. 03cf1dd truncated send issue independent of LWS_NO_EXTENSIONS 2 by Andy Green · 10 years ago
  37. 5bc002e only use clean buffer for failed write if sent something by Andy Green · 10 years ago
  38. 0fc37b6 windows Use WSAWaitForMultipleEvents() instead of poll() on Windows by Patrick Gansterer · 10 years ago
  39. 28b12ad ssl output handle want read write by Andy Green · 10 years ago
  40. e254d95 truncated send keep and grow truncation buffer by Andy Green · 10 years ago
  41. 27e770b clean output.c a little by Andy Green · 10 years ago
  42. 2dbd837 WSAGetLastError() instead of errno on Windows by Patrick Gansterer · 10 years ago
  43. e5720a3 Cleanup include statements by Patrick Gansterer · 10 years ago
  44. 81338aa Use native file functions on Windows by Patrick Gansterer · 10 years ago
  45. 8ea1955 fix zero length ping pong by Andy Green · 10 years ago
  46. a8268e7 fix dropmask dereference even when NULL by Nikolay Dimitrov · 11 years ago
  47. 793e7c0 NO_EXTENSIONS fixes by mroszko · 11 years ago
  48. 2764eba handle EAGAIN during send by Andy Green · 11 years ago
  49. 944a78d protect the label with an ifdef by Andreas Pakulat · 11 years ago
  50. 4e7a133 real http status codes update attack.sh by Andy Green · 11 years ago
  51. 7900256 allow other headers in http send file by Andy Green · 11 years ago
  52. 0c0bf4a fix clean return path user code handle by Andy Green · 11 years ago
  53. 1f4267b add explicit error for partial send by Andy Green · 11 years ago
  54. 6c58228 fix http incomplete send handling by David Gauchard · 11 years ago
  55. d727e9f Support empty ping and pong packets. by Joachim Bauch · 11 years ago
  56. 66986b2 log err if unable to open http file by Andy Green · 11 years ago
  57. 9a4fef7 Hide private library symbols by Peter Pentchev · 11 years ago
  58. 2bdbe7a Fix printf format error by Henrik Abelsson · 11 years ago
  59. fc7c5e4 reflect send completeness in lws_write return by Andy Green · 11 years ago
  60. d579a7d fix another escaape runon by Andy Green · 11 years ago
  61. b5b2319 style cleanup by Andy Green · 11 years ago
  62. aedc953 dont close in user callback wrapper let ancestor do it by Andy Green · 11 years ago
  63. 5ab9c68 fix error path in file transfer by Andy Green · 11 years ago
  64. acfa1a8 throw out lws_websocket_related cruft by Andy Green · 11 years ago
  65. b8b247d remove need for filepath buffer on http file serve by Andy Green · 12 years ago
  66. e000a70 instrument latency by Andy Green · 12 years ago
  67. 6f520a5 evict all broadcast support by Andy Green · 12 years ago
  68. 623a98d unionize mutually exclusive wsi members by Andy Green · 12 years ago
  69. 5738c0e remove all support for pre v13 protocols by Andy Green · 12 years ago
  70. 3182ece introduce without extensions by Andy Green · 12 years ago
  71. acbaee6 add lws_confirm_legit_wsi by Andy Green · 12 years ago
  72. 0303db4 check errors on shutdown close by Andy Green · 12 years ago
  73. f7248f8 update ping test client and stop exposing payload to extensions by Andy Green · 12 years ago
  74. cf3590e export lswl_hexdump by Andy Green · 12 years ago
  75. b429d48 refactor output.c by Andy Green · 12 years ago