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. 622d9f2 Handle pending SSL reads which would otherwise not trigger a POLLIN. by Andrew Canaday · 9 years ago
  5. 649f602 close actually close after send close ack by Andy Green · 9 years ago
  6. 11f2734 mbed3 workable plus or minus mbed3 net stack bug by Andy Green · 9 years ago
  7. 8c0d3c0 mbed3 plat by Andy Green · 9 years ago
  8. 2cd3074 mbed3 warning cleaning by Andy Green · 9 years ago
  9. 140ac6e Subject: [PATCH] Fix for close ack sending by Andrejs Hanins · 9 years ago
  10. 2488c46 attempt to get correct close flow banning writeable cb when closing by Andy Green · 9 years ago
  11. 940a755 avoid changing wrong revents if connection closed by Andy Green · 9 years ago
  12. 4c0ba02 fix #309. Receive large messages over WSS by =?UTF-8?q?Jos=C3=A9=20Luis=20Mill=C3=A1n?= · 9 years ago
  13. 4bca6cd close also enable pollout processing for post send close state by Andy Green · 9 years ago
  14. 82eccf7 close send close ack control packet type by Andy Green · 9 years ago
  15. 40d5abc close reply must use writable control reply path by Andy Green · 9 years ago
  16. 408f537 timeout counts as pernmanently unusable close by Andy Green · 9 years ago
  17. 2fd6e6f ping allow zero length PING by Andy Green · 9 years ago
  18. 229bfec win32 use hashtable for fd management by Bud Davis · 9 years ago
  19. 66ecc25 NO_EXTENSION clean out handled var in handle_POLLOUT_event by Andy Green · 10 years ago
  20. a349367 NO_SERVER_fix cosmetic warning by Andy Green · 10 years ago
  21. ac3ec39 Subject: [PATCH] Introduce lws_free2() helper to free and re-NULL pointers by Alejandro Mery · 10 years ago
  22. 6ff2824 Subject: [PATCH] Use custom allocator by Alejandro Mery · 10 years ago
  23. 8ab2b5a coverity 83664 consistently check NULL by Andy Green · 10 years ago
  24. c5814fb coverity 83667 dead code by Andy Green · 10 years ago
  25. 2c8161c coverity 83681 unused assignment by Andy Green · 10 years ago
  26. 7df53c5 http2 alpn npn pollout by Andy Green · 10 years ago
  27. 609ec85 ssl optimize poll when buffered ssl read data by Andy Green · 10 years ago
  28. 1f5c9f0 ssl_capable_read add context param by Andy Green · 10 years ago
  29. fe3e3e6 ssl fix pending reads stuck in ssl layer by Andy Green · 10 years ago
  30. 095d303 http2 fix build when http2 disabled by Andy Green · 10 years ago
  31. 024eb6c http2 can keep upgraded connection up by Andy Green · 10 years ago
  32. a54f232 http2 add h2c upgrade and http2 connmode by Andy Green · 10 years ago
  33. 82bac6b defer PONG send until no partial send buffer by Andy Green · 10 years ago
  34. 7ab4ede Trac 75: fix uxexpected ssl connection close by AndyMcG · 10 years ago
  35. a717df2 refactor libev eliminate all code ifdefs by Andy Green · 10 years ago
  36. f4ffc1e fixes for close flush by Andy Green · 10 years ago
  37. a1a24d2 close should flush any truncated send before really closing by Andy Green · 10 years ago
  38. fe660b5 inform timeout source when TIMEDOUT_WAITING by Andy Green · 10 years ago
  39. 8e18fe3 fix accept nonzero as close from WRITEABLE callback by Andy Green · 10 years ago
  40. 78f266a refactor use unified ssl read write functions by Andy Green · 10 years ago
  41. b49a995 clean small additional ifdef reduction by Andy Green · 10 years ago
  42. d99476b refactor move flow control to server.c by Andy Green · 10 years ago
  43. d474135 refactor service related functions into service.c by Andy Green · 10 years ago