1. 74b4a65 Added optional per-header length limits: by Andrew Canaday · 10 years ago
  2. b57e7a0 Added HTTP_STATUS_NO_CONTENT == 204 by Andrew Canaday · 10 years ago
  3. f3b6f25 Added comma after if-none-match... by Andrew Canaday · 10 years ago
  4. 4220327 Added new HTTP headers and WSI tokens: by Andrew Canaday · 10 years ago
  5. dfca3ab clean partial send handling warning by Andy Green · 10 years ago
  6. f77e6e3 Partial send handling by kolis · 10 years ago
  7. 7cc7ae4 Fix for binding socket to a specific interface (fixes #116) by vpeter4 · 10 years ago
  8. 46e4886 Turn off IPv6 in windows for now by Joakim Soderberg · 10 years ago
  9. 590fb70 Conditionally declare variable by vpeter4 · 10 years ago
  10. e035f2e Compile with older OpenSSL library (missing symbol SSL_set_tlsext_host_name) by vpeter4 · 10 years ago
  11. 7c00fc3 Disable compile error: statement with no effect by vpeter4 · 10 years ago
  12. 4dd8ada Disable compile warning: no newline at end of file by vpeter4 · 10 years ago
  13. 6ea337a introduce LWS_FEATURE_ tests by Andy Green · 11 years ago
  14. 1b2fc03 libev stub macros need to reflect void when disabled by Andy Green · 11 years ago
  15. c11b847 Windows: Fix implementation of lws_plat_inet_ntop() by Patrick Gansterer · 11 years ago
  16. fb9dc57 Windows: Use gai_strerrorW() instead of gai_strerror() by Patrick Gansterer · 11 years ago
  17. fe0ca59 Windows: Fix the passed parameter to the setsockopt function by Patrick Gansterer · 11 years ago
  18. a6b019a Declare the lws_ssl_capable_*_no_ssl function outside the SSL #ifdef by Patrick Gansterer · 11 years ago
  19. 6bb4b62 Fix compilation on Windows CE after cleanup by Patrick Gansterer · 11 years ago
  20. 1077e1f Fix include statement of in6addr.h by Patrick Gansterer · 11 years ago
  21. f004ec5 rxflow just return 0 when changing state by Andy Green · 11 years ago
  22. 0f58db3 windows ipv6 add necessary header by Andy Green · 11 years ago
  23. cdb9bf9 refactor move ssl server service to ssl.c by Andy Green · 11 years ago
  24. a717df2 refactor libev eliminate all code ifdefs by Andy Green · 11 years ago
  25. f4ffc1e fixes for close flush by Andy Green · 11 years ago
  26. e7016aa fixup no extentsion around last clean by Andy Green · 11 years ago
  27. a1a24d2 close should flush any truncated send before really closing by Andy Green · 11 years ago
  28. d7340c1 clean=various ifdef reduction by Andy Green · 11 years ago
  29. 15d56dd truncated send always callback on writeable by Andy Green · 11 years ago
  30. c5d3ed3 test server extend timeout while sending leaf by Andy Green · 11 years ago
  31. fe660b5 inform timeout source when TIMEDOUT_WAITING by Andy Green · 11 years ago
  32. 5b08f12 docs clarify create context comment threading not supported by Andy Green · 11 years ago
  33. 47e0c91 move SNI temp var back one by Andy Green · 11 years ago
  34. 1a308e4 define LWS_SSL_CAPPABLE return codes even when no SSL enabled by Andy Green · 11 years ago
  35. 5b94c3b Update private-libwebsockets.h by spayton · 11 years ago
  36. d2f5b19 windows Fix build. by Joakim Soderberg · 11 years ago
  37. e9b61b5 windows clean out redundant inet_ntop prototype by Andy Green · 11 years ago
  38. 529d481 fix ssl error reporting by Andy Green · 11 years ago
  39. 485abc1 allow signals during send by Andy Green · 11 years ago
  40. 8e18fe3 fix accept nonzero as close from WRITEABLE callback by Andy Green · 11 years ago
  41. 78f266a refactor use unified ssl read write functions by Andy Green · 11 years ago
  42. 0213812 refactor add ssl read write single implementation by Andy Green · 11 years ago
  43. b25b85f windows allow syslog log target to mao to stderr by Andy Green · 11 years ago
  44. 92795d6 windows fix breakage from plat refactor by Andy Green · 11 years ago
  45. a5fe119 windows fix SetFilePointer args by Andy Green · 11 years ago
  46. 2eedea9 http2 add initial alpn support by Andy Green · 11 years ago
  47. c57037a refactor ssl related code into ssl.c by Andy Green · 11 years ago
  48. b49a995 clean small additional ifdef reduction by Andy Green · 11 years ago
  49. aad2eac refactor handshake client and server handling into client.c and server.c by Andy Green · 11 years ago
  50. d99476b refactor move flow control to server.c by Andy Green · 11 years ago
  51. e38031a refactor migrate client and server specific context init into client.c and server.c by Andy Green · 11 years ago
  52. 34f3dd2 refactor pollfd related functions into pollfd.c by Andy Green · 11 years ago
  53. d474135 refactor service related functions into service.c by Andy Green · 11 years ago
  54. 3d67f51 refactor context related functions into context.c by Andy Green · 11 years ago
  55. 0d4a346 remove libev build tag by Andy Green · 11 years ago
  56. a654fc0 clean move lws_plat externs by Andy Green · 11 years ago
  57. 1cd3ba6 ipv6 use lws_plat_ to avoid win naming collision by Andy Green · 11 years ago
  58. 5266f66 win32 inet_top by Andy Green · 11 years ago
  59. 0651e50 changelog add info about cmake needing clean build dir sometimes by Andy Green · 11 years ago
  60. e40aa9b plat change to build selection by cmake by Andy Green · 11 years ago
  61. 2c24ec0 refactor out most NO_EXTENSIONS by Andy Green · 11 years ago
  62. 158e804 refactor out WIN32 tests from code by Andy Green · 11 years ago
  63. 03cf1dd truncated send issue independent of LWS_NO_EXTENSIONS 2 by Andy Green · 11 years ago
  64. f9196dd truncated send issue independent of LWS_NO_EXTENSIONS by Andy Green · 11 years ago
  65. 5bc002e only use clean buffer for failed write if sent something by Andy Green · 11 years ago
  66. 4dd3385 libev protect when disabled at runtime in server.c by Andy Green · 11 years ago
  67. 8c2c924 win32 clean remove leftover ifdef by Andy Green · 11 years ago
  68. 4e1462d fix libev build by Andy Green · 11 years ago
  69. bfaea95 clean libwebsockets.c by Andy Green · 11 years ago
  70. b13eed4 Cleanup header includes by Patrick Gansterer · 11 years ago
  71. ac49f1e Remove useless usage of ssize_t by Patrick Gansterer · 11 years ago
  72. c3e8337 Windows: Support LWS_POLLHUP socket event by Patrick Gansterer · 11 years ago
  73. b47f87b Introduce LWS_POLLIN, LWS_POLLOUT and LWS_POLLHUP by Patrick Gansterer · 11 years ago
  74. e85ddb4 Merge branch 'tid' of https://github.com/paroga/libwebsockets by Andy Green · 11 years ago
  75. 0bf8fe5 Add missing resetting of the service_tid on Windows by Patrick Gansterer · 11 years ago
  76. 73882e4 Remove websock-w32.h by Patrick Gansterer · 11 years ago
  77. 462c981 Move #define for random() into the test applications where needed by Patrick Gansterer · 11 years ago
  78. 970e19c Remove unreferenced local variable on Windows by Patrick Gansterer · 11 years ago
  79. 60cbbac Use Sleep() instead of usleep() on Windows by Patrick Gansterer · 11 years ago
  80. fc5734c Remove dummy headers for Windows by Patrick Gansterer · 11 years ago
  81. 8df031d Remove emulated_poll on Windows by Patrick Gansterer · 11 years ago
  82. 0fc37b6 windows Use WSAWaitForMultipleEvents() instead of poll() on Windows by Patrick Gansterer · 11 years ago
  83. 8c020f2 Build fixes for WindowsCE by Patrick Gansterer · 11 years ago
  84. 6ff04bb Remove duplicated code for setting the socket options by Patrick Gansterer · 11 years ago
  85. 0447329 Fix IPv6 on non-Linux platforms by Patrick Gansterer · 11 years ago
  86. 145ecec cyassl skip setting SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER by Andy Green · 11 years ago
  87. a616300 Fix nonblocking connect on Windows by Patrick Gansterer · 11 years ago
  88. 7844d04 ipv6 client fix by Andy Green · 11 years ago
  89. 055f297 ipv6 integration fixes by Andy Green · 11 years ago
  90. 3f13ea2 add ipv6 support by James Devine · 11 years ago
  91. 9ed754d fix NO_EXTENSIONS by Andy Green · 11 years ago
  92. 9769f4f libev port by Andrew Canaday · 11 years ago
  93. 03203ab trac 58 ssl enable SNI per vhost certs by erauhut · 11 years ago
  94. 28b12ad ssl output handle want read write by Andy Green · 11 years ago
  95. 35c80f9 ssl add SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER to server and client by Andy Green · 11 years ago
  96. e254d95 truncated send keep and grow truncation buffer by Andy Green · 11 years ago
  97. 27e770b clean output.c a little by Andy Green · 11 years ago
  98. 564056d nonzero return from client parser is close by Andy Green · 11 years ago
  99. d2ec7ad ssl client use OS CA root certs by default by Andy Green · 11 years ago
  100. 5ac7e7a client allow user callback to close on nonzero return by Andy Green · 11 years ago