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

Commit graph

  • c2eece29c2 mbedtls: fix client certificate validation Or Lupovitz 2021-05-20 19:03:52 +03:00
  • eef783631f sspc: handle DESTROY_ME at proxy link close cb Jin Wang 2021-05-20 15:22:55 +01:00
  • 2197c2eafc sspc: handle DESTROY_ME at proxy link close cb Jin Wang 2021-05-20 15:22:55 +01:00
  • 6c011f0530 lwip: handle ECONNABORTED on tls read Yichen Gu 2021-05-17 10:40:34 +01:00
  • 531f998cf8 smp: fix client tsi detection Andy Green 2021-05-11 14:34:30 +01:00
  • fda7294bd0 ss: h2: leave the ss bound to its affiliated wsi until close clears it Andy Green 2021-05-07 11:11:06 +01:00
  • edcf346f9f h2: migration: migrate for_ss Andy Green 2021-05-07 10:01:59 +01:00
  • 74b96f831a ss: avs: let multipart handle content-type Andy Green 2021-05-07 09:59:47 +01:00
  • 9cd1f4d78b listen: ip bind: force ipv4 if given ipv4 numeric iface Andy Green 2021-05-06 14:33:05 +01:00
  • 0a71e0716c cpd: remove scheduled recheck on dns fail Jed Lu 2021-05-06 15:20:23 +01:00
  • 3fa6b23a08 mbedtls: privkey from file: fix off-by-one ycyang1229 2021-05-20 17:02:28 +08:00
  • 7b315e394f smp: give PROTOCOL_INIT a privake fakewsi Andy Green 2021-05-20 08:42:52 +01:00
  • e76ee9cb91 mbedtls: privkey from file: fix off-by-one ycyang1229 2021-05-20 17:02:28 +08:00
  • 8e086974b7 fix the overflow and the control of private key when using mbedtls. ycyang1229 2021-05-20 17:02:28 +08:00
  • ecacbfbbbd mqtt: coverity: help coverity see we wont have an mqtt role wsi without mqtt member allocated Andy Green 2021-05-17 11:12:36 +01:00
  • febca16a0b lwip: handle ECONNABORTED on tls read Yichen Gu 2021-05-17 10:40:34 +01:00
  • 9c6e2ffb65 smp: fix client tsi detection Andy Green 2021-05-11 14:34:30 +01:00
  • a3765d118c ss: h2: leave the ss bound to its affiliated wsi until close clears it Andy Green 2021-05-07 11:11:06 +01:00
  • 3016385671 h2: migration: migrate for_ss Andy Green 2021-05-07 10:01:59 +01:00
  • 88c824b89d ss: avs: let multipart handle content-type Andy Green 2021-05-07 09:59:47 +01:00
  • 19d59f9977 listen: ip bind: force ipv4 if given ipv4 numeric iface Andy Green 2021-05-06 14:33:05 +01:00
  • 6595d3da72 cpd: remove scheduled recheck on dns fail Jed Lu 2021-05-06 15:20:23 +01:00
  • d18e1db72c license: fix two old headers from pre-MIT change v4.1-stable Andy Green 2021-05-04 18:32:08 +01:00
  • 7dde828fd2 LICENSE: copy secondary license texts into LICENSE as a convenience Andy Green 2021-05-04 15:51:40 +01:00
  • d12e79b8d8 license: fix two old headers from pre-MIT change Andy Green 2021-05-04 18:32:08 +01:00
  • c58532803e license: fix two old headers from pre-MIT change Andy Green 2021-05-04 18:32:08 +01:00
  • 281931b753 LICENSE: copy secondary license texts into LICENSE as a convenience Andy Green 2021-05-04 15:51:40 +01:00
  • 3ae611cdca tls: client: session cache synthetic cb Catalin Raceanu 2021-04-28 16:54:08 +01:00
  • a12d5ebed6 LICENSE: copy secondary license texts into LICENSE as a convenience Andy Green 2021-05-04 15:51:40 +01:00
  • cf867faa46 tls: client: session cache synthetic cb Catalin Raceanu 2021-04-28 16:54:08 +01:00
  • f1ff43ddea netlink: fix RTM_NEWLINK handling Yury Is 2021-04-29 12:45:06 +03:00
  • 7247205e40 netlink: fix RTM_NEWLINK handling Yury Is 2021-04-29 12:45:06 +03:00
  • fd246b8d53 netlink: fixed wrong processing of the attr from the RTM_NEWLINK message (issue #2287) Yury Is 2021-04-29 12:45:06 +03:00
  • 5ad3ac2323 tls: client: session cache synthetic cb Catalin Raceanu 2021-04-28 16:54:08 +01:00
  • a27cff4c11 cmake: Allow OPENSSL_INCLUDE_DIR to be empty Yucong Sun 2021-04-29 08:43:47 +08:00
  • abada11fe1 cmake: Allow OPENSSL_INCLUDE_DIR to be empty Yucong Sun 2021-04-29 08:43:47 +08:00
  • 17968f9f44
    Allow OPENSSL_INCLUDE_DIR to be empty Yucong Sun 2021-04-29 08:43:47 +08:00
  • 4753295da1
    Add borringssl synthetic cb for caching TLS sessions Catalin 2021-04-28 17:52:40 +03:00
  • 2fac32543a tls-sessions: Use OpenSSL API to test if a session was reused Catalin 2021-04-27 14:54:21 +03:00
  • 373b50d7d1 tls-sessions: Use OpenSSL API to test if a session was reused Catalin 2021-04-27 14:54:21 +03:00
  • dccb61dae7 tls-sessions: Assign loaded TLS session to its intended pointer Catalin 2021-04-27 14:53:09 +03:00
  • d9e044b91f Remove incorrect session ref count increment Catalin 2021-04-27 14:52:38 +03:00
  • d2a40a119e tls-sessions: Assign loaded TLS session to its intended pointer Catalin 2021-04-27 14:53:09 +03:00
  • 80ca71d598 Remove incorrect session ref count increment Catalin 2021-04-27 14:52:38 +03:00
  • c06331cb40
    Indentation: changed spaces to Tabs Catalin 2021-04-27 15:06:46 +03:00
  • 29299a6f44
    Use OpenSSL API to test if a session was reused Catalin 2021-04-27 14:54:21 +03:00
  • a62e46263d
    Assign loaded TLS session to its intended pointer Catalin 2021-04-27 14:53:09 +03:00
  • 0a39fcc2eb
    Remove incorrect session ref count increment Catalin 2021-04-27 14:52:38 +03:00
  • 61a94f5f83 spa: parser should tolerate additional headers Marco Gratzke 2021-04-27 11:53:04 +01:00
  • 32c4d2cb29 spa: parser should tolerate additional headers Marco Gratzke 2021-04-27 11:53:04 +01:00
  • 112480b570 ss: policy2c: type error on respmap Yichen Gu 2021-04-21 19:28:34 +01:00
  • afb77240ad h2: just log nwsi close and pass thru Andy Green 2021-04-21 05:14:26 +01:00
  • a0bebb9f67 ss: proxy: fix conn deref on onward Andy Green 2021-04-21 09:15:58 +01:00
  • 5fdd9c99b1 ss: policy2c: type error on respmap Yichen Gu 2021-04-21 19:28:34 +01:00
  • 2dba500d4f h2: just log nwsi close and pass thru Andy Green 2021-04-21 05:14:26 +01:00
  • 891f28b43e ss: proxy: fix conn deref on onward Andy Green 2021-04-21 09:15:58 +01:00
  • b746a2c75a netlink: make failure to bind nonfatal Andy Green 2021-04-20 15:51:08 +01:00
  • 4844ff872b cmake: LWS_WITHOUT_EVENTFD Andy Green 2021-04-20 14:58:20 +01:00
  • 1a7f5be468 cmake: also set LWS_BUILD_HASH to unknown if no git is found Andreas Weigel 2021-04-20 08:30:18 -04:00
  • ff8912ba96 netlink: make failure to bind nonfatal Andy Green 2021-04-20 15:51:08 +01:00
  • 350284590c cmake: LWS_WITHOUT_EVENTFD Andy Green 2021-04-20 14:58:20 +01:00
  • 02f0d759b5 cmake: also set LWS_BUILD_HASH to unknown if no git is found Andreas Weigel 2021-04-20 08:30:18 -04:00
  • 8ac35bc9bd cmake: also set LWS_BUILD_HASH to unknown if no git is found Andreas Weigel 2021-04-20 08:30:18 -04:00
  • 8b1732a4e8 cmake: set unknown as LWS_BUILD_HASH if no git repo Andy Green 2021-04-19 05:44:45 +01:00
  • 6bb28ef93c cmake: set unknown as LWS_BUILD_HASH if no git repo Andy Green 2021-04-19 05:44:45 +01:00
  • c3b1254747 client: make sure we get CCE if timeout on server reply Jin Wang 2021-04-17 05:39:12 +01:00
  • af1a79c3e5 client: make sure we get CCE if timeout on server reply Jin Wang 2021-04-17 05:39:12 +01:00
  • 9dbc9b9ace README.md decruft Andy Green 2021-04-15 19:17:02 +01:00
  • 1a6c2a634e client: tls: simplify validation fail reporting at CCE Andy Green 2021-04-15 09:30:43 +01:00
  • aa6b3f418e mbedtls: allow central trust store preload Andy Green 2021-04-13 20:40:02 +01:00
  • 68d9f3a7f2 ss: wire up EVENT_WAIT_CANCELLED Andy Green 2021-04-13 08:51:27 +01:00
  • 5b6a89f79d ss: add test for OS trust store mdoe Andy Green 2021-04-13 05:10:20 +01:00
  • f35219d95d main: bump to v4.2.99 for development Andy Green 2021-04-15 17:43:39 +01:00
  • 935894f1f7 client: tls: simplify validation fail reporting at CCE Andy Green 2021-04-15 09:30:43 +01:00
  • 5e7617ae9e ss: add test for OS trust store mdoe Andy Green 2021-04-13 05:10:20 +01:00
  • 1367c11e1e v4.2.0 release v4.2.0 Andy Green 2021-04-15 16:55:07 +00:00
  • 2850de1afa drivers: spi: avoid leaking uninitialized bits kokke 2021-04-13 14:45:11 +02:00
  • 0a8f64ad5f cmake: enable user cmake to use FetchContent on lws Sergey 2021-04-14 13:48:04 +03:00
  • 4b52d7598c docs: lws_write: decruftify Andy Green 2021-04-15 09:03:35 +01:00
  • 0276f3e635 ss: mqtt: Avoid CONNECTING to DISCONNECTED transition Chunho Lee 2021-04-13 08:23:13 -07:00
  • 8c26063828 mqtt: log correct subscribe packet id Chunho Lee 2021-04-13 08:15:06 -07:00
  • 96dfcbc5a1
    Fix #2272 issue Sergey 2021-04-14 13:48:04 +03:00
  • cb1e532925 mbedtls: allow central trust store preload Andy Green 2021-04-13 20:40:02 +01:00
  • 222c5dfff4 ss: mqtt: Avoid CONNECTING to DISCONNECTED transition Chunho Lee 2021-04-13 08:23:13 -07:00
  • e5f0f7fbf5 mqtt: log correct subscribe packet id Chunho Lee 2021-04-13 08:15:06 -07:00
  • 41689f6fc2 ss: wire up EVENT_WAIT_CANCELLED Andy Green 2021-04-13 08:51:27 +01:00
  • 63db7a3f0f ss: add test for OS trust store mdoe Andy Green 2021-04-13 05:10:20 +01:00
  • 1c2f01d4f6 drivers: spi: avoid leaking uninitialized bits kokke 2021-04-13 14:45:11 +02:00
  • 51f026841a
    Avoid UB: give variable 'u' an initial value kokke 2021-04-13 14:45:11 +02:00
  • 942bde72f8 ss: add test for OS trust store mdoe Andy Green 2021-04-13 05:10:20 +01:00
  • 018d443863 http: mimetypes: add mjs as builtin Per Bothner 2021-04-12 06:35:52 +01:00
  • aa84d928d8 cmake: export include directory syldrathecat 2021-04-11 07:16:09 +00:00
  • 4daac7bb69 cmake: export include directory syldrathecat 2021-04-11 07:16:09 +00:00
  • 24abd699f6 http: parser: straighten out %00 legality Andy Green 2021-04-08 15:26:23 +01:00
  • 354b29c747 http: redirect: dont try from h2 at the moment Andy Green 2021-04-10 06:45:21 +01:00
  • b28b03eee1 smp: hold pt lock for lws_client_reset removing fds Andy Green 2021-04-09 15:23:06 +01:00
  • eeed0c07d0 smp: openssl: disallow trying to clean up mutexes twice Mykola Stryebkov 2021-04-08 13:02:27 +01:00
  • 402e97a679 ss: metrics: http: just report at wsi close Andy Green 2021-04-08 06:36:01 +01:00
  • 2a7ded310f ss: metrics: add result tag reflecting ss txn disposition Haopeng 2021-03-26 10:20:47 -07:00
  • 42dc817d8f ss: proxy: get rx flow control working Andy Green 2021-04-07 14:25:07 +01:00