1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00

Commit graph

  • 2e22393c4b sai: add minimal examples / ctest on DISTRO_RECOMMENDED Andy Green 2021-01-05 08:33:29 +00:00
  • 1422b23899 dll2: explicitly confim detached dll2 has no linkage Andy Green 2020-12-29 11:58:48 +00:00
  • 5570692cab sai: add SUL_DEBUGGING to osx m1 Andy Green 2020-12-29 11:57:34 +00:00
  • b2898b5bfc lejp: allow for no cb on unprepared lejp on destroy Andy Green 2021-01-02 06:01:41 +00:00
  • 3ced2a4f90 sys: blob: appended bugflist blob offset by LWS_PRE Andy Green 2021-01-01 17:21:32 +00:00
  • 454d173aea sys vh: set NO_LISTEN Andy Green 2021-01-01 07:27:19 +00:00
  • 38496b9184 smp: connect3: hold pt lock when removing failed connect attempt Andy Green 2021-01-01 14:55:13 +00:00
  • 0d720082fb ss: smd: make sure to cancel write sul Andy Green 2020-12-29 07:29:30 +00:00
  • ad11a09a79 lws_smd: make api test fail immediately Andy Green 2020-12-24 14:27:02 +00:00
  • a13b34db1c smd: add warning for queue depth Andy Green 2020-12-27 19:59:48 +00:00
  • e11d78dc5e sspc: cleanup bridged wsi Andy Green 2020-12-27 19:34:30 +00:00
  • ef6bebda3c lws_wsi_close: fix wsi name Andy Green 2020-12-27 19:35:18 +00:00
  • 905e5373c6 ss: proxy_buflen in policy sets proxy max dsh alloc per streamtype Andy Green 2020-12-28 10:06:16 +00:00
  • 93f54c61c5 ss: enforce balanced CONNECT vs DISCONNECT Andy Green 2020-12-27 16:05:48 +00:00
  • b5d656058f tags: prefix tags with pid if SS_PROXY_API Andy Green 2021-01-01 15:14:01 +00:00
  • 0ceba15d9c lws_lifecycle Andy Green 2020-12-25 05:54:19 +00:00
  • d330dbd76a wsi: unify base wsi creation function Andy Green 2020-12-24 16:06:50 +00:00
  • 31435c9f70 cmake: move LWS__INCLUDE_DIRS def to after REL_INCLIDE_DIR def Rogonov Stepan 2020-12-24 16:18:46 +03:00
  • ac6a582254 protocol_init: ensure its happening without client Andy Green 2020-12-23 14:59:00 +00:00
  • 3234201531 lws_struct: sqlite: use incoming ac ptr as well as set on exit Andy Green 2020-12-23 14:18:57 +00:00
  • 54e909a126 mbedtls: tls flow for mqtt Andy Green 2020-12-22 17:32:37 +00:00
  • d98c9310e1 ss: UNREACHABLE: set ordinal in state cb b0 if due to DNS server reachability issue Andy Green 2020-12-22 14:24:14 +00:00
  • 556154c3c9 cpd: trigger if getaddrinfo failed Andy Green 2020-12-21 15:44:30 +00:00
  • 094bfc4e99 ss-hx: make sure hanging_some handled once Andy Green 2020-12-27 08:41:54 +00:00
  • 097bbbd1eb ss: client_connect and request_tx also return dispositions Andy Green 2020-12-22 15:56:41 +00:00
  • 747ea560a0 ss: cpd: ignore new requests while ongoing up to timeout Andy Green 2020-12-22 14:12:29 +00:00
  • 20ea15112f ss: proxy: more max fds Andy Green 2020-12-22 09:00:15 +00:00
  • 19e7bc106e sspc: allocate dsh once per stream Andy Green 2020-12-22 16:09:05 +00:00
  • 44ad73e07c sspc: close sequencing fixes Andy Green 2020-12-21 23:11:59 +00:00
  • d8551a4be8 sspc: handle not inherited Andy Green 2020-12-21 23:22:12 +00:00
  • da30c6483f ss: fetch_policy cleanup Andy Green 2020-12-21 23:21:15 +00:00
  • 5947e54a66 ss: mark client wsi bound to ss using flag Andy Green 2020-12-21 23:16:10 +00:00
  • 83feefe288 If network is down, SS reaches ALL_RETRIES_FAILED, and user callback returns LWSSSSRET_DESTROY_ME, it does not go to DESTROYING state Jed Lu 2020-12-18 21:59:10 -08:00
  • f409878bb6 dummy: unhandled POST completion issues 200 Andy Green 2020-12-20 08:38:16 +00:00
  • 1f477e4915 client: clean up pwsi if late failure Andy Green 2020-12-20 08:31:14 +00:00
  • eb5f437578 h2: post: add states to wait for body Andy Green 2020-12-19 09:13:24 +00:00
  • c6cb821165 h2: post: handle no content length better Andy Green 2020-12-20 08:39:49 +00:00
  • 677b6e370c h2: remove length tracking just use pointer arithmetic Andy Green 2020-12-20 08:34:23 +00:00
  • e560d2c049 h2: stay a client if a client Andy Green 2020-12-17 22:16:57 +00:00
  • 81bd0f8e55 sai: OSX target 10.15 Andy Green 2020-12-22 06:15:13 +00:00
  • 67c50d0585 sai: restrict individual build parallelism Andy Green 2020-12-20 08:29:54 +00:00
  • 50d949dda9 sai: freebsd: reduce parallel from 12 to 3 for OOM Andy Green 2020-12-17 19:29:28 +00:00
  • 3c661ede9e ss: http: make sure we dont duplicate leading path slash if already present Jed Lu 2020-12-15 17:53:38 -08:00
  • 19935e5861 minimal-h-s-tls: bind to default http-only Andy Green 2020-12-19 08:34:31 +00:00
  • 49b301b53b minimal: http-client-multi: set h2 or h1 via alpn Andy Green 2020-12-17 19:21:30 +00:00
  • 96eb1cd760 ctest: add valgrind to some tests if platform has it available Andy Green 2020-12-21 20:50:46 +00:00
  • 68afe5b492 ss: minimal example: testsfail Andy Green 2020-12-08 10:30:55 +00:00
  • 36de3d8300 ss: h2: dont report nwsi close Andy Green 2020-12-15 16:05:37 +00:00
  • cdbd50a2e6 dns-sort: reduce logging to info Andy Green 2020-12-15 15:03:33 +00:00
  • 3cd5492a15 client: reject mux same endpoint conn on h1 if no h1 alpn Andy Green 2020-12-15 14:58:53 +00:00
  • 828b5cae24 ss: h2: set alpn Andy Green 2020-12-15 11:50:46 +00:00
  • 8312ff499e ss: clean up wsi when handling DESTROY_ME Andy Green 2020-12-15 11:32:46 +00:00
  • e8420f31e8 ss: h1: also handle 429 same as 503 Andy Green 2020-12-07 18:53:00 +00:00
  • 454adf55ef lws_ptr_diff_size_t Andy Green 2020-12-24 16:10:32 +00:00
  • 382d918302 esp32: update build arrangements Andy Green 2020-12-06 17:29:36 +00:00
  • 2775f9275e cmake: move LWS__INCLUDE_DIRS def to after REL_INCLIDE_DIR def Rogonov Stepan 2020-12-24 16:18:46 +03:00
  • 9149dd4ca9 Handle all instances of lost precision as gracefully as possible. Josh Arenson 2020-12-10 16:09:37 -08:00
  • 766145ec31 ss: h1: also handle 429 same as 503 Andy Green 2020-12-07 18:53:00 +00:00
  • 9b42fc6aae NetBSD: also need two-arg setpgid Andy Green 2020-12-06 19:52:55 +00:00
  • 1d8be99cff cmake: latest cmake shows dep warnings for scripts < 2.8.12 Andy Green 2020-12-06 19:40:07 +00:00
  • 8b82560014 cmake: netbsd: no libdl Andy Green 2020-12-06 19:16:48 +00:00
  • 60b995b8ce esp32: update build arrangements Andy Green 2020-12-06 17:29:36 +00:00
  • 050d23f0be sai: mac m1 Andy Green 2020-12-05 15:37:54 +00:00
  • 587f24f71d clean: remove h2 debug spew Andy Green 2020-12-06 19:05:49 +00:00
  • 962e9ee345 wip: ss c++ classes Andy Green 2020-09-28 10:13:39 +01:00
  • 736f0739ed v4.1.6 v4.1.6 Andy Green 2020-12-01 17:40:24 +00:00
  • 224e155676 zip-fops: test-server: also install candide-uncompressed example Andy Green 2020-12-01 17:28:54 +00:00
  • 3e3a725a6b zip-fops: uncompressed length fix Andy Green 2020-12-01 16:37:34 +00:00
  • 3952c2598d zip-fops: example: add concompressed mount too Andy Green 2020-12-01 12:00:44 +00:00
  • 2329dc6968 zip-fops: example: correct zipfile serving path Andy Green 2020-12-01 11:56:14 +00:00
  • 0ff5a1df75 ctest: sspc proxy minimal Andy Green 2020-11-27 11:28:09 +00:00
  • a1d86d89fa async-dns: fix error path Andy Green 2020-11-28 05:40:53 +00:00
  • 06b39e3315 cmake: remove crufty event lib redefs Andy Green 2020-11-28 09:50:21 +00:00
  • b3ddd3db17 libuv: context creation fails via destroy Andy Green 2020-11-28 05:41:26 +00:00
  • 8f68bc1fc8 sai: sspc proxy minimal examples Andy Green 2020-11-27 05:47:32 +00:00
  • d9d53395e2 windows: threadpool: add back threadpool processing hook for CANCELLED Andy Green 2020-11-26 10:19:20 +00:00
  • 5f3cb5ad77 ss: ss timeout also handle DISCONNECT_ME Andy Green 2020-11-25 19:45:33 +00:00
  • 1cf25e3052 doc: lws_add_http_header_by_name make it clear the trailing : is expected Andy Green 2020-11-25 17:50:49 +00:00
  • 02f414bbe2 sspc: log client tx not implementing destroy Andy Green 2020-11-25 16:30:12 +00:00
  • 76fd7319be sspc: double free + rx ret not checked Yichen Gu 2020-11-25 18:25:58 +08:00
  • 43f9af2f55 cmake: windows: try to auto include LwsCheckRequirements Andy Green 2020-11-25 10:58:09 +00:00
  • ba062ee9e3 eventlibs: add cwd and LD_LIBRARY_PATH to dirs Andy Green 2020-11-20 16:25:34 +00:00
  • 4343182002 logging: reduce serving logs Andy Green 2020-11-25 07:42:07 +00:00
  • 7d355912c3 h2: fix ignoring unknown frame payloads Andy Green 2020-12-01 13:11:28 +00:00
  • 20592ce83d zip-fops: example: add concompressed mount too Andy Green 2020-12-01 12:00:44 +00:00
  • bebf0ef023 zip-fops: example: correct zipfile serving path Andy Green 2020-12-01 11:56:14 +00:00
  • b329ea89fe h2: fix ignoring unknown frame payloads Andy Green 2020-12-01 13:11:28 +00:00
  • d1cbe7aa27 async-dns: fix error path Andy Green 2020-11-28 05:40:53 +00:00
  • 10714c58e9 h2: ignore unknown frame types a bit earlier Andy Green 2020-11-24 17:02:36 +00:00
  • e815ad2920 ss: handle nonzero content-length set by metadata correctly Jed Lu 2020-11-24 11:11:19 +00:00
  • 426623433a ss-srv: destroy accepted clients on ws close Andy Green 2020-11-24 08:41:57 +00:00
  • b4af4bf025 docs: lwsac doxygen Andy Green 2020-11-24 07:52:07 +00:00
  • a72e975613 mingw: libevent build fixes Yucong Sun 2020-11-23 20:21:58 +00:00
  • acfd3491b9 http: REDIRECT_HTTP_TO_HTTPS apply the original path to redirect Andy Green 2020-11-20 18:01:12 +00:00
  • d1958ee2ea sspc: check for client handle use before CREATING Andy Green 2020-11-18 07:55:49 +00:00
  • 922b939521 h1only: fix assumption about h2 and add sai Andy Green 2020-11-18 06:34:16 +00:00
  • a03181301d smp: minimal client with several active connections Mykola Stryebkov 2020-11-16 17:11:44 +02:00
  • 2bcae2b3b6 context: refactor destroy flow Andy Green 2020-11-16 19:32:58 +00:00
  • 3549a94ce6 roles: compress role ops structs Andy Green 2020-10-19 13:55:21 +01:00
  • 9eb4c4fac2 client: rfc6724 dns results sorting Andy Green 2020-09-20 09:14:46 +01:00