1. 2a5ec13 Subject: [PATCH] Add appveyor CI support for Windows. by =?UTF-8?q?Joakim=20S=C3=B6derberg?= · 10 years ago
  2. b921e52 Subject: [PATCH] Adding lws_config.h to list of installed headers. by Christoph Muellner · 10 years ago
  3. 904b07d remove duplicate const by Andy Green · 10 years ago
  4. 745a69e test echo initialize listen port by Andy Green · 10 years ago
  5. 70b543f move bind passphrase out of LWS_NO_SERVER by Andy Green · 10 years ago
  6. ba4e415 clean test server a bit by Andy Green · 10 years ago
  7. ced6602 Add libev dependecny by Joakim Soderberg · 10 years ago
  8. 4eb182f Remove lcov depdency by Joakim Soderberg · 10 years ago
  9. 1632c9a CLang gives an error on -O4 by Joakim Soderberg · 10 years ago
  10. 3476e0c Added travis support by Joakim Soderberg · 10 years ago
  11. d893d96 Subject: [PATCH] SSL: Disable support for SSLv2 and SSLv3. by Roger A. Light · 10 years ago
  12. 1b97ec2 Subject: [PATCH] Enable usage of ancient OpenSSL. by Joakim Soderberg · 10 years ago
  13. bf3e8a9 Subject: [PATCH] BUGFIX: Failed to get proper output dir for test-server by Joakim Soderberg · 10 years ago
  14. 4076a2c ssl fix client and server passphrase handling by Andy Green · 10 years ago
  15. e5ea1f9 android64 make bzero def conditional by Andy Green · 10 years ago
  16. 752963d test-echo: enable for ssl cert serving and verification by Andy Green · 10 years ago
  17. 77c209c ssl: improve client error message on server cert probs by Andy Green · 10 years ago
  18. 50000a1 ssl also allow passphrase management for server by Andy Green · 10 years ago
  19. 3adeca8 return_http_staus fix http2 defeating body addition by Andy Green · 10 years ago
  20. c983baf readme tag key by Andy Green · 10 years ago
  21. 44c1161 lws_union_transition by Andy Green · 10 years ago
  22. 03f0cea Be sure to invoke *lws_free_header_table*: by Andrew Canaday · 10 years ago
  23. 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
  24. 3771881 Adding header table free function to make sure we free cleanly everywhere. by Andrew Canaday · 10 years ago
  25. 32ec9d0 plat win add ibterface to sa by Emerson Clarke · 10 years ago
  26. fce6bde ssl CYASSL doesnt have new api by Andy Green · 10 years ago
  27. 5db6c0f clean http2 passphrase code by Andy Green · 10 years ago
  28. 97ee57f http2 window update by Andy Green · 10 years ago
  29. 7f2878a clean remove debug spew outside http2 by Andy Green · 10 years ago
  30. 76fc5fc Subject: [PATCH] ssl fix self-singed certificate acceptation by kulwik · 10 years ago
  31. c0eb2c3 Subject: [PATCH] fixes for handling multiple protocols in handshake by Rene Jager · 10 years ago
  32. bbbf07a http2 padding and ping to autopong by Andy Green · 10 years ago
  33. 040465d openssl update deprecated remove_state api by Andy Green · 10 years ago
  34. efe10b0 Subject: [PATCH] Fix minor typos in code documentation by Drew Noakes · 10 years ago
  35. 7df53c5 http2 alpn npn pollout by Andy Green · 10 years ago
  36. b211229 Subject: [PATCH] Initialize openssl during client initialization. by Marek Kochanowicz · 10 years ago
  37. 1cea581 http2 dont use incoming END_STREAM when sending headers by Andy Green · 10 years ago
  38. 260a0fc add newline on libwebsockets.c for ancient compilers by Andy Green · 10 years ago
  39. b0e2e50 http2 working nghttp fetch multi files completely by Andy Green · 10 years ago
  40. 200f385 http2 track content length add END_STREAM by Andy Green · 10 years ago
  41. 91b0589 http2 handle flags by Andy Green · 10 years ago
  42. 0c51239 ssl clean recent external CTX patch so doesnt break build by Andy Green · 10 years ago
  43. 4d9c8fc ssl allow externally managed SSL_CTX by joseph.urciuoli · 10 years ago
  44. 1e49918 trac 89 add flag on fatal send fail to use simple close by Andy Green · 10 years ago
  45. 917f43a http2 able to send test.html to nghttp2 by Andy Green · 10 years ago
  46. 2add634 http2 hpack basic decode ok including huff by Andy Green · 10 years ago
  47. ecc2e72 http2 add hpack decode support by Andy Green · 10 years ago
  48. 07631f4 fix return_http_status adaptation for http2 by Andy Green · 10 years ago
  49. 3a01cc8 ssl renew timeout while post keeps coming by Christian Schüldt · 10 years ago
  50. fde9379 ssl fix service problem in MORE_SERVICE case by Christian Schüldt · 10 years ago
  51. 609ec85 ssl optimize poll when buffered ssl read data by Andy Green · 10 years ago
  52. 1f5c9f0 ssl_capable_read add context param by Andy Green · 10 years ago
  53. fe3e3e6 ssl fix pending reads stuck in ssl layer by Andy Green · 10 years ago
  54. 095d303 http2 fix build when http2 disabled by Andy Green · 10 years ago
  55. 3faf44e http2 headers huffman decoder by Andy Green · 10 years ago
  56. 024eb6c http2 can keep upgraded connection up by Andy Green · 10 years ago
  57. cade614 base64 add back decoder now we need it.patc by Andy Green · 10 years ago
  58. b08cb50 parser default to name parsing if unknown by Andy Green · 10 years ago
  59. a54f232 http2 add h2c upgrade and http2 connmode by Andy Green · 10 years ago
  60. 1ee42a5 add http2 settings token by Andy Green · 10 years ago
  61. 9887bdb test server correct header naming order by Andy Green · 10 years ago
  62. 2af5856 confirm upgrade actually for websocket by Andy Green · 10 years ago
  63. 104316e internal SHA1 users all use libwebsockets_SHA1 by Andy Green · 10 years ago
  64. 759e50c android fix syslog path by Dnyanesh Gate · 10 years ago
  65. 54d037e Pass user_sapce to callback for LWS_CALLBACK_CLIENT_CONNECTION_ERROR by Duncan Tebbs · 10 years ago
  66. c00675c fix required CMake version by Hiroaki Sakon · 10 years ago
  67. a49d084 fix byte order for qnx by emironov · 10 years ago
  68. b944cc1 also callback closed if flushing by Stefan Schuermans · 10 years ago
  69. 8721f4f fix build for NO_SERVER by Andy Green · 10 years ago
  70. 82bac6b defer PONG send until no partial send buffer by Andy Green · 10 years ago
  71. af8db35 server.c: test **truncated_send_len** for partial by Andrew Canaday · 10 years ago
  72. f012f75 accept fail char means we are done by Andy Green · 10 years ago
  73. 727d98d fix bad cmake args example in README.build by Andy Green · 10 years ago
  74. 4b812fe cleanup style in parser by Andy Green · 10 years ago
  75. fc9871e fix build without ssl support by Andy Green · 10 years ago
  76. 9ffe401 soname 5.0.0 by Andy Green · 10 years ago
  77. 14425ea introduce lws_partial_buffered by Andy Green · 10 years ago
  78. 822241c deprecate no_buffer_all_partials by Andy Green · 10 years ago
  79. 66d466a http keepalive needs to reinit some header union state by Carl Stehle · 10 years ago
  80. b128ccc add lws_is_ssl api by Andy Green · 10 years ago
  81. 95a8abb cyassl: correct include path for 3.1.x by Karl Palsson · 10 years ago
  82. a2d3bf1 api: add feature test macro LWS_FEATURE_PROTOCOLS_HAS_ID_FIELD by Michael Haberler · 10 years ago
  83. eabed8d protocol struct add user controlled id member by Andy Green · 10 years ago
  84. afa10d5 fix spinning on NULL protocol name by Andy Green · 10 years ago
  85. 62824f9 ssl fix excessive crash workaround by Andy Green · 10 years ago
  86. a40760a no protocol usage inprove docs by Andy Green · 10 years ago
  87. e917345 Reset hdr_parsing_completed for WSI_STATE_HTTP: by Andrew Canaday · 10 years ago
  88. 67f9459 trac82 consistently use CONTEXT_PORT_NO_LISTEN by Andy Green · 10 years ago
  89. faeac3c ssl allow passing cert passphrase by Oleh · 10 years ago
  90. c949bb3 avoid crash if we dont have new wsi by Andy Green · 10 years ago
  91. d07ea3b Fix TCP keepalive use in UNIX systems by Aurelian Pop · 10 years ago
  92. 78228ed Keep-alive: disable timeout and let TCP ka kill. by Andrew Canaday · 10 years ago
  93. c7dbad6 Make sure headers are parsed before proceeding. by Andrew Canaday · 10 years ago
  94. 991f1cd Only check for '?' URI args during URI path parse by Andrew Canaday · 10 years ago
  95. 7a8d86e handle client protocol lists properly by Andy Green · 10 years ago
  96. 3bb0650 Don't need 'content_remain' in libwebsocket_read by Andrew Canaday · 10 years ago
  97. afe26cf HTTP Version, Keep-alive support, No-copy POST by Andrew Canaday · 10 years ago
  98. 7c67634 libwebsockets_read: update 'len' after lws_handshake_server invocation by Andrew Canaday · 10 years ago
  99. c1fdd10 update changelog for 1.3 by Andy Green · 10 years ago
  100. 6aa4f65 test server dumb increment fix once per second duplicate by Andy Green · 10 years ago