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

Commit graph

  • be0924c884 http: proxy server: move C99 VLA to heap Andy Green 2022-02-07 13:35:23 +00:00
  • 1dcd7f0e4e cmake: remove duplicate LwsCheckRequirements Andy Green 2022-02-07 14:48:55 +00:00
  • e31d583f63 ss: mqtt: add support for retained message Chunho Lee 2022-02-05 15:10:44 -08:00
  • 0bb4d66dc0 h2: improve logging for zero length DATA with EOS Andy Green 2022-02-04 16:56:31 +00:00
  • 38437972d8 ss: http: unreachable superfluous if we did DISCONNECTED Andy Green 2022-02-04 16:55:55 +00:00
  • 46217f84ea jit-trust: adapt for esp-idf pre v3 mbedtls Andy Green 2022-02-04 07:34:54 +00:00
  • 101f4cb364 minimal: ss: mqtt: update certificate Chunho Lee 2022-02-03 09:52:16 -08:00
  • 33a3708f88 minimal: ss: policy2c: add more MQTT related fields Chunho Lee 2022-02-02 16:48:11 -08:00
  • e9f017e98d ss: mqtt: fix wrong QoS value on Birth message Chunho Lee 2022-02-02 16:46:20 -08:00
  • 10229bf5af route: fix nl groups and local ipv6 ads Sylvain Saunier 2022-02-02 14:28:24 +00:00
  • 8826f9f70c coverity: mark false positive Andy Green 2022-01-28 10:25:35 +00:00
  • 0a1a7a8a6b http: lws_http_rel_to_url Andy Green 2022-02-01 09:29:46 +00:00
  • 8a53f5510e add Openssl client callback also for wolfssl Timo Lange 2022-02-16 16:29:52 +01:00
  • 5623909922 Fix winsock recv() and send() buffer ptr type Luciano Iam 2022-02-14 11:53:07 +01:00
  • 0033accb83 lejp-conf: provide matches for block start paths Andy Green 2022-02-09 15:04:12 +00:00
  • 8d560a562f ss: POLL to all retries failed is possible Andy Green 2022-02-10 08:03:54 +00:00
  • 56b4328847 lws_flow helpers Andy Green 2022-02-01 09:16:21 +00:00
  • 8f60b1c1f1 ss: reject direct protocol metadata if NULL ss wsi Andy Green 2022-02-09 11:59:06 +00:00
  • 99a908f864 ss: http: ensure SS points to wsi when using wsi pointing to SS Andy Green 2022-02-09 12:38:19 +00:00
  • 7760a096a6 ss: hello_world uses default policy Andy Green 2022-02-09 11:08:00 +00:00
  • 05d67c6e37 ss: default policy Andy Green 2022-01-28 14:43:29 +00:00
  • 890766083d ss: avoid POLL-POLL transition Andy Green 2022-02-10 05:58:48 +00:00
  • ca3f639edd tls: libressl: refactor set_options to work with macro implementations Poppy 2022-02-08 04:58:13 +00:00
  • ab7ce50174 http: proxy server: move C99 VLA to heap Andy Green 2022-02-07 13:35:23 +00:00
  • 8111d47f40 cmake: remove duplicate LwsCheckRequirements Andy Green 2022-02-07 14:48:55 +00:00
  • c7e82fb29c ss: http: unreachable superfluous if we did DISCONNECTED Andy Green 2022-02-04 16:55:55 +00:00
  • 3f19d94040 jit-trust: adapt for esp-idf pre v3 mbedtls Andy Green 2022-02-04 07:34:54 +00:00
  • 3eae5f8bca ss: reject direct protocol metadata if NULL ss wsi Andy Green 2022-02-09 11:59:06 +00:00
  • 1027d3a740 ss: http: ensure SS points to wsi when using wsi pointing to SS Andy Green 2022-02-09 12:38:19 +00:00
  • b44e1200ac ss: introduce sinks Andy Green 2021-10-09 10:58:21 +01:00
  • 211596d69c coverity: change ss handle priv style Andy Green 2022-01-28 08:40:49 +00:00
  • b890ffba14 lws_display: add display list / DLO support Andy Green 2022-01-04 06:00:55 +00:00
  • 16c5ac0089 lws_display: improve apis to use display_state and frac Andy Green 2022-01-05 07:10:50 +00:00
  • 0355bd37f2 lws-jpeg Andy Green 2022-01-23 19:17:20 +00:00
  • 03f2c85223 upng: rewrite for stateful stream decode Andy Green 2021-12-27 14:41:26 +00:00
  • ee68b469a4 lws_fx: fixed point 3232 arithmetic Andy Green 2022-01-04 04:53:20 +00:00
  • 5779eb4c1a adns: bump DNS_MAX to 128 Andy Green 2022-02-08 06:20:39 +00:00
  • 1eb05658d1 lgtm.yml Andy Green 2022-02-08 05:10:51 +00:00
  • 928410d04e tls: libressl: refactor set_options to work with macro implementations Poppy 2022-02-08 04:58:13 +00:00
  • acbd37e1e2 http: proxy server: move C99 VLA to heap Andy Green 2022-02-07 13:35:23 +00:00
  • b43efccdc6 cmake: remove duplicate LwsCheckRequirements Andy Green 2022-02-07 14:48:55 +00:00
  • a80fbeb820 ss: mqtt: add support for retained message Chunho Lee 2022-02-05 15:10:44 -08:00
  • 3c16679043 ss: mqtt: add support for retained message Chunho Lee 2022-02-05 15:10:44 -08:00
  • 8384c007cf h2: improve logging for zero length DATA with EOS Andy Green 2022-02-04 16:56:31 +00:00
  • ca2b0ac303 ss: http: unreachable superfluous if we did DISCONNECTED Andy Green 2022-02-04 16:55:55 +00:00
  • 81ea23df5d jit-trust: adapt for esp-idf pre v3 mbedtls Andy Green 2022-02-04 07:34:54 +00:00
  • ef99198e6e minimal: ss: mqtt: update certificate Chunho Lee 2022-02-03 09:52:16 -08:00
  • 12478ed73d minimal: ss: policy2c: add more MQTT related fields Chunho Lee 2022-02-02 16:48:11 -08:00
  • bcd24da949 ss: mqtt: fix wrong QoS value on Birth message Chunho Lee 2022-02-02 16:46:20 -08:00
  • 19adc079fa route: fix nl groups and local ipv6 ads Sylvain Saunier 2022-02-02 14:28:24 +00:00
  • fce6f7968c coverity: mark false positive Andy Green 2022-01-28 10:25:35 +00:00
  • 5a084ae015 http: lws_http_rel_to_url Andy Green 2022-02-01 09:29:46 +00:00
  • 46213236ce lws_flow helpers Andy Green 2022-02-01 09:16:21 +00:00
  • 44de4a7de0 ss: default policy Andy Green 2022-01-28 14:43:29 +00:00
  • 7e3125b818 minimal: ss: policy2c: add more MQTT related fields Chunho Lee 2022-02-02 16:48:11 -08:00
  • eda299bd71 ss: mqtt: fix wrong QoS value on Birth message Chunho Lee 2022-02-02 16:46:20 -08:00
  • bb759fd983 route: fix nl groups and local ipv6 ads Sylvain Saunier 2022-02-02 14:28:24 +00:00
  • 939a512413 mbedtls: improve api detection Andy Green 2022-02-01 07:59:41 +00:00
  • 1f9925b443 genec: show correct nid when not allowed Rosen Penev 2022-02-01 09:13:11 +00:00
  • 0ca97586d6 mbedtls: improve api detection Andy Green 2022-02-01 07:59:41 +00:00
  • 2f93a8b178 genec: show correct nid when not allowed Rosen Penev 2022-02-01 09:13:11 +00:00
  • f53d8bafad
    fix uninitiated variable warning Rosen Penev 2022-01-30 12:49:27 -08:00
  • b709d50f8f coverity: mark false positive Andy Green 2022-01-28 10:19:10 +00:00
  • 1b77c2ff4c coverity: change ss handle priv style Andy Green 2022-01-28 08:58:25 +00:00
  • 310c8baa81 logs: lock log context refcount changes Andy Green 2022-01-25 08:49:00 +00:00
  • f99bf7748c logs: openssl session: improve detection of INFO enabled Andy Green 2022-01-21 06:43:58 +00:00
  • 637ed905af http: lws_add_http_header_by_name: add colon if needed yogpstop 2022-01-27 21:30:08 +09:00
  • 6d1f02a1c5 ss: introduce sinks Andy Green 2021-10-09 10:58:21 +01:00
  • dcb04343af lws_display: add display list / DLO support Andy Green 2022-01-04 06:00:55 +00:00
  • 5e93009121 lws_display: improve apis to use display_state and frac Andy Green 2022-01-05 07:10:50 +00:00
  • 768ea0ad0c lws-jpeg Andy Green 2022-01-23 19:17:20 +00:00
  • c1ecd43f0d upng: rewrite for stateful stream decode Andy Green 2021-12-27 14:41:26 +00:00
  • 5ff8e447eb lws_fx: fixed point 3232 arithmetic Andy Green 2022-01-04 04:53:20 +00:00
  • 2148becb3a http: lws_add_http_header_by_name: add colon if needed yogpstop 2022-01-27 21:30:08 +09:00
  • 59b8154686 Don't require ':' to be a part of header name in lws_add_http_header_by_name AGAIN yogpstop 2022-01-27 21:30:08 +09:00
  • ef19cb6635 ss: introduce sinks Andy Green 2021-10-09 10:58:21 +01:00
  • ea5590bfd5 dlo-mcufont Andy Green 2022-01-23 12:04:30 +00:00
  • 517fcd7d15 lws_display: add display list / DLO support Andy Green 2022-01-04 06:00:55 +00:00
  • 2db6f92110 lws_display: improve apis to use display_state and frac Andy Green 2022-01-05 07:10:50 +00:00
  • 68a4916381 lws-jpeg Andy Green 2022-01-23 19:17:20 +00:00
  • 7acecdf2cd upng: rewrite for stateful stream decode Andy Green 2021-12-27 14:41:26 +00:00
  • a1269ec536 lws_fx: fixed point 3232 arithmetic Andy Green 2022-01-04 04:53:20 +00:00
  • 5124ffe9d4 openssl: x509: truncate CN in presence of other attr Andy Green 2022-01-25 05:40:33 +00:00
  • e5e1b34f84 logs: lock log context refcount changes Andy Green 2022-01-25 08:49:00 +00:00
  • 176b2ca5a1 logs: openssl session: improve detection of INFO enabled Andy Green 2022-01-21 06:43:58 +00:00
  • 599adff99d sort-dns: fix scope comparison Andy Green 2022-01-16 06:49:38 +00:00
  • 91f0b3bc0f sort-dns: fix scope comparison v4.3.1 Andy Green 2022-01-16 06:49:38 +00:00
  • a352b9bf20 http: access_log: fix nwsi check Andy Green 2022-01-15 08:10:01 +00:00
  • 10a34fc43b coverity fixes Andy Green 2022-01-10 15:33:14 +00:00
  • 6352fee219 sort-dns: fix scope comparison Andy Green 2022-01-16 06:49:38 +00:00
  • 8dc438ce2c http: access_log: fix nwsi check Andy Green 2022-01-15 08:10:01 +00:00
  • 38a39a3710 client: support socket source port setting Sylvian Saunier 2022-01-14 10:29:53 +00:00
  • b3ec5a0a4e client: support socket reuseaddr Sylvian Saunier 2022-01-14 10:28:33 +00:00
  • 133063fc68 cmake: fix compilation with OpenSSL subproject Ferenc Gerlits 2022-01-10 16:46:10 +01:00
  • 7e841130e0 coverity fixes Andy Green 2022-01-10 15:33:14 +00:00
  • d90361b771 cmake: fix compilation with OpenSSL subproject Ferenc Gerlits 2022-01-10 16:46:10 +01:00
  • 00f227abf8 Only overwrite OPENSSL_INCLUDE_DIRS if it was blank before Ferenc Gerlits 2022-01-13 14:30:50 +01:00
  • 13ce1f41c7 Fix compilation with OpenSSL subproject Ferenc Gerlits 2022-01-10 16:46:10 +01:00
  • 136070b59e ss: introduce sinks Andy Green 2021-10-09 10:58:21 +01:00
  • 01d619c353 ldo-png-registry Andy Green 2021-12-29 07:11:15 +00:00