1. 890f8e9 add const http write helper by Gabriel Gritsch · 10 years ago
  2. 8ea1955 fix zero length ping pong by Andy Green · 10 years ago
  3. f975f73 missing endian preprocessor defines on Linux environments by Daniel Ludwig · 10 years ago
  4. 7c6f26c fix memory leak by arnaudviala · 10 years ago
  5. 176de27 add timeout between accept and negotiation by Andy Green · 10 years ago
  6. d578f57 Fix documentation for LWS_CALLBACK_FILTER_NETWORK_CONNECTION by Alexandre Erwin Ittner · 10 years ago
  7. 19c73f3 fixed windows build by martell · 11 years ago
  8. ac1ebba trac 53 mingw ssize_t redef by Andy Green · 10 years ago
  9. 9bdcf18 fix LWS_NO_SERVER compile by John Clark · 10 years ago
  10. eca0e49 Subject: [PATCH] libwebsockets.h: use _GNU_SOURCE instead of __USE_GNU by Michael Haberler · 11 years ago
  11. f162492 fix lws_lookup off by one by nononame · 11 years ago
  12. ed451d5 ppoll fix signal mask sense by Andy Green · 11 years ago
  13. 3b3fa9e Use ppoll to allow signals to wake service loop early on change of pollfd event by Andy Green · 11 years ago
  14. 91f19d8 unify all pollfd lock management by Andy Green · 11 years ago
  15. a8268e7 fix dropmask dereference even when NULL by Nikolay Dimitrov · 11 years ago
  16. 0a0a7eb Trac 53 minw update by pmcdona · 11 years ago
  17. 7a13279 add locking callback for fds by Andy Green · 11 years ago
  18. 5b34c97 Optionally allow non-SSL connections on same port as SSL by James Devine · 11 years ago
  19. 4ebedc2 windows use msvc baestd and ssize_t from there by James Chen · 11 years ago
  20. 793e7c0 NO_EXTENSIONS fixes by mroszko · 11 years ago
  21. 2764eba handle EAGAIN during send by Andy Green · 11 years ago
  22. aa08492 solve broken partial file sends by Andy Green · 11 years ago
  23. ca15338 interpret zero rx buffer size as default in http by Andy Green · 11 years ago
  24. 944a78d protect the label with an ifdef by Andreas Pakulat · 11 years ago
  25. e01cb9a Subject: [PATCH] Fixed the logging of OpenSSL errors to report the correct by Jonti · 11 years ago
  26. ce64fb0 Support for HTTP POST. by kapejod · 11 years ago
  27. b353a45 support for client authentication based on certs by prasannateamf1 · 11 years ago
  28. 909a372 case insensitive http headers by Andy Green · 11 years ago
  29. 1e3f7b8 introduce uri args by Andy Green · 11 years ago
  30. d3f6873 back up directory paths properly by Andy Green · 11 years ago
  31. 4e7a133 real http status codes update attack.sh by Andy Green · 11 years ago
  32. 6f42910 uri santitation fixes deal with single dot update attack.sh by Andy Green · 11 years ago
  33. b1a9e50 translate and protect uri test sever use uri path by Andy Green · 11 years ago
  34. 19895bc introduce LWS_CALLBACK_FILTER_HTTP_CONNECTION by Andy Green · 11 years ago
  35. 7900256 allow other headers in http send file by Andy Green · 11 years ago
  36. 84fd949 make ah available in http callback properly by Andy Green · 11 years ago
  37. cc13c6f improve minilex use external parsing header by Andy Green · 11 years ago
  38. d1eac60 interface improve visibility fail if not found by Andy Green · 11 years ago
  39. fe8589c Windows Fix include for win32helpers by Andreas Pakulat · 11 years ago
  40. 68bd4bd Support _WIN32 in addition to WIN32 define by Andreas Pakulat · 11 years ago
  41. 39ceebc Drop wsockcompat.h header its not part of msvc by Andreas Pakulat · 11 years ago
  42. b1aa1d3 handle HUP on any mode socket by Graham Newton · 11 years ago
  43. 9b8a29f trac41 WIN32 add wsockcompat.h by Andy Green · 11 years ago
  44. 7521233 make header protection unique remove __prefix by Markus Elfring · 11 years ago
  45. cfa8ac3 cover-proxy-read-EAGAIN.patch by shys · 11 years ago
  46. 5efcb3f Subject: [PATCH] Additional check for EISONN. On iOS "if (connect()) == -1 || by shys · 11 years ago
  47. 6b5c1af Subject: [PATCH] On iOS with nonblocking sockets I experience SSL error which by shys · 11 years ago
  48. 44e260e fix origin by u0u0 · 11 years ago
  49. 36efd82 defer changing to proxy uri until connected by Andy Green · 11 years ago
  50. 6811457 add EISCONN handling to client connect attempt by Andy Green · 11 years ago
  51. 24f4eb6 wait ssl connect completion on client proxy path by shys · 11 years ago
  52. b4e800e manual proxy forcing api by shys · 11 years ago
  53. 8d15cf4 fix typo in NO_SERVER case by Andy Green · 11 years ago
  54. 8b2d6f0 use compatible_close for sockets by Andy Green · 11 years ago
  55. 0c0bf4a fix clean return path user code handle by Andy Green · 11 years ago
  56. 1f4267b add explicit error for partial send by Andy Green · 11 years ago
  57. 5dc62ea trac 40 client connection properly nonblocking by Andy Green · 11 years ago
  58. e929476 force failed header parse to act by Fujii Bunichiroh · 11 years ago
  59. 8eda411 remove bae64 decode and selftest by Andy Green · 11 years ago
  60. 512c246 trac #39: allow fd 0 for connection by Andy Green · 11 years ago
  61. 9beedc1 trac 36 make libwebsocket_set_timeout public by Andy Green · 11 years ago
  62. 96d48fd change LWS_CALLBACK_FILTER_PROTOCOL_CONNECTION user param usage by Andy Green · 11 years ago
  63. 6c58228 fix http incomplete send handling by David Gauchard · 11 years ago
  64. 8294c1f Request "send" not to trigger SIGPIPE on errors. by Joachim Bauch · 11 years ago
  65. 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
  66. d727e9f Support empty ping and pong packets. by Joachim Bauch · 11 years ago
  67. 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
  68. 0c9563b add LWS_CALLBACK_CLOSED_HTTP by Andy Green · 11 years ago
  69. 7cf6cb0 trac 28 - differentiate between http serving and accepted http connection by Andy Green · 11 years ago
  70. 502b994 trac 28 brackets around POLLIN flag test by Simon Wulf · 11 years ago
  71. 66986b2 log err if unable to open http file by Andy Green · 11 years ago
  72. 4e414e6 trac 29 win32 EWOULDBLOCK by Andy Green · 11 years ago
  73. 3661d7b Trac 29: win32 fix LWS_VISIBLE issue by Andy Green · 11 years ago
  74. ac04911 cygwin compatibility by Bob Roberts · 11 years ago
  75. 9a4fef7 Hide private library symbols by Peter Pentchev · 11 years ago
  76. 01b206e SOL_SNDBUF set to protocol rx size by Andy Green · 11 years ago
  77. 98ba9e0 cosmetic debug improvements by Andy Green · 11 years ago
  78. b55451c introduce api for unthrottle all connections of protocol by Andy Green · 11 years ago
  79. ca0a129 rxflow remove recursion and simplify by Andy Green · 11 years ago
  80. 37029d9 replaced last remaining close on wsi->sock with compatible_close by Tobias Maier · 11 years ago
  81. 2577c83 update service_fd comment and api docs by Andy Green · 11 years ago
  82. 0097a99 remove autotools build by Andy Green · 11 years ago
  83. b1a5e6c clear down wsi_lookup on allocation and clear pollfd revents if serviced by Andy Green · 11 years ago
  84. 25eddab reduce httpd close debug spew by Andy Green · 11 years ago
  85. 9f2246e correct example lws_write in header by Alex Rhatushnyak · 11 years ago
  86. 38c570c dont leak when protocol agreement probs by Andy Green · 11 years ago
  87. 2bdbe7a Fix printf format error by Henrik Abelsson · 11 years ago
  88. 646c98a dont sweat unkknown method for client by Andy Green · 11 years ago
  89. 5a4f3ae POLLOUT during wait for server response not an error by Andy Green · 11 years ago
  90. 1bc12f9 trace 22 fix zero length close from client by Andy Green · 11 years ago
  91. fc7c5e4 reflect send completeness in lws_write return by Andy Green · 11 years ago
  92. 2672fb2 move ssl cipher list from compiletime to context creation time option by Andy Green · 11 years ago
  93. 8699cec remove MAX_HEADER_NAME_LENGTH from header by Andy Green · 11 years ago
  94. b82b0dd Print SSL error codes as well as the string. by Joakim Soderberg · 11 years ago
  95. 3baa08c Fix LWS_NO_SERVER build. by Joakim Soderberg · 11 years ago
  96. bb66ac6 keepalive swap interval and probes by Larry Hayes · 11 years ago
  97. 8c8a8e1 provide socketfd at in param for LWS_CALLBACK_FILTER_NETWORK_CONNECTION by Edwin van den Oetelaar · 11 years ago
  98. 1c6e142 trac 18 deal with service connection timing out by Andy Green · 11 years ago
  99. 0c2f4d8 update missed extpoll calls to use correct args for ssl by Andy Green · 11 years ago
  100. c6511a0 trac 17 update set_log_level api notice by Andy Green · 11 years ago