1. 1963c9a improve callback close checking by Andy Green · 9 years ago
  2. f54715b accept http1.1 from proxy by Fabian Kurz · 9 years ago
  3. 353fdc3 fd test will fail under windows, where file descriptors can be large numbers by bdavis · 9 years ago
  4. 173e9c4 padding align to ptr size by Bruce Perens · 9 years ago
  5. fdd3f09 add cmake Find for lws by jirihnidek · 9 years ago
  6. a2a4b0b additional https post fix by Thomas Greenslade · 9 years ago
  7. b9f28ac Attempt to fix server problems receiving large https POSTS. by Roger A. Light · 9 years ago
  8. 79d09fc WHOOPS! Stuck the sigint init int the wrong function. by Andrew Canaday · 9 years ago
  9. 6740b70 Set default libev-related SIGINT handling at context create by Andrew Canaday · 9 years ago
  10. a8f47c9 Added libwebsocket_sigint_cfg for libev builds to provide by Andrew Canaday · 9 years ago
  11. 89f5eec Pass the correct hostname when using a proxy by Marc Aldorasi · 9 years ago
  12. 7a474b4 Separate private defines in lws_config_private.h by Roger A. Light · 9 years ago
  13. caf7e3d Fix potential memory leak by =?UTF-8?q?Joakim=20S=C3=B6derberg?= · 9 years ago
  14. 8361d34 Bugfix: SSL code should not free wsi by =?UTF-8?q?Joakim=20S=C3=B6derberg?= · 9 years ago
  15. 12f557b Turn off building windows installer, breaks everything by =?UTF-8?q?Joakim=20S=C3=B6derberg?= · 9 years ago
  16. a8c9a0e From 0a0b9a6d02037e93dabadad5e04d39c1c6af0c96 Mon Sep 17 00:00:00 2001 by =?UTF-8?q?Joakim=20S=C3=B6derberg?= · 9 years ago
  17. 4427244 Don't mess with system types by =?UTF-8?q?Joakim=20S=C3=B6derberg?= · 9 years ago
  18. cefab31 Use LWS_HAVE_ instead of just HAVE_ by =?UTF-8?q?Joakim=20S=C3=B6derberg?= · 9 years ago
  19. 70c5717 Fix windows build errors by =?UTF-8?q?Joakim=20S=C3=B6derberg?= · 9 years ago
  20. 6f1e884 use send MSG_NOSIGNAL by Andy Green · 9 years ago
  21. b6147fd Fix shared library name for all platforms by Roger A. Light · 9 years ago
  22. 80a7068 Allow using CyaSSL in stead of wolfSSL by ABruines · 9 years ago
  23. cb2ca08 Update http-link to wolfSSL in README.build.md by ABruines · 9 years ago
  24. c3bcb89 Move from CyaSSL to wolfSSL by Alexander Bruines · 9 years ago
  25. 4c0ba02 fix #309. Receive large messages over WSS by =?UTF-8?q?Jos=C3=A9=20Luis=20Mill=C3=A1n?= · 9 years ago
  26. 020c53c Pass HTTP reject error code returned by server to client by MGadkari · 9 years ago
  27. 92b6963 Fixing occasional failure of connect() on Windows by Frugality · 9 years ago
  28. d211edb appveyor update windows openssl blob url by Andy Green · 9 years ago
  29. 05fc6ba Added callback for PONG responses by John Tarlton · 9 years ago
  30. 5400f47 [PATCH] added timeout reset in serve_http_file_fragment to prevent timeout on big files by =?UTF-8?q?Dalibor=20Ba=C4=8Da?= · 9 years ago
  31. 3ae1bad cmake remove targets from install path by Andy Green · 9 years ago
  32. 26fd0d2 cmake revert change to linux so by Andy Green · 9 years ago
  33. b7a721f close CLIENT_WAITING_CONNECT should callback CONNECTION_ERROR by Andy Green · 9 years ago
  34. 4bca6cd close also enable pollout processing for post send close state by Andy Green · 9 years ago
  35. 82eccf7 close send close ack control packet type by Andy Green · 9 years ago
  36. f1b1254 Subject: [PATCH] Multiple changes in the build process by wonder-mice · 9 years ago
  37. 644fea1 Subject: [PATCH] Fix unused n variable warning in http2.c by wonder-mice · 9 years ago
  38. 0c5aa2f Subject: [PATCH] Add missing lib/header.c file by wonder-mice · 9 years ago
  39. 67e246f Subject: [PATCH] Be quite when executing openssl commands by wonder-mice · 9 years ago
  40. 41802c7 From 04da2ccd1e8c5b582c4e2a77ee53f929ae8f22a0 Mon Sep 17 00:00:00 2001 by wonder-mice · 10 years ago
  41. bd2a6c6 Subject: [PATCH] Fix broken libev support in client mode by wonder-mice · 9 years ago
  42. dd32c24 refactor allow http parse also for client by wonder-mice · 9 years ago
  43. 78dcaf4 Subject: [PATCH] Don't fail on non-existing files by Joakim Soderberg · 10 years ago
  44. 2efac17 Subject: [PATCH] Don't build installer on noserver build. by Joakim Soderberg · 10 years ago
  45. edcef32 Subject: [PATCH] Fix windows build by =?UTF-8?q?Joakim=20S=C3=B6derberg?= · 10 years ago
  46. ba8a2f0 Ensure proper cleanup is performed if last websocket is closed. by Joe Kilner · 10 years ago
  47. 20636ec Fix broken libev support in client mode by Pokrovskiy · 10 years ago
  48. 40d5abc close reply must use writable control reply path by Andy Green · 10 years ago
  49. bb90f9b client error on timeout before connection by Andy Green · 10 years ago
  50. d3efcd9 windows check for NULL getprotobyname by Andy Green · 10 years ago
  51. 408f537 timeout counts as pernmanently unusable close by Andy Green · 10 years ago
  52. 7fb366a client getaddrinfo valgrind fix by Danomi Czaski · 10 years ago
  53. b03820d changed expected shared lib version from 4.0.0 to 5 in spec file by brobits · 10 years ago
  54. 8fb338f parser restrict unknown header paranoia to server methods by Andy Green · 10 years ago
  55. 15ac07f test echo put proper origin by Andy Green · 10 years ago
  56. 9f02c5d close cover flush stored send with timeout by Andy Green · 10 years ago
  57. 2a5774e unsigned char by default compiler compatibility by Andy Green · 10 years ago
  58. 87fb73c specfile openssl devel only needed on buildrequires by Andy Green · 10 years ago
  59. 16fb013 prepare for v1.4 by Andy Green · 10 years ago
  60. bddb3dc context destroy just kill wsis ugh add missing bit by Andy Green · 10 years ago
  61. 45a04b6 set server listening wsi use_ssl status by Jose Luis Millan · 10 years ago
  62. 8ec7802 context destroy just kill wsis by Andy Green · 10 years ago
  63. 106d4a8 ping client ping handling use same infrastructure as server by Andy Green · 10 years ago
  64. 2fd6e6f ping allow zero length PING by Andy Green · 10 years ago
  65. 1677ca5 Subject: [PATCH] Windows installer related fixes. by Roger A. Light · 10 years ago
  66. ec86b4e documentation add info http_proxy members by Andy Green · 10 years ago
  67. dd020b4 Subject: [PATCH 1/2] fix win32 context memory leak by banthonywalker · 10 years ago
  68. 467b5bb windows installer missing quote by Andy Green · 10 years ago
  69. 12126d7 Add Windows installer file and configure appveyor to create it by Roger A. Light · 10 years ago
  70. 7d62eb0 test server only mention pollfd if EXTERNAL_POLL by Andy Green · 10 years ago
  71. c67dace clean remove x perm on two sources by Andy Green · 10 years ago
  72. 3a9f79e use initgroups in plat unix by Andy Green · 10 years ago
  73. 418a49b Subject: [PATCH] call lws_plat_inet_ntop instead of inet_ntop by banthonywalker · 10 years ago
  74. 93d947c LWS_WITHOUT_DEBUG fix unused var by Andy Green · 10 years ago
  75. b863954 Subject: [PATCH] Simplify soversion. by Roger Light · 10 years ago
  76. bb87ac8 From 03b93ec864c29dfbc41f2adbdf1b639f5403c95f Mon Sep 17 00:00:00 2001 by Johan Simonsson · 10 years ago
  77. 1dce6c0 client avoid double free on error path by Andy Green · 10 years ago
  78. 2121e8a Subject: [PATCH] Fix bug parsing unknown headers. by Drew Noakes · 10 years ago
  79. 229bfec win32 use hashtable for fd management by Bud Davis · 10 years ago
  80. 413b3a6 ssl pendding buffered reads dont dereference first time by Andy Green · 10 years ago
  81. 30edd91 ssl pending buffered reads unbreak NO_SSL by Andy Green · 10 years ago
  82. 5281560 ssl pending buffered reads use linked list by Andy Green · 10 years ago
  83. 7e37d10 gethostbyname removal from lws get peer addresses by Andy Green · 10 years ago
  84. 6a77977 Callback with reason LWS_CALLBACK_CLOSED_HTTP when HTTP closed before serve. by Drew Noakes · 10 years ago
  85. ba3c75c Add compiler checking for visibility flag by Steven Lai · 10 years ago
  86. cee2a06 getifaddrs needs private libwebsockets.h by Steven Y Lai · 10 years ago
  87. 97a748a plat unix 64 bit timestamps on 32-bit os by Imo Farcher · 10 years ago
  88. 49f72aa Add PATCH, PUT, DELETE methods by Quinlan Pfiffer · 10 years ago
  89. 363420d cmake ipv6 default to off by Quinlan Pfiffer · 10 years ago
  90. 87840d1 Subject: [PATCH] Fix error handling when calling "REQUIRES PRIVATE KEY" by =?UTF-8?q?Christoph=20M=C3=BCllner?= · 10 years ago
  91. 976d9eb Subject: [PATCH] Fix deflate-frame extension TX log statement by nsitter · 10 years ago
  92. 0ea169c Subject: [PATCH] New OpenSSL version for appveyor build! by =?UTF-8?q?Joakim=20S=C3=B6derberg?= · 10 years ago
  93. 080e6dd fix #220. Add missing include statement for <cstdarg> by José Luis Millán · 10 years ago
  94. cf51896 Subject: [PATCH] Adds "REQUIRES PRIVATE KEY" callback by Octav Zlatior · 10 years ago
  95. 4edb452 clean unmix declarations and code by Andy Green · 10 years ago
  96. fdde0f0 Subject: [PATCH] proxy protocol (version 1) parsing implementation by =?UTF-8?q?Jos=C3=A9=20Luis=20Mill=C3=A1n?= · 10 years ago
  97. b399237 Subject: [PATCH] add user context pointer to the protocol structure by Neal Horman · 10 years ago
  98. 98e491f Subject: [PATCH] add _lws_logv to make loging accessible to other wrappers. by Neal Horman · 10 years ago
  99. fc98f9a improve c++ compatibility by Neil Horman · 10 years ago
  100. 31f9eeb client: fix verification of the accepted protocol by Alejandro Mery · 10 years ago