1. 00b9220 mbedtls: set length even when LWS_HAVE_mbedtls_ssl_get_alpn_protocol by Orefkov Aleksander · 2 years, 8 months ago
  2. c226da3 cmake: wrong miniz include dir + mbed link on windows by Orefkov Aleksander · 2 years, 8 months ago
  3. 8d4526c smd: take message lock earlier by Andy Green · 2 years, 8 months ago
  4. fad2bdb Teach client-ws.c about log contexts. by Felipe Gasper · 2 years, 8 months ago
  5. 3b4c9aa lecp: remove extra struct lws_lec_pctx fwd definitions by Yichen Gu · 2 years, 8 months ago
  6. 361a07c minimal: esp32: wrover display: increase smd timeout to cover delays in display by Andy Green · 2 years, 8 months ago
  7. df008ef freertos: suppress return check on xSemaphoreTake by Andy Green · 2 years, 8 months ago
  8. 05e9362 context: fix compilation error by Pavel Otchertsov · 2 years, 8 months ago
  9. a75fc1a uv: handle uv_poll_init failure by caobug · 2 years, 8 months ago
  10. bf5744a ss-mqtt: Add support for Birth message by Chunho Lee · 2 years, 8 months ago
  11. 6decd5a ss-mqtt: Skip SUBSCRIBE when MQTT session is resumed by Chunho Lee · 2 years, 8 months ago
  12. a103b44 Merge TP1A.211006.001 by Deyao Ren · 2 years, 8 months ago
  13. 3b90c89 tls: clear unused warning on WITHOUT_SERVER by Tero Turtiainen · 2 years, 8 months ago
  14. 3d7d180 wolfssl: adapt SNI for recent changes by Kenneth Mastro · 2 years, 8 months ago
  15. a5aae04 v4.3.0 by Andy Green · 2 years, 8 months ago
  16. d18aa1e examples: fix sizeof lws_tls_cert_info_results in test_jwt_RS256 by Pavel Otchertsov · 2 years, 8 months ago
  17. d447f8f client: connect: prefer default vh if none given by Andy Green · 2 years, 8 months ago
  18. 6cdaf85 ss: allow POLL from CONNECTING by Andy Green · 2 years, 8 months ago
  19. 90eb83a tls: ensure using ssl before doing tls_shutdown by caobug · 2 years, 8 months ago
  20. ee15b82 cmake: unbreak LWS_WITH_SYS_STATE disabled build by Andy Green · 2 years, 8 months ago
  21. 71b8f4d windows: fix _lws_plat_file_seek_cur to update pos in fd by =?UTF-8?q?M=C3=A4rt=20Laak?= · 2 years, 9 months ago
  22. 19ba199 tls: evolve handshake serialization into simultaneous_ssl_handshake_restriction by Andy Green · 2 years, 9 months ago
  23. ad990a6 ss: policy: unwind after policy syntax errors cleanly by Andy Green · 2 years, 9 months ago
  24. 8c7d541 threadpool: SYNC timeout on netbsdBE by Andy Green · 2 years, 9 months ago
  25. 0fda90c ws-server-threads-smp: modernize by Andy Green · 2 years, 9 months ago
  26. ed8865e asyncdns: provide correct length with CCE by Yucong Sun · 2 years, 9 months ago
  27. 919981f netlink: fix empty route index discovery by Andy Green · 2 years, 9 months ago
  28. d069098 conmon: async-dns: off-by-one by Andy Green · 2 years, 9 months ago
  29. b6004e0 mqtt: allow indicating client_id is not on heap by Andy Green · 2 years, 9 months ago
  30. 1719995 h2: ping pong: separate payloads by oaleshina · 2 years, 9 months ago
  31. 733f0c1 mbedtls: fix validation by Andy Green · 2 years, 8 months ago
  32. 2c2b3b6 README.md: update with work retrospective and more Sai info by Andy Green · 2 years, 8 months ago
  33. 3e54c84 ss: mass update LE root to isrg part 2 by Andy Green · 2 years, 8 months ago
  34. c385679 dsh: remove foreign support by Andy Green · 2 years, 9 months ago
  35. 1e56dc9 ss: http: defend against CONNECTED-CONNECTED by Andy Green · 2 years, 9 months ago
  36. a0e6030 ss: h1: defeat CCE if told CONNECTED by Andy Green · 2 years, 9 months ago
  37. 9ff83d9 ss: h1: be sure to go through DISCONNECTING if CCE by Andy Green · 2 years, 9 months ago
  38. 65a954a ss-h1: reset message state for repeated use by Andy Green · 2 years, 9 months ago
  39. 005e130 h2: make has_buffered_out check nwsi by Andy Green · 2 years, 9 months ago
  40. d075d4f ctest: increase timeouts on tests using warmcat by Andy Green · 2 years, 9 months ago
  41. 27fac9d warn: avoid one toolchain false positive by Andy Green · 2 years, 9 months ago
  42. 365328c http server: allow serving files with special unicode path by xionghui · 2 years, 9 months ago
  43. cced56b Subject: [PATCH] cmake: Install pkgconfig files in mingw by Biswapriyo Nath · 2 years, 9 months ago
  44. 372fdc7 cancel pipe: make sure we closed it on destroy with no EVENTFD case by Andy Green · 2 years, 9 months ago
  45. 132833a openssl: enable skipping deprecated api warnings for now by Andy Green · 2 years, 9 months ago
  46. a8a443e wolfssl: update gencrypto by Andy Green · 2 years, 9 months ago
  47. 0c94138 tls: handle WANT_WRITE via POLLOUT to POLLIN by Andy Green · 2 years, 9 months ago
  48. 3892a9d h2: bulk rx: deal with window by Andy Green · 2 years, 9 months ago
  49. f6954e4 http: custom hdr: add custom name iterator by Austen Stone · 2 years, 9 months ago
  50. 4d81fee validity: take context and pt lock before close by Andy Green · 2 years, 9 months ago
  51. 572e7e0 http: hdr: sync lws_hdr_total_length with lws_hdr_copy by Andy Green · 2 years, 9 months ago
  52. 06e881a esp32c3 by Andy Green · 2 years, 9 months ago
  53. d4dd7cb esp-idf: update againt 2021-08-06 head by Andy Green · 2 years, 9 months ago
  54. 81a3ca3 ss: port binance example by Andy Green · 2 years, 10 months ago
  55. c34e243 docs: update changelog and README by Andy Green · 2 years, 10 months ago
  56. 4db2ff8 cose: keys and signing + validation by Andy Green · 2 years, 11 months ago
  57. dcaa001 lecp: add CBOR stream parser LECP like JSON LEJP by Andy Green · 3 years ago
  58. b31c5d6 http: cookies: support cookie jar in and out by Yichen Gu · 2 years, 11 months ago
  59. b67d192 lws_map by Andy Green · 2 years, 11 months ago
  60. 6ab149b evlib: remove PREPARE_DELETION as cruft by Andy Green · 2 years, 10 months ago
  61. f6911cd minimal: perf: add --test404[red] switches by Andy Green · 2 years, 10 months ago
  62. 1b9ef51 conmon: make sure we report http specific on close by Andy Green · 2 years, 10 months ago
  63. 6953958 http: redirect: make sure we keep wsi opaque by Andy Green · 2 years, 10 months ago
  64. 33d0638 ss: CREATING to TIMEOUT is possible with sspc and active timeout by Andy Green · 2 years, 10 months ago
  65. 31bbeb5 minimal: eventlib-custom: handle fds removal in service by Andy Green · 2 years, 10 months ago
  66. 1348632 h2: plat: fix plat SETTINGS override by Gopi Rao · 2 years, 10 months ago
  67. 5de5ee7 ss: lws_ss_client_connect also only pass up return by Andy Green · 2 years, 10 months ago
  68. af501ea windows: plat: only build client ctx init if WITH_TLS by Andy Green · 2 years, 10 months ago
  69. 708903c minimal: eventlib: custom: add client demonstration by Andy Green · 2 years, 10 months ago
  70. 43f290a sspc: add LWSSSCS_UPSTREAM_LINK_RETRY state by Andy Green · 2 years, 10 months ago
  71. 770dc7b client: connections: add detailed dynamic CCE info by Andy Green · 2 years, 10 months ago
  72. 0043ea5 ws: check protocol before debug log by Andy Green · 2 years, 10 months ago
  73. 5b8a597 server: http-proxy: fix POST by Andy Green · 2 years, 10 months ago
  74. e49a5f3 sai: centos8-aarch64 by Andy Green · 2 years, 10 months ago
  75. 6d8c4a7 sai: debian 11 by Andy Green · 2 years, 10 months ago
  76. 79c8d6b sai: rejuvenate netbsd/aarch64BE and add netbsd/x64_64-amd by Andy Green · 2 years, 10 months ago
  77. 568fa01 lws_struct: add CHILD_PTR setting by Andy Green · 2 years, 10 months ago
  78. 37f3244 conmon: add dns and protocol_specific by Andy Green · 2 years, 10 months ago
  79. 2951a92 conmon: fix missing quote in JSON by Zhao Lou · 2 years, 10 months ago
  80. 4c99f85 conmon: pass userobj to ss rx not handle by Yichen Gu · 2 years, 10 months ago
  81. 387a406 ss: conmon: assert if wsi ss handle is stale by Andy Green · 2 years, 10 months ago
  82. 9cd8d1f sspc: enable CCEs on proxy link wsi by Andy Green · 2 years, 10 months ago
  83. 243c21d ss: add fault injections in creation by Andy Green · 2 years, 10 months ago
  84. 2b75c6f smd: avoid recursive lock when unregistering during delivery by Andy Green · 2 years, 10 months ago
  85. ca16a07 ss: unpick failed create using destroy by Jed Lu · 2 years, 10 months ago
  86. 406b79e ss: handle DESTROY_ME from inside ss creation by Andy Green · 2 years, 10 months ago
  87. e644bb4 cpd: pass up lws_ss_request_tx ret by Andy Green · 2 years, 10 months ago
  88. f3d5b9b service: assert on thread shenanigans by Andy Green · 2 years, 10 months ago
  89. eb8c835 logs: handle LWS_LOGS_TIMESTAMP disabled by Andy Green · 2 years, 10 months ago
  90. a7e4724 http: date: use timegm by Andy Green · 2 years, 10 months ago
  91. 5f31ff8 h2: data: frame header already parsed out by Andy Green · 2 years, 10 months ago
  92. 31dc6f0 docs: event loops intro by Andy Green · 2 years, 10 months ago
  93. d1f3762 types: handle ssize_t is int by Andy Green · 2 years, 10 months ago
  94. 9365490 conmon: only build if WITH_CONMON by Yichen Gu · 2 years, 10 months ago
  95. 62b915c ss: increase set_metadata length type to size_t by Jed Lu · 2 years, 10 months ago
  96. 3073655 ss: zero on destroy by Andy Green · 2 years, 10 months ago
  97. d18d7a3 http: redir: to tls from none by Andy Green · 2 years, 10 months ago
  98. fac7c5b seq: fix by Andy Green · 2 years, 11 months ago
  99. 630d768 b64: add downcasts for gcc 4.4 by Hassan Sahibzada · 2 years, 11 months ago
  100. e5944a7 h2: server: file serving chunk restricted to max frame size from SETTINGS by Yucong Sun · 2 years, 11 months ago