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