1. 8ec7802 context destroy just kill wsis by Andy Green · 9 years ago
  2. 106d4a8 ping client ping handling use same infrastructure as server by Andy Green · 9 years ago
  3. 2fd6e6f ping allow zero length PING by Andy Green · 9 years ago
  4. ec86b4e documentation add info http_proxy members by Andy Green · 9 years ago
  5. dd020b4 Subject: [PATCH 1/2] fix win32 context memory leak by banthonywalker · 9 years ago
  6. c67dace clean remove x perm on two sources by Andy Green · 9 years ago
  7. 3a9f79e use initgroups in plat unix by Andy Green · 9 years ago
  8. 418a49b Subject: [PATCH] call lws_plat_inet_ntop instead of inet_ntop by banthonywalker · 9 years ago
  9. 93d947c LWS_WITHOUT_DEBUG fix unused var by Andy Green · 9 years ago
  10. bb87ac8 From 03b93ec864c29dfbc41f2adbdf1b639f5403c95f Mon Sep 17 00:00:00 2001 by Johan Simonsson · 10 years ago
  11. 1dce6c0 client avoid double free on error path by Andy Green · 9 years ago
  12. 2121e8a Subject: [PATCH] Fix bug parsing unknown headers. by Drew Noakes · 9 years ago
  13. 229bfec win32 use hashtable for fd management by Bud Davis · 9 years ago
  14. 413b3a6 ssl pendding buffered reads dont dereference first time by Andy Green · 9 years ago
  15. 30edd91 ssl pending buffered reads unbreak NO_SSL by Andy Green · 10 years ago
  16. 5281560 ssl pending buffered reads use linked list by Andy Green · 10 years ago
  17. 7e37d10 gethostbyname removal from lws get peer addresses by Andy Green · 10 years ago
  18. 6a77977 Callback with reason LWS_CALLBACK_CLOSED_HTTP when HTTP closed before serve. by Drew Noakes · 10 years ago
  19. cee2a06 getifaddrs needs private libwebsockets.h by Steven Y Lai · 10 years ago
  20. 97a748a plat unix 64 bit timestamps on 32-bit os by Imo Farcher · 10 years ago
  21. 49f72aa Add PATCH, PUT, DELETE methods by Quinlan Pfiffer · 10 years ago
  22. 87840d1 Subject: [PATCH] Fix error handling when calling "REQUIRES PRIVATE KEY" by =?UTF-8?q?Christoph=20M=C3=BCllner?= · 10 years ago
  23. 976d9eb Subject: [PATCH] Fix deflate-frame extension TX log statement by nsitter · 10 years ago
  24. 080e6dd fix #220. Add missing include statement for <cstdarg> by José Luis Millán · 10 years ago
  25. cf51896 Subject: [PATCH] Adds "REQUIRES PRIVATE KEY" callback by Octav Zlatior · 10 years ago
  26. 4edb452 clean unmix declarations and code by Andy Green · 10 years ago
  27. fdde0f0 Subject: [PATCH] proxy protocol (version 1) parsing implementation by =?UTF-8?q?Jos=C3=A9=20Luis=20Mill=C3=A1n?= · 10 years ago
  28. b399237 Subject: [PATCH] add user context pointer to the protocol structure by Neal Horman · 10 years ago
  29. 98e491f Subject: [PATCH] add _lws_logv to make loging accessible to other wrappers. by Neal Horman · 10 years ago
  30. fc98f9a improve c++ compatibility by Neil Horman · 10 years ago
  31. 31f9eeb client: fix verification of the accepted protocol by Alejandro Mery · 10 years ago
  32. 95ab6ca libev: clean cast abuse by Alejandro Mery · 10 years ago
  33. ead8afe add container_of() macro by Alejandro Mery · 10 years ago
  34. d4dd69a Subject: [PATCH] Fixes occasional segfault in lws_chage_pollfd by Octav Zlatior · 10 years ago
  35. f48ddd2 http2 remove some dead code by Andy Green · 10 years ago
  36. 66ecc25 NO_EXTENSION clean out handled var in handle_POLLOUT_event by Andy Green · 10 years ago
  37. a349367 NO_SERVER_fix cosmetic warning by Andy Green · 10 years ago
  38. ac3ec39 Subject: [PATCH] Introduce lws_free2() helper to free and re-NULL pointers by Alejandro Mery · 10 years ago
  39. 6ff2824 Subject: [PATCH] Use custom allocator by Alejandro Mery · 10 years ago
  40. cdc9717 Subject: [PATCH] Add custom allocator support using the realloc() interface by Alejandro Mery · 10 years ago
  41. 49d0ce1 Subject: [PATCH] serve_http_file: add feature test macro for API change by Michael Haberler · 10 years ago
  42. 62fe015 revert 187 by Andy Green · 10 years ago
  43. 0c5f670 coverity 83687 daemonize was not a close problem by Andy Green · 10 years ago
  44. b034307 coverity 83682 base64 decode more dead code by Andy Green · 10 years ago
  45. 28e2ab6 coverity 83684 more ways to close and use freed wsi by Andy Green · 10 years ago
  46. dfa0f94 coverity 83685 daemonize put the close in the right place by Andy Green · 10 years ago
  47. 9c8d590 coverity 83686 server close sockfd if failing out by Andy Green · 10 years ago
  48. a343903 win32 does not know uint64_t without stdint.h by Andy Green · 10 years ago
  49. f38e786 coverity 83656 server check setsockopt return by Andy Green · 10 years ago
  50. abb4811 coverity 83657 plat unix check setsockopt return by Andy Green · 10 years ago
  51. 24109f4 coverity 83659 plat unix check fstat return by Andy Green · 10 years ago
  52. 956a08a coverity 83660 plat unix check fcntl return by Andy Green · 10 years ago
  53. 7ef4b2e coverity 83661 output check lseek return by Andy Green · 10 years ago
  54. 8ab2b5a coverity 83664 consistently check NULL by Andy Green · 10 years ago
  55. adc720d coverity 83665 fail on null buffer by Andy Green · 10 years ago
  56. cd83850 coverity 83666 fail on null buffer by Andy Green · 10 years ago
  57. c5814fb coverity 83667 dead code by Andy Green · 10 years ago
  58. 66a5faa coverity 83671 dead code by Andy Green · 10 years ago
  59. 4bd1a4d coverity 83672 dead code by Andy Green · 10 years ago
  60. f14ea7a coverity 83673 deference after NULL check by Andy Green · 10 years ago
  61. 47afcdd 83674 dereference after NULL check by Andy Green · 10 years ago
  62. 5549998 coverity 83678 unused assignment by Andy Green · 10 years ago
  63. 59800b7 coverity 83679 default int expansion might bloat byte reassembly by Andy Green · 10 years ago
  64. 74f93d1 coverity 83680 kill needless semicolons by Andy Green · 10 years ago
  65. 2c8161c coverity 83681 unused assignment by Andy Green · 10 years ago
  66. e4d6f1c coverity 83670 daemonize can leak lock handle by Andy Green · 10 years ago
  67. 26193fa coverity 83684 let parent close if ssl service fails by Andy Green · 10 years ago
  68. 904b07d remove duplicate const by Andy Green · 10 years ago
  69. 70b543f move bind passphrase out of LWS_NO_SERVER by Andy Green · 10 years ago
  70. d893d96 Subject: [PATCH] SSL: Disable support for SSLv2 and SSLv3. by Roger A. Light · 10 years ago
  71. 1b97ec2 Subject: [PATCH] Enable usage of ancient OpenSSL. by Joakim Soderberg · 10 years ago
  72. 4076a2c ssl fix client and server passphrase handling by Andy Green · 10 years ago
  73. e5ea1f9 android64 make bzero def conditional by Andy Green · 10 years ago
  74. 752963d test-echo: enable for ssl cert serving and verification by Andy Green · 10 years ago
  75. 77c209c ssl: improve client error message on server cert probs by Andy Green · 10 years ago
  76. 50000a1 ssl also allow passphrase management for server by Andy Green · 10 years ago
  77. 3adeca8 return_http_staus fix http2 defeating body addition by Andy Green · 10 years ago
  78. 44c1161 lws_union_transition by Andy Green · 10 years ago
  79. 03f0cea Be sure to invoke *lws_free_header_table*: by Andrew Canaday · 10 years ago
  80. 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
  81. 3771881 Adding header table free function to make sure we free cleanly everywhere. by Andrew Canaday · 10 years ago
  82. 32ec9d0 plat win add ibterface to sa by Emerson Clarke · 10 years ago
  83. fce6bde ssl CYASSL doesnt have new api by Andy Green · 10 years ago
  84. 5db6c0f clean http2 passphrase code by Andy Green · 10 years ago
  85. 97ee57f http2 window update by Andy Green · 10 years ago
  86. 7f2878a clean remove debug spew outside http2 by Andy Green · 10 years ago
  87. 76fc5fc Subject: [PATCH] ssl fix self-singed certificate acceptation by kulwik · 10 years ago
  88. c0eb2c3 Subject: [PATCH] fixes for handling multiple protocols in handshake by Rene Jager · 10 years ago
  89. bbbf07a http2 padding and ping to autopong by Andy Green · 10 years ago
  90. 040465d openssl update deprecated remove_state api by Andy Green · 10 years ago
  91. efe10b0 Subject: [PATCH] Fix minor typos in code documentation by Drew Noakes · 10 years ago
  92. 7df53c5 http2 alpn npn pollout by Andy Green · 10 years ago
  93. b211229 Subject: [PATCH] Initialize openssl during client initialization. by Marek Kochanowicz · 10 years ago
  94. 1cea581 http2 dont use incoming END_STREAM when sending headers by Andy Green · 10 years ago
  95. 260a0fc add newline on libwebsockets.c for ancient compilers by Andy Green · 10 years ago
  96. b0e2e50 http2 working nghttp fetch multi files completely by Andy Green · 10 years ago
  97. 200f385 http2 track content length add END_STREAM by Andy Green · 10 years ago
  98. 91b0589 http2 handle flags by Andy Green · 10 years ago
  99. 0c51239 ssl clean recent external CTX patch so doesnt break build by Andy Green · 10 years ago
  100. 4d9c8fc ssl allow externally managed SSL_CTX by joseph.urciuoli · 10 years ago