1. 462c981 Move #define for random() into the test applications where needed by Patrick Gansterer · 10 years ago
  2. 60cbbac Use Sleep() instead of usleep() on Windows by Patrick Gansterer · 10 years ago
  3. fc5734c Remove dummy headers for Windows by Patrick Gansterer · 10 years ago
  4. 8df031d Remove emulated_poll on Windows by Patrick Gansterer · 10 years ago
  5. 1ee57f6 Add libwebsocket_cancel_service() to let a pending libwebsocket_service() return by Patrick Gansterer · 10 years ago
  6. 099645d update test server for new extpoll by Michael Haberler · 10 years ago
  7. af8694d make force_exit volatile. by Jakob Flierl · 10 years ago
  8. 19c73f3 fixed windows build by martell · 11 years ago
  9. 3b3fa9e Use ppoll to allow signals to wake service loop early on change of pollfd event by Andy Green · 11 years ago
  10. 7a13279 add locking callback for fds by Andy Green · 11 years ago
  11. 5b34c97 Optionally allow non-SSL connections on same port as SSL by James Devine · 11 years ago
  12. 8ff88e9 distinguish error from truncation by Christian Wyss · 11 years ago
  13. 8d5793b ie10 lws url workaround by John Harrison · 11 years ago
  14. 2764eba handle EAGAIN during send by Andy Green · 11 years ago
  15. ce64fb0 Support for HTTP POST. by kapejod · 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. 6cd8880 add cookie example to test server by Andy Green · 11 years ago
  22. 7900256 allow other headers in http send file by Andy Green · 11 years ago
  23. cc13c6f improve minilex use external parsing header by Andy Green · 11 years ago
  24. 5dc62ea trac 40 client connection properly nonblocking by Andy Green · 11 years ago
  25. 6c72070 trac 29 convert more snprintf stowaways by Andy Green · 11 years ago
  26. 86aa805 trac 29 echo remoe mention of syslog constants for win32 by Andy Green · 11 years ago
  27. 70d6717 trac 29 avoid syslog in echo test if win32 by Andy Green · 11 years ago
  28. d91561c trac 29 eliminate snprintf again by Andy Green · 11 years ago
  29. 3390efd test server improve return checking by Andy Green · 11 years ago
  30. f0ee669 Allow setting the resource path via command line. by Joakim Soderberg · 11 years ago
  31. b55451c introduce api for unthrottle all connections of protocol by Andy Green · 11 years ago
  32. 5c9fcac test client have u option also reject deflate stream by Andy Green · 11 years ago
  33. ca0a129 rxflow remove recursion and simplify by Andy Green · 11 years ago
  34. e8c00aa Fixed read of the jpg in Windows by Michel Archambault · 11 years ago
  35. 0097a99 remove autotools build by Andy Green · 11 years ago
  36. e46043c fix mime type on leaf header by Luc · 11 years ago
  37. fc7c5e4 reflect send completeness in lws_write return by Andy Green · 11 years ago
  38. 7eadd58 Fixed CMake compile options. by Joakim Soderberg · 11 years ago
  39. 8c8a8e1 provide socketfd at in param for LWS_CALLBACK_FILTER_NETWORK_CONNECTION by Edwin van den Oetelaar · 11 years ago
  40. 73a820a restrict http send buffer to 4096 by Andy Green · 11 years ago
  41. 51b20ee test server kill skt with minus 1 by Andy Green · 11 years ago
  42. 50097dd api change deliver socket fd to in param of extpoll callbacks by Andy Green · 11 years ago
  43. fbf4822 add by hand http send example by Andy Green · 11 years ago
  44. 9fc50b5 fragge able to send chunks larger than rx buffer by Andy Green · 11 years ago
  45. 3ad2ecf update echo to use externsion getting api by Andy Green · 11 years ago
  46. f272cb0 Fixed DLL compilation on Windows for CMake. by Joakim Soderberg · 11 years ago
  47. 0f13459 echo test app needs different lockfile by Andy Green · 11 years ago
  48. f59d56c introduce attack script by Andy Green · 11 years ago
  49. 508946c api make close api private only by Andy Green · 11 years ago
  50. 728569a update test echo for iface info member namechange by Andy Green · 11 years ago
  51. 63ff120 Fixed compilation on Windows. by Joakim Soderberg · 11 years ago
  52. 3886ec7 valgrind client close in a controlled way on SIGINT by Andy Green · 11 years ago
  53. 310655b valgrind dont close things directly in the callback by Andy Green · 11 years ago
  54. 93f98d7 valgrind client go through context destroy on connection error by Andy Green · 11 years ago
  55. a7109e6 valgrind introduce protocol init and destroy user callbacks by Andy Green · 11 years ago
  56. 16ab318 replace per header mallocs with single malloc 3 level struct by Andy Green · 11 years ago
  57. 8e0c984 correct test client to close synchronously with last send by Andy Green · 11 years ago
  58. e7c97e8 align max frame for mirror protocol to what the code does by Andy Green · 11 years ago
  59. 1b26527 change context creation params to struct by Andy Green · 11 years ago
  60. 5449511 remove fixed rx buffer allow definition per protocol by Andy Green · 11 years ago
  61. b8b247d remove need for filepath buffer on http file serve by Andy Green · 12 years ago
  62. c74964e Fix two typos. by Peter Pentchev · 11 years ago
  63. d2edfec Fixed linux compilation and added more compile options. by Joakim Soderberg · 11 years ago
  64. 4c53123 CMake support + fixed windows build. by Joakim Soderberg · 11 years ago
  65. 0d49c8d improve test server poll loop docs by Andy Green · 11 years ago
  66. 36eb70d additional casts allow test server build as cpp by Andy Green · 11 years ago
  67. c51823a renovate test html by Andy Green · 11 years ago
  68. cbb3122 fixes for without server and without client by Andy Green · 11 years ago
  69. 769153e introduce test echo by Andy Green · 11 years ago
  70. aaf0b9f change get_peer_addresses to use context wsi latency by Andy Green · 11 years ago
  71. 08f2c01 test server terminate cleanly on ctrl c by Andy Green · 11 years ago
  72. 6f520a5 evict all broadcast support by Andy Green · 11 years ago
  73. 52f28ce autocreate foreign broadcast sockets on broadcast by Andy Green · 12 years ago
  74. 5c54d62 use correct LWS_NO_DAEMONIZE on test server by Andy Green · 12 years ago
  75. 5738c0e remove all support for pre v13 protocols by Andy Green · 12 years ago
  76. f5bc130 disable private broadcast sockets if enable no fork config option by Andy Green · 12 years ago
  77. 596b220 align test server extpoll with library dynamic approach by Edwin van den Oetelaar · 12 years ago
  78. 13ba5bb zlib not needed if no extensions by Andy Green · 12 years ago
  79. 3182ece introduce without extensions by Andy Green · 12 years ago
  80. 24cba92 make use of lock file by Andy Green · 12 years ago
  81. fd6764a test server add daemonization flag by Andy Green · 12 years ago
  82. 058ba81 test server use syslog logging by Andy Green · 12 years ago
  83. a1ce6be refactor and introduce without server configure option by Andy Green · 12 years ago
  84. 706961d solve flowcontrol problems by Andy Green · 12 years ago
  85. 6c720c4 use simple lookup table for extpoll by Edwin van der Oetelaar · 12 years ago
  86. 443ea54 move array bounds gcc workaround outside function by Andy Green · 12 years ago
  87. f7248f8 update ping test client and stop exposing payload to extensions by Andy Green · 12 years ago
  88. 03674a6 configure without client by Andy Green · 12 years ago
  89. 5378b14 test client remove usleep by Andy Green · 12 years ago
  90. 3278872 workaround for some gcc array bounds false positive by Andy Green · 12 years ago
  91. fab033d add logo to test file by Andy Green · 12 years ago
  92. bb2dc8a update test server html serving callback to use aepd whitelist approach by Andy Green · 12 years ago
  93. 56d4697 add libwebsockets.org logo to share by Andy Green · 12 years ago
  94. 5fc460c extpoll use hashtable for fd tracking by Andy Green · 12 years ago
  95. 8db451f extpoll break out of loop when set or clear finds fd by Edwin van der Oetelaar · 12 years ago
  96. d280b6e http service break into outer loop states by Andy Green · 12 years ago
  97. a50dd1a merge test server extpoll into test server by Andy Green · 12 years ago
  98. 5e59bf1 optimize extpoll fd delete by Edwin van der Oetelaar · 12 years ago
  99. 43063dd add longlived option to test client by Andy Green · 12 years ago
  100. f7609e9 logging ensure everyone has a newline by Andy Green · 12 years ago