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. abc8635 osx clang blows up if pthreads flag at link time 2 by Andy Green · 9 years ago
  13. 09b8a71 osx clang blows up if pthreads flag at link time by Andy Green · 9 years ago
  14. f411d8e Define 'daemonize' flag if LWS_NO_DAEMONIZE is not defined. by Andrew Canaday · 9 years ago
  15. ffe6456 C89 tweaks as per #348. by Andrew Canaday · 9 years ago
  16. 4cfc42c Terminate truncated header strings. by Andrew Canaday · 9 years ago
  17. 1700265 osx clang quench deprecated api errors by Andy Green · 9 years ago
  18. b39c22f issue 352 clang is like gcc for cmake purposes by Andy Green · 9 years ago
  19. c78fe91 test server h add newline by Andy Green · 9 years ago
  20. 87eeb0a mbed3 working examples by Andy Green · 9 years ago
  21. 1c6e7bf ssl treat WANT_READ and WRITE separately by Andy Green · 9 years ago
  22. ae7b27c clean out mbed3 lwip hacks by Andy Green · 9 years ago
  23. 0a05792 http post zero content length by Andy Green · 9 years ago
  24. c0b0c3d return AWAITING_TIMEOUT to 5s by Andy Green · 9 years ago
  25. b7fed35 test server pthreads by Andy Green · 9 years ago
  26. 5a3b1d3 CALLBACK_LOCK_POLL use len to differentiate locking on pollfd change by Andy Green · 9 years ago
  27. adf9059 windows crappy tools dont know __func__ by Andy Green · 9 years ago
  28. eb15ea0 refactor test server by Andy Green · 9 years ago
  29. 9494c66 win remove piggybacked hack by Andy Green · 9 years ago
  30. f2280d6 proxy auth fix by Andy Green · 9 years ago
  31. d55ac45 windows eliminate duplicate POLLOUT by Andy Green · 9 years ago
  32. 0779964 test echo initial delay by Andy Green · 9 years ago
  33. 649f602 close actually close after send close ack by Andy Green · 9 years ago
  34. 974bed4 test html add open close buttons by Andy Green · 9 years ago
  35. bdaa86f README.build.md add mbed3 build info by Andy Green · 9 years ago
  36. 758d97f update appveyor to get win openssl from own server by Andy Green · 9 years ago
  37. 11f2734 mbed3 workable plus or minus mbed3 net stack bug by Andy Green · 9 years ago
  38. 8c0d3c0 mbed3 plat by Andy Green · 9 years ago
  39. 2cd3074 mbed3 warning cleaning by Andy Green · 9 years ago
  40. 3b19386 introduce lws_sockfd_type by Andy Green · 9 years ago
  41. 5f2a815 mbed3 build support by Andy Green · 9 years ago
  42. 618b7b7 mbed3 add yotta JSON by Andy Green · 9 years ago
  43. fc772cc win use platform invalid socket api elsewhere too by Andy Green · 9 years ago
  44. c53f7ca win client use platform invalid socket by Andy Green · 9 years ago
  45. 35fef05 plat win be robust against NULL wsi_from_fd 3 by Andy Green · 9 years ago
  46. 1064cd7 plat win be robust against NULL wsi_from_fd 2 by Andy Green · 9 years ago
  47. 46d9b8e plat win be robust against NULL wsi_from_fd by Andy Green · 9 years ago
  48. 9ffb42e cmake force internal SHA1 if no ssl by Andy Green · 9 years ago
  49. 6e40556 proxy auth by Andy Green · 9 years ago
  50. 140ac6e Subject: [PATCH] Fix for close ack sending by Andrejs Hanins · 9 years ago
  51. 79a3c5d non ssl on ssl port zero recv ambiguous by Andy Green · 9 years ago
  52. cc64fb5 non ssl on ssl port fixes by Andy Green · 9 years ago
  53. a42ac7b Update README.build.md by Joakim Söderberg · 9 years ago
  54. b820e2c Implemented fixes allowing libwebsockets to be built under Windows using MinGM/MSYS by Stephan Eberle · 9 years ago
  55. 1662c62 Define getdtablesize() for android by Krishnaraj R Bhat · 9 years ago
  56. 0c8a854 client only one error callback by Andy Green · 9 years ago
  57. 1b42913 update appveyor status decal url by Andy Green · 9 years ago
  58. ab620ff release v1.5 by Andy Green · 9 years ago
  59. c6f95d3 keepalive close file when send completes dont wait for wsi close processing by Andy Green · 9 years ago
  60. 29ddc84 check errno for ssl non ssl by Andy Green · 9 years ago
  61. fe6030a Make LWS_SEND_BUFFER_PRE_PADDING preprocessor if-friendly by Alexander Lukichev · 9 years ago
  62. 2721e3c qualify server specific api with LWS_NO_SERVER by Andy Green · 9 years ago
  63. 2627148 keepalive fix flow now forced closed removed by Andy Green · 9 years ago
  64. d256194 document context create cannot execute in parallel by Andy Green · 9 years ago
  65. 0d89f3c detect http1 close connection header properly by Ash 20001 · 9 years ago
  66. b5cf69f correct error handling path in client handshake by Andy Green · 9 years ago
  67. 74a54e8 Ignore cmake build/ directory by Joakim Söderberg · 9 years ago
  68. dbbd311 if ssl and non ssl allowed insist to wait for something to discriminate by by Andy Green · 9 years ago
  69. 2488c46 attempt to get correct close flow banning writeable cb when closing by Andy Green · 9 years ago
  70. f7e2a85 complain if zero ka_interval used with positive ka_time by Andy Green · 9 years ago
  71. f94dd2e Fix getaddrinfo memory leak by Andrejs Hanins · 9 years ago
  72. dbe624d allow EAGAIN and friends on straight read by Mark Likness · 9 years ago
  73. fc6c274 fix missing parenthesis protection by Stepan Vondrak · 9 years ago
  74. e46f412 Fix some typographical and grammatical errors by Peter Pentchev · 9 years ago
  75. 91fe5aa Use bash as a script interpreter by Peter Pentchev · 9 years ago
  76. 4c79ee7 LWS_WITHOUT_BUILTIN_SHA1 by Andy Green · 9 years ago
  77. 6d59f59 LWS_SERVER_OPTION_PEER_CERT_NOT_REQUIRED by Andy Green · 9 years ago
  78. a739f75 ssl set session id context by Andy Green · 9 years ago
  79. e38b850 remove O3 if cmake debug build by Bruce Perens · 9 years ago
  80. 940a755 avoid changing wrong revents if connection closed by Andy Green · 9 years ago
  81. 1963c9a improve callback close checking by Andy Green · 9 years ago
  82. f54715b accept http1.1 from proxy by Fabian Kurz · 9 years ago
  83. 353fdc3 fd test will fail under windows, where file descriptors can be large numbers by bdavis · 9 years ago
  84. 173e9c4 padding align to ptr size by Bruce Perens · 9 years ago
  85. fdd3f09 add cmake Find for lws by jirihnidek · 9 years ago
  86. a2a4b0b additional https post fix by Thomas Greenslade · 9 years ago
  87. b9f28ac Attempt to fix server problems receiving large https POSTS. by Roger A. Light · 9 years ago
  88. 79d09fc WHOOPS! Stuck the sigint init int the wrong function. by Andrew Canaday · 9 years ago
  89. 6740b70 Set default libev-related SIGINT handling at context create by Andrew Canaday · 9 years ago
  90. a8f47c9 Added libwebsocket_sigint_cfg for libev builds to provide by Andrew Canaday · 9 years ago
  91. 89f5eec Pass the correct hostname when using a proxy by Marc Aldorasi · 9 years ago
  92. 7a474b4 Separate private defines in lws_config_private.h by Roger A. Light · 9 years ago
  93. caf7e3d Fix potential memory leak by =?UTF-8?q?Joakim=20S=C3=B6derberg?= · 9 years ago
  94. 8361d34 Bugfix: SSL code should not free wsi by =?UTF-8?q?Joakim=20S=C3=B6derberg?= · 9 years ago
  95. 12f557b Turn off building windows installer, breaks everything by =?UTF-8?q?Joakim=20S=C3=B6derberg?= · 9 years ago
  96. a8c9a0e From 0a0b9a6d02037e93dabadad5e04d39c1c6af0c96 Mon Sep 17 00:00:00 2001 by =?UTF-8?q?Joakim=20S=C3=B6derberg?= · 9 years ago
  97. 4427244 Don't mess with system types by =?UTF-8?q?Joakim=20S=C3=B6derberg?= · 9 years ago
  98. cefab31 Use LWS_HAVE_ instead of just HAVE_ by =?UTF-8?q?Joakim=20S=C3=B6derberg?= · 9 years ago
  99. 70c5717 Fix windows build errors by =?UTF-8?q?Joakim=20S=C3=B6derberg?= · 9 years ago
  100. 6f1e884 use send MSG_NOSIGNAL by Andy Green · 9 years ago