1. a616300 Fix nonblocking connect on Windows by Patrick Gansterer · 10 years ago
  2. 055f297 ipv6 integration fixes by Andy Green · 10 years ago
  3. 3f13ea2 add ipv6 support by James Devine · 10 years ago
  4. 9769f4f libev port by Andrew Canaday · 10 years ago
  5. e254d95 truncated send keep and grow truncation buffer by Andy Green · 10 years ago
  6. d2ec7ad ssl client use OS CA root certs by default by Andy Green · 10 years ago
  7. 1ee57f6 Add libwebsocket_cancel_service() to let a pending libwebsocket_service() return by Patrick Gansterer · 10 years ago
  8. 2dbd837 WSAGetLastError() instead of errno on Windows by Patrick Gansterer · 10 years ago
  9. 61a6ae4 Check if getenv() exists by Patrick Gansterer · 10 years ago
  10. 148b945 Allow setting the HTTP proxy via creation info by Patrick Gansterer · 10 years ago
  11. 5b71aac Enable compilation on Windows CE by Patrick Gansterer · 10 years ago
  12. e5720a3 Cleanup include statements by Patrick Gansterer · 10 years ago
  13. 81338aa Use native file functions on Windows by Patrick Gansterer · 10 years ago
  14. 92792b4 Avoid calls to gettimeofday() by Patrick Gansterer · 10 years ago
  15. 7769a2d Replace perror() with lwsl_warn() by Patrick Gansterer · 10 years ago
  16. 86267d9 use SO_REUSEADDR on windows since supposedly ok now by Gabriel Gritsch · 10 years ago
  17. 92f9b16 interface_to_sa no longer server only by Andy Green · 10 years ago
  18. 03bb8f9 Add support to binding client to interface. by Mattias Lundberg · 10 years ago
  19. 6596e4b Fix compilation on Windows. by Joakim Soderberg · 10 years ago
  20. e7fd8b1 Add LWS_VISIBLE to libwebsocket_set_timeout() so it can be used externally. by Craig McQueen · 10 years ago
  21. ffbc02f change extpoll in lib to new way by Michael Haberler · 10 years ago
  22. 76b6ea1 add outermost wsi lifetime callbacks by Andy Green · 10 years ago
  23. e39e6ef libwebsocket_callback_all_protocol by Andy Green · 10 years ago
  24. 7c6f26c fix memory leak by arnaudviala · 10 years ago
  25. 19c73f3 fixed windows build by martell · 11 years ago
  26. f162492 fix lws_lookup off by one by nononame · 11 years ago
  27. ed451d5 ppoll fix signal mask sense by Andy Green · 11 years ago
  28. 3b3fa9e Use ppoll to allow signals to wake service loop early on change of pollfd event by Andy Green · 11 years ago
  29. 91f19d8 unify all pollfd lock management by Andy Green · 11 years ago
  30. 7a13279 add locking callback for fds by Andy Green · 11 years ago
  31. 5b34c97 Optionally allow non-SSL connections on same port as SSL by James Devine · 11 years ago
  32. 2764eba handle EAGAIN during send by Andy Green · 11 years ago
  33. e01cb9a Subject: [PATCH] Fixed the logging of OpenSSL errors to report the correct by Jonti · 11 years ago
  34. ce64fb0 Support for HTTP POST. by kapejod · 11 years ago
  35. b353a45 support for client authentication based on certs by prasannateamf1 · 11 years ago
  36. 4e7a133 real http status codes update attack.sh by Andy Green · 11 years ago
  37. d1eac60 interface improve visibility fail if not found by Andy Green · 11 years ago
  38. 68bd4bd Support _WIN32 in addition to WIN32 define by Andreas Pakulat · 11 years ago
  39. b1aa1d3 handle HUP on any mode socket by Graham Newton · 11 years ago
  40. b4e800e manual proxy forcing api by shys · 11 years ago
  41. 8d15cf4 fix typo in NO_SERVER case by Andy Green · 11 years ago
  42. 8b2d6f0 use compatible_close for sockets by Andy Green · 11 years ago
  43. 1f4267b add explicit error for partial send by Andy Green · 11 years ago
  44. 5dc62ea trac 40 client connection properly nonblocking by Andy Green · 11 years ago
  45. 8eda411 remove bae64 decode and selftest by Andy Green · 11 years ago
  46. 512c246 trac #39: allow fd 0 for connection by Andy Green · 11 years ago
  47. db761be Added additional LWS_CALLBACK_CLOSED_HTTP callback to just_kill_connection branch of close_and_free_session by Niall T. Davidson · 11 years ago
  48. 0c9563b add LWS_CALLBACK_CLOSED_HTTP by Andy Green · 11 years ago
  49. 7cf6cb0 trac 28 - differentiate between http serving and accepted http connection by Andy Green · 11 years ago
  50. 502b994 trac 28 brackets around POLLIN flag test by Simon Wulf · 11 years ago
  51. ac04911 cygwin compatibility by Bob Roberts · 11 years ago
  52. 9a4fef7 Hide private library symbols by Peter Pentchev · 11 years ago
  53. 98ba9e0 cosmetic debug improvements by Andy Green · 11 years ago
  54. b55451c introduce api for unthrottle all connections of protocol by Andy Green · 11 years ago
  55. ca0a129 rxflow remove recursion and simplify by Andy Green · 11 years ago
  56. 2577c83 update service_fd comment and api docs by Andy Green · 11 years ago
  57. b1a5e6c clear down wsi_lookup on allocation and clear pollfd revents if serviced by Andy Green · 11 years ago
  58. 25eddab reduce httpd close debug spew by Andy Green · 11 years ago
  59. 38c570c dont leak when protocol agreement probs by Andy Green · 11 years ago
  60. fc7c5e4 reflect send completeness in lws_write return by Andy Green · 11 years ago
  61. 2672fb2 move ssl cipher list from compiletime to context creation time option by Andy Green · 11 years ago
  62. 8699cec remove MAX_HEADER_NAME_LENGTH from header by Andy Green · 11 years ago
  63. b82b0dd Print SSL error codes as well as the string. by Joakim Soderberg · 11 years ago
  64. 3baa08c Fix LWS_NO_SERVER build. by Joakim Soderberg · 11 years ago
  65. bb66ac6 keepalive swap interval and probes by Larry Hayes · 11 years ago
  66. 1c6e142 trac 18 deal with service connection timing out by Andy Green · 11 years ago
  67. c6511a0 trac 17 update set_log_level api notice by Andy Green · 11 years ago
  68. 2af4d5b remove lws_ensure_user_space from public api change return by Andy Green · 11 years ago
  69. 760c3d4 fix no extensions build by Andy Green · 11 years ago
  70. c9ac31e handle any POLLIN before error by Andy Green · 11 years ago
  71. 22524a6 close if we tried to close politely just close next time by Andy Green · 11 years ago
  72. 50097dd api change deliver socket fd to in param of extpoll callbacks by Andy Green · 11 years ago
  73. b059371 problems in lws_handle_POLLOUT_event should just close by Andy Green · 11 years ago
  74. 67d556c robustness protect and document ensure_user_space by Andy Green · 11 years ago
  75. adc7146 just get hostname into canonical_hostname by Andy Green · 11 years ago
  76. 0878b9e fix missing cr from closing log by Andy Green · 11 years ago
  77. 3ee9b31 security harden http parser a bit by Andy Green · 11 years ago
  78. 70edd6f api remove hangup_on_client by Andy Green · 11 years ago
  79. 63ff120 Fixed compilation on Windows. by Joakim Soderberg · 11 years ago
  80. 14f4729 fix without server by Andy Green · 11 years ago
  81. b5b2319 style cleanup by Andy Green · 11 years ago
  82. ad68639 valgrind openssl destroy as far as possible by Andy Green · 11 years ago
  83. fdd305a valgrind eliminate uninitialized warning on close by Andy Green · 11 years ago
  84. 1ae1b1f valgrind also deallocate rx buf on close when client by Andy Green · 11 years ago
  85. e77fb80 client convert to new headers scheme eliminating mallocs by Andy Green · 11 years ago
  86. bebc1bb valgrind free rx_user_buffer if entered CONNMODE_WS_SERVING by Andy Green · 11 years ago
  87. a7109e6 valgrind introduce protocol init and destroy user callbacks by Andy Green · 11 years ago
  88. 7b92205 valgrind context destroy close all conns properly by Andy Green · 11 years ago
  89. 16ab318 replace per header mallocs with single malloc 3 level struct by Andy Green · 11 years ago
  90. a86f634 improve static allocation notice by Andy Green · 11 years ago
  91. 4659648 valgrind free context allocations by Andy Green · 11 years ago
  92. aedc953 dont close in user callback wrapper let ancestor do it by Andy Green · 11 years ago
  93. e310b0c use context service buffer instead of stack for create_context by Andy Green · 11 years ago
  94. 2b40b79 fix non ssl changes missed from context api change by Andy Green · 11 years ago
  95. f0b79e2 dont try figure out listen_service_fd position if unset by Andy Green · 11 years ago
  96. a47865f dont try set per socket keepalive timing on bsds by Andy Green · 11 years ago
  97. 9e4c917 fix broken listen socket piggybacking by Andy Green · 11 years ago
  98. a690cd0 introduce keepalive option and make common socket options function by Andy Green · 11 years ago
  99. 1b26527 change context creation params to struct by Andy Green · 11 years ago
  100. 5449511 remove fixed rx buffer allow definition per protocol by Andy Green · 11 years ago