1. 956a08a coverity 83660 plat unix check fcntl return by Andy Green · 10 years ago
  2. 7ef4b2e coverity 83661 output check lseek return by Andy Green · 10 years ago
  3. b17598b coverity 83662 test server check lseek return by Andy Green · 10 years ago
  4. 8ab2b5a coverity 83664 consistently check NULL by Andy Green · 10 years ago
  5. adc720d coverity 83665 fail on null buffer by Andy Green · 10 years ago
  6. cd83850 coverity 83666 fail on null buffer by Andy Green · 10 years ago
  7. c5814fb coverity 83667 dead code by Andy Green · 10 years ago
  8. 0f59c9e coverity 83668 test echo nesting level bug by Andy Green · 10 years ago
  9. 66a5faa coverity 83671 dead code by Andy Green · 10 years ago
  10. 4bd1a4d coverity 83672 dead code by Andy Green · 10 years ago
  11. f14ea7a coverity 83673 deference after NULL check by Andy Green · 10 years ago
  12. 47afcdd 83674 dereference after NULL check by Andy Green · 10 years ago
  13. 6a33759 83675 test echo param could bust bounds by Andy Green · 10 years ago
  14. 5549998 coverity 83678 unused assignment by Andy Green · 10 years ago
  15. 59800b7 coverity 83679 default int expansion might bloat byte reassembly by Andy Green · 10 years ago
  16. 74f93d1 coverity 83680 kill needless semicolons by Andy Green · 10 years ago
  17. 2c8161c coverity 83681 unused assignment by Andy Green · 10 years ago
  18. 31fc6ff coverity 83682 suspicous signed bytewise reassembly by Andy Green · 10 years ago
  19. 56686d7 coverity 83683 shift greater than 31 technically undefined by Andy Green · 10 years ago
  20. e4d6f1c coverity 83670 daemonize can leak lock handle by Andy Green · 10 years ago
  21. 26193fa coverity 83684 let parent close if ssl service fails by Andy Green · 10 years ago
  22. 924bcfb coverty travis fix env indentation by Andy Green · 10 years ago
  23. f1e5236 coverity travis add key by Andy Green · 10 years ago
  24. 6b6f1e1 Subject: [PATCH] Add support for coverity static analysis scan. by =?UTF-8?q?Joakim=20S=C3=B6derberg?= · 10 years ago
  25. a11a282 Subject: [PATCH] cmake: set the project language by Samuel Martin · 10 years ago
  26. 2a5ec13 Subject: [PATCH] Add appveyor CI support for Windows. by =?UTF-8?q?Joakim=20S=C3=B6derberg?= · 10 years ago
  27. b921e52 Subject: [PATCH] Adding lws_config.h to list of installed headers. by Christoph Muellner · 10 years ago
  28. 904b07d remove duplicate const by Andy Green · 10 years ago
  29. 745a69e test echo initialize listen port by Andy Green · 10 years ago
  30. 70b543f move bind passphrase out of LWS_NO_SERVER by Andy Green · 10 years ago
  31. ba4e415 clean test server a bit by Andy Green · 10 years ago
  32. ced6602 Add libev dependecny by Joakim Soderberg · 10 years ago
  33. 4eb182f Remove lcov depdency by Joakim Soderberg · 10 years ago
  34. 1632c9a CLang gives an error on -O4 by Joakim Soderberg · 10 years ago
  35. 3476e0c Added travis support by Joakim Soderberg · 10 years ago
  36. d893d96 Subject: [PATCH] SSL: Disable support for SSLv2 and SSLv3. by Roger A. Light · 10 years ago
  37. 1b97ec2 Subject: [PATCH] Enable usage of ancient OpenSSL. by Joakim Soderberg · 10 years ago
  38. bf3e8a9 Subject: [PATCH] BUGFIX: Failed to get proper output dir for test-server by Joakim Soderberg · 10 years ago
  39. 4076a2c ssl fix client and server passphrase handling by Andy Green · 10 years ago
  40. e5ea1f9 android64 make bzero def conditional by Andy Green · 10 years ago
  41. 752963d test-echo: enable for ssl cert serving and verification by Andy Green · 10 years ago
  42. 77c209c ssl: improve client error message on server cert probs by Andy Green · 10 years ago
  43. 50000a1 ssl also allow passphrase management for server by Andy Green · 10 years ago
  44. 3adeca8 return_http_staus fix http2 defeating body addition by Andy Green · 10 years ago
  45. c983baf readme tag key by Andy Green · 10 years ago
  46. 44c1161 lws_union_transition by Andy Green · 10 years ago
  47. 03f0cea Be sure to invoke *lws_free_header_table*: by Andrew Canaday · 10 years ago
  48. 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
  49. 3771881 Adding header table free function to make sure we free cleanly everywhere. by Andrew Canaday · 10 years ago
  50. 32ec9d0 plat win add ibterface to sa by Emerson Clarke · 10 years ago
  51. fce6bde ssl CYASSL doesnt have new api by Andy Green · 10 years ago
  52. 5db6c0f clean http2 passphrase code by Andy Green · 10 years ago
  53. 97ee57f http2 window update by Andy Green · 10 years ago
  54. 7f2878a clean remove debug spew outside http2 by Andy Green · 10 years ago
  55. 76fc5fc Subject: [PATCH] ssl fix self-singed certificate acceptation by kulwik · 10 years ago
  56. c0eb2c3 Subject: [PATCH] fixes for handling multiple protocols in handshake by Rene Jager · 10 years ago
  57. bbbf07a http2 padding and ping to autopong by Andy Green · 10 years ago
  58. 040465d openssl update deprecated remove_state api by Andy Green · 10 years ago
  59. efe10b0 Subject: [PATCH] Fix minor typos in code documentation by Drew Noakes · 10 years ago
  60. 7df53c5 http2 alpn npn pollout by Andy Green · 10 years ago
  61. b211229 Subject: [PATCH] Initialize openssl during client initialization. by Marek Kochanowicz · 10 years ago
  62. 1cea581 http2 dont use incoming END_STREAM when sending headers by Andy Green · 10 years ago
  63. 260a0fc add newline on libwebsockets.c for ancient compilers by Andy Green · 10 years ago
  64. b0e2e50 http2 working nghttp fetch multi files completely by Andy Green · 10 years ago
  65. 200f385 http2 track content length add END_STREAM by Andy Green · 10 years ago
  66. 91b0589 http2 handle flags by Andy Green · 10 years ago
  67. 0c51239 ssl clean recent external CTX patch so doesnt break build by Andy Green · 10 years ago
  68. 4d9c8fc ssl allow externally managed SSL_CTX by joseph.urciuoli · 10 years ago
  69. 1e49918 trac 89 add flag on fatal send fail to use simple close by Andy Green · 10 years ago
  70. 917f43a http2 able to send test.html to nghttp2 by Andy Green · 10 years ago
  71. 2add634 http2 hpack basic decode ok including huff by Andy Green · 10 years ago
  72. ecc2e72 http2 add hpack decode support by Andy Green · 10 years ago
  73. 07631f4 fix return_http_status adaptation for http2 by Andy Green · 10 years ago
  74. 3a01cc8 ssl renew timeout while post keeps coming by Christian Schüldt · 10 years ago
  75. fde9379 ssl fix service problem in MORE_SERVICE case by Christian Schüldt · 10 years ago
  76. 609ec85 ssl optimize poll when buffered ssl read data by Andy Green · 10 years ago
  77. 1f5c9f0 ssl_capable_read add context param by Andy Green · 10 years ago
  78. fe3e3e6 ssl fix pending reads stuck in ssl layer by Andy Green · 10 years ago
  79. 095d303 http2 fix build when http2 disabled by Andy Green · 10 years ago
  80. 3faf44e http2 headers huffman decoder by Andy Green · 10 years ago
  81. 024eb6c http2 can keep upgraded connection up by Andy Green · 10 years ago
  82. cade614 base64 add back decoder now we need it.patc by Andy Green · 10 years ago
  83. b08cb50 parser default to name parsing if unknown by Andy Green · 10 years ago
  84. a54f232 http2 add h2c upgrade and http2 connmode by Andy Green · 10 years ago
  85. 1ee42a5 add http2 settings token by Andy Green · 11 years ago
  86. 9887bdb test server correct header naming order by Andy Green · 10 years ago
  87. 2af5856 confirm upgrade actually for websocket by Andy Green · 10 years ago
  88. 104316e internal SHA1 users all use libwebsockets_SHA1 by Andy Green · 10 years ago
  89. 759e50c android fix syslog path by Dnyanesh Gate · 10 years ago
  90. 54d037e Pass user_sapce to callback for LWS_CALLBACK_CLIENT_CONNECTION_ERROR by Duncan Tebbs · 10 years ago
  91. c00675c fix required CMake version by Hiroaki Sakon · 10 years ago
  92. a49d084 fix byte order for qnx by emironov · 10 years ago
  93. b944cc1 also callback closed if flushing by Stefan Schuermans · 10 years ago
  94. 8721f4f fix build for NO_SERVER by Andy Green · 10 years ago
  95. 82bac6b defer PONG send until no partial send buffer by Andy Green · 10 years ago
  96. af8db35 server.c: test **truncated_send_len** for partial by Andrew Canaday · 10 years ago
  97. f012f75 accept fail char means we are done by Andy Green · 10 years ago
  98. 727d98d fix bad cmake args example in README.build by Andy Green · 10 years ago
  99. 4b812fe cleanup style in parser by Andy Green · 10 years ago
  100. fc9871e fix build without ssl support by Andy Green · 10 years ago