1. 44e260e fix origin by u0u0 · 11 years ago
  2. 36efd82 defer changing to proxy uri until connected by Andy Green · 11 years ago
  3. 6811457 add EISCONN handling to client connect attempt by Andy Green · 11 years ago
  4. 24f4eb6 wait ssl connect completion on client proxy path by shys · 11 years ago
  5. b4e800e manual proxy forcing api by shys · 11 years ago
  6. 8d15cf4 fix typo in NO_SERVER case by Andy Green · 11 years ago
  7. 8b2d6f0 use compatible_close for sockets by Andy Green · 11 years ago
  8. 0c0bf4a fix clean return path user code handle by Andy Green · 11 years ago
  9. 1f4267b add explicit error for partial send by Andy Green · 11 years ago
  10. 5dc62ea trac 40 client connection properly nonblocking by Andy Green · 11 years ago
  11. e929476 force failed header parse to act by Fujii Bunichiroh · 11 years ago
  12. 8eda411 remove bae64 decode and selftest by Andy Green · 11 years ago
  13. 512c246 trac #39: allow fd 0 for connection by Andy Green · 11 years ago
  14. 9beedc1 trac 36 make libwebsocket_set_timeout public by Andy Green · 11 years ago
  15. 96d48fd change LWS_CALLBACK_FILTER_PROTOCOL_CONNECTION user param usage by Andy Green · 11 years ago
  16. 6c58228 fix http incomplete send handling by David Gauchard · 11 years ago
  17. 8294c1f Request "send" not to trigger SIGPIPE on errors. by Joachim Bauch · 11 years ago
  18. 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
  19. d727e9f Support empty ping and pong packets. by Joachim Bauch · 11 years ago
  20. d8b8542 Declare "sha1_init" statically to avoid naming conflicts if linked statically with other libraries providing a method with the same name (e.g. OpenSSL). by Joachim Bauch · 11 years ago
  21. 0c9563b add LWS_CALLBACK_CLOSED_HTTP by Andy Green · 11 years ago
  22. 7cf6cb0 trac 28 - differentiate between http serving and accepted http connection by Andy Green · 11 years ago
  23. 502b994 trac 28 brackets around POLLIN flag test by Simon Wulf · 11 years ago
  24. 66986b2 log err if unable to open http file by Andy Green · 11 years ago
  25. 4e414e6 trac 29 win32 EWOULDBLOCK by Andy Green · 11 years ago
  26. 3661d7b Trac 29: win32 fix LWS_VISIBLE issue by Andy Green · 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. 01b206e SOL_SNDBUF set to protocol rx size by Andy Green · 11 years ago
  30. 98ba9e0 cosmetic debug improvements by Andy Green · 11 years ago
  31. b55451c introduce api for unthrottle all connections of protocol by Andy Green · 11 years ago
  32. ca0a129 rxflow remove recursion and simplify by Andy Green · 11 years ago
  33. 37029d9 replaced last remaining close on wsi->sock with compatible_close by Tobias Maier · 11 years ago
  34. 2577c83 update service_fd comment and api docs by Andy Green · 11 years ago
  35. 0097a99 remove autotools build by Andy Green · 11 years ago
  36. b1a5e6c clear down wsi_lookup on allocation and clear pollfd revents if serviced by Andy Green · 11 years ago
  37. 25eddab reduce httpd close debug spew by Andy Green · 11 years ago
  38. 9f2246e correct example lws_write in header by Alex Rhatushnyak · 11 years ago
  39. 38c570c dont leak when protocol agreement probs by Andy Green · 11 years ago
  40. 2bdbe7a Fix printf format error by Henrik Abelsson · 11 years ago
  41. 646c98a dont sweat unkknown method for client by Andy Green · 11 years ago
  42. 5a4f3ae POLLOUT during wait for server response not an error by Andy Green · 11 years ago
  43. 1bc12f9 trace 22 fix zero length close from client by Andy Green · 11 years ago
  44. fc7c5e4 reflect send completeness in lws_write return by Andy Green · 11 years ago
  45. 2672fb2 move ssl cipher list from compiletime to context creation time option by Andy Green · 11 years ago
  46. 8699cec remove MAX_HEADER_NAME_LENGTH from header by Andy Green · 11 years ago
  47. b82b0dd Print SSL error codes as well as the string. by Joakim Soderberg · 11 years ago
  48. 3baa08c Fix LWS_NO_SERVER build. by Joakim Soderberg · 11 years ago
  49. bb66ac6 keepalive swap interval and probes by Larry Hayes · 11 years ago
  50. 8c8a8e1 provide socketfd at in param for LWS_CALLBACK_FILTER_NETWORK_CONNECTION by Edwin van den Oetelaar · 11 years ago
  51. 1c6e142 trac 18 deal with service connection timing out by Andy Green · 11 years ago
  52. 0c2f4d8 update missed extpoll calls to use correct args for ssl by Andy Green · 11 years ago
  53. c6511a0 trac 17 update set_log_level api notice by Andy Green · 11 years ago
  54. 2af4d5b remove lws_ensure_user_space from public api change return by Andy Green · 11 years ago
  55. 8dac94d trim proxy ads plus hostname stg by Andy Green · 11 years ago
  56. 760c3d4 fix no extensions build by Andy Green · 11 years ago
  57. a7521de migrate client hs and c_port into ah by Andy Green · 11 years ago
  58. 6636eec minor type optimizations by Andy Green · 11 years ago
  59. 3b49848 remove current_alloc_len by Andy Green · 11 years ago
  60. cc7cb68 remove header name buffer by Andy Green · 11 years ago
  61. 0caf9c5 handle http union transition properly by Andy Green · 11 years ago
  62. c9ac31e handle any POLLIN before error by Andy Green · 11 years ago
  63. 22524a6 close if we tried to close politely just close next time by Andy Green · 11 years ago
  64. 50097dd api change deliver socket fd to in param of extpoll callbacks by Andy Green · 11 years ago
  65. b059371 problems in lws_handle_POLLOUT_event should just close by Andy Green · 11 years ago
  66. 67d556c robustness protect and document ensure_user_space by Andy Green · 11 years ago
  67. e803c82 create user alloc for http if requested by Andy Green · 11 years ago
  68. 54cb346 introduce LWS_CALLBACK_HTTP_WRITEABLE by Andy Green · 11 years ago
  69. adc7146 just get hostname into canonical_hostname by Andy Green · 11 years ago
  70. c2bb3dc unstaged server changes by Andy Green · 11 years ago
  71. ff5dbf9 check for default protocol rx buf limit by Andy Green · 11 years ago
  72. 0878b9e fix missing cr from closing log by Andy Green · 11 years ago
  73. f272cb0 Fixed DLL compilation on Windows for CMake. by Joakim Soderberg · 11 years ago
  74. 5b73122 disable fstack usage by Andy Green · 11 years ago
  75. 94f9465 security disallow repeated GET by Andy Green · 11 years ago
  76. 3ee9b31 security harden http parser a bit by Andy Green · 11 years ago
  77. d579a7d fix another escaape runon by Andy Green · 11 years ago
  78. 4825881 bump version to 1.2 and soname to 3 by Andy Green · 11 years ago
  79. 508946c api make close api private only by Andy Green · 11 years ago
  80. 70edd6f api remove hangup_on_client by Andy Green · 11 years ago
  81. cecf5e7 eliminate snprintf by Andy Green · 11 years ago
  82. 7a506ba fix info struct api docs for iface vs interface by Andy Green · 11 years ago
  83. 63ff120 Fixed compilation on Windows. by Joakim Soderberg · 11 years ago
  84. 224149a fix ssl reject path for freeing header allocation by Andy Green · 11 years ago
  85. 3551709 fix busted debug format in ssl mode by Andy Green · 11 years ago
  86. 090789e fix string escape runon by Andy Green · 11 years ago
  87. 14f4729 fix without server by Andy Green · 11 years ago
  88. b5b2319 style cleanup by Andy Green · 11 years ago
  89. ad68639 valgrind openssl destroy as far as possible by Andy Green · 11 years ago
  90. fdd305a valgrind eliminate uninitialized warning on close by Andy Green · 11 years ago
  91. 1ae1b1f valgrind also deallocate rx buf on close when client by Andy Green · 11 years ago
  92. e77fb80 client convert to new headers scheme eliminating mallocs by Andy Green · 11 years ago
  93. bebc1bb valgrind free rx_user_buffer if entered CONNMODE_WS_SERVING by Andy Green · 11 years ago
  94. a7109e6 valgrind introduce protocol init and destroy user callbacks by Andy Green · 11 years ago
  95. 7b92205 valgrind context destroy close all conns properly by Andy Green · 11 years ago
  96. 4708a02 valgrind drop header allocation down http path by Andy Green · 11 years ago
  97. 16ab318 replace per header mallocs with single malloc 3 level struct by Andy Green · 11 years ago
  98. a86f634 improve static allocation notice by Andy Green · 11 years ago
  99. 4659648 valgrind free context allocations by Andy Green · 11 years ago
  100. 33fa908 remove extension cruft from struct lws by Andy Green · 11 years ago