1. 4b85c1d api rationalization: eliminate all libwebsocket[s]_ prefixes by Andy Green · 9 years ago
  2. 6d41720 api rationalization add cmake switch to export old api wrappers by Andy Green · 9 years ago
  3. 3ef579b api rationalization eliminate oldstyle internal api names by Andy Green · 9 years ago
  4. 6230476 api rationalization use new names internally by Andy Green · 9 years ago
  5. 29a44cf api rationalization: introduce public api compatibility defines by Andy Green · 9 years ago
  6. 112f980 assert.h move to private header by Andy Green · 9 years ago
  7. bb085da Fix some minor typos. by Peter Pentchev · 9 years ago
  8. 972eaf9 ssl zero return indicates shutdown by Andy Green · 9 years ago
  9. 622d9f2 Handle pending SSL reads which would otherwise not trigger a POLLIN. by Andrew Canaday · 9 years ago
  10. ad2248a ssl set ssl to NULL on close by Andrew Canaday · 9 years ago
  11. 765914c Allow zero-length pong to be received by server by Andrejs Hanins · 9 years ago
  12. ffe6456 C89 tweaks as per #348. by Andrew Canaday · 9 years ago
  13. 4cfc42c Terminate truncated header strings. by Andrew Canaday · 9 years ago
  14. 87eeb0a mbed3 working examples by Andy Green · 9 years ago
  15. 1c6e7bf ssl treat WANT_READ and WRITE separately by Andy Green · 9 years ago
  16. ae7b27c clean out mbed3 lwip hacks by Andy Green · 9 years ago
  17. 0a05792 http post zero content length by Andy Green · 9 years ago
  18. c0b0c3d return AWAITING_TIMEOUT to 5s by Andy Green · 9 years ago
  19. 5a3b1d3 CALLBACK_LOCK_POLL use len to differentiate locking on pollfd change by Andy Green · 9 years ago
  20. 9494c66 win remove piggybacked hack by Andy Green · 9 years ago
  21. f2280d6 proxy auth fix by Andy Green · 9 years ago
  22. d55ac45 windows eliminate duplicate POLLOUT by Andy Green · 9 years ago
  23. 649f602 close actually close after send close ack by Andy Green · 9 years ago
  24. 11f2734 mbed3 workable plus or minus mbed3 net stack bug by Andy Green · 9 years ago
  25. 8c0d3c0 mbed3 plat by Andy Green · 9 years ago
  26. 2cd3074 mbed3 warning cleaning by Andy Green · 9 years ago
  27. 3b19386 introduce lws_sockfd_type by Andy Green · 9 years ago
  28. 5f2a815 mbed3 build support by Andy Green · 9 years ago
  29. fc772cc win use platform invalid socket api elsewhere too by Andy Green · 9 years ago
  30. c53f7ca win client use platform invalid socket by Andy Green · 9 years ago
  31. 35fef05 plat win be robust against NULL wsi_from_fd 3 by Andy Green · 9 years ago
  32. 1064cd7 plat win be robust against NULL wsi_from_fd 2 by Andy Green · 9 years ago
  33. 46d9b8e plat win be robust against NULL wsi_from_fd by Andy Green · 9 years ago
  34. 6e40556 proxy auth by Andy Green · 9 years ago
  35. 140ac6e Subject: [PATCH] Fix for close ack sending by Andrejs Hanins · 9 years ago
  36. 79a3c5d non ssl on ssl port zero recv ambiguous by Andy Green · 9 years ago
  37. cc64fb5 non ssl on ssl port fixes by Andy Green · 9 years ago
  38. b820e2c Implemented fixes allowing libwebsockets to be built under Windows using MinGM/MSYS by Stephan Eberle · 9 years ago
  39. 1662c62 Define getdtablesize() for android by Krishnaraj R Bhat · 9 years ago
  40. 0c8a854 client only one error callback by Andy Green · 9 years ago
  41. c6f95d3 keepalive close file when send completes dont wait for wsi close processing by Andy Green · 9 years ago
  42. 29ddc84 check errno for ssl non ssl by Andy Green · 9 years ago
  43. fe6030a Make LWS_SEND_BUFFER_PRE_PADDING preprocessor if-friendly by Alexander Lukichev · 9 years ago
  44. 2721e3c qualify server specific api with LWS_NO_SERVER by Andy Green · 9 years ago
  45. 2627148 keepalive fix flow now forced closed removed by Andy Green · 9 years ago
  46. 0d89f3c detect http1 close connection header properly by Ash 20001 · 9 years ago
  47. b5cf69f correct error handling path in client handshake by Andy Green · 9 years ago
  48. dbbd311 if ssl and non ssl allowed insist to wait for something to discriminate by by Andy Green · 9 years ago
  49. 2488c46 attempt to get correct close flow banning writeable cb when closing by Andy Green · 9 years ago
  50. f7e2a85 complain if zero ka_interval used with positive ka_time by Andy Green · 9 years ago
  51. f94dd2e Fix getaddrinfo memory leak by Andrejs Hanins · 9 years ago
  52. dbe624d allow EAGAIN and friends on straight read by Mark Likness · 9 years ago
  53. fc6c274 fix missing parenthesis protection by Stepan Vondrak · 9 years ago
  54. e46f412 Fix some typographical and grammatical errors by Peter Pentchev · 9 years ago
  55. 4c79ee7 LWS_WITHOUT_BUILTIN_SHA1 by Andy Green · 9 years ago
  56. 6d59f59 LWS_SERVER_OPTION_PEER_CERT_NOT_REQUIRED by Andy Green · 9 years ago
  57. a739f75 ssl set session id context by Andy Green · 9 years ago
  58. 940a755 avoid changing wrong revents if connection closed by Andy Green · 9 years ago
  59. 1963c9a improve callback close checking by Andy Green · 9 years ago
  60. f54715b accept http1.1 from proxy by Fabian Kurz · 9 years ago
  61. 353fdc3 fd test will fail under windows, where file descriptors can be large numbers by bdavis · 9 years ago
  62. 173e9c4 padding align to ptr size by Bruce Perens · 9 years ago
  63. a2a4b0b additional https post fix by Thomas Greenslade · 9 years ago
  64. b9f28ac Attempt to fix server problems receiving large https POSTS. by Roger A. Light · 9 years ago
  65. 79d09fc WHOOPS! Stuck the sigint init int the wrong function. by Andrew Canaday · 9 years ago
  66. 6740b70 Set default libev-related SIGINT handling at context create by Andrew Canaday · 9 years ago
  67. a8f47c9 Added libwebsocket_sigint_cfg for libev builds to provide by Andrew Canaday · 9 years ago
  68. 89f5eec Pass the correct hostname when using a proxy by Marc Aldorasi · 9 years ago
  69. 7a474b4 Separate private defines in lws_config_private.h by Roger A. Light · 9 years ago
  70. caf7e3d Fix potential memory leak by =?UTF-8?q?Joakim=20S=C3=B6derberg?= · 9 years ago
  71. 8361d34 Bugfix: SSL code should not free wsi by =?UTF-8?q?Joakim=20S=C3=B6derberg?= · 9 years ago
  72. cefab31 Use LWS_HAVE_ instead of just HAVE_ by =?UTF-8?q?Joakim=20S=C3=B6derberg?= · 9 years ago
  73. 6f1e884 use send MSG_NOSIGNAL by Andy Green · 9 years ago
  74. 80a7068 Allow using CyaSSL in stead of wolfSSL by ABruines · 9 years ago
  75. c3bcb89 Move from CyaSSL to wolfSSL by Alexander Bruines · 9 years ago
  76. 4c0ba02 fix #309. Receive large messages over WSS by =?UTF-8?q?Jos=C3=A9=20Luis=20Mill=C3=A1n?= · 9 years ago
  77. 020c53c Pass HTTP reject error code returned by server to client by MGadkari · 9 years ago
  78. 92b6963 Fixing occasional failure of connect() on Windows by Frugality · 9 years ago
  79. 05fc6ba Added callback for PONG responses by John Tarlton · 9 years ago
  80. 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
  81. b7a721f close CLIENT_WAITING_CONNECT should callback CONNECTION_ERROR by Andy Green · 9 years ago
  82. 4bca6cd close also enable pollout processing for post send close state by Andy Green · 9 years ago
  83. 82eccf7 close send close ack control packet type by Andy Green · 9 years ago
  84. 644fea1 Subject: [PATCH] Fix unused n variable warning in http2.c by wonder-mice · 9 years ago
  85. 0c5aa2f Subject: [PATCH] Add missing lib/header.c file by wonder-mice · 9 years ago
  86. 41802c7 From 04da2ccd1e8c5b582c4e2a77ee53f929ae8f22a0 Mon Sep 17 00:00:00 2001 by wonder-mice · 9 years ago
  87. bd2a6c6 Subject: [PATCH] Fix broken libev support in client mode by wonder-mice · 9 years ago
  88. dd32c24 refactor allow http parse also for client by wonder-mice · 9 years ago
  89. ba8a2f0 Ensure proper cleanup is performed if last websocket is closed. by Joe Kilner · 9 years ago
  90. 20636ec Fix broken libev support in client mode by Pokrovskiy · 9 years ago
  91. 40d5abc close reply must use writable control reply path by Andy Green · 9 years ago
  92. bb90f9b client error on timeout before connection by Andy Green · 9 years ago
  93. d3efcd9 windows check for NULL getprotobyname by Andy Green · 9 years ago
  94. 408f537 timeout counts as pernmanently unusable close by Andy Green · 9 years ago
  95. 7fb366a client getaddrinfo valgrind fix by Danomi Czaski · 9 years ago
  96. 8fb338f parser restrict unknown header paranoia to server methods by Andy Green · 9 years ago
  97. 9f02c5d close cover flush stored send with timeout by Andy Green · 9 years ago
  98. 2a5774e unsigned char by default compiler compatibility by Andy Green · 9 years ago
  99. bddb3dc context destroy just kill wsis ugh add missing bit by Andy Green · 9 years ago
  100. 45a04b6 set server listening wsi use_ssl status by Jose Luis Millan · 9 years ago