1. d7340c1 clean=various ifdef reduction by Andy Green · 11 years ago
  2. 15d56dd truncated send always callback on writeable by Andy Green · 11 years ago
  3. c5d3ed3 test server extend timeout while sending leaf by Andy Green · 11 years ago
  4. fe660b5 inform timeout source when TIMEDOUT_WAITING by Andy Green · 11 years ago
  5. 5b08f12 docs clarify create context comment threading not supported by Andy Green · 11 years ago
  6. 47e0c91 move SNI temp var back one by Andy Green · 11 years ago
  7. 1a308e4 define LWS_SSL_CAPPABLE return codes even when no SSL enabled by Andy Green · 11 years ago
  8. 5b94c3b Update private-libwebsockets.h by spayton · 11 years ago
  9. d2f5b19 windows Fix build. by Joakim Soderberg · 11 years ago
  10. e9b61b5 windows clean out redundant inet_ntop prototype by Andy Green · 11 years ago
  11. 529d481 fix ssl error reporting by Andy Green · 11 years ago
  12. 485abc1 allow signals during send by Andy Green · 11 years ago
  13. 8e18fe3 fix accept nonzero as close from WRITEABLE callback by Andy Green · 11 years ago
  14. 78f266a refactor use unified ssl read write functions by Andy Green · 11 years ago
  15. 0213812 refactor add ssl read write single implementation by Andy Green · 11 years ago
  16. b25b85f windows allow syslog log target to mao to stderr by Andy Green · 11 years ago
  17. 92795d6 windows fix breakage from plat refactor by Andy Green · 11 years ago
  18. a5fe119 windows fix SetFilePointer args by Andy Green · 11 years ago
  19. 2eedea9 http2 add initial alpn support by Andy Green · 11 years ago
  20. c57037a refactor ssl related code into ssl.c by Andy Green · 11 years ago
  21. b49a995 clean small additional ifdef reduction by Andy Green · 11 years ago
  22. aad2eac refactor handshake client and server handling into client.c and server.c by Andy Green · 11 years ago
  23. d99476b refactor move flow control to server.c by Andy Green · 11 years ago
  24. e38031a refactor migrate client and server specific context init into client.c and server.c by Andy Green · 11 years ago
  25. 34f3dd2 refactor pollfd related functions into pollfd.c by Andy Green · 11 years ago
  26. d474135 refactor service related functions into service.c by Andy Green · 11 years ago
  27. 3d67f51 refactor context related functions into context.c by Andy Green · 11 years ago
  28. 0d4a346 remove libev build tag by Andy Green · 11 years ago
  29. a654fc0 clean move lws_plat externs by Andy Green · 11 years ago
  30. 1cd3ba6 ipv6 use lws_plat_ to avoid win naming collision by Andy Green · 11 years ago
  31. 5266f66 win32 inet_top by Andy Green · 11 years ago
  32. 0651e50 changelog add info about cmake needing clean build dir sometimes by Andy Green · 11 years ago
  33. e40aa9b plat change to build selection by cmake by Andy Green · 11 years ago
  34. 2c24ec0 refactor out most NO_EXTENSIONS by Andy Green · 11 years ago
  35. 158e804 refactor out WIN32 tests from code by Andy Green · 11 years ago
  36. 03cf1dd truncated send issue independent of LWS_NO_EXTENSIONS 2 by Andy Green · 11 years ago
  37. f9196dd truncated send issue independent of LWS_NO_EXTENSIONS by Andy Green · 11 years ago
  38. 5bc002e only use clean buffer for failed write if sent something by Andy Green · 11 years ago
  39. 4dd3385 libev protect when disabled at runtime in server.c by Andy Green · 11 years ago
  40. 8c2c924 win32 clean remove leftover ifdef by Andy Green · 11 years ago
  41. 4e1462d fix libev build by Andy Green · 11 years ago
  42. bfaea95 clean libwebsockets.c by Andy Green · 11 years ago
  43. b13eed4 Cleanup header includes by Patrick Gansterer · 11 years ago
  44. ac49f1e Remove useless usage of ssize_t by Patrick Gansterer · 11 years ago
  45. c3e8337 Windows: Support LWS_POLLHUP socket event by Patrick Gansterer · 11 years ago
  46. b47f87b Introduce LWS_POLLIN, LWS_POLLOUT and LWS_POLLHUP by Patrick Gansterer · 11 years ago
  47. e85ddb4 Merge branch 'tid' of https://github.com/paroga/libwebsockets by Andy Green · 11 years ago
  48. 0bf8fe5 Add missing resetting of the service_tid on Windows by Patrick Gansterer · 11 years ago
  49. 73882e4 Remove websock-w32.h by Patrick Gansterer · 11 years ago
  50. 462c981 Move #define for random() into the test applications where needed by Patrick Gansterer · 11 years ago
  51. 970e19c Remove unreferenced local variable on Windows by Patrick Gansterer · 11 years ago
  52. 60cbbac Use Sleep() instead of usleep() on Windows by Patrick Gansterer · 11 years ago
  53. fc5734c Remove dummy headers for Windows by Patrick Gansterer · 11 years ago
  54. 8df031d Remove emulated_poll on Windows by Patrick Gansterer · 11 years ago
  55. 0fc37b6 windows Use WSAWaitForMultipleEvents() instead of poll() on Windows by Patrick Gansterer · 11 years ago
  56. 8c020f2 Build fixes for WindowsCE by Patrick Gansterer · 11 years ago
  57. 6ff04bb Remove duplicated code for setting the socket options by Patrick Gansterer · 11 years ago
  58. 0447329 Fix IPv6 on non-Linux platforms by Patrick Gansterer · 11 years ago
  59. 145ecec cyassl skip setting SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER by Andy Green · 11 years ago
  60. a616300 Fix nonblocking connect on Windows by Patrick Gansterer · 11 years ago
  61. 7844d04 ipv6 client fix by Andy Green · 11 years ago
  62. 055f297 ipv6 integration fixes by Andy Green · 11 years ago
  63. 3f13ea2 add ipv6 support by James Devine · 11 years ago
  64. 9ed754d fix NO_EXTENSIONS by Andy Green · 11 years ago
  65. 9769f4f libev port by Andrew Canaday · 11 years ago
  66. 03203ab trac 58 ssl enable SNI per vhost certs by erauhut · 11 years ago
  67. 28b12ad ssl output handle want read write by Andy Green · 11 years ago
  68. 35c80f9 ssl add SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER to server and client by Andy Green · 11 years ago
  69. e254d95 truncated send keep and grow truncation buffer by Andy Green · 11 years ago
  70. 27e770b clean output.c a little by Andy Green · 11 years ago
  71. 564056d nonzero return from client parser is close by Andy Green · 11 years ago
  72. d2ec7ad ssl client use OS CA root certs by default by Andy Green · 11 years ago
  73. 5ac7e7a client allow user callback to close on nonzero return by Andy Green · 11 years ago
  74. bbc5c07 upgrade and improve storage efficiency of minilex by Andy Green · 11 years ago
  75. 1ee57f6 Add libwebsocket_cancel_service() to let a pending libwebsocket_service() return by Patrick Gansterer · 11 years ago
  76. 25f8b9e openwrt: add cyassl options, update to LWS_ cmake syntax by John Clark · 11 years ago
  77. e04ec35 Fix installation into relative installation directory by Patrick Gansterer · 11 years ago
  78. cb6ee15 Define libwebsocket_write_http as a macro instead of inline by Patrick Gansterer · 11 years ago
  79. ae1a8be win32 provide empty declaration for inline by Andy Green · 11 years ago
  80. 71a8870 add cyassl options, update to LWS_ cmake syntax by John Clark · 11 years ago
  81. 388dc7d Fix cyassl flags, update documentation by John Clark · 11 years ago
  82. 4a83727 Remove duplicated implementations for bzero() 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. 02684c5 fix missing include for time by Andy Green · 11 years ago
  87. 5b71aac Enable compilation on Windows CE by Patrick Gansterer · 11 years ago
  88. cd9d6c5 Correctly server non-ASCII filenames on Windows by Patrick Gansterer · 11 years ago
  89. 9d61491 Add dummy implementation when strerror() is missing by Patrick Gansterer · 11 years ago
  90. e5720a3 Cleanup include statements by Patrick Gansterer · 11 years ago
  91. 8a59033 Fix type checks in CMake by Patrick Gansterer · 11 years ago
  92. ce8079c Add explicit cast to setsockopt() calls by Patrick Gansterer · 11 years ago
  93. fce64cd Fix Content-Type header of http status response by Patrick Gansterer · 11 years ago
  94. 81338aa Use native file functions on Windows by Patrick Gansterer · 11 years ago
  95. 3ef96e8 Rename leave to cleanup by Patrick Gansterer · 11 years ago
  96. 92792b4 Avoid calls to gettimeofday() by Patrick Gansterer · 11 years ago
  97. 7769a2d Replace perror() with lwsl_warn() by Patrick Gansterer · 11 years ago
  98. b37bd6c Fix endian detection on non-linux systems by Patrick Gansterer · 11 years ago
  99. 2ff6955 Add missing LWS_VISIBLE to libwebsocket_set_timeout() by Patrick Gansterer · 11 years ago
  100. 0f3e413 unconfuse quoting in CMakeLists.txtt by Andy Green · 11 years ago