1. 96d48fd change LWS_CALLBACK_FILTER_PROTOCOL_CONNECTION user param usage by Andy Green · 11 years ago
  2. 6c58228 fix http incomplete send handling by David Gauchard · 11 years ago
  3. 8294c1f Request "send" not to trigger SIGPIPE on errors. by Joachim Bauch · 11 years ago
  4. eb51a7a add CMake find function for libwebsockets by Jiri Hnidek · 11 years ago
  5. 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
  6. d727e9f Support empty ping and pong packets. by Joachim Bauch · 11 years ago
  7. 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
  8. 0c9563b add LWS_CALLBACK_CLOSED_HTTP by Andy Green · 11 years ago
  9. 7cf6cb0 trac 28 - differentiate between http serving and accepted http connection by Andy Green · 11 years ago
  10. 502b994 trac 28 brackets around POLLIN flag test by Simon Wulf · 11 years ago
  11. 66986b2 log err if unable to open http file by Andy Green · 11 years ago
  12. 6c72070 trac 29 convert more snprintf stowaways by Andy Green · 11 years ago
  13. 86aa805 trac 29 echo remoe mention of syslog constants for win32 by Andy Green · 11 years ago
  14. 70d6717 trac 29 avoid syslog in echo test if win32 by Andy Green · 11 years ago
  15. d91561c trac 29 eliminate snprintf again by Andy Green · 11 years ago
  16. 4e414e6 trac 29 win32 EWOULDBLOCK by Andy Green · 11 years ago
  17. 3661d7b Trac 29: win32 fix LWS_VISIBLE issue by Andy Green · 11 years ago
  18. ac04911 cygwin compatibility by Bob Roberts · 11 years ago
  19. d34bae1 trac 27: use fullpath in OSX dynamic libs by thinkski · 11 years ago
  20. dd93a0c pkg config avoid hardcoded prefix by thinkski · 11 years ago
  21. efda177 cmake use existing spec file for RPM generation by Tomas Cejka · 11 years ago
  22. f35fd97 cmake added RPM generation by Tomas Cejka · 11 years ago
  23. 5b479ac cmake improve cross documentation by Andy Green · 11 years ago
  24. 9a4fef7 Hide private library symbols by Peter Pentchev · 11 years ago
  25. 01b206e SOL_SNDBUF set to protocol rx size by Andy Green · 11 years ago
  26. 3390efd test server improve return checking by Andy Green · 11 years ago
  27. 98ba9e0 cosmetic debug improvements by Andy Green · 11 years ago
  28. 9c037c0 BUGFIX: Properly add libcyassl to the lib list. by Joakim Soderberg · 11 years ago
  29. c2012e4 Check for GCC/G++ explicitly instead of simply Unix. by Joakim Soderberg · 11 years ago
  30. f0ee669 Allow setting the resource path via command line. by Joakim Soderberg · 11 years ago
  31. b55451c introduce api for unthrottle all connections of protocol by Andy Green · 11 years ago
  32. 5c9fcac test client have u option also reject deflate stream by Andy Green · 11 years ago
  33. da3f6ff cmake add gcc compile options by Andy Green · 11 years ago
  34. ca0a129 rxflow remove recursion and simplify by Andy Green · 11 years ago
  35. 37029d9 replaced last remaining close on wsi->sock with compatible_close by Tobias Maier · 11 years ago
  36. e8c00aa Fixed read of the jpg in Windows by Michel Archambault · 11 years ago
  37. 2577c83 update service_fd comment and api docs by Andy Green · 11 years ago
  38. b2637a3 cmake update specfile by Andy Green · 11 years ago
  39. 27696f2 cmake add missing echo test app by Andy Green · 11 years ago
  40. c8c1662 cmake packageconfig installs to lib dir by Andy Green · 11 years ago
  41. 2aab3f9 cmake ignore non source things for make dist by Andy Green · 11 years ago
  42. c3872c5 android include gregorys example makefile by Gregory Junker · 11 years ago
  43. 19c1a99 update version 1.3 soname 4 by Andy Green · 11 years ago
  44. 15a38a7 cmake some cosmetic improvementss by Edwin van den Oetelaar · 11 years ago
  45. 2fd02fc autotools remove INSTALL m4 COPYING by Edwin van der Oetelaar · 11 years ago
  46. 0097a99 remove autotools build by Andy Green · 11 years ago
  47. 58f214e document revent clearing scheme by Andy Green · 11 years ago
  48. b1a5e6c clear down wsi_lookup on allocation and clear pollfd revents if serviced by Andy Green · 11 years ago
  49. 25eddab reduce httpd close debug spew by Andy Green · 11 years ago
  50. 63b3b95 cmake fix install path by Andy Green · 11 years ago
  51. 9f2246e correct example lws_write in header by Alex Rhatushnyak · 11 years ago
  52. 38c570c dont leak when protocol agreement probs by Andy Green · 11 years ago
  53. 2bdbe7a Fix printf format error by Henrik Abelsson · 11 years ago
  54. a833494 cmake win32 change helper includes to HDR_PUBLIC so they install by Andy Green · 11 years ago
  55. 646c98a dont sweat unkknown method for client by Andy Green · 11 years ago
  56. 5a4f3ae POLLOUT during wait for server response not an error by Andy Green · 11 years ago
  57. 47f5fa4 fix win32helpers gettimeofday epoch by Arokux B · 11 years ago
  58. 1bc12f9 trace 22 fix zero length close from client by Andy Green · 11 years ago
  59. 897fec3 cmake mingw no need for websock w32 by Arokux B · 11 years ago
  60. fc90f69 normalize formatting in gettimeofday by Andy Green · 11 years ago
  61. e5ae9a9 fix win32 gettimeofday for mingw by Arokux B · 11 years ago
  62. 975423c cmake lib lib64 problem by Andy Green · 11 years ago
  63. e46043c fix mime type on leaf header by Luc · 11 years ago
  64. fc7c5e4 reflect send completeness in lws_write return by Andy Green · 11 years ago
  65. 2672fb2 move ssl cipher list from compiletime to context creation time option by Andy Green · 11 years ago
  66. 8699cec remove MAX_HEADER_NAME_LENGTH from header by Andy Green · 11 years ago
  67. c7ed2be Fix running test programs from within visual studio. by Joakim Soderberg · 11 years ago
  68. b82b0dd Print SSL error codes as well as the string. by Joakim Soderberg · 11 years ago
  69. 51197c0 Set the _DEBUG macro for CMake also. by Joakim Söderberg · 11 years ago
  70. 20aedc8 Fixed ssl cert generation on Windows. by Joakim Soderberg · 11 years ago
  71. b37827b Added CPack support + some more. by Joakim Soderberg · 11 years ago
  72. 11a8cda BUGFIX: Fixed bug for installing test-apps for CMake. by Joakim Soderberg · 11 years ago
  73. 7eadd58 Fixed CMake compile options. by Joakim Soderberg · 11 years ago
  74. fcec61c getifaddrs missing more user friendly in CMake. by Joakim Soderberg · 11 years ago
  75. 3baa08c Fix LWS_NO_SERVER build. by Joakim Soderberg · 11 years ago
  76. fe2dae7 Bugfix compiling for cross compiling. by Joakim Soderberg · 11 years ago
  77. bb66ac6 keepalive swap interval and probes by Larry Hayes · 11 years ago
  78. 8c8a8e1 provide socketfd at in param for LWS_CALLBACK_FILTER_NETWORK_CONNECTION by Edwin van den Oetelaar · 11 years ago
  79. 1c6e142 trac 18 deal with service connection timing out by Andy Green · 11 years ago
  80. d75076e cmake fix for older cmake by Edwin van den Oetelaar · 11 years ago
  81. 0c2f4d8 update missed extpoll calls to use correct args for ssl by Andy Green · 11 years ago
  82. 799ecbf cmake docs add note about prefix by Andy Green · 11 years ago
  83. 455e451 Create the "doc" dir before generating docs. by Joakim Söderberg · 11 years ago
  84. 6ac9709 Added "make install" support to the CMake project. by Joakim Söderberg · 11 years ago
  85. c6511a0 trac 17 update set_log_level api notice by Andy Green · 11 years ago
  86. d6bf73c move cms cmake addition to cmake module paths earlier by Edwin van den Oetelaar · 11 years ago
  87. d169bb7 add FindGit.cmake by Andy Green · 11 years ago
  88. dc914cf document ensure_user_space going private by Andy Green · 11 years ago
  89. 2af4d5b remove lws_ensure_user_space from public api change return by Andy Green · 11 years ago
  90. cb8febd update arm build stats by Andy Green · 11 years ago
  91. 8dac94d trim proxy ads plus hostname stg by Andy Green · 11 years ago
  92. 73a820a restrict http send buffer to 4096 by Andy Green · 11 years ago
  93. 760c3d4 fix no extensions build by Andy Green · 11 years ago
  94. a7521de migrate client hs and c_port into ah by Andy Green · 11 years ago
  95. 6636eec minor type optimizations by Andy Green · 11 years ago
  96. 3b49848 remove current_alloc_len by Andy Green · 11 years ago
  97. cc7cb68 remove header name buffer by Andy Green · 11 years ago
  98. 0caf9c5 handle http union transition properly by Andy Green · 11 years ago
  99. 51b20ee test server kill skt with minus 1 by Andy Green · 11 years ago
  100. c9ac31e handle any POLLIN before error by Andy Green · 11 years ago