1. a349367 NO_SERVER_fix cosmetic warning by Andy Green · 10 years ago
  2. a38a8cf Subject: [PATCH] Fix the travis.yml to build everything by Joakim Soderberg · 10 years ago
  3. ac3ec39 Subject: [PATCH] Introduce lws_free2() helper to free and re-NULL pointers by Alejandro Mery · 10 years ago
  4. 6ff2824 Subject: [PATCH] Use custom allocator by Alejandro Mery · 10 years ago
  5. cdc9717 Subject: [PATCH] Add custom allocator support using the realloc() interface by Alejandro Mery · 10 years ago
  6. 6d91d5f test ping correct type for fprintf by Andy Green · 10 years ago
  7. 613bc32 test echo unbreak no server by Andy Green · 10 years ago
  8. 49d0ce1 Subject: [PATCH] serve_http_file: add feature test macro for API change by Michael Haberler · 10 years ago
  9. 303f65f test echo versa + uri by Andy Green · 10 years ago
  10. fb8f2b0 test echo add port to server host by Andy Green · 10 years ago
  11. 62fe015 revert 187 by Andy Green · 10 years ago
  12. d01de66 README.md update markup api key by Andy Green · 10 years ago
  13. 4198276 Subject: [PATCH] Nicer readmes using markdown. by =?UTF-8?q?Joakim=20S=C3=B6derberg?= · 10 years ago
  14. 453a9b3 coverity 83669 remove random from fraggle by Andy Green · 10 years ago
  15. cbd98ed coverity 83663 remove random from test client by Andy Green · 10 years ago
  16. 0c5f670 coverity 83687 daemonize was not a close problem by Andy Green · 10 years ago
  17. b034307 coverity 83682 base64 decode more dead code by Andy Green · 10 years ago
  18. b743623 coverity 83683 test ping more uint64_t needed by Andy Green · 10 years ago
  19. 28e2ab6 coverity 83684 more ways to close and use freed wsi by Andy Green · 10 years ago
  20. dfa0f94 coverity 83685 daemonize put the close in the right place by Andy Green · 10 years ago
  21. 9c8d590 coverity 83686 server close sockfd if failing out by Andy Green · 10 years ago
  22. a343903 win32 does not know uint64_t without stdint.h by Andy Green · 10 years ago
  23. f38e786 coverity 83656 server check setsockopt return by Andy Green · 10 years ago
  24. abb4811 coverity 83657 plat unix check setsockopt return by Andy Green · 10 years ago
  25. d7b0a72 coverity 83658 test server check fstat return by Andy Green · 10 years ago
  26. 24109f4 coverity 83659 plat unix check fstat return by Andy Green · 10 years ago
  27. 956a08a coverity 83660 plat unix check fcntl return by Andy Green · 10 years ago
  28. 7ef4b2e coverity 83661 output check lseek return by Andy Green · 10 years ago
  29. b17598b coverity 83662 test server check lseek return by Andy Green · 10 years ago
  30. 8ab2b5a coverity 83664 consistently check NULL by Andy Green · 10 years ago
  31. adc720d coverity 83665 fail on null buffer by Andy Green · 10 years ago
  32. cd83850 coverity 83666 fail on null buffer by Andy Green · 10 years ago
  33. c5814fb coverity 83667 dead code by Andy Green · 10 years ago
  34. 0f59c9e coverity 83668 test echo nesting level bug by Andy Green · 10 years ago
  35. 66a5faa coverity 83671 dead code by Andy Green · 10 years ago
  36. 4bd1a4d coverity 83672 dead code by Andy Green · 10 years ago
  37. f14ea7a coverity 83673 deference after NULL check by Andy Green · 10 years ago
  38. 47afcdd 83674 dereference after NULL check by Andy Green · 10 years ago
  39. 6a33759 83675 test echo param could bust bounds by Andy Green · 10 years ago
  40. 5549998 coverity 83678 unused assignment by Andy Green · 10 years ago
  41. 59800b7 coverity 83679 default int expansion might bloat byte reassembly by Andy Green · 10 years ago
  42. 74f93d1 coverity 83680 kill needless semicolons by Andy Green · 10 years ago
  43. 2c8161c coverity 83681 unused assignment by Andy Green · 10 years ago
  44. 31fc6ff coverity 83682 suspicous signed bytewise reassembly by Andy Green · 10 years ago
  45. 56686d7 coverity 83683 shift greater than 31 technically undefined by Andy Green · 10 years ago
  46. e4d6f1c coverity 83670 daemonize can leak lock handle by Andy Green · 10 years ago
  47. 26193fa coverity 83684 let parent close if ssl service fails by Andy Green · 10 years ago
  48. 924bcfb coverty travis fix env indentation by Andy Green · 10 years ago
  49. f1e5236 coverity travis add key by Andy Green · 10 years ago
  50. 6b6f1e1 Subject: [PATCH] Add support for coverity static analysis scan. by =?UTF-8?q?Joakim=20S=C3=B6derberg?= · 10 years ago
  51. a11a282 Subject: [PATCH] cmake: set the project language by Samuel Martin · 10 years ago
  52. 2a5ec13 Subject: [PATCH] Add appveyor CI support for Windows. by =?UTF-8?q?Joakim=20S=C3=B6derberg?= · 10 years ago
  53. b921e52 Subject: [PATCH] Adding lws_config.h to list of installed headers. by Christoph Muellner · 10 years ago
  54. 904b07d remove duplicate const by Andy Green · 10 years ago
  55. 745a69e test echo initialize listen port by Andy Green · 10 years ago
  56. 70b543f move bind passphrase out of LWS_NO_SERVER by Andy Green · 10 years ago
  57. ba4e415 clean test server a bit by Andy Green · 10 years ago
  58. ced6602 Add libev dependecny by Joakim Soderberg · 10 years ago
  59. 4eb182f Remove lcov depdency by Joakim Soderberg · 10 years ago
  60. 1632c9a CLang gives an error on -O4 by Joakim Soderberg · 10 years ago
  61. 3476e0c Added travis support by Joakim Soderberg · 10 years ago
  62. d893d96 Subject: [PATCH] SSL: Disable support for SSLv2 and SSLv3. by Roger A. Light · 10 years ago
  63. 1b97ec2 Subject: [PATCH] Enable usage of ancient OpenSSL. by Joakim Soderberg · 10 years ago
  64. bf3e8a9 Subject: [PATCH] BUGFIX: Failed to get proper output dir for test-server by Joakim Soderberg · 10 years ago
  65. 4076a2c ssl fix client and server passphrase handling by Andy Green · 10 years ago
  66. e5ea1f9 android64 make bzero def conditional by Andy Green · 10 years ago
  67. 752963d test-echo: enable for ssl cert serving and verification by Andy Green · 10 years ago
  68. 77c209c ssl: improve client error message on server cert probs by Andy Green · 10 years ago
  69. 50000a1 ssl also allow passphrase management for server by Andy Green · 10 years ago
  70. 3adeca8 return_http_staus fix http2 defeating body addition by Andy Green · 10 years ago
  71. c983baf readme tag key by Andy Green · 10 years ago
  72. 44c1161 lws_union_transition by Andy Green · 10 years ago
  73. 03f0cea Be sure to invoke *lws_free_header_table*: by Andrew Canaday · 10 years ago
  74. a19d485 Don't free wsi->u.hdr.ah except through lws_free_header_table (exception: server.c frees 'ah' after copying the header pointer and transitioning the union state). by Andrew Canaday · 10 years ago
  75. 3771881 Adding header table free function to make sure we free cleanly everywhere. by Andrew Canaday · 10 years ago
  76. 32ec9d0 plat win add ibterface to sa by Emerson Clarke · 10 years ago
  77. fce6bde ssl CYASSL doesnt have new api by Andy Green · 10 years ago
  78. 5db6c0f clean http2 passphrase code by Andy Green · 10 years ago
  79. 97ee57f http2 window update by Andy Green · 10 years ago
  80. 7f2878a clean remove debug spew outside http2 by Andy Green · 10 years ago
  81. 76fc5fc Subject: [PATCH] ssl fix self-singed certificate acceptation by kulwik · 10 years ago
  82. c0eb2c3 Subject: [PATCH] fixes for handling multiple protocols in handshake by Rene Jager · 10 years ago
  83. bbbf07a http2 padding and ping to autopong by Andy Green · 10 years ago
  84. 040465d openssl update deprecated remove_state api by Andy Green · 10 years ago
  85. efe10b0 Subject: [PATCH] Fix minor typos in code documentation by Drew Noakes · 10 years ago
  86. 7df53c5 http2 alpn npn pollout by Andy Green · 10 years ago
  87. b211229 Subject: [PATCH] Initialize openssl during client initialization. by Marek Kochanowicz · 10 years ago
  88. 1cea581 http2 dont use incoming END_STREAM when sending headers by Andy Green · 10 years ago
  89. 260a0fc add newline on libwebsockets.c for ancient compilers by Andy Green · 10 years ago
  90. b0e2e50 http2 working nghttp fetch multi files completely by Andy Green · 10 years ago
  91. 200f385 http2 track content length add END_STREAM by Andy Green · 10 years ago
  92. 91b0589 http2 handle flags by Andy Green · 10 years ago
  93. 0c51239 ssl clean recent external CTX patch so doesnt break build by Andy Green · 10 years ago
  94. 4d9c8fc ssl allow externally managed SSL_CTX by joseph.urciuoli · 10 years ago
  95. 1e49918 trac 89 add flag on fatal send fail to use simple close by Andy Green · 10 years ago
  96. 917f43a http2 able to send test.html to nghttp2 by Andy Green · 10 years ago
  97. 2add634 http2 hpack basic decode ok including huff by Andy Green · 10 years ago
  98. ecc2e72 http2 add hpack decode support by Andy Green · 10 years ago
  99. 07631f4 fix return_http_status adaptation for http2 by Andy Green · 10 years ago
  100. 3a01cc8 ssl renew timeout while post keeps coming by Christian Schüldt · 10 years ago