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. 3b19386 introduce lws_sockfd_type by Andy Green · 9 years ago
  8. fc772cc win use platform invalid socket api elsewhere too by Andy Green · 9 years ago
  9. c53f7ca win client use platform invalid socket by Andy Green · 9 years ago
  10. 2627148 keepalive fix flow now forced closed removed by Andy Green · 9 years ago
  11. 0d89f3c detect http1 close connection header properly by Ash 20001 · 9 years ago
  12. 1963c9a improve callback close checking by Andy Green · 9 years ago
  13. dd32c24 refactor allow http parse also for client by wonder-mice · 9 years ago
  14. 45a04b6 set server listening wsi use_ssl status by Jose Luis Millan · 9 years ago
  15. 93d947c LWS_WITHOUT_DEBUG fix unused var by Andy Green · 9 years ago
  16. 49f72aa Add PATCH, PUT, DELETE methods by Quinlan Pfiffer · 10 years ago
  17. ac3ec39 Subject: [PATCH] Introduce lws_free2() helper to free and re-NULL pointers by Alejandro Mery · 10 years ago
  18. 6ff2824 Subject: [PATCH] Use custom allocator by Alejandro Mery · 10 years ago
  19. 62fe015 revert 187 by Andy Green · 10 years ago
  20. 28e2ab6 coverity 83684 more ways to close and use freed wsi by Andy Green · 10 years ago
  21. 9c8d590 coverity 83686 server close sockfd if failing out by Andy Green · 10 years ago
  22. f38e786 coverity 83656 server check setsockopt return by Andy Green · 10 years ago
  23. f14ea7a coverity 83673 deference after NULL check by Andy Green · 10 years ago
  24. 3adeca8 return_http_staus fix http2 defeating body addition by Andy Green · 10 years ago
  25. 44c1161 lws_union_transition by Andy Green · 10 years ago
  26. a19d485 Don't free wsi->u.hdr.ah except through lws_free_header_table (exception: server.c frees 'ah' after copying the header pointer and transitioning the union state). by Andrew Canaday · 10 years ago
  27. 97ee57f http2 window update by Andy Green · 10 years ago
  28. 7f2878a clean remove debug spew outside http2 by Andy Green · 10 years ago
  29. c0eb2c3 Subject: [PATCH] fixes for handling multiple protocols in handshake by Rene Jager · 10 years ago
  30. 200f385 http2 track content length add END_STREAM by Andy Green · 10 years ago
  31. 91b0589 http2 handle flags by Andy Green · 10 years ago
  32. 917f43a http2 able to send test.html to nghttp2 by Andy Green · 10 years ago
  33. 2add634 http2 hpack basic decode ok including huff by Andy Green · 10 years ago
  34. 07631f4 fix return_http_status adaptation for http2 by Andy Green · 10 years ago
  35. fde9379 ssl fix service problem in MORE_SERVICE case by Christian Schüldt · 10 years ago
  36. 1f5c9f0 ssl_capable_read add context param by Andy Green · 10 years ago
  37. 024eb6c http2 can keep upgraded connection up by Andy Green · 10 years ago
  38. b08cb50 parser default to name parsing if unknown by Andy Green · 10 years ago
  39. a54f232 http2 add h2c upgrade and http2 connmode by Andy Green · 10 years ago
  40. 2af5856 confirm upgrade actually for websocket by Andy Green · 10 years ago
  41. af8db35 server.c: test **truncated_send_len** for partial by Andrew Canaday · 10 years ago
  42. afa10d5 fix spinning on NULL protocol name by Andy Green · 10 years ago
  43. 62824f9 ssl fix excessive crash workaround by Andy Green · 10 years ago
  44. c949bb3 avoid crash if we dont have new wsi by Andy Green · 10 years ago
  45. 7a8d86e handle client protocol lists properly by Andy Green · 10 years ago
  46. 3bb0650 Don't need 'content_remain' in libwebsocket_read by Andrew Canaday · 10 years ago
  47. afe26cf HTTP Version, Keep-alive support, No-copy POST by Andrew Canaday · 10 years ago
  48. da55fb5 Added HTTP OPTIONS support: by Andrew Canaday · 10 years ago
  49. 74b4a65 Added optional per-header length limits: by Andrew Canaday · 10 years ago
  50. 7cc7ae4 Fix for binding socket to a specific interface (fixes #116) by vpeter4 · 10 years ago
  51. 4dd8ada Disable compile warning: no newline at end of file by vpeter4 · 10 years ago
  52. f004ec5 rxflow just return 0 when changing state by Andy Green · 10 years ago
  53. cdb9bf9 refactor move ssl server service to ssl.c by Andy Green · 10 years ago
  54. a717df2 refactor libev eliminate all code ifdefs by Andy Green · 10 years ago
  55. a1a24d2 close should flush any truncated send before really closing by Andy Green · 10 years ago
  56. d7340c1 clean=various ifdef reduction by Andy Green · 10 years ago
  57. 78f266a refactor use unified ssl read write functions by Andy Green · 10 years ago
  58. c57037a refactor ssl related code into ssl.c by Andy Green · 10 years ago
  59. aad2eac refactor handshake client and server handling into client.c and server.c by Andy Green · 10 years ago
  60. d99476b refactor move flow control to server.c by Andy Green · 10 years ago
  61. e38031a refactor migrate client and server specific context init into client.c and server.c by Andy Green · 10 years ago
  62. 2c24ec0 refactor out most NO_EXTENSIONS by Andy Green · 10 years ago
  63. 158e804 refactor out WIN32 tests from code by Andy Green · 10 years ago
  64. 4dd3385 libev protect when disabled at runtime in server.c by Andy Green · 10 years ago
  65. ac49f1e Remove useless usage of ssize_t by Patrick Gansterer · 10 years ago
  66. b47f87b Introduce LWS_POLLIN, LWS_POLLOUT and LWS_POLLHUP by Patrick Gansterer · 10 years ago
  67. 73882e4 Remove websock-w32.h by Patrick Gansterer · 10 years ago
  68. 145ecec cyassl skip setting SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER by Andy Green · 10 years ago
  69. 9769f4f libev port by Andrew Canaday · 10 years ago
  70. 35c80f9 ssl add SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER to server and client by Andy Green · 10 years ago
  71. 2dbd837 WSAGetLastError() instead of errno on Windows by Patrick Gansterer · 10 years ago
  72. cd9d6c5 Correctly server non-ASCII filenames on Windows by Patrick Gansterer · 10 years ago
  73. e5720a3 Cleanup include statements by Patrick Gansterer · 10 years ago
  74. fce64cd Fix Content-Type header of http status response by Patrick Gansterer · 10 years ago
  75. 81338aa Use native file functions on Windows by Patrick Gansterer · 10 years ago
  76. 83725d8 revert wrong fix visibility of return_http_status by Andy Green · 10 years ago
  77. 6afb19a fix visibility of return_http_status by Andy Green · 10 years ago
  78. 92f9b16 interface_to_sa no longer server only by Andy Green · 10 years ago
  79. 76b6ea1 add outermost wsi lifetime callbacks by Andy Green · 10 years ago
  80. 176de27 add timeout between accept and negotiation by Andy Green · 10 years ago
  81. d578f57 Fix documentation for LWS_CALLBACK_FILTER_NETWORK_CONNECTION by Alexandre Erwin Ittner · 10 years ago
  82. 91f19d8 unify all pollfd lock management by Andy Green · 11 years ago
  83. 7a13279 add locking callback for fds by Andy Green · 11 years ago
  84. 5b34c97 Optionally allow non-SSL connections on same port as SSL by James Devine · 11 years ago
  85. 2764eba handle EAGAIN during send by Andy Green · 11 years ago
  86. 4e7a133 real http status codes update attack.sh by Andy Green · 11 years ago
  87. d1eac60 interface improve visibility fail if not found by Andy Green · 11 years ago
  88. 68bd4bd Support _WIN32 in addition to WIN32 define by Andreas Pakulat · 11 years ago
  89. 7cf6cb0 trac 28 - differentiate between http serving and accepted http connection by Andy Green · 11 years ago
  90. ac04911 cygwin compatibility by Bob Roberts · 11 years ago
  91. b82b0dd Print SSL error codes as well as the string. by Joakim Soderberg · 11 years ago
  92. 8c8a8e1 provide socketfd at in param for LWS_CALLBACK_FILTER_NETWORK_CONNECTION by Edwin van den Oetelaar · 11 years ago
  93. 0c2f4d8 update missed extpoll calls to use correct args for ssl by Andy Green · 11 years ago
  94. cc7cb68 remove header name buffer by Andy Green · 11 years ago
  95. 54cb346 introduce LWS_CALLBACK_HTTP_WRITEABLE by Andy Green · 11 years ago
  96. 63ff120 Fixed compilation on Windows. by Joakim Soderberg · 11 years ago
  97. 224149a fix ssl reject path for freeing header allocation by Andy Green · 11 years ago
  98. 3551709 fix busted debug format in ssl mode by Andy Green · 11 years ago
  99. b5b2319 style cleanup by Andy Green · 11 years ago
  100. 16ab318 replace per header mallocs with single malloc 3 level struct by Andy Green · 11 years ago