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

Commit graph

  • 85161d3027 more work on setting custom assert rwachtfogel 2023-06-01 01:05:57 +03:00
  • 4fbca1a26c added make script and customizable assert rwachtfogel 2023-05-31 18:39:35 +03:00
  • 010502731c
    Update client-http.c wreuven 2023-05-30 17:28:20 +03:00
  • bafd930934
    Update openssl-server.c GuzhavinAleksey 2023-05-23 22:57:20 +03:00
  • 4478a395c6 fix ws parser for non pmd packet with pmd ext enabled Edward Zhang 2023-04-24 14:23:49 +08:00
  • 38c2b1fc88 dbus: prevent double free timeout event Max van Kessel 2023-04-17 15:15:53 +02:00
  • eac4bfd322 uv: cmake: avoid using full host path Christoph Fritz 2023-04-01 21:10:23 +02:00
  • 507b4f5a62 tls: cmake: avoid using full host path for SSL lib Christoph Fritz 2023-04-01 20:11:13 +02:00
  • 70d41ecbc2
    lws_b64_decode_stateful truncates response Daren Hayward 2023-03-23 15:36:02 +00:00
  • e8eb7d6bd6 dlo: add render_to_rgba Andy Green 2023-02-10 06:03:40 +00:00
  • 9b6b90bde9 Add guard for setrlimit zoraaver 2023-02-07 15:59:26 +00:00
  • 04072ca0eb Fix pipe end socket fd left open leak Märt Laak 2023-01-30 08:51:43 +02:00
  • 722e44cb5b Fix -Werror=enum-int-mismatch in lws_tls_server_abort_connection() Khem Raj 2023-01-26 17:17:49 -08:00
  • 63428d02a7 docs: set port to zero when using unix domain sockets Italo Sampaio 2023-01-03 15:44:41 -03:00
  • a1c97a11f3 Fix unused variable warnings when compiling without logs Orgad Shaneh 2022-12-12 17:17:06 +02:00
  • b6a4080947 http-client: digest auth support added Ilya Smelykh 2022-11-22 01:18:51 +07:00
  • 0b3601d1a4 Fix local variable with same name as global one Simon Tropée 2022-11-21 15:57:09 +01:00
  • c8458e32d4 Apply code style Simon Tropée 2022-11-18 18:20:39 +01:00
  • 43a8e1fb03 http-client : Add example for auth digest processing with user callback Simon Tropée 2022-11-18 18:16:41 +01:00
  • 96e0a047a2 workflows: add cifuzz action David Korczynski 2022-11-17 14:35:19 -08:00
  • 0b7e39c92a
    Add CodeQL workflow for GitHub code scanning LGTM Migrator 2022-11-16 15:16:30 +00:00
  • 8f1568d357 Correcting wrong function name in header file Rob Peters 2022-11-03 08:01:44 +01:00
  • e440419103 Fixes leaking fds created by 'pipe()' call Earl Robsham 2022-10-19 17:11:59 -04:00
  • d2a4fb0dac
    Always return result of _lws_vhost_init_server_af tjwalton 2022-09-30 00:32:11 +01:00
  • ec6d5ac6d5 ios: Remove the support for bitcode Javier Navarro 2022-09-15 18:00:18 +02:00
  • b35128118e lws_map: stop c++ compiler complaints Andy Green 2022-09-19 07:49:39 +01:00
  • 34ef70ab00 docs: compressed remaining_pack_payload case Andy Green 2022-09-18 08:28:56 +01:00
  • c2d7e33eeb ss-server: allow UPGRADE to UPGRADE Andy Green 2022-09-18 08:22:36 +01:00
  • 6a55f448e2 tls: alpn for client Sylvain Saunier 2022-09-18 08:13:21 +01:00
  • bfbd80967a openssl3: change deprecated warnings suppression Dmitry Potapov 2022-09-15 13:26:38 +03:00
  • fc58ddbdb1 minimal-examples-lowlevel: fix misleading comment for the conceal value Lorenzo Arena 2022-08-29 09:19:37 +02:00
  • 237506fed1 delete_from_fd: assert if fd beyond the max_fds songbuhuang 2022-09-17 16:58:46 +08:00
  • 2c981f7670 clean: unreachable cruft songbuhuang 2022-09-17 18:34:52 +08:00
  • 03c7ce7365 win32: correct include path Andy Green 2022-09-18 05:59:51 +01:00
  • 9700773296 tests: disable tests with jig rot Andy Green 2022-09-18 06:20:59 +01:00
  • af64c7fc4f http proxy: fix host Andy Green 2022-09-18 06:01:00 +01:00
  • 12250cf3ef openssl3: change deprecated warnings suppression Dmitry Potapov 2022-09-15 13:26:38 +03:00
  • 937a8db996 tests: disable tests with jig rot Andy Green 2022-09-18 06:20:59 +01:00
  • 8ab44ae28b client: win32: sul for client connection status polling Vladimir 2022-09-03 22:19:14 +02:00
  • a5ea6eabca remove LWS_CALLBACK_OPENSSL_CONTEXT_REQUIRES_PRIVATE_KEY callback Damian Hobson-Garcia 2022-08-17 00:16:27 +09:00
  • 06912a618b Statement is unreachable due to unconditional transfer of control by 'goto' statement songbuhuang 2022-09-17 18:34:52 +08:00
  • 7b808fc783 delete_from_fd: assert if fd beyond the max_fds songbuhuang 2022-09-17 16:58:46 +08:00
  • fc5597452e
    Remove the support for bitcode (ios) Javier Navarro 2022-09-15 18:00:18 +02:00
  • f96be3900f lws_service_adjust_timeout clamps every wait that is less than 1ms to zero, win32_connect_check_interval_usec needs to at least 1000 to not busywait Vladimir 2022-09-10 16:27:30 +02:00
  • 45a62a80b0 windows, connection check: select with 0 timeout Vladimir 2022-09-10 10:59:05 +02:00
  • 713d112163 client: win32: sul for client connection status polling Vladimir 2022-09-04 19:30:06 +02:00
  • 3176096c46 minimal-examples-lowlevel: fix misleading comment for the conceal value Lorenzo Arena 2022-08-29 09:19:37 +02:00
  • 1288cef9de windows: use select(1us) instead of connect to check connection state. Vladimir Shakhov 2022-08-25 11:46:10 +02:00
  • 58af7b4409 From df9761a261 Mon Sep 17 00:00:00 2001 Subject: [PATCH] remove LWS_CALLBACK_OPENSSL_CONTEXT_REQUIRES_PRIVATE_KEY callback Damian Hobson-Garcia 2022-08-17 00:16:27 +09:00
  • 8796dc00f5 windows: allow serving files open for write Martlaak 2022-08-23 12:54:58 +01:00
  • 5b224c913f From df9761a261 Mon Sep 17 00:00:00 2001 Subject: [PATCH] remove LWS_CALLBACK_OPENSSL_CONTEXT_REQUIRES_PRIVATE_KEY callback Damian Hobson-Garcia 2022-08-17 00:16:27 +09:00
  • 50f32d0da2 windows: allow serving files open for write Martlaak 2022-08-23 12:54:58 +01:00
  • df9761a261 remove LWS_CALLBACK_OPENSSL_CONTEXT_REQUIRES_PRIVATE_KEY callback Damian Hobson-Garcia 2022-08-17 00:16:27 +09:00
  • 17bd1d0787 vhost: remove from defer binding on destroy v4.2-stable Dmitry Potapov 2022-03-16 15:24:22 +03:00
  • 39f6379c0c vhost: remove from defer binding on destroy Dmitry Potapov 2022-03-16 15:24:22 +03:00
  • 162e11e530 vhost: remove from defer binding on destroy Dmitry Potapov 2022-03-16 15:24:22 +03:00
  • ba84a1d3b5 Subject: [PATCH] platorm windows-sockets: treat WSAEWOULDBLOCK as MBEDTLS_ERR_SSL_WANT_READ|WRITE Vladimir Shakhov 2022-08-05 20:09:57 +02:00
  • ac17bde9d9 zstream Andy Green 2022-08-05 19:45:05 +01:00
  • 4fac9bc709 platorm windows-sockets: treat WSAEWOULDBLOCK as MBEDTLS_ERR_SSL_WANT_READ|WRITE Vladimir Shakhov 2022-08-05 20:09:57 +02:00
  • e3ed2ba690 From a966322704 Mon Sep 17 00:00:00 2001 Subject: [PATCH] fix build on QNX 6.5.0 Arenoros 2022-06-30 12:37:37 +03:00
  • 9bfca5b7c3 From a966322704 Mon Sep 17 00:00:00 2001 Subject: [PATCH] fix build on QNX 6.5.0 Arenoros 2022-06-30 12:37:37 +03:00
  • 50ed5217b0 From aa990b1451 Mon Sep 17 00:00:00 2001 Subject: [PATCH] lib/secure-streams: Fix clang build error -Wunused-but-set-variable Ammar Faizi 2022-06-22 09:02:02 +07:00
  • 0a5526b958 ws: tell caller we closed wsi on handshake failure qdztxc 2022-07-12 09:47:00 +01:00
  • 173c84a595 ws: tell caller we closed wsi on handshake failure qdztxc 2022-07-12 09:47:00 +01:00
  • 608688b308 upng-gzip: fuzz: size temp arrays to worst huff size Andy Green 2022-07-11 17:51:19 +01:00
  • 523c921206 win32: zip header path Andy Green 2022-07-09 19:35:39 +01:00
  • ea3a0ab9e0 windows: zlib: internal lib doesnt need find_package Andy Green 2022-07-06 07:47:01 +01:00
  • 6fb072d5c9 upng-gzip: fuzz: fix unsigned overflow Andy Green 2022-07-05 07:12:13 +01:00
  • 4d7175ddd8 ss: policy: reject lack of server tls cert when tls used Andy Green 2022-07-04 15:48:14 +01:00
  • c28b390e77 spa: file upload fix Marco Gratzke 2022-07-04 14:20:44 +01:00
  • ee2e4074e4 spa: file upload fix Marco Gratzke 2022-07-04 14:20:44 +01:00
  • a966322704 fix build on QNX 6.5.0 Arenoros 2022-06-30 12:37:37 +03:00
  • 5a8f790870 logs: setup earlier so we can use on fail path Poljak181 2022-06-29 17:19:07 +01:00
  • b0b4f0dd56 logs: setup earlier so we can use on fail path Poljak181 2022-06-29 17:19:07 +01:00
  • 05505b28b6 delete_from_fd: assert if fd beyond the max_fds zhangxiaoyu 2022-06-24 16:31:53 +08:00
  • dcca7a514d ss: Fix clang build error Ammar Faizi 2022-06-22 09:02:02 +07:00
  • aa990b1451
    lib/secure-streams: Fix clang build error -Wunused-but-set-variable Ammar Faizi 2022-06-22 09:02:02 +07:00
  • a723789b0e test-apps: use correct EXTERNAL_POLL flag Mike Tettinger 2022-06-17 04:49:19 +01:00
  • a5612fbb9a test-apps: use correct EXTERNAL_POLL flag Mike Tettinger 2022-06-17 04:49:19 +01:00
  • a5f81f8336 lib/tls/CMakeLists.txt: fix build without threads Fabrice Fontaine 2022-05-28 23:15:40 +02:00
  • 065035ecd5 windows: client connect: use sockaddr size Jaume 2022-06-14 05:41:05 +01:00
  • 2445793d15 windows: client connect: use sockaddr size Jaume 2022-06-14 05:41:05 +01:00
  • c92d9f9c5d eventloop: windows: ssl: remove spin Mykola Stryebkov 2022-06-14 05:37:52 +01:00
  • 8fe3950acd http: server: correct plugin name in error Paul Shark 2022-06-14 05:33:41 +01:00
  • c83cf48b90 lib/tls/CMakeLists.txt: fix build without threads Fabrice Fontaine 2022-05-28 23:15:40 +02:00
  • 19d9869af6 lejp: increase default complexity limits Andy Green 2022-05-31 11:27:25 +01:00
  • 281ed171a3 dbus: check cx and vh locks via dbus_ctx Andy Green 2022-05-18 15:40:36 +01:00
  • 2760c9b0be tls shudown: avoid spin Andy Green 2022-05-18 08:09:32 +01:00
  • 754d2b4578 eventloop: windows: ssl: remove spin Mykola Stryebkov 2022-06-14 05:37:52 +01:00
  • fe107059fc http: server: correct plugin name in error Paul Shark 2022-06-14 05:33:41 +01:00
  • ebabf49bce http: server: mounts: dont assume Basic Auth if no FILE_OPS Andy Green 2022-02-13 09:17:27 +00:00
  • 6c0fd2519c lib/tls/CMakeLists.txt: fix build without threads Fabrice Fontaine 2022-05-28 23:15:40 +02:00
  • b0a749c8e7 v4.3.2 v4.3.2 Andy Green 2022-05-17 17:53:21 +01:00
  • 5a008cf282 http: compression: fix selection Richard Shi 2022-05-04 05:10:37 +01:00
  • 6d8a798742 validity: fix bad pointer access Andrii Sevastianov 2022-05-03 16:47:14 +02:00
  • bfd921df9c clean: remove needless LWS_PRE Nick 2022-05-03 13:25:04 +01:00
  • 310abddf5e coverity: ss: mqtt: remove needless wsi check Andy Green 2022-05-04 07:38:49 +01:00
  • 71db363fe4 ss: mqtt: remove c99isms and fix types Andy Green 2022-05-03 17:29:12 +01:00
  • 8b1693a05e ss: mqtt: add support for AWS IoT Shadow topic Chunho Lee 2022-04-28 23:22:20 -07:00
  • c398dd546b coverity: reorder NULL check Andy Green 2022-04-29 10:45:55 +01:00