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

Commit graph

  • e3743d47b4 lws_spi: Add esp32 DMA support Andy Green 2022-02-12 05:51:36 +00:00
  • 7db51f4096 esp32s2: wifi and pwm Andy Green 2022-02-12 05:58:13 +00:00
  • fcbc0dafa4 lws_ota Andy Green 2022-02-23 08:19:14 +00:00
  • 7847377750 sul: add clear advice for zombie suls Andy Green 2022-03-14 09:48:23 +00:00
  • 2355b30fe4 h1: remove assert on unexpected POLLIN state just hangup Andy Green 2022-03-10 04:57:58 +00:00
  • 908501afdf cmake: fix FindOpenSSLbins error when no OpenSSL executable found Max Lehn 2022-03-08 15:55:21 +01:00
  • 24fdd1f225 base64: improve sanity checking Andy Green 2022-03-06 15:54:01 +00:00
  • 432bbf1d97 logs: freertos adds free heap to all logs Andy Green 2022-03-06 15:56:24 +00:00
  • aea45fb246 ss: metrics: clean any unused metrics tags on ss destroy Andy Green 2022-03-06 16:04:58 +00:00
  • 6a65d76779 hex-to-bin: api with input length Andy Green 2022-03-01 17:51:43 +00:00
  • 518e6c7cc0 examples: install useful examples Andy Green 2022-03-01 17:39:20 +00:00
  • 497e25df83 ss: http: facilitate back-to-back transactions Andy Green 2022-03-01 17:32:59 +00:00
  • f8132e23dc nsc: fall back to internal headers when no stash Andy Green 2022-03-01 11:42:58 +00:00
  • c11e31547f ss: introduce sinks Andy Green 2021-10-09 10:58:21 +01:00
  • c24148826b coverity: change ss handle priv style Andy Green 2022-01-28 08:40:49 +00:00
  • a3a4253ba9 dlo: lws_dlo_fops file_ops Andy Green 2022-02-17 12:04:24 +00:00
  • e3dca87f23 lws_display: add display list / DLO support Andy Green 2022-01-04 06:00:55 +00:00
  • aa696773f0 lws_display: improve apis to use display_state and frac Andy Green 2022-01-05 07:10:50 +00:00
  • 1d3ec6a3a1 lws-jpeg Andy Green 2022-01-23 19:17:20 +00:00
  • a74fe5d760 upng: split out gzip Andy Green 2022-03-01 17:29:24 +00:00
  • 48907fca0a upng: rewrite for stateful stream decode Andy Green 2021-12-27 14:41:26 +00:00
  • aadcd3c44a lws_fx: fixed point 3232 arithmetic Andy Green 2022-01-04 04:53:20 +00:00
  • 3070709f18 clean: Remove redundant redeclaration tjwalton 2022-03-01 15:16:18 +00:00
  • bad7a28bfd esp32: heltec: change delay Andy Green 2022-02-24 08:08:48 +00:00
  • 7ccd7e10aa gcc12: fix potential test app string overflow Andy Green 2022-02-23 20:32:53 +00:00
  • 946b1fbff1 coverity: 2021-12-1 uplevel fixes Andy Green 2022-02-23 14:50:49 +00:00
  • 843ee10205 mbedtls: v3.1 reverts privacy of mbedtls_net_context fd Andy Green 2022-02-22 17:35:02 +00:00
  • 3ed01ab4c9 context_destroy: clean up early fail path Andy Green 2022-02-21 08:18:47 +00:00
  • 67931757f8 alloc: compressed backtrace instrumentation support Andy Green 2022-02-18 13:59:17 +00:00
  • 73b61f6a2e route: extend lws_route_uidx_t from 1 byte to 2 bytes wayneonway 2022-02-21 15:16:35 +08:00
  • 155b1c83b5 plugins: openmetrics_export: graceful fail if unconfigured Andy Green 2022-02-21 05:29:44 +00:00
  • d7b912c539 gcc4: conceal typedef in public header Andy Green 2022-02-18 08:25:58 +00:00
  • 9011f913d5 netlink: always delete route if it exists Andy Green 2022-02-18 08:29:13 +00:00
  • d408e67d05 pkgconfig: use appropriate static lib name Andy Green 2022-02-17 11:46:07 +00:00
  • 64144e0c15 ss: support VFS via file:// Andy Green 2022-02-17 11:48:44 +00:00
  • 2de67dd0ae file_ops: vfs: support prefix matches and use of bound ops members Andy Green 2022-02-17 06:37:42 +00:00
  • b61174b4b0 mingw: correct winsock recv() and send() buffer ptr type Luciano Iam 2022-02-14 11:53:07 +01:00
  • 6829dba9a1 http: server: mounts: dont assume Basic Auth if no FILE_OPS Andy Green 2022-02-13 09:17:27 +00:00
  • e4a556333a FILE_OPS: add deps for disabled case Andy Green 2022-02-13 08:55:36 +00:00
  • 24758bd479 ss: POLL to all retries failed is possible Andy Green 2022-02-10 08:03:54 +00:00
  • 5c24f1edad ss: avoid POLL-POLL transition Andy Green 2022-02-10 05:58:48 +00:00
  • c8b9ac4aaf seq: remove last vestiges Andy Green 2022-02-09 15:47:12 +00:00
  • 445651b2c6 cgi: gracefully handle missing wsi->http.cgi Andy Green 2022-02-11 07:31:05 +00:00
  • 717272d65d h1: deal with WAITING_CONNECT in ops-h1 Andy Green 2022-02-11 07:18:22 +00:00
  • 32698a2f4b lejp-conf: provide matches for block start paths Andy Green 2022-02-09 15:04:12 +00:00
  • 1b70ae9296 adns: bump DNS_MAX to 128 Andy Green 2022-02-08 06:20:39 +00:00
  • 5985f817da lgtm.yml Andy Green 2022-02-08 05:10:51 +00:00
  • 6c53da692e tls: libressl: refactor set_options to work with macro implementations Poppy 2022-02-08 04:58:13 +00:00
  • 8cc4c1713d http: proxy server: move C99 VLA to heap Andy Green 2022-02-07 13:35:23 +00:00
  • 99a8b9c442 cmake: remove duplicate LwsCheckRequirements Andy Green 2022-02-07 14:48:55 +00:00
  • 3af7a16531 ss: mqtt: add support for retained message Chunho Lee 2022-02-05 15:10:44 -08:00
  • 4bf39f55d4 h2: improve logging for zero length DATA with EOS Andy Green 2022-02-04 16:56:31 +00:00
  • b9e290d70a ss: http: unreachable superfluous if we did DISCONNECTED Andy Green 2022-02-04 16:55:55 +00:00
  • ba2441585d jit-trust: adapt for esp-idf pre v3 mbedtls Andy Green 2022-02-04 07:34:54 +00:00
  • f57d84f6fc minimal: ss: mqtt: update certificate Chunho Lee 2022-02-03 09:52:16 -08:00
  • a34e60581c minimal: ss: policy2c: add more MQTT related fields Chunho Lee 2022-02-02 16:48:11 -08:00
  • 3a98dbb918 ss: mqtt: fix wrong QoS value on Birth message Chunho Lee 2022-02-02 16:46:20 -08:00
  • 84956d280a route: fix nl groups and local ipv6 ads Sylvain Saunier 2022-02-02 14:28:24 +00:00
  • 442f9aeaa8 coverity: mark false positive Andy Green 2022-01-28 10:25:35 +00:00
  • af7a3a182f Fix FindOpenSSLbins error when no OpenSSL executable found Max Lehn 2022-03-08 15:55:21 +01:00
  • 94bce2c915 add callback reason for generic TLS purposes for clients Timo Lange 2022-03-02 07:15:25 +01:00
  • 03d06a84fe
    Remove redundant redeclaration tjwalton 2022-03-01 15:16:18 +00:00
  • d892b86b93 lws_flow helpers Andy Green 2022-02-01 09:16:21 +00:00
  • 9b92c47101 ss: reject direct protocol metadata if NULL ss wsi Andy Green 2022-02-09 11:59:06 +00:00
  • 3bfb854503 ss: http: ensure SS points to wsi when using wsi pointing to SS Andy Green 2022-02-09 12:38:19 +00:00
  • dd1e07b28a ss: hello_world uses default policy Andy Green 2022-02-09 11:08:00 +00:00
  • 91c6667c04 ss: default policy Andy Green 2022-01-28 14:43:29 +00:00
  • 1f2912d383 pkgconfig: use appropriate static lib name Andy Green 2022-02-17 11:46:07 +00:00
  • 4fb9a535db route: extend lws_route_uidx_t from 1 byte to 2 bytes wayneonway 2022-02-21 15:16:35 +08:00
  • fcde566fc6 cgi: gracefully handle missing wsi->http.cgi Andy Green 2022-02-11 07:31:05 +00:00
  • 027fe42cec h1: deal with WAITING_CONNECT in ops-h1 Andy Green 2022-02-11 07:18:22 +00:00
  • 28b1e1f463 mingw: correct winsock recv() and send() buffer ptr type Luciano Iam 2022-02-14 11:53:07 +01:00
  • a4700674ac ss: introduce sinks Andy Green 2021-10-09 10:58:21 +01:00
  • 74803d721d coverity: change ss handle priv style Andy Green 2022-01-28 08:40:49 +00:00
  • e028fa9c52 dlo: lws_dlo_fops file_ops Andy Green 2022-02-17 12:04:24 +00:00
  • e4a117351b lws_display: add display list / DLO support Andy Green 2022-01-04 06:00:55 +00:00
  • 60422a8f80 lws_display: improve apis to use display_state and frac Andy Green 2022-01-05 07:10:50 +00:00
  • 587a0f3e6a lws-jpeg Andy Green 2022-01-23 19:17:20 +00:00
  • dfb5e4db48 upng: rewrite for stateful stream decode Andy Green 2021-12-27 14:41:26 +00:00
  • 26fc84e0f9 lws_fx: fixed point 3232 arithmetic Andy Green 2022-01-04 04:53:20 +00:00
  • 19048cecf9 alloc: compressed backtrace instrumentation support Andy Green 2022-02-18 13:59:17 +00:00
  • 0901ccb183 route: extend lws_route_uidx_t from 1 byte to 2 bytes wayneonway 2022-02-21 15:16:35 +08:00
  • 2974c9f92b plugins: openmetrics_export: graceful fail if unconfigured Andy Green 2022-02-21 05:29:44 +00:00
  • 146a624f7a gcc4: conceal typedef in public header Andy Green 2022-02-18 08:25:58 +00:00
  • 46ab15fb0e netlink: always delete route if it exists Andy Green 2022-02-18 08:29:13 +00:00
  • b1b0ee32bc pkgconfig: use appropriate static lib name Andy Green 2022-02-17 11:46:07 +00:00
  • b1360b565c ss: support VFS via file:// Andy Green 2022-02-17 11:48:44 +00:00
  • 353cd6245e file_ops: vfs: support prefix matches and use of bound ops members Andy Green 2022-02-17 06:37:42 +00:00
  • fd8a3e03bf mingw: correct winsock recv() and send() buffer ptr type Luciano Iam 2022-02-14 11:53:07 +01:00
  • df17d88d77 http: server: mounts: dont assume Basic Auth if no FILE_OPS Andy Green 2022-02-13 09:17:27 +00:00
  • 6702cee41c FILE_OPS: add deps for disabled case Andy Green 2022-02-13 08:55:36 +00:00
  • 0518f0f766 ss: POLL to all retries failed is possible Andy Green 2022-02-10 08:03:54 +00:00
  • 2422ae761f ss: avoid POLL-POLL transition Andy Green 2022-02-10 05:58:48 +00:00
  • 8d079eb8ad seq: remove last vestiges Andy Green 2022-02-09 15:47:12 +00:00
  • 39be1e042a cgi: gracefully handle missing wsi->http.cgi Andy Green 2022-02-11 07:31:05 +00:00
  • 97f76c8794 h1: deal with WAITING_CONNECT in ops-h1 Andy Green 2022-02-11 07:18:22 +00:00
  • d418699c3b lejp-conf: provide matches for block start paths Andy Green 2022-02-09 15:04:12 +00:00
  • 7314f08984 adns: bump DNS_MAX to 128 Andy Green 2022-02-08 06:20:39 +00:00
  • c15309390b lgtm.yml Andy Green 2022-02-08 05:10:51 +00:00
  • c9603ff2b5 tls: libressl: refactor set_options to work with macro implementations Poppy 2022-02-08 04:58:13 +00:00