1. 4b85c1d api rationalization: eliminate all libwebsocket[s]_ prefixes by Andy Green · 9 years ago
  2. 6d41720 api rationalization add cmake switch to export old api wrappers by Andy Green · 9 years ago
  3. 3ef579b api rationalization eliminate oldstyle internal api names by Andy Green · 9 years ago
  4. 6230476 api rationalization use new names internally by Andy Green · 9 years ago
  5. f2280d6 proxy auth fix 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. fc772cc win use platform invalid socket api elsewhere too by Andy Green · 9 years ago
  10. 6e40556 proxy auth by Andy Green · 9 years ago
  11. 0c8a854 client only one error callback by Andy Green · 9 years ago
  12. f94dd2e Fix getaddrinfo memory leak by Andrejs Hanins · 9 years ago
  13. 1963c9a improve callback close checking by Andy Green · 9 years ago
  14. caf7e3d Fix potential memory leak by =?UTF-8?q?Joakim=20S=C3=B6derberg?= · 9 years ago
  15. b7a721f close CLIENT_WAITING_CONNECT should callback CONNECTION_ERROR by Andy Green · 9 years ago
  16. bb90f9b client error on timeout before connection by Andy Green · 9 years ago
  17. 408f537 timeout counts as pernmanently unusable close by Andy Green · 9 years ago
  18. 9f02c5d close cover flush stored send with timeout by Andy Green · 10 years ago
  19. 8ec7802 context destroy just kill wsis by Andy Green · 10 years ago
  20. 2fd6e6f ping allow zero length PING by Andy Green · 10 years ago
  21. 418a49b Subject: [PATCH] call lws_plat_inet_ntop instead of inet_ntop by banthonywalker · 10 years ago
  22. 229bfec win32 use hashtable for fd management by Bud Davis · 10 years ago
  23. 5281560 ssl pending buffered reads use linked list by Andy Green · 10 years ago
  24. 7e37d10 gethostbyname removal from lws get peer addresses by Andy Green · 10 years ago
  25. 6a77977 Callback with reason LWS_CALLBACK_CLOSED_HTTP when HTTP closed before serve. by Drew Noakes · 10 years ago
  26. 97a748a plat unix 64 bit timestamps on 32-bit os by Imo Farcher · 10 years ago
  27. 98e491f Subject: [PATCH] add _lws_logv to make loging accessible to other wrappers. by Neal Horman · 10 years ago
  28. ac3ec39 Subject: [PATCH] Introduce lws_free2() helper to free and re-NULL pointers by Alejandro Mery · 10 years ago
  29. 6ff2824 Subject: [PATCH] Use custom allocator by Alejandro Mery · 10 years ago
  30. 44c1161 lws_union_transition by Andy Green · 10 years ago
  31. 03f0cea Be sure to invoke *lws_free_header_table*: by Andrew Canaday · 10 years ago
  32. 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
  33. 97ee57f http2 window update by Andy Green · 10 years ago
  34. efe10b0 Subject: [PATCH] Fix minor typos in code documentation by Drew Noakes · 10 years ago
  35. 7df53c5 http2 alpn npn pollout by Andy Green · 10 years ago
  36. 260a0fc add newline on libwebsockets.c for ancient compilers by Andy Green · 10 years ago
  37. 1e49918 trac 89 add flag on fatal send fail to use simple close by Andy Green · 10 years ago
  38. 024eb6c http2 can keep upgraded connection up by Andy Green · 10 years ago
  39. 54d037e Pass user_sapce to callback for LWS_CALLBACK_CLIENT_CONNECTION_ERROR by Duncan Tebbs · 10 years ago
  40. b944cc1 also callback closed if flushing by Stefan Schuermans · 10 years ago
  41. 82bac6b defer PONG send until no partial send buffer by Andy Green · 10 years ago
  42. fc9871e fix build without ssl support by Andy Green · 10 years ago
  43. 14425ea introduce lws_partial_buffered by Andy Green · 10 years ago
  44. b128ccc add lws_is_ssl api by Andy Green · 10 years ago
  45. afe26cf HTTP Version, Keep-alive support, No-copy POST by Andrew Canaday · 10 years ago
  46. 10da117 fix confusion ull in latency reporting by Cong Ma · 10 years ago
  47. 9785085 dont free externally allocated user_space when closing connection by Andy Green · 10 years ago
  48. 4dd8ada Disable compile warning: no newline at end of file by vpeter4 · 10 years ago
  49. cdb9bf9 refactor move ssl server service to ssl.c by Andy Green · 10 years ago
  50. a1a24d2 close should flush any truncated send before really closing by Andy Green · 11 years ago
  51. b25b85f windows allow syslog log target to mao to stderr by Andy Green · 11 years ago
  52. d99476b refactor move flow control to server.c by Andy Green · 11 years ago
  53. 34f3dd2 refactor pollfd related functions into pollfd.c by Andy Green · 11 years ago
  54. d474135 refactor service related functions into service.c by Andy Green · 11 years ago
  55. 3d67f51 refactor context related functions into context.c by Andy Green · 11 years ago
  56. 0d4a346 remove libev build tag by Andy Green · 11 years ago
  57. a654fc0 clean move lws_plat externs by Andy Green · 11 years ago
  58. 1cd3ba6 ipv6 use lws_plat_ to avoid win naming collision by Andy Green · 11 years ago
  59. e40aa9b plat change to build selection by cmake by Andy Green · 11 years ago
  60. 2c24ec0 refactor out most NO_EXTENSIONS by Andy Green · 11 years ago
  61. 158e804 refactor out WIN32 tests from code by Andy Green · 11 years ago
  62. f9196dd truncated send issue independent of LWS_NO_EXTENSIONS by Andy Green · 11 years ago
  63. 4e1462d fix libev build by Andy Green · 11 years ago
  64. bfaea95 clean libwebsockets.c by Andy Green · 11 years ago
  65. c3e8337 Windows: Support LWS_POLLHUP socket event by Patrick Gansterer · 11 years ago
  66. b47f87b Introduce LWS_POLLIN, LWS_POLLOUT and LWS_POLLHUP by Patrick Gansterer · 11 years ago
  67. e85ddb4 Merge branch 'tid' of https://github.com/paroga/libwebsockets by Andy Green · 11 years ago
  68. 0bf8fe5 Add missing resetting of the service_tid on Windows by Patrick Gansterer · 11 years ago
  69. 73882e4 Remove websock-w32.h by Patrick Gansterer · 11 years ago
  70. 970e19c Remove unreferenced local variable on Windows by Patrick Gansterer · 11 years ago
  71. 8df031d Remove emulated_poll on Windows by Patrick Gansterer · 11 years ago
  72. 0fc37b6 windows Use WSAWaitForMultipleEvents() instead of poll() on Windows by Patrick Gansterer · 11 years ago
  73. 8c020f2 Build fixes for WindowsCE by Patrick Gansterer · 11 years ago
  74. 6ff04bb Remove duplicated code for setting the socket options by Patrick Gansterer · 11 years ago
  75. 0447329 Fix IPv6 on non-Linux platforms by Patrick Gansterer · 11 years ago
  76. a616300 Fix nonblocking connect on Windows by Patrick Gansterer · 11 years ago
  77. 055f297 ipv6 integration fixes by Andy Green · 11 years ago
  78. 3f13ea2 add ipv6 support by James Devine · 11 years ago
  79. 9769f4f libev port by Andrew Canaday · 11 years ago
  80. e254d95 truncated send keep and grow truncation buffer by Andy Green · 11 years ago
  81. d2ec7ad ssl client use OS CA root certs by default by Andy Green · 11 years ago
  82. 1ee57f6 Add libwebsocket_cancel_service() to let a pending libwebsocket_service() return by Patrick Gansterer · 11 years ago
  83. 2dbd837 WSAGetLastError() instead of errno on Windows by Patrick Gansterer · 11 years ago
  84. 61a6ae4 Check if getenv() exists by Patrick Gansterer · 11 years ago
  85. 148b945 Allow setting the HTTP proxy via creation info by Patrick Gansterer · 11 years ago
  86. 5b71aac Enable compilation on Windows CE by Patrick Gansterer · 11 years ago
  87. e5720a3 Cleanup include statements by Patrick Gansterer · 11 years ago
  88. 81338aa Use native file functions on Windows by Patrick Gansterer · 11 years ago
  89. 92792b4 Avoid calls to gettimeofday() by Patrick Gansterer · 11 years ago
  90. 7769a2d Replace perror() with lwsl_warn() by Patrick Gansterer · 11 years ago
  91. 86267d9 use SO_REUSEADDR on windows since supposedly ok now by Gabriel Gritsch · 11 years ago
  92. 92f9b16 interface_to_sa no longer server only by Andy Green · 11 years ago
  93. 03bb8f9 Add support to binding client to interface. by Mattias Lundberg · 11 years ago
  94. 6596e4b Fix compilation on Windows. by Joakim Soderberg · 11 years ago
  95. e7fd8b1 Add LWS_VISIBLE to libwebsocket_set_timeout() so it can be used externally. by Craig McQueen · 11 years ago
  96. ffbc02f change extpoll in lib to new way by Michael Haberler · 11 years ago
  97. 76b6ea1 add outermost wsi lifetime callbacks by Andy Green · 11 years ago
  98. e39e6ef libwebsocket_callback_all_protocol by Andy Green · 11 years ago
  99. 7c6f26c fix memory leak by arnaudviala · 11 years ago
  100. 19c73f3 fixed windows build by martell · 11 years ago