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