1. 0a0a7eb Trac 53 minw update by pmcdona · 11 years ago
  2. 7a13279 add locking callback for fds by Andy Green · 11 years ago
  3. 5b34c97 Optionally allow non-SSL connections on same port as SSL by James Devine · 11 years ago
  4. 4ebedc2 windows use msvc baestd and ssize_t from there by James Chen · 11 years ago
  5. 8ff88e9 distinguish error from truncation by Christian Wyss · 11 years ago
  6. 8d5793b ie10 lws url workaround by John Harrison · 11 years ago
  7. 793e7c0 NO_EXTENSIONS fixes by mroszko · 11 years ago
  8. 2764eba handle EAGAIN during send by Andy Green · 11 years ago
  9. aa08492 solve broken partial file sends by Andy Green · 11 years ago
  10. ca15338 interpret zero rx buffer size as default in http by Andy Green · 11 years ago
  11. 944a78d protect the label with an ifdef by Andreas Pakulat · 11 years ago
  12. e01cb9a Subject: [PATCH] Fixed the logging of OpenSSL errors to report the correct by Jonti · 11 years ago
  13. ce64fb0 Support for HTTP POST. by kapejod · 11 years ago
  14. b353a45 support for client authentication based on certs by prasannateamf1 · 11 years ago
  15. 909a372 case insensitive http headers by Andy Green · 11 years ago
  16. 1e3f7b8 introduce uri args by Andy Green · 11 years ago
  17. d3f6873 back up directory paths properly by Andy Green · 11 years ago
  18. 4e7a133 real http status codes update attack.sh by Andy Green · 11 years ago
  19. 6f42910 uri santitation fixes deal with single dot update attack.sh by Andy Green · 11 years ago
  20. b1a9e50 translate and protect uri test sever use uri path by Andy Green · 11 years ago
  21. 19895bc introduce LWS_CALLBACK_FILTER_HTTP_CONNECTION by Andy Green · 11 years ago
  22. 6cd8880 add cookie example to test server by Andy Green · 11 years ago
  23. 7900256 allow other headers in http send file by Andy Green · 11 years ago
  24. 84fd949 make ah available in http callback properly by Andy Green · 11 years ago
  25. cc13c6f improve minilex use external parsing header by Andy Green · 11 years ago
  26. 7ee4f89 windows workaround unsigned fd in emulated poll by Graham Newton · 11 years ago
  27. d1eac60 interface improve visibility fail if not found by Andy Green · 11 years ago
  28. dae94d8 Windows Fix usage in Windows XP targetting projects by Andreas Pakulat · 11 years ago
  29. 29338d9 unixify websock w32.h line endings by Andy Green · 11 years ago
  30. fe8589c Windows Fix include for win32helpers by Andreas Pakulat · 11 years ago
  31. 7e86740 Windows Fix installing the dll by Andreas Pakulat · 11 years ago
  32. 68bd4bd Support _WIN32 in addition to WIN32 define by Andreas Pakulat · 11 years ago
  33. 39ceebc Drop wsockcompat.h header its not part of msvc by Andreas Pakulat · 11 years ago
  34. b1aa1d3 handle HUP on any mode socket by Graham Newton · 11 years ago
  35. 9b8a29f trac41 WIN32 add wsockcompat.h by Andy Green · 11 years ago
  36. 81877e6 v1.2.3 changelog update by Andy Green · 11 years ago
  37. 7521233 make header protection unique remove __prefix by Markus Elfring · 11 years ago
  38. 299244f fix cmake quoting by Markus Elfring · 11 years ago
  39. cfa8ac3 cover-proxy-read-EAGAIN.patch by shys · 11 years ago
  40. 5efcb3f Subject: [PATCH] Additional check for EISONN. On iOS "if (connect()) == -1 || by shys · 11 years ago
  41. 6b5c1af Subject: [PATCH] On iOS with nonblocking sockets I experience SSL error which by shys · 11 years ago
  42. 44e260e fix origin by u0u0 · 11 years ago
  43. 36efd82 defer changing to proxy uri until connected by Andy Green · 11 years ago
  44. 6811457 add EISCONN handling to client connect attempt by Andy Green · 11 years ago
  45. 24f4eb6 wait ssl connect completion on client proxy path by shys · 11 years ago
  46. b4e800e manual proxy forcing api by shys · 11 years ago
  47. e0b3d13 CMAKE help if cwd not git dir by Arokux X · 11 years ago
  48. 8d15cf4 fix typo in NO_SERVER case by Andy Green · 11 years ago
  49. 8b2d6f0 use compatible_close for sockets by Andy Green · 11 years ago
  50. 0c0bf4a fix clean return path user code handle by Andy Green · 11 years ago
  51. 1f4267b add explicit error for partial send by Andy Green · 11 years ago
  52. 5dc62ea trac 40 client connection properly nonblocking by Andy Green · 11 years ago
  53. e929476 force failed header parse to act by Fujii Bunichiroh · 11 years ago
  54. 8eda411 remove bae64 decode and selftest by Andy Green · 11 years ago
  55. 512c246 trac #39: allow fd 0 for connection by Andy Green · 11 years ago
  56. 578a24d cmake fix for osx 64 bit by Erland Isaksson · 11 years ago
  57. 9beedc1 trac 36 make libwebsocket_set_timeout public by Andy Green · 11 years ago
  58. 96d48fd change LWS_CALLBACK_FILTER_PROTOCOL_CONNECTION user param usage by Andy Green · 11 years ago
  59. 6c58228 fix http incomplete send handling by David Gauchard · 11 years ago
  60. 8294c1f Request "send" not to trigger SIGPIPE on errors. by Joachim Bauch · 11 years ago
  61. eb51a7a add CMake find function for libwebsockets by Jiri Hnidek · 11 years ago
  62. 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
  63. d727e9f Support empty ping and pong packets. by Joachim Bauch · 11 years ago
  64. 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
  65. 0c9563b add LWS_CALLBACK_CLOSED_HTTP by Andy Green · 11 years ago
  66. 7cf6cb0 trac 28 - differentiate between http serving and accepted http connection by Andy Green · 11 years ago
  67. 502b994 trac 28 brackets around POLLIN flag test by Simon Wulf · 11 years ago
  68. 66986b2 log err if unable to open http file by Andy Green · 11 years ago
  69. 6c72070 trac 29 convert more snprintf stowaways by Andy Green · 11 years ago
  70. 86aa805 trac 29 echo remoe mention of syslog constants for win32 by Andy Green · 11 years ago
  71. 70d6717 trac 29 avoid syslog in echo test if win32 by Andy Green · 11 years ago
  72. d91561c trac 29 eliminate snprintf again by Andy Green · 11 years ago
  73. 4e414e6 trac 29 win32 EWOULDBLOCK by Andy Green · 11 years ago
  74. 3661d7b Trac 29: win32 fix LWS_VISIBLE issue by Andy Green · 11 years ago
  75. ac04911 cygwin compatibility by Bob Roberts · 11 years ago
  76. d34bae1 trac 27: use fullpath in OSX dynamic libs by thinkski · 11 years ago
  77. dd93a0c pkg config avoid hardcoded prefix by thinkski · 11 years ago
  78. efda177 cmake use existing spec file for RPM generation by Tomas Cejka · 11 years ago
  79. f35fd97 cmake added RPM generation by Tomas Cejka · 11 years ago
  80. 5b479ac cmake improve cross documentation by Andy Green · 11 years ago
  81. 9a4fef7 Hide private library symbols by Peter Pentchev · 11 years ago
  82. 01b206e SOL_SNDBUF set to protocol rx size by Andy Green · 11 years ago
  83. 3390efd test server improve return checking by Andy Green · 11 years ago
  84. 98ba9e0 cosmetic debug improvements by Andy Green · 11 years ago
  85. 9c037c0 BUGFIX: Properly add libcyassl to the lib list. by Joakim Soderberg · 11 years ago
  86. c2012e4 Check for GCC/G++ explicitly instead of simply Unix. by Joakim Soderberg · 11 years ago
  87. f0ee669 Allow setting the resource path via command line. by Joakim Soderberg · 11 years ago
  88. b55451c introduce api for unthrottle all connections of protocol by Andy Green · 11 years ago
  89. 5c9fcac test client have u option also reject deflate stream by Andy Green · 11 years ago
  90. da3f6ff cmake add gcc compile options by Andy Green · 11 years ago
  91. ca0a129 rxflow remove recursion and simplify by Andy Green · 11 years ago
  92. 37029d9 replaced last remaining close on wsi->sock with compatible_close by Tobias Maier · 11 years ago
  93. e8c00aa Fixed read of the jpg in Windows by Michel Archambault · 11 years ago
  94. 2577c83 update service_fd comment and api docs by Andy Green · 11 years ago
  95. b2637a3 cmake update specfile by Andy Green · 11 years ago
  96. 27696f2 cmake add missing echo test app by Andy Green · 11 years ago
  97. c8c1662 cmake packageconfig installs to lib dir by Andy Green · 11 years ago
  98. 2aab3f9 cmake ignore non source things for make dist by Andy Green · 11 years ago
  99. c3872c5 android include gregorys example makefile by Gregory Junker · 11 years ago
  100. 19c1a99 update version 1.3 soname 4 by Andy Green · 11 years ago