1. 63ff120 Fixed compilation on Windows. by Joakim Soderberg · 12 years ago
  2. 3886ec7 valgrind client close in a controlled way on SIGINT by Andy Green · 12 years ago
  3. 310655b valgrind dont close things directly in the callback by Andy Green · 12 years ago
  4. 93f98d7 valgrind client go through context destroy on connection error by Andy Green · 12 years ago
  5. a7109e6 valgrind introduce protocol init and destroy user callbacks by Andy Green · 12 years ago
  6. 16ab318 replace per header mallocs with single malloc 3 level struct by Andy Green · 12 years ago
  7. 8e0c984 correct test client to close synchronously with last send by Andy Green · 12 years ago
  8. e7c97e8 align max frame for mirror protocol to what the code does by Andy Green · 12 years ago
  9. 1b26527 change context creation params to struct by Andy Green · 12 years ago
  10. 5449511 remove fixed rx buffer allow definition per protocol by Andy Green · 12 years ago
  11. b8b247d remove need for filepath buffer on http file serve by Andy Green · 12 years ago
  12. c74964e Fix two typos. by Peter Pentchev · 12 years ago
  13. d2edfec Fixed linux compilation and added more compile options. by Joakim Soderberg · 12 years ago
  14. 4c53123 CMake support + fixed windows build. by Joakim Soderberg · 12 years ago
  15. 0d49c8d improve test server poll loop docs by Andy Green · 12 years ago
  16. 36eb70d additional casts allow test server build as cpp by Andy Green · 12 years ago
  17. c51823a renovate test html by Andy Green · 12 years ago
  18. cbb3122 fixes for without server and without client by Andy Green · 12 years ago
  19. 769153e introduce test echo by Andy Green · 12 years ago
  20. aaf0b9f change get_peer_addresses to use context wsi latency by Andy Green · 12 years ago
  21. 08f2c01 test server terminate cleanly on ctrl c by Andy Green · 12 years ago
  22. 6f520a5 evict all broadcast support by Andy Green · 12 years ago
  23. 52f28ce autocreate foreign broadcast sockets on broadcast by Andy Green · 12 years ago
  24. 5c54d62 use correct LWS_NO_DAEMONIZE on test server by Andy Green · 12 years ago
  25. 5738c0e remove all support for pre v13 protocols by Andy Green · 12 years ago
  26. f5bc130 disable private broadcast sockets if enable no fork config option by Andy Green · 12 years ago
  27. 596b220 align test server extpoll with library dynamic approach by Edwin van den Oetelaar · 12 years ago
  28. 13ba5bb zlib not needed if no extensions by Andy Green · 12 years ago
  29. 3182ece introduce without extensions by Andy Green · 12 years ago
  30. 24cba92 make use of lock file by Andy Green · 12 years ago
  31. fd6764a test server add daemonization flag by Andy Green · 12 years ago
  32. 058ba81 test server use syslog logging by Andy Green · 12 years ago
  33. a1ce6be refactor and introduce without server configure option by Andy Green · 12 years ago
  34. 706961d solve flowcontrol problems by Andy Green · 12 years ago
  35. 6c720c4 use simple lookup table for extpoll by Edwin van der Oetelaar · 12 years ago
  36. 443ea54 move array bounds gcc workaround outside function by Andy Green · 12 years ago
  37. f7248f8 update ping test client and stop exposing payload to extensions by Andy Green · 12 years ago
  38. 03674a6 configure without client by Andy Green · 12 years ago
  39. 5378b14 test client remove usleep by Andy Green · 12 years ago
  40. 3278872 workaround for some gcc array bounds false positive by Andy Green · 12 years ago
  41. fab033d add logo to test file by Andy Green · 12 years ago
  42. bb2dc8a update test server html serving callback to use aepd whitelist approach by Andy Green · 12 years ago
  43. 56d4697 add libwebsockets.org logo to share by Andy Green · 12 years ago
  44. 5fc460c extpoll use hashtable for fd tracking by Andy Green · 12 years ago
  45. 8db451f extpoll break out of loop when set or clear finds fd by Edwin van der Oetelaar · 12 years ago
  46. d280b6e http service break into outer loop states by Andy Green · 12 years ago
  47. a50dd1a merge test server extpoll into test server by Andy Green · 12 years ago
  48. 5e59bf1 optimize extpoll fd delete by Edwin van der Oetelaar · 12 years ago
  49. 43063dd add longlived option to test client by Andy Green · 12 years ago
  50. f7609e9 logging ensure everyone has a newline by Andy Green · 12 years ago
  51. 24b588b absorb README.rst into main README and code by Andy Green · 12 years ago
  52. de8f27a logging extend level set api to allow setting emission function by Andy Green · 12 years ago
  53. 46ef0cf allow enabling debug contexts from test apps by Andy Green · 12 years ago
  54. 2f82be8 Added context creation parameter for CA certificates file. by David Galeano · 12 years ago
  55. a3a97d1 Ignoring linux build files by David Galeano · 12 years ago
  56. b42dcc7 Use feature check rather than browser check. by David Galeano · 12 years ago
  57. 0291eb3 libwebsocket_context: add userspace pointer for use before wsi creation by Alon Levy · 12 years ago
  58. 88f8d57 Added test.html favicon.ico to EXTRA_DIST. by Anders Brander · 12 years ago
  59. 94c62c6 use autogen.sh by Andy Green · 12 years ago
  60. 3928f61 restore accept error as closure signal by Andy Green · 12 years ago
  61. e59d477 link lz explicitly for mips by yuval tal · 12 years ago
  62. 13f7791 refresh autotools stuff by Andy Green · 12 years ago
  63. 86e82ab update test html now mozilla uses normal ws apis by Andy Green · 12 years ago
  64. cf56e4d cleanup extra wrapping needed on braced define by Andy Green · 12 years ago
  65. aa6fc44 mingw add win32helper to lib and fix extpoll by Andy Green · 12 years ago
  66. cce2a81 change DATADIR to INSTALL_DATADIR solve mingw conflict by Andy Green · 12 years ago
  67. 0dbef49 autoconf introduce enable mingw and adapt compiler options by Andy Green · 12 years ago
  68. 6ee372f style cleaning by Andy Green · 12 years ago
  69. 188d896 test html uplevel detect browser and MozWebSocket by Andy Green · 13 years ago
  70. 66a16f3 x google mux implement child close by Andy Green · 13 years ago
  71. 7448c7e test client add flag to defeat mux extension by Andy Green · 13 years ago
  72. 4084af1 test client make mirror data source channel open and close all the time by Andy Green · 13 years ago
  73. a41314f introduce x google mux very draft indeed by Andy Green · 13 years ago
  74. 5948865 beautify fraggle by Andy Green · 14 years ago
  75. 98a623f clean fraggle by Andy Green · 14 years ago
  76. e9739ed introduce fraggle test app by Andy Green · 14 years ago
  77. 9e4c2b6 add separate server writeable and change naming to match rest of callbacks by Andy Green · 14 years ago
  78. 69758fa introduce test server close testing switch by Andy Green · 14 years ago
  79. 775884e add compression defeat switch to test client by Andy Green · 14 years ago
  80. 4cd87a0 introduce internal extensions array by Andy Green · 14 years ago
  81. d6e0911 introduce struct libwebsocket_extension by Andy Green · 14 years ago
  82. 56885f3 introduce win32 build capability by Peter Hinz · 14 years ago
  83. 32375b7 introduce listen on specific interface by Andy Green · 14 years ago
  84. b3ae0a3 make test client notice if server closed on him by Andy Green · 14 years ago
  85. 62c54d2 introduce this param in callback fix server close on client socket by Andy Green · 14 years ago
  86. e2acfc8 use-new-peer-name-api-in-ping.patch by Andy Green · 14 years ago
  87. 38c4f0c add-example-protocol-handshake-filter-callback.patch by Andy Green · 14 years ago
  88. 863d4d2 add-example-network-filter-callback.patch by Andy Green · 14 years ago
  89. 0703409 introduce-network-connect-filter-callback.patch by Andy Green · 14 years ago
  90. 2a5aa65 add-ext-poll-callbacks-in-extpoll-test.patch by Andy Green · 14 years ago
  91. 2e5de82 introduce-libwebsockets-test-server-extpoll.patch by Andy Green · 14 years ago
  92. 5e1fa17 introduce-new-05-socket-closure-rules.patch by Andy Green · 14 years ago
  93. bfb051f introduce-ietf-05-framing-and-commandline-options.patch by Andy Green · 14 years ago
  94. 1efb63c fix-hostname-to-be-server-name--allow-switches-in-any-order.patch by Andy Green · 14 years ago
  95. 990d506 add-k-opt-to-test-client.patch by Andy Green · 14 years ago
  96. 8014b29 introduce-k-switch-defeat-masking.patch by Andy Green · 14 years ago
  97. 6a98054 fix-context-close.patch by Andy Green · 14 years ago
  98. 2f4c2be introduce-multiple-client-ping.patch by Andy Green · 14 years ago
  99. 42f6914 clean-style.patch by Andy Green · 14 years ago
  100. 2ac5a6f fix-host-header-contents--introduce-canonical-hostname-api.patch by Andy Green · 14 years ago