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