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

Commit graph

  • 032adce8c3 minimal: add note about binding mount Andy Green 2024-10-31 15:18:11 +00:00
  • 8d15d2aa50
    use verify_mode properly in LWS_HAVE_mbedtls_ssl_set_hs_authmode as well Jeongik Cha 2024-10-31 22:39:43 +09:00
  • 90c04d12af
    verify_mode should match to auth_mode Jeongik Cha 2024-10-31 00:36:56 +09:00
  • 7cd240f30f
    check if a client certificate exists and is valid, both Jeongik Cha 2024-10-30 22:19:37 +09:00
  • f7901b6b67
    check null pointer before using zzblydia 2024-08-23 22:15:12 +08:00
  • 5458983ac1 Fix another unused var error when logs are disabled Orgad Shaneh 2024-10-27 11:39:51 +02:00
  • 74872d9537 mbedtls-client: Enable the version number is correct makejian 2024-04-24 11:30:04 +08:00
  • 9fac6fc1dd Fix HTTP Head method that not signal LWS_CALLBACK_COMPLETED_CLIENT_HTTP stropee 2024-10-20 15:39:06 +02:00
  • efa6221216 Allow all HTTP method to be pipelined stropee 2024-10-20 15:18:04 +02:00
  • 6b950e8666 cmake: improve net/ethernet.h header detection Alexandre Snarskii 2024-10-07 18:32:54 +03:00
  • 1d1c171d21 improve net/ethernet.h header detection Alexandre Snarskii 2024-10-07 18:32:54 +03:00
  • 5102a5c8d6 tls-sessions: Pass correct type for printf %u Orgad Shaneh 2024-10-02 10:12:41 +03:00
  • c3a5c097ce tls-sessions: Pass correct type for printf %u Orgad Shaneh 2024-10-02 10:12:41 +03:00
  • edc3e7e870 win32port: Convert all files to LF Orgad Shaneh 2024-10-06 09:42:25 +03:00
  • e503b25494 tls-sessions: Pass correct type for printf %u Orgad Shaneh 2024-10-02 10:12:41 +03:00
  • 613445dfb5 lws-map: Do not assume include order Orgad Shaneh 2024-10-02 10:11:42 +03:00
  • 8ad16af9a3 win: simplify error logging in windows-sockets.c Orgad Shaneh 2024-10-01 12:15:15 +03:00
  • 0336ff058e win: simplify error logging in windows-sockets.c Orgad Shaneh 2024-10-01 12:15:15 +03:00
  • 0ee1984c5c win: change uid_t and gid_t from int to unsigned int Orgad Shaneh 2024-10-02 10:11:03 +03:00
  • 4c3f13eda0 win: change uid_t and gid_t from int to unsigned int Orgad Shaneh 2024-10-02 10:11:03 +03:00
  • dcf9dcaf2a unix-file: Fix signed/unsigned implicit conversion Orgad Shaneh 2024-10-02 10:12:19 +03:00
  • 994278eff3 unix-file: Fix signed/unsigned implicit conversion Orgad Shaneh 2024-10-02 10:12:19 +03:00
  • a544db3020 win32: zlib: Fix buffer overflow on inflate (CVE-2022-37434) Orgad Shaneh 2024-10-02 10:13:14 +03:00
  • 56cc214ac7 win32: zlib: Fix buffer overflow on inflate (CVE-2022-37434) Orgad Shaneh 2024-10-02 10:13:14 +03:00
  • bd87289bb5 zlib: Fix buffer overflow on inflate (CVE-2022-37434) Orgad Shaneh 2024-10-02 10:13:14 +03:00
  • e2b0274e92 unix-file: Fix signed/unsigned implicit conversion Orgad Shaneh 2024-10-02 10:12:19 +03:00
  • 9fb74c0095 Change Windows typedefs of uid_t and gid_t to unsigned int Orgad Shaneh 2024-10-02 10:11:03 +03:00
  • 7576eab60f Simplify error logging in windows-sockets.c Orgad Shaneh 2024-10-01 12:15:15 +03:00
  • 5f3d5e3a3d custom_event: fake_POLLIN_override Andy Green 2024-09-30 12:33:39 +01:00
  • a1ee5a2c50 mbedtls: provide declaration if ge 3.5 Andy Green 2024-09-29 11:49:27 +01:00
  • 78a6d17aa2 mbedtls: provide declaration if ge 3.5 Andy Green 2024-09-29 11:49:27 +01:00
  • 9dbbd45170 lws_get_urlarg_by_name: drop candidates that wont fit in buf rather than bail Andy Green 2024-09-28 06:01:36 +01:00
  • c60bff0991 ws: extensions: allow h2 headers Andy Green 2024-09-25 17:04:54 +01:00
  • da61d4df06 win: file: use INVALID_HANDLE_VALUE directly Andy Green 2024-09-25 12:23:15 +01:00
  • e24114fed9 win: file: use INVALID_HANDLE_VALUE directly Andy Green 2024-09-25 12:23:15 +01:00
  • 0981808868 doc: session tickets Andy Green 2024-09-25 12:15:46 +01:00
  • deb620501d doc: session tickets Andy Green 2024-09-25 12:15:46 +01:00
  • 082443ff25 netdev: BIND_TO_DEVICE Andy Green 2024-09-25 10:43:28 +01:00
  • bad1866c8a wolfssl: have docs follow switch change Andy Green 2024-09-25 10:33:52 +01:00
  • 79ae57a2f9 wolfssl: have docs follow switch change Andy Green 2024-09-25 10:33:52 +01:00
  • 6bf61482b2 freertos: extra do_ripe stropee 2024-09-25 10:29:42 +01:00
  • 8d27d941c3 check func munging Andy Green 2024-09-25 09:42:22 +01:00
  • d1722af79b check func munging Andy Green 2024-09-25 09:42:22 +01:00
  • f7aeadeb0e win: trigger context destroy if pt destroying itself Andy Green 2024-09-25 09:35:39 +01:00
  • 4f32b715ce win: trigger context destroy if pt destroying itself Andy Green 2024-09-25 09:35:39 +01:00
  • a7e21153b0 upng: implement stricter integer overflow check iwashiira 2024-05-30 05:37:57 +00:00
  • 0a5a701cfc event: blow error if runtime context options want eventlib we dont have Andy Green 2024-09-25 09:03:17 +01:00
  • 8fc7596fec event: blow error if runtime context options want eventlib we dont have Andy Green 2024-09-25 09:03:17 +01:00
  • 2ca5d8605b ws: increase sanity check for spins needed to consume buffer to 100 Andy Green 2024-09-25 08:52:28 +01:00
  • e975bae1e6 ws: increase sanity check for spins needed to consume buffer to 100 Andy Green 2024-09-25 08:52:28 +01:00
  • 0e0c49fba1
    Merge fc2aba60d1 into b486c2b545 Dave Horton 2024-09-25 03:44:45 -04:00
  • b486c2b545 pipe: only pt destroy pipe close should close pipe fds Andy Green 2024-09-25 08:38:15 +01:00
  • b05e95ec87 pipe: only pt destroy pipe close should close pipe fds Andy Green 2024-09-25 08:38:15 +01:00
  • 82c97d4022 lws_extension_callback_pm_deflate: make visible Andy Green 2024-09-25 07:45:03 +01:00
  • 38677d36e5 lws_extension_callback_pm_deflate: make visible Andy Green 2024-09-25 07:45:03 +01:00
  • 2b47b276d4 win32: upscale timeout_ms to 64-bit int Andy Green 2024-09-25 07:10:54 +01:00
  • 86819f05af win32: upscale timeout_ms to 64-bit int Andy Green 2024-09-25 07:10:54 +01:00
  • 51c47daea3 without-server: adapt loops to not touch listen_list Andy Green 2024-09-25 07:01:45 +01:00
  • 11b99188f8 without-server: adapt loops to not touch listen_list Andy Green 2024-09-25 07:01:45 +01:00
  • 6112189aac unix-sockets: extra care around short for some toolchains Andy Green 2024-09-25 06:37:41 +01:00
  • 3976131e35 unix-sockets: extra care around short for some toolchains Andy Green 2024-09-25 06:37:41 +01:00
  • 57a0c16aeb openbsd: disable HIGH_RELIABLITY socket option Andy Green 2024-09-25 06:22:45 +01:00
  • a542eb0a3b openbsd: disable HIGH_RELIABLITY socket option Andy Green 2024-09-25 06:22:45 +01:00
  • 9e0bc9e259 openssl: allow custom SSL_CTX with GLOBAL_INIT unset Andy Green 2024-09-23 13:10:28 +01:00
  • 154bf55441 openssl: allow custom SSL_CTX with GLOBAL_INIT unset Andy Green 2024-09-23 13:10:28 +01:00
  • 8c8a2a5be3 lws_map: remove typedef for some toolchains Andy Green 2024-09-23 11:06:16 +01:00
  • 2a5c8913a8 centos7: remove obsolete workaround Andy Green 2024-09-23 10:57:58 +01:00
  • d102a080fe cmake: ninja: clean empty dir Andy Green 2024-09-23 11:00:33 +01:00
  • 7467274d4d cgi: setenv: remove equals from arg ribes96 2024-09-23 10:35:23 +01:00
  • 457a186f5b cgi: setenv: remove equals from arg ribes96 2024-09-23 10:35:23 +01:00
  • c0267eceec tls: openssl: ensure actual error first Andy Green 2024-09-23 06:57:29 +01:00
  • 53c2adab1a udp: stop crash on failed udp connects at cx destroy Andy Green 2024-09-23 07:00:06 +01:00
  • 210e909d87 Update for detailed SSL connection code AssemblyJohn 2024-09-10 16:20:21 +03:00
  • f69835e09c Subject: [PATCH] AI_V4MAPPED macro is missing on some platforms, e.g. OpenBSD, NetBSD, etc. leleliu008 2024-08-29 21:43:12 +08:00
  • 79b4b8076b AI_V4MAPPED macro is missing on some platforms, e.g. OpenBSD, NetBSD, etc. leleliu008 2024-08-29 21:43:12 +08:00
  • c980be7cf7 windows: fix mishandling slow connects lailoken 2024-08-20 13:54:03 +01:00
  • fc2aba60d1 fix prev commit Dave Horton 2024-07-19 16:35:52 -04:00
  • 214c533a13 10 sequential reads of SSL should only cause us to bomb out if all returned zero bytes Dave Horton 2024-07-19 16:26:01 -04:00
  • b462ccd7dd ACME: fixes James Darpinian 2024-06-24 01:44:57 -07:00
  • 8674bf1585 ACME: fixes James Darpinian 2024-06-24 01:44:57 -07:00
  • 7f3ce3f5a2 Fix ACME James Darpinian 2024-06-24 01:44:57 -07:00
  • ca375a4cab client hs: fix segmentation fault zzblydia 2024-06-24 15:11:17 +08:00
  • fdde9119f7 client hs: fix segmentation fault zzblydia 2024-06-24 15:11:17 +08:00
  • d0651ab861
    fix segmentation fault when generate client ws handshake failed zzblydia 2024-06-24 15:11:17 +08:00
  • c6518bf1e1 Fix pipelined HTTP client connection on freertos platform stropee 2024-06-05 15:01:40 +02:00
  • c571d22dba windows: fix check of result of CreateFileW streltsovdd 2024-06-04 07:06:32 +03:00
  • 67d1b2e4b8 windows: fix check of result of CreateFileW streltsovdd 2024-06-04 07:06:32 +03:00
  • 4abdfa810a client-http: use enum for failures correctly Andy Green 2024-05-31 17:08:56 +01:00
  • a181108125 implement stricter integer overflow check iwashiira 2024-05-30 05:37:57 +00:00
  • 090ec8ef6b lepc: added bound check for collect_tgt iwashiira 2024-05-30 04:40:50 +00:00
  • 42717bf9f7 added bound check for collect_tgt iwashiira 2024-05-30 04:40:50 +00:00
  • f5c200b2e4
    cmake: do not allow netlink support when external poll support is enabled. p-luke 2024-05-16 14:44:44 +02:00
  • d1d622d3b9 upng: fuzz: handle 0 width Andy Green 2024-05-16 08:41:43 +01:00
  • 1e0953ffb8 dlo-lhp: take care margin and padding atr may be NULL Andy Green 2024-05-12 05:42:30 +01:00
  • bcde9a5b49 lhp: assert if NULL css stack coming to lws_csp_px Andy Green 2024-05-12 05:27:43 +01:00
  • e0f401c0ac Restore erroneous modified assertion Zac He 2024-05-11 18:28:04 +08:00
  • 8e84473e3c jpeg: extend mcu_buf_len so that pDst does not cause OOB iwashiira 2024-05-10 13:26:58 +00:00
  • 3b0eb45518 http: server: _lws_vhost_init_server_af only needed once Dmitry Potapov 2024-05-03 19:24:34 +03:00
  • 4eab8f5a19 http: windows: adapt dup() to use windows api Dmitry Potapov 2024-05-04 15:10:02 +03:00
  • 060b6bd814
    Restore erroneous modified assertion Zac He 2024-05-11 18:28:04 +08:00