1. b1a5e6c clear down wsi_lookup on allocation and clear pollfd revents if serviced by Andy Green · 11 years ago
  2. 25eddab reduce httpd close debug spew by Andy Green · 11 years ago
  3. 63b3b95 cmake fix install path by Andy Green · 11 years ago
  4. 9f2246e correct example lws_write in header by Alex Rhatushnyak · 11 years ago
  5. 38c570c dont leak when protocol agreement probs by Andy Green · 11 years ago
  6. 2bdbe7a Fix printf format error by Henrik Abelsson · 11 years ago
  7. a833494 cmake win32 change helper includes to HDR_PUBLIC so they install by Andy Green · 11 years ago
  8. 646c98a dont sweat unkknown method for client by Andy Green · 11 years ago
  9. 5a4f3ae POLLOUT during wait for server response not an error by Andy Green · 11 years ago
  10. 47f5fa4 fix win32helpers gettimeofday epoch by Arokux B · 11 years ago
  11. 1bc12f9 trace 22 fix zero length close from client by Andy Green · 11 years ago
  12. 897fec3 cmake mingw no need for websock w32 by Arokux B · 11 years ago
  13. fc90f69 normalize formatting in gettimeofday by Andy Green · 11 years ago
  14. e5ae9a9 fix win32 gettimeofday for mingw by Arokux B · 11 years ago
  15. 975423c cmake lib lib64 problem by Andy Green · 11 years ago
  16. e46043c fix mime type on leaf header by Luc · 11 years ago
  17. fc7c5e4 reflect send completeness in lws_write return by Andy Green · 11 years ago
  18. 2672fb2 move ssl cipher list from compiletime to context creation time option by Andy Green · 11 years ago
  19. 8699cec remove MAX_HEADER_NAME_LENGTH from header by Andy Green · 11 years ago
  20. c7ed2be Fix running test programs from within visual studio. by Joakim Soderberg · 11 years ago
  21. b82b0dd Print SSL error codes as well as the string. by Joakim Soderberg · 11 years ago
  22. 51197c0 Set the _DEBUG macro for CMake also. by Joakim Söderberg · 11 years ago
  23. 20aedc8 Fixed ssl cert generation on Windows. by Joakim Soderberg · 11 years ago
  24. b37827b Added CPack support + some more. by Joakim Soderberg · 11 years ago
  25. 11a8cda BUGFIX: Fixed bug for installing test-apps for CMake. by Joakim Soderberg · 11 years ago
  26. 7eadd58 Fixed CMake compile options. by Joakim Soderberg · 11 years ago
  27. fcec61c getifaddrs missing more user friendly in CMake. by Joakim Soderberg · 11 years ago
  28. 3baa08c Fix LWS_NO_SERVER build. by Joakim Soderberg · 11 years ago
  29. fe2dae7 Bugfix compiling for cross compiling. by Joakim Soderberg · 11 years ago
  30. bb66ac6 keepalive swap interval and probes by Larry Hayes · 11 years ago
  31. 8c8a8e1 provide socketfd at in param for LWS_CALLBACK_FILTER_NETWORK_CONNECTION by Edwin van den Oetelaar · 11 years ago
  32. 1c6e142 trac 18 deal with service connection timing out by Andy Green · 11 years ago
  33. d75076e cmake fix for older cmake by Edwin van den Oetelaar · 11 years ago
  34. 0c2f4d8 update missed extpoll calls to use correct args for ssl by Andy Green · 11 years ago
  35. 799ecbf cmake docs add note about prefix by Andy Green · 11 years ago
  36. 455e451 Create the "doc" dir before generating docs. by Joakim Söderberg · 11 years ago
  37. 6ac9709 Added "make install" support to the CMake project. by Joakim Söderberg · 11 years ago
  38. c6511a0 trac 17 update set_log_level api notice by Andy Green · 11 years ago
  39. d6bf73c move cms cmake addition to cmake module paths earlier by Edwin van den Oetelaar · 11 years ago
  40. d169bb7 add FindGit.cmake by Andy Green · 11 years ago
  41. dc914cf document ensure_user_space going private by Andy Green · 11 years ago
  42. 2af4d5b remove lws_ensure_user_space from public api change return by Andy Green · 11 years ago
  43. cb8febd update arm build stats by Andy Green · 11 years ago
  44. 8dac94d trim proxy ads plus hostname stg by Andy Green · 11 years ago
  45. 73a820a restrict http send buffer to 4096 by Andy Green · 11 years ago
  46. 760c3d4 fix no extensions build by Andy Green · 11 years ago
  47. a7521de migrate client hs and c_port into ah by Andy Green · 11 years ago
  48. 6636eec minor type optimizations by Andy Green · 11 years ago
  49. 3b49848 remove current_alloc_len by Andy Green · 11 years ago
  50. cc7cb68 remove header name buffer by Andy Green · 11 years ago
  51. 0caf9c5 handle http union transition properly by Andy Green · 11 years ago
  52. 51b20ee test server kill skt with minus 1 by Andy Green · 11 years ago
  53. c9ac31e handle any POLLIN before error by Andy Green · 11 years ago
  54. 22524a6 close if we tried to close politely just close next time by Andy Green · 11 years ago
  55. 50097dd api change deliver socket fd to in param of extpoll callbacks by Andy Green · 11 years ago
  56. b059371 problems in lws_handle_POLLOUT_event should just close by Andy Green · 11 years ago
  57. 67d556c robustness protect and document ensure_user_space by Andy Green · 11 years ago
  58. 099f789 README.coding add note about closing connections by Andy Green · 11 years ago
  59. fbf4822 add by hand http send example by Andy Green · 11 years ago
  60. e803c82 create user alloc for http if requested by Andy Green · 11 years ago
  61. 54cb346 introduce LWS_CALLBACK_HTTP_WRITEABLE by Andy Green · 11 years ago
  62. adc7146 just get hostname into canonical_hostname by Andy Green · 11 years ago
  63. 475bbdc remove getnameinfo by Andy Green · 11 years ago
  64. 9fc50b5 fragge able to send chunks larger than rx buffer by Andy Green · 11 years ago
  65. c2bb3dc unstaged server changes by Andy Green · 11 years ago
  66. 53a4678 update 1.21 changelog by Andy Green · 11 years ago
  67. ff5dbf9 check for default protocol rx buf limit by Andy Green · 11 years ago
  68. 182cb9a update changelog by Andy Green · 11 years ago
  69. 0878b9e fix missing cr from closing log by Andy Green · 11 years ago
  70. 3ad2ecf update echo to use externsion getting api by Andy Green · 11 years ago
  71. f272cb0 Fixed DLL compilation on Windows for CMake. by Joakim Soderberg · 11 years ago
  72. 0848353 Fixed soname and build shared lib for CMake. by Joakim Soderberg · 11 years ago
  73. f83585f Added so-version information to the lib. by Joakim Soderberg · 11 years ago
  74. 5b73122 disable fstack usage by Andy Green · 11 years ago
  75. 0f13459 echo test app needs different lockfile by Andy Green · 11 years ago
  76. 676bac2 update rpm specfile by Andy Green · 11 years ago
  77. f59d56c introduce attack script by Andy Green · 11 years ago
  78. 94f9465 security disallow repeated GET by Andy Green · 11 years ago
  79. 3ee9b31 security harden http parser a bit by Andy Green · 11 years ago
  80. d579a7d fix another escaape runon by Andy Green · 11 years ago
  81. c3ef0d6 add cyassl keepalive valgrind minimal mem to changelog by Andy Green · 11 years ago
  82. 4825881 bump version to 1.2 and soname to 3 by Andy Green · 11 years ago
  83. 508946c api make close api private only by Andy Green · 11 years ago
  84. 70edd6f api remove hangup_on_client by Andy Green · 11 years ago
  85. 728569a update test echo for iface info member namechange by Andy Green · 11 years ago
  86. cecf5e7 eliminate snprintf by Andy Green · 11 years ago
  87. 7a506ba fix info struct api docs for iface vs interface by Andy Green · 11 years ago
  88. 63ff120 Fixed compilation on Windows. by Joakim Soderberg · 11 years ago
  89. 72dfd75 update memory performance info by Andy Green · 11 years ago
  90. 224149a fix ssl reject path for freeing header allocation by Andy Green · 11 years ago
  91. 3551709 fix busted debug format in ssl mode by Andy Green · 11 years ago
  92. 090789e fix string escape runon by Andy Green · 11 years ago
  93. 14f4729 fix without server by Andy Green · 11 years ago
  94. b5b2319 style cleanup by Andy Green · 11 years ago
  95. ad68639 valgrind openssl destroy as far as possible by Andy Green · 11 years ago
  96. 3886ec7 valgrind client close in a controlled way on SIGINT by Andy Green · 11 years ago
  97. fdd305a valgrind eliminate uninitialized warning on close by Andy Green · 11 years ago
  98. 1ae1b1f valgrind also deallocate rx buf on close when client by Andy Green · 11 years ago
  99. 310655b valgrind dont close things directly in the callback by Andy Green · 11 years ago
  100. 93f98d7 valgrind client go through context destroy on connection error by Andy Green · 11 years ago