1. d37b383 refactor: apply ops structs to event loop handlers by Andy Green · 7 years ago
  2. d05b408 refactor: clean out test-apps by Andy Green · 7 years ago
  3. 8d213f8 refactor: isolate event_loop struct content same way as roles by Andy Green · 7 years ago
  4. 91a47f4 refactor: also constify CAPS usage of context info by Andy Green · 7 years ago
  5. 6e1caa5 buflist: debug by Andy Green · 7 years ago
  6. 65b68bd wolfSSL updates by kaleb-himes · 7 years ago
  7. ac6c48d refactor: most preparation for -DLWS_ROLE_H1=0 by Andy Green · 7 years ago
  8. 16a9071 refactor: move all ah and http specific vars to http private and conditional inclusion from there by Andy Green · 7 years ago
  9. 9c9ef9c refactor: move everything related to HTTP_PROXY out of struct lws and private-libwebsockets.h into http role private by Andy Green · 7 years ago
  10. 25e27d7 travis: refactor the yml and add smp-specific tests by Andy Green · 7 years ago
  11. 7c0a2ae smp: h2 children must go on same tsi as parent by Andy Green · 7 years ago
  12. ae68860 qa: add 6 x h2load tests by Andy Green · 7 years ago
  13. 82adc07 fix minimal-server-tls by Andy Green · 7 years ago
  14. c9fb42b lws_get_vhost_listen_port by Andy Green · 7 years ago
  15. 7ff8f02 context info struct: make lws usage all const by Andy Green · 7 years ago
  16. 800cd40 client: support pipelining / h2 multi for POST by Andy Green · 7 years ago
  17. 5d06f61 travis: h2spec integration by Andy Green · 7 years ago
  18. 2e3ddee lws_get_peer_write_allowance: return lws_fileofs_t by Andy Green · 7 years ago
  19. 87bb121 cmake: avoid killing CMAKE_C_FLAGS by Silas Parker · 7 years ago
  20. 27e86e2 cmake: allow setting LWS_ROLE_WS by Andy Green · 7 years ago
  21. 8e9751e refactor: move out extension lws members into ws and establish role structs for vhost content by Andy Green · 7 years ago
  22. 7b227eb autobahn fixes by Andy Green · 7 years ago
  23. 3459d4f Removing rudimental n1 variable by Labunsky Artem · 7 years ago
  24. 4c5138e proxy: allow use of at char in passwords by Andy Green · 7 years ago
  25. 97e36d8 minimal examples for Server Side Events by Andy Green · 7 years ago
  26. 658c752 lws_add_http_common_headers: provide WSI_TOKEN_HTTP_CONTENT_TYPE helper by Andy Green · 7 years ago
  27. 3f68335 refactor: split out private role header content by Andy Green · 7 years ago
  28. 1d20949 refactor: absorb other caches into buflist by Andy Green · 7 years ago
  29. 1bf30c8 debug: with debug build and uv, repeat some closes by Andy Green · 7 years ago
  30. 6059c96 minimal-http-server-basicauth by Andy Green · 7 years ago
  31. ae4897f smp: add some overview docs on the related minimal example by Andy Green · 7 years ago
  32. a939087 tcp keepalive: user TCP_USER_TIMEOUT on linux if extant by Andy Green · 7 years ago
  33. b9b100b minimal-http-server-post: redirect does its own header write by Andy Green · 7 years ago
  34. 8829c2f selftests by Andy Green · 7 years ago
  35. f0048ac minimal: add switches and exit results by Andy Green · 7 years ago
  36. 62af793 rxflow buflist: handle forced service by Andy Green · 7 years ago
  37. 654adaf spa: fix potential overrun by Andy Green · 7 years ago
  38. 92277ad lws overview by Andy Green · 7 years ago
  39. 74b4775 zlib: Avoid pre-decrement of pointer in big-endian CRC calculation by Mark Adler · 8 years ago
  40. b807ccf Subject: zlib: Avoid shifts of negative values inflateMark by Mark Adler · 9 years ago
  41. 4b7144f lws_buflist by Andy Green · 7 years ago
  42. 7812ffa build: put back -O3 by Andy Green · 7 years ago
  43. 8d79eaf 404 processing by Andy Green · 7 years ago
  44. 65f87ef pipe2 where possible by Andy Green · 7 years ago
  45. aa816e9 alpn: assemble defaults from roles and allow override by Andy Green · 7 years ago
  46. f978ea8 Fixed authorization condition in 101 server response by Hasan-Jawaheri · 7 years ago
  47. 126be3c refactor role ops by Andy Green · 7 years ago
  48. 16e2f09 refactor mode and states into roles and states by Andy Green · 7 years ago
  49. a2210d1 docs: rearrange callback list in libwebsockets.h into sections by Andy Green · 7 years ago
  50. 67cfdfa coverity 189199: messageboard: confirm vhd non-NULL by Andy Green · 7 years ago
  51. bf5457a coverity 185654: acme: confirm vhd non-NULL by Andy Green · 7 years ago
  52. d830185 coverity 189197: workaround false cov detect by Andy Green · 7 years ago
  53. e993168 sshd: fixes by Andy Green · 7 years ago
  54. 9a51bd0 LWS_TLS_CERT_INFO_OPAQUE_PUBLIC_KEY by Andy Green · 7 years ago
  55. c8af76c minimal-ws-server-pmd-bulk: add echo by Andy Green · 7 years ago
  56. de4c130 Coverity 189186: hrtimer calculation overflow by Andy Green · 7 years ago
  57. 2b180b2 Coverity 189188: cover for meaningless coverity warning by Andy Green · 7 years ago
  58. 9586acb Coverity 189189: client: new openssl alpn handling off-by-one by Andy Green · 7 years ago
  59. a7db6e4 Coverity 189190: client: deal with NULL piggyback wsi by Andy Green · 7 years ago
  60. 3c9924b Coverity 189191: client: cope with missing :status on h2 client by Andy Green · 7 years ago
  61. 43f9a8d Coverity 189185: access_log: guarantee no null wsi vhost by Andy Green · 7 years ago
  62. ece243f Coverity 189187: hide coverity false positive by Andy Green · 7 years ago
  63. fddebfc QA by Andy Green · 7 years ago
  64. 719f735 minimal-http-client-post by Andy Green · 7 years ago
  65. a017c4b h2: tx END_STREAM should only set HALF_CLOSED_LOCAL by Andy Green · 7 years ago
  66. af88a88 DROP_PROTOCOL: guarantee only one DROP per BIND by Andy Green · 7 years ago
  67. 419a6af spa: determine final boundary by Andy Green · 7 years ago
  68. 2a9b6f5 client: h2 by Andy Green · 7 years ago
  69. 2d3fc52 h2: allow control of rx scratch buffer from vhost info by Andy Green · 7 years ago
  70. 3038af5 hexdump: add some smaller helpers by Andy Green · 7 years ago
  71. caaf26c libuv: foreign loop detach doesn not require lws running the loop at all by Andy Green · 7 years ago
  72. 7d466ba minimal-http-client-hugeurl by Andy Green · 7 years ago
  73. 8f19a3f network interface: defer bindings to absent network interfaces by Andy Green · 7 years ago
  74. e052edb minimal-http-server-libuv-foreign by Andy Green · 7 years ago
  75. b9c7f3d libuv: run loop to clean up per-pt objects before exiting by Andy Green · 7 years ago
  76. 80d8489 minimal-http-server-form-post-file by Andy Green · 7 years ago
  77. 3a020c1 lws_filename_purify_inplace by Andy Green · 7 years ago
  78. 764d0d3 minimal-http-server-form-get by Andy Green · 7 years ago
  79. 020a8a2 minimal-http-server-form-post by Andy Green · 7 years ago
  80. cd30656 logging: reduce logs related to POST and spa by Andy Green · 7 years ago
  81. 865b243 mingw: also workaround ENOTCONN by Andy Green · 7 years ago
  82. b45956f client: add alpn processing on mbedtls and openssl by Andy Green · 7 years ago
  83. 04e1661 client: http1.1 pipelining by Andy Green · 7 years ago
  84. 3647cd8 minimal: client multi by Andy Green · 7 years ago
  85. bd6fc10 lws_write_ws_flags helper by Andy Green · 7 years ago
  86. 94f3981 mbedtls: wrapper: client: Force mbedTLS to attemp to verify cert by Fabio Alessandrelli · 7 years ago
  87. d5bb8ec minimal: raw udp by Andy Green · 7 years ago
  88. 7cef6fc udp by Andy Green · 7 years ago
  89. 1820212 lws_set_timer_usecs: change to usec resolution by Andy Green · 7 years ago
  90. 9cf641d minimal: minimal-raw-adopt-tcp by Andy Green · 7 years ago
  91. feeca91 lwsws: fix inherited vhost info by Andy Green · 7 years ago
  92. eedee9c cmake: remove unused check on inttypes.h by Andy Green · 7 years ago
  93. 7aa511d minimal: minimal raw vhost by Andy Green · 7 years ago
  94. 03acd5a valgrind: context creation error path by Andy Green · 7 years ago
  95. b80cef6 minimal: minimal-raw-file by Andy Green · 7 years ago
  96. a416178 wss-over-h2: show feedback in test page if active by Andy Green · 7 years ago
  97. 3e4a1f3 client: choose right vh client ssl_ctx by Andy Green · 7 years ago
  98. b047081 minimal: http-server-tls by Andy Green · 7 years ago
  99. 5ecec97 minimal: dynamic http server by Andy Green · 7 years ago
  100. 2519ac9 coverity 188316: supposed deadcode by Andy Green · 7 years ago