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