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

Commit graph

  • c95b0222a4 cmake: add inclusion of CheckIncludeFile in req Andy Green 2021-10-16 05:02:45 +01:00
  • dcb115694a logs: log context: async_dns: no empty format string Andy Green 2021-10-16 04:44:36 +01:00
  • 65faeab1bd logs: log context: async_dns Felipe Gasper 2021-10-15 11:44:53 -04:00
  • 06bc1d8971 freertos: no need to freak out if service_adjust_to is 0 Andy Green 2021-10-15 19:06:15 +01:00
  • 7e09e42472 freertos: no need to freak out if service_adjust_to is 0 Andy Green 2021-10-15 19:06:15 +01:00
  • e93be78001 Contextualize logging in async-dns.c Felipe Gasper 2021-10-15 11:44:53 -04:00
  • e45dcd79df Report actual socket error to user callback rather than EINPROGRESS. Felipe Gasper 2021-10-15 09:46:21 -04:00
  • 826b221e38 client: fix nxdomain CCE Felipe Gasper 2021-10-15 08:49:03 -04:00
  • ff5257e193 logs: migrate more to log context Felipe Gasper 2021-10-15 08:44:57 -04:00
  • f868f751f4 ss: introduce sinks Andy Green 2021-10-09 10:58:21 +01:00
  • 81830a3979 logs: migrate more to log context Felipe Gasper 2021-10-15 08:44:57 -04:00
  • 80b0c59ad6 client: fix nxdomain CCE Felipe Gasper 2021-10-15 08:49:03 -04:00
  • 32cc6d078a Fix reporting of sync NXDOMAIN. (It was giving just “D”.) Felipe Gasper 2021-10-15 08:49:03 -04:00
  • 8f334b709b Migrate some core log statements & TLS to contextual logging. Felipe Gasper 2021-10-15 08:44:57 -04:00
  • abef9ba252 http: spa: fetch any params Orefkov Aleksander 2021-10-14 11:06:38 +03:00
  • 8f5ee29651 Merge branch 'main' of https://github.com/warmcat/libwebsockets into main Orefkov Aleksander 2021-10-14 17:20:31 +03:00
  • bcfb367f28 ss: introduce sinks Andy Green 2021-10-09 10:58:21 +01:00
  • ba56cde231 http: spa: fetch any params Orefkov Aleksander 2021-10-14 11:06:38 +03:00
  • 28ff4da8b4 Added the ability to get additional form parameters with unknown names in the form parameters parser lws_spa. The example of using the form parameters parser has been updated. Fixed bug of double freeing memory in the example. Orefkov Aleksander 2021-10-14 11:06:38 +03:00
  • 63071c2100 Merge branch 'main' of https://github.com/warmcat/libwebsockets into main Orefkov Aleksander 2021-10-14 10:18:19 +03:00
  • 3196163127 ss: introduce sinks Andy Green 2021-10-09 10:58:21 +01:00
  • 43c4b79960 ss: static policy generator: fix filepath detection Yichen Gu 2021-10-13 15:50:15 +01:00
  • c3515cd6d9 mqtt: protect printing debug only vars Yichen Gu 2021-10-13 15:52:33 +01:00
  • 9b56baca8f ss: static policy generator: fix filepath detection Yichen Gu 2021-10-13 15:50:15 +01:00
  • 61c2e3291f mqtt: protect printing debug only vars Yichen Gu 2021-10-13 15:52:33 +01:00
  • 7fb6a450e8 logs: migrate ws extension code to contextual logging Felipe Gasper 2021-10-13 02:03:56 -04:00
  • b53a09f61c logs: migrate client-parser-ws.c to contextual logging Felipe Gasper 2021-10-13 01:47:40 -04:00
  • a2ff2ba4eb logs: migrate ws extension code to contextual logging Felipe Gasper 2021-10-13 02:03:56 -04:00
  • 5a9ede36db logs: migrate client-parser-ws.c to contextual logging Felipe Gasper 2021-10-13 01:47:40 -04:00
  • 88ee998be7 Merge branch 'main' of https://github.com/warmcat/libwebsockets into main Orefkov Aleksander 2021-10-13 09:31:23 +03:00
  • 3b5fd8f3e5 Migrate WebSocket extension code to contextual logging. Felipe Gasper 2021-10-13 02:03:56 -04:00
  • 6b5539deaa Migrate WebSocket extension code to contextual logging. Felipe Gasper 2021-10-13 02:03:56 -04:00
  • 1599958cdd ss: introduce sinks Andy Green 2021-10-09 10:58:21 +01:00
  • fa2ed4eb2c logs: migrate client-parser-ws.c to contextual logging Felipe Gasper 2021-10-13 01:47:40 -04:00
  • f820b600ca Migrate client-parser-ws.c to contextual logging. Felipe Gasper 2021-10-13 01:47:40 -04:00
  • a8ea41de12 ss: introduce sinks Andy Green 2021-10-09 10:58:21 +01:00
  • 413ce239cd mbedtls: windows: add define to be compatible with the latest versions of mbedtls Orefkov Aleksander 2021-10-12 17:18:01 +03:00
  • 1274ea03c0 mbedtls: windows: add define to be compatible with the latest versions of mbedtls Orefkov Aleksander 2021-10-12 17:18:01 +03:00
  • 51191ed53b Compatible with the latest versions of mbedtls. Orefkov Aleksander 2021-10-12 17:18:01 +03:00
  • 609110f705 Merge branch 'main' of https://github.com/warmcat/libwebsockets into main Orefkov Aleksander 2021-10-12 15:49:03 +03:00
  • 15513d1ee4 mbedtls: set length even when LWS_HAVE_mbedtls_ssl_get_alpn_protocol Orefkov Aleksander 2021-10-12 10:21:49 +03:00
  • 00b922041b mbedtls: set length even when LWS_HAVE_mbedtls_ssl_get_alpn_protocol Orefkov Aleksander 2021-10-12 10:21:49 +03:00
  • c226da3e10 cmake: wrong miniz include dir + mbed link on windows Orefkov Aleksander 2021-10-12 10:13:18 +03:00
  • 8d4526c780 smd: take message lock earlier Andy Green 2021-10-12 09:14:31 +01:00
  • fad2bdbeea Teach client-ws.c about log contexts. Felipe Gasper 2021-10-11 11:16:01 -04:00
  • f0e4eac10b cmake: wrong miniz include dir + mbed link on windows Orefkov Aleksander 2021-10-12 10:13:18 +03:00
  • 028deaeaa5 smd: take message lock earlier Andy Green 2021-10-12 09:14:31 +01:00
  • 77aaca2ca3 When using mbedtls and LWS_HAVE_mbedtls_ssl_get_alpn_protocol not defined - lws_tls_server_conn_alpn using unitialized len. Orefkov Aleksander 2021-10-12 10:21:49 +03:00
  • 7a52807c97 Fix in cmake files: - wrong miniz include dir - test mbed features on windows fail due to unlinked libraries. Orefkov Aleksander 2021-10-12 10:13:18 +03:00
  • f9d9cb3bb7 Teach client-ws.c about log contexts. Felipe Gasper 2021-10-11 11:16:01 -04:00
  • 3ae573cf9b remove: ss plugins Andy Green 2021-10-10 08:54:49 +01:00
  • f5edf9d75a remove: lws_sequencer Andy Green 2021-10-10 08:45:30 +01:00
  • 46e4179a2a ss: introduce sinks Andy Green 2021-10-09 10:58:21 +01:00
  • 434464c3d8 Teach client-ws.c about log contexts. Felipe Gasper 2021-10-11 11:16:01 -04:00
  • 340ea2f6d2 Teach client-ws.c about log contexts. Felipe Gasper 2021-10-11 11:16:01 -04:00
  • bcac715831 ss: introduce sinks Andy Green 2021-10-09 10:58:21 +01:00
  • 3b4c9aaeb3 lecp: remove extra struct lws_lec_pctx fwd definitions Yichen Gu 2021-10-11 09:04:46 +01:00
  • 361a07c8f4 minimal: esp32: wrover display: increase smd timeout to cover delays in display Andy Green 2021-10-09 07:36:37 +01:00
  • 7e277e55f3 remove: ss plugins Andy Green 2021-10-10 08:54:49 +01:00
  • 2025c254c8 remove: lws_sequencer Andy Green 2021-10-10 08:45:30 +01:00
  • 057d03997f jrpc: add support Andy Green 2020-05-09 09:37:53 +01:00
  • e3544456d8 lecp: remove extra struct lws_lec_pctx fwd definitions Yichen Gu 2021-10-11 09:04:46 +01:00
  • 83b0221ba8 minimal: esp32: wrover display: increase smd timeout to cover delays in display Andy Green 2021-10-09 07:36:37 +01:00
  • df008ef6ce freertos: suppress return check on xSemaphoreTake Andy Green 2021-10-08 09:18:30 +01:00
  • 51e4cc8258 ss: mass update LE root to ISRG X1 Andy Green 2021-10-01 16:09:12 +01:00
  • 8fd1ea6180 examples: move existing to m-e-lowlevel and start repoulating m-e with SS Andy Green 2021-09-18 09:34:36 +01:00
  • 2cfa260e62 sspc: refactor to allow different transports Andy Green 2021-08-25 09:35:07 +01:00
  • 135234bd39 plat: baremetal and rpi pico support Andy Green 2021-08-30 10:20:07 +01:00
  • 65f16d737e dsh-empty Andy Green 2021-09-14 05:33:24 +01:00
  • 43bb8aead0 dsh: coalesce Andy Green 2021-09-04 05:05:21 +01:00
  • 1dbf1d8148 freertos: suppress return check on xSemaphoreTake Andy Green 2021-10-08 09:18:30 +01:00
  • 05e9362df2 context: fix compilation error Pavel Otchertsov 2021-10-07 14:29:01 +03:00
  • 1d2df8a8fe tls: clear unused warning on WITHOUT_SERVER Tero Turtiainen 2021-10-06 09:21:27 +01:00
  • 3c89fdb52e wolfssl: adapt SNI for recent changes Kenneth Mastro 2021-10-06 06:25:03 +01:00
  • 3cee5910ac context: fix compilation error Pavel Otchertsov 2021-10-07 14:29:01 +03:00
  • 396b13e3a4
    context: fix compilation error Pavel Otchertsov 2021-10-07 14:29:01 +03:00
  • a75fc1aae8 uv: handle uv_poll_init failure caobug 2021-10-07 11:01:00 +01:00
  • bf5744ab07 ss-mqtt: Add support for Birth message Chunho Lee 2021-10-06 20:09:40 -07:00
  • 6decd5a7e7 ss-mqtt: Skip SUBSCRIBE when MQTT session is resumed Chunho Lee 2021-10-06 19:20:47 -07:00
  • 1e1a121296 tls: clear unused warning on WITHOUT_SERVER Tero Turtiainen 2021-10-06 09:21:27 +01:00
  • 5de2f7f004 wolfssl: adapt SNI for recent changes Kenneth Mastro 2021-10-06 06:25:03 +01:00
  • 48b481924d ss: mass update LE root to ISRG X1 Andy Green 2021-10-01 16:09:12 +01:00
  • 34526e6664 examples: move existing to m-e-lowlevel and start repoulating m-e with SS Andy Green 2021-09-18 09:34:36 +01:00
  • 8bedc8e36f sspc: refactor to allow different transports Andy Green 2021-08-25 09:35:07 +01:00
  • 116ade5bdb plat: baremetal and rpi pico support Andy Green 2021-08-30 10:20:07 +01:00
  • 51dfd1f0a9 dsh-empty Andy Green 2021-09-14 05:33:24 +01:00
  • cf3dccda85 dsh: coalesce Andy Green 2021-09-04 05:05:21 +01:00
  • 95a8d2903c uv: handle uv_poll_init failure caobug 2021-10-07 11:01:00 +01:00
  • f440a67ec8 ss-mqtt: Add support for Birth message Chunho Lee 2021-10-06 20:09:40 -07:00
  • fa50cf23b0 ss-mqtt: Skip SUBSCRIBE when MQTT session is resumed Chunho Lee 2021-10-06 19:20:47 -07:00
  • 2aec79fabf event loop: fix monitor cannot be close. caobug 2021-10-07 05:22:58 +08:00
  • 3b90c89bab tls: clear unused warning on WITHOUT_SERVER Tero Turtiainen 2021-10-06 09:21:27 +01:00
  • 43a1e83394 wolfssl: adapt SNI for recent changes Kenneth Mastro 2021-10-06 06:25:03 +01:00
  • 3d7d180eb8 wolfssl: adapt SNI for recent changes Kenneth Mastro 2021-10-06 06:25:03 +01:00
  • 97023b6512 main: set 4.3.99 Andy Green 2021-10-04 15:10:52 +01:00
  • a5aae049b2 v4.3.0 v4.3.0 Andy Green 2021-10-04 13:36:44 +01:00
  • d18aa1ee0b examples: fix sizeof lws_tls_cert_info_results in test_jwt_RS256 Pavel Otchertsov 2021-10-01 12:05:11 +03:00
  • d447f8f1db client: connect: prefer default vh if none given Andy Green 2021-10-02 13:56:19 +01:00
  • 6cdaf85b89 ss: allow POLL from CONNECTING Andy Green 2021-09-29 06:24:05 +01:00
  • 90eb83a307 tls: ensure using ssl before doing tls_shutdown caobug 2021-09-28 14:56:22 +08:00