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