1. ca0a129 rxflow remove recursion and simplify by Andy Green · 11 years ago
  2. 37029d9 replaced last remaining close on wsi->sock with compatible_close by Tobias Maier · 11 years ago
  3. 2577c83 update service_fd comment and api docs by Andy Green · 11 years ago
  4. 0097a99 remove autotools build by Andy Green · 11 years ago
  5. b1a5e6c clear down wsi_lookup on allocation and clear pollfd revents if serviced by Andy Green · 11 years ago
  6. 25eddab reduce httpd close debug spew by Andy Green · 11 years ago
  7. 9f2246e correct example lws_write in header by Alex Rhatushnyak · 11 years ago
  8. 38c570c dont leak when protocol agreement probs by Andy Green · 11 years ago
  9. 2bdbe7a Fix printf format error by Henrik Abelsson · 11 years ago
  10. 646c98a dont sweat unkknown method for client by Andy Green · 11 years ago
  11. 5a4f3ae POLLOUT during wait for server response not an error by Andy Green · 11 years ago
  12. 1bc12f9 trace 22 fix zero length close from client by Andy Green · 11 years ago
  13. fc7c5e4 reflect send completeness in lws_write return by Andy Green · 11 years ago
  14. 2672fb2 move ssl cipher list from compiletime to context creation time option by Andy Green · 11 years ago
  15. 8699cec remove MAX_HEADER_NAME_LENGTH from header by Andy Green · 11 years ago
  16. b82b0dd Print SSL error codes as well as the string. by Joakim Soderberg · 11 years ago
  17. 3baa08c Fix LWS_NO_SERVER build. by Joakim Soderberg · 11 years ago
  18. bb66ac6 keepalive swap interval and probes by Larry Hayes · 11 years ago
  19. 8c8a8e1 provide socketfd at in param for LWS_CALLBACK_FILTER_NETWORK_CONNECTION by Edwin van den Oetelaar · 11 years ago
  20. 1c6e142 trac 18 deal with service connection timing out by Andy Green · 11 years ago
  21. 0c2f4d8 update missed extpoll calls to use correct args for ssl by Andy Green · 11 years ago
  22. c6511a0 trac 17 update set_log_level api notice by Andy Green · 11 years ago
  23. 2af4d5b remove lws_ensure_user_space from public api change return by Andy Green · 11 years ago
  24. 8dac94d trim proxy ads plus hostname stg by Andy Green · 11 years ago
  25. 760c3d4 fix no extensions build by Andy Green · 11 years ago
  26. a7521de migrate client hs and c_port into ah by Andy Green · 11 years ago
  27. 6636eec minor type optimizations by Andy Green · 11 years ago
  28. 3b49848 remove current_alloc_len by Andy Green · 11 years ago
  29. cc7cb68 remove header name buffer by Andy Green · 11 years ago
  30. 0caf9c5 handle http union transition properly by Andy Green · 11 years ago
  31. c9ac31e handle any POLLIN before error by Andy Green · 11 years ago
  32. 22524a6 close if we tried to close politely just close next time by Andy Green · 11 years ago
  33. 50097dd api change deliver socket fd to in param of extpoll callbacks by Andy Green · 11 years ago
  34. b059371 problems in lws_handle_POLLOUT_event should just close by Andy Green · 11 years ago
  35. 67d556c robustness protect and document ensure_user_space by Andy Green · 11 years ago
  36. e803c82 create user alloc for http if requested by Andy Green · 11 years ago
  37. 54cb346 introduce LWS_CALLBACK_HTTP_WRITEABLE by Andy Green · 11 years ago
  38. adc7146 just get hostname into canonical_hostname by Andy Green · 11 years ago
  39. c2bb3dc unstaged server changes by Andy Green · 11 years ago
  40. ff5dbf9 check for default protocol rx buf limit by Andy Green · 11 years ago
  41. 0878b9e fix missing cr from closing log by Andy Green · 11 years ago
  42. f272cb0 Fixed DLL compilation on Windows for CMake. by Joakim Soderberg · 11 years ago
  43. 5b73122 disable fstack usage by Andy Green · 11 years ago
  44. 94f9465 security disallow repeated GET by Andy Green · 11 years ago
  45. 3ee9b31 security harden http parser a bit by Andy Green · 11 years ago
  46. d579a7d fix another escaape runon by Andy Green · 11 years ago
  47. 4825881 bump version to 1.2 and soname to 3 by Andy Green · 11 years ago
  48. 508946c api make close api private only by Andy Green · 11 years ago
  49. 70edd6f api remove hangup_on_client by Andy Green · 11 years ago
  50. cecf5e7 eliminate snprintf by Andy Green · 11 years ago
  51. 7a506ba fix info struct api docs for iface vs interface by Andy Green · 11 years ago
  52. 63ff120 Fixed compilation on Windows. by Joakim Soderberg · 11 years ago
  53. 224149a fix ssl reject path for freeing header allocation by Andy Green · 11 years ago
  54. 3551709 fix busted debug format in ssl mode by Andy Green · 11 years ago
  55. 090789e fix string escape runon by Andy Green · 11 years ago
  56. 14f4729 fix without server by Andy Green · 11 years ago
  57. b5b2319 style cleanup by Andy Green · 11 years ago
  58. ad68639 valgrind openssl destroy as far as possible by Andy Green · 11 years ago
  59. fdd305a valgrind eliminate uninitialized warning on close by Andy Green · 11 years ago
  60. 1ae1b1f valgrind also deallocate rx buf on close when client by Andy Green · 11 years ago
  61. e77fb80 client convert to new headers scheme eliminating mallocs by Andy Green · 11 years ago
  62. bebc1bb valgrind free rx_user_buffer if entered CONNMODE_WS_SERVING by Andy Green · 11 years ago
  63. a7109e6 valgrind introduce protocol init and destroy user callbacks by Andy Green · 11 years ago
  64. 7b92205 valgrind context destroy close all conns properly by Andy Green · 11 years ago
  65. 4708a02 valgrind drop header allocation down http path by Andy Green · 11 years ago
  66. 16ab318 replace per header mallocs with single malloc 3 level struct by Andy Green · 11 years ago
  67. a86f634 improve static allocation notice by Andy Green · 11 years ago
  68. 4659648 valgrind free context allocations by Andy Green · 11 years ago
  69. 33fa908 remove extension cruft from struct lws by Andy Green · 11 years ago
  70. 60fbc63 use part of service buffer to make response not malloc by Andy Green · 11 years ago
  71. 895d56d remove minimum frame size for deflate by Andy Green · 11 years ago
  72. a3957ef stop O2 override by Andy Green · 11 years ago
  73. aedc953 dont close in user callback wrapper let ancestor do it by Andy Green · 11 years ago
  74. 5ab9c68 fix error path in file transfer by Andy Green · 11 years ago
  75. acfa1a8 throw out lws_websocket_related cruft by Andy Green · 11 years ago
  76. d91d5e8 optimize wsi using bitfields and enums to chars by Andy Green · 11 years ago
  77. e48ba31 use context service buffer instead of stack for clent_connect by Andy Green · 11 years ago
  78. f54a94b use context service buffer instead of stack for clent_connect_2 by Andy Green · 11 years ago
  79. e310b0c use context service buffer instead of stack for create_context by Andy Green · 11 years ago
  80. 2b40b79 fix non ssl changes missed from context api change by Andy Green · 11 years ago
  81. c97067c use context service buffer instead of stack for lws_client_socket_service by Andy Green · 11 years ago
  82. 0390608 use context service buffer instead of stack for server_socket_service by Andy Green · 11 years ago
  83. 5f348a8 add static stack analysis 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. da1fb0b remove receiving timeout for client by Andy Green · 11 years ago
  89. 1b26527 change context creation params to struct by Andy Green · 11 years ago
  90. 0480f64 handshake bail3 should be bail by Andy Green · 11 years ago
  91. 5449511 remove fixed rx buffer allow definition per protocol by Andy Green · 11 years ago
  92. f270342 account for context in static allocation figure by Andy Green · 11 years ago
  93. 9b09dc0 remove all PATH_MAX or MAX_PATH by Andy Green · 11 years ago
  94. e84652c use context service buf in place of large stack arrays by Andy Green · 11 years ago
  95. b8b247d remove need for filepath buffer on http file serve by Andy Green · 11 years ago
  96. 3b233cb Fix memory leaks when creating a context. by Peter Pentchev · 11 years ago
  97. 4d46cb5 Generate the API reference in text format, too. by Peter Pentchev · 11 years ago
  98. c74964e Fix two typos. by Peter Pentchev · 11 years ago
  99. 23c5f2e add autotools bits for cyassl by Andy Green · 11 years ago
  100. 68a672b unionize header token array by Andy Green · 11 years ago