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

Commit graph

  • 2d48f559f0 mbedtls: some versions need x509 overallocation Andy Green 2022-04-21 12:19:48 +01:00
  • cf7862dd3c plat: esp32: Remove esp_attr.h file Harshit Malpani 2022-04-21 14:28:10 +05:30
  • 65870ebce3 windows: plugins uv fixes dcpng 2022-04-19 06:00:05 +01:00
  • e02aaff34c gcc12: extend test-client buffer for dumb increment Andy Green 2022-04-17 07:46:38 +01:00
  • 6e997a9e70 tls: cmake: add wolfssl pkg-config support Fabrice Fontaine 2022-04-14 18:13:16 +02:00
  • fe762e586d CMakeLists.txt: fix build without C++ Fabrice Fontaine 2022-04-13 21:03:26 +02:00
  • 8eb6cbf5ac minimal: ss: policy2c: update MQTT fields Chunho Lee 2022-04-09 10:51:13 -07:00
  • 21baf47aed ss: mqtt: add QOS_NACK_REMOTE state on PUBLISH failure Chunho Lee 2022-04-09 10:26:33 -07:00
  • a51d3564a2 ss: mqtt: set the CONNECTED state after Birth Chunho Lee 2022-04-09 09:42:54 -07:00
  • fe0a5b8bb9 mqtt: fix wrong awsiot field set on SUBSCRIBE Chunho Lee 2022-04-08 14:11:19 -07:00
  • 6108d681ca h2: access log: POST: prepare log Orefkov 2022-04-11 08:20:28 +01:00
  • 9e658fa996 threadpool: improve relationship with LWS_HAVE_PTHREAD_H Andy Green 2022-04-11 06:42:53 +01:00
  • cad13a8864 acme: update for v2 orefkov 2022-04-11 06:04:40 +01:00
  • 88a400515f docs: fix typo Per Bothner 2022-04-10 09:55:44 +01:00
  • ec81f538be netlink: route handling checks for SRC when it means DST wayneonway 2022-04-06 14:54:01 +08:00
  • 3268db0ae8 cmake: msvc: avoid having to use both preprocessor flags Scott Rankin 2022-04-05 05:54:29 +01:00
  • a7f2e29881 client: connect report actual socket error to user callback rather than EINPROGRESS Felipe Gasper 2021-10-15 09:46:21 -04:00
  • 10044198c5 logs: use finegrained level test on unix-sockets.c Andy Green 2022-04-03 09:03:10 +01:00
  • e5d73be53d windows: avoid NULL addr on connect check apcui 2022-04-02 09:26:31 +01:00
  • 3d98e29518 raw: tls conns Andy Green 2022-01-25 19:31:36 +00:00
  • 02f7e06776 sul: add clear advice for zombie suls Andy Green 2022-03-14 09:48:23 +00:00
  • 995a759184 h1: remove assert on unexpected POLLIN state just hangup Andy Green 2022-03-10 04:57:58 +00:00
  • f8e3d09113 cmake: fix FindOpenSSLbins error when no OpenSSL executable found Max Lehn 2022-03-08 15:55:21 +01:00
  • 69e1507c8c logs: freertos adds free heap to all logs Andy Green 2022-03-06 15:56:24 +00:00
  • db5f574b03 nsc: fall back to internal headers when no stash Andy Green 2022-03-01 11:42:58 +00:00
  • b92391050d esp32: heltec: change delay Andy Green 2022-02-24 08:08:48 +00:00
  • 8782a47a05 gcc12: fix potential test app string overflow Andy Green 2022-02-23 20:32:53 +00:00
  • 2cf7e0f4ec coverity: 2021-12-1 uplevel fixes Andy Green 2022-02-23 14:50:49 +00:00
  • 49af3742c6 mbedtls: v3.1 reverts privacy of mbedtls_net_context fd Andy Green 2022-02-22 17:35:02 +00:00
  • 15db074b70 context_destroy: clean up early fail path Andy Green 2022-02-21 08:18:47 +00:00
  • 89f489f15c plugins: openmetrics_export: graceful fail if unconfigured Andy Green 2022-02-21 05:29:44 +00:00
  • 8b6f2d5dba gcc4: conceal typedef in public header Andy Green 2022-02-18 08:25:58 +00:00
  • 058f97e687 netlink: always delete route if it exists Andy Green 2022-02-18 08:29:13 +00:00
  • 96a548ca96 refactor: migrate fds pos and evlib into desc Andy Green 2022-04-05 08:39:38 +01:00
  • 31ff36e09d minimal: embedded lhp examples Andy Green 2022-02-14 09:01:28 +00:00
  • 4a443c3e2e lhp: add DLO layout support Andy Green 2021-12-29 19:24:05 +00:00
  • 3063fe84aa http: lws_http_rel_to_url Andy Green 2022-02-01 09:29:46 +00:00
  • 63d2f844db lhp: Lightweight HTML Parser Andy Green 2021-12-19 19:10:20 +00:00
  • 5d56f7651f http: compression: fix selection Richard Shi 2022-05-04 05:10:37 +01:00
  • e86490fc45 validity: fix bad pointer access Andrii Sevastianov 2022-05-03 16:47:14 +02:00
  • 2dc148e3a3 clean: remove needless LWS_PRE Nick 2022-05-03 13:25:04 +01:00
  • 43ba912b2b coverity: ss: mqtt: remove needless wsi check Andy Green 2022-05-04 07:38:49 +01:00
  • 1d5c865410 ss: mqtt: remove c99isms and fix types Andy Green 2022-05-03 17:29:12 +01:00
  • 93d66b8301 ss: mqtt: add support for AWS IoT Shadow topic Chunho Lee 2022-04-28 23:22:20 -07:00
  • 247cf01935 coverity: reorder NULL check Andy Green 2022-04-29 10:45:55 +01:00
  • 7a53b4b9f6 validity: fix bad pointer access Andrii Sevastianov 2022-05-03 16:47:14 +02:00
  • 5f749bb796 ss: add get_metadata example Andy Green 2022-04-29 10:34:12 +01:00
  • 198a85b53c async dns: handle late udp creation Andy Green 2022-04-24 06:47:29 +01:00
  • ab7937f2bc mbedtls: some versions need x509 overallocation Andy Green 2022-04-21 12:19:48 +01:00
  • ce49f1d0e5 plat: esp32: Remove esp_attr.h file Harshit Malpani 2022-04-21 14:28:10 +05:30
  • 3ba037df3d doc: update doxygen Nikita Zlobin 2022-04-20 15:16:50 +01:00
  • 6979927c4d refactor: migrate fds pos and evlib into desc Andy Green 2022-04-05 08:39:38 +01:00
  • 90c91c19bd minimal: embedded lhp examples Andy Green 2022-02-14 09:01:28 +00:00
  • 22d94ed0a4 lhp: add DLO layout support Andy Green 2021-12-29 19:24:05 +00:00
  • 4ccc305dc2 http: lws_http_rel_to_url Andy Green 2022-02-01 09:29:46 +00:00
  • 8def0ff0e3 lhp: Lightweight HTML Parser Andy Green 2021-12-19 19:10:20 +00:00
  • edac217e4d mbedtls: some versions need x509 overallocation Andy Green 2022-04-21 12:19:48 +01:00
  • 8c0e8206b8 plat: esp32: Remove esp_attr.h file Harshit Malpani 2022-04-21 14:28:10 +05:30
  • d5519c94f5 doc: update doxygen Nikita Zlobin 2022-04-20 15:16:50 +01:00
  • 609d0b82d8 windows: plugins uv fixes dcpng 2022-04-19 06:00:05 +01:00
  • 01765df1ff gcc12: extend test-client buffer for dumb increment Andy Green 2022-04-17 07:46:38 +01:00
  • 079726c4b2 tls: cmake: add wolfssl pkg-config support Fabrice Fontaine 2022-04-14 18:13:16 +02:00
  • 29eda89237 Remove esp_attr.h file Harshit Malpani 2022-04-21 14:28:10 +05:30
  • ab34ac303e lib/tls/CMakeLists.txt: add wolfssl pkg-config support Fabrice Fontaine 2022-04-14 18:13:16 +02:00
  • 338f55e964 refactor: migrate fds pos and evlib into desc Andy Green 2022-04-05 08:39:38 +01:00
  • b3b13502a9 minimal: embedded lhp examples Andy Green 2022-02-14 09:01:28 +00:00
  • 7128cf2569 lhp: add DLO layout support Andy Green 2021-12-29 19:24:05 +00:00
  • c41f199f71 http: lws_http_rel_to_url Andy Green 2022-02-01 09:29:46 +00:00
  • d7be2a724a lhp: Lightweight HTML Parser Andy Green 2021-12-19 19:10:20 +00:00
  • 06229deb8c async_dns: protocols init: make sure we add vhost once Andy Green 2022-04-12 14:55:06 +01:00
  • a04aaad7f0 CMakeLists.txt: fix build without C++ Fabrice Fontaine 2022-04-13 21:03:26 +02:00
  • 726b36eca1 CMakeLists.txt: fix build without C++ Fabrice Fontaine 2022-04-13 21:03:26 +02:00
  • 6589037217 refactor: migrate fds pos and evlib into desc Andy Green 2022-04-05 08:39:38 +01:00
  • cc6e859658 minimal: embedded lhp examples Andy Green 2022-02-14 09:01:28 +00:00
  • 7231af7bcb lhp: add DLO layout support Andy Green 2021-12-29 19:24:05 +00:00
  • 0ff5a801e9 http: lws_http_rel_to_url Andy Green 2022-02-01 09:29:46 +00:00
  • ee39ad4b6d lhp: Lightweight HTML Parser Andy Green 2021-12-19 19:10:20 +00:00
  • 584dcfae79 minimal: ss: policy2c: update MQTT fields Chunho Lee 2022-04-09 10:51:13 -07:00
  • 81e6c69481 ss: mqtt: add QOS_NACK_REMOTE state on PUBLISH failure Chunho Lee 2022-04-09 10:26:33 -07:00
  • 49f505304e ss: mqtt: set the CONNECTED state after Birth Chunho Lee 2022-04-09 09:42:54 -07:00
  • 4975000aa2 mqtt: fix wrong awsiot field set on SUBSCRIBE Chunho Lee 2022-04-08 14:11:19 -07:00
  • 6e3221cd1a h2: access log: POST: prepare log Orefkov 2022-04-11 08:20:28 +01:00
  • 615a08b216 threadpool: improve relationship with LWS_HAVE_PTHREAD_H Andy Green 2022-04-11 06:42:53 +01:00
  • edf670a3e6 acme: update for v2 orefkov 2022-04-11 06:04:40 +01:00
  • 93aaaf371c docs: fix typo Per Bothner 2022-04-10 09:55:44 +01:00
  • f5ae2bc657 clean: remove public apis for removed functions Andy Green 2022-04-07 16:22:07 +01:00
  • 61880e15ff netlink: route handling checks for SRC when it means DST wayneonway 2022-04-06 14:54:01 +08:00
  • 9c5fc9f3e4 cmake: msvc: avoid having to use both preprocessor flags Scott Rankin 2022-04-05 05:54:29 +01:00
  • b43866ffeb asyncdns: also consult system hosts file Andy Green 2022-04-04 09:02:40 +01:00
  • 047fb7bb21 tokenize: enhance to support chunked parsing Andy Green 2022-04-04 09:11:11 +01:00
  • 76a5a9e2f2 client: connect report actual socket error to user callback rather than EINPROGRESS Felipe Gasper 2021-10-15 09:46:21 -04:00
  • 6d88669b69 logs: use finegrained level test on unix-sockets.c Andy Green 2022-04-03 09:03:10 +01:00
  • 730c954b42 windows: avoid NULL addr on connect check apcui 2022-04-02 09:26:31 +01:00
  • 76d8840c5f coverity: fixes Andy Green 2022-03-16 16:42:36 +00:00
  • b0041b32e6 raw: tls conns Andy Green 2022-01-25 19:31:36 +00:00
  • a54480ba93 lws_display: SSD1675B Andy Green 2022-02-08 17:43:03 +00:00
  • c7ebe639be lws-display: UC8176 EPD driver Andy Green 2022-02-04 20:11:52 +00:00
  • 9b47b768f4 lws_display: SPD1656 driver Andy Green 2022-01-05 11:19:17 +00:00
  • d6c4e606e7 ssd1306: adapt blit for DMA Andy Green 2022-02-18 09:36:52 +00:00
  • 019da2e539 ili9341: adapt blit for DMA Andy Green 2022-02-12 06:01:19 +00:00