aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/connector.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-2/+2
* Update all network-related dependencies to the latest versions (#34630)Josh Matthews2025-01-081-39/+59
* Net: fold websocket and http tokio runtime into one (#31771)tannal2024-03-211-1/+1
* clippy: fix warnings in components/net (#31564)eri2024-03-101-1/+1
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Update network stack dependencies (#30612)Martin Robinson2023-11-021-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-7/+11
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* Switch to rustls and webpki-roots (#30025)Martin Robinson2023-08-081-167/+164
* Upgrade HyperNaveen Gattu2022-01-161-17/+51
* net: Add unit test for accepting a self-signed cert.Josh Matthews2020-06-091-4/+4
* net: Add option to temporarily accept certs that failed the handshake.Josh Matthews2020-06-091-1/+5
* net: Allow SSL websockets to use dynamic list of certs as well.Josh Matthews2020-06-091-4/+5
* net: Pass certs that fail the SSL handshake out of the network layer.Josh Matthews2020-06-091-23/+81
* net: Add an SSL verification callback to support checking a dynamic list of c...Josh Matthews2020-06-091-3/+46
* Configure OpenSSL SECLEVEL=2Jan Andre Ikenmeyer2020-02-121-1/+1
* Add ALPN and signature algorithms to OpenSSL configJan Andre Ikenmeyer2019-11-301-24/+32
* Disable TLS 1.0 and 1.1Jan Andre Ikenmeyer2019-05-101-2/+7
* Redesign network response decoding to avoid creating decoders before some con...Josh Matthews2019-01-151-105/+1
* Cleanup of default ciphersuite listJan Andre Ikenmeyer2018-11-211-10/+3
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Auto merge of #22144 - Eijebong:hyperfix, r=jdmbors-servo2018-11-081-4/+34
|\
| * Use chunk.as_ref() instead of &chunk.into_bytes()Bastien Orivel2018-11-081-3/+3
| * Continue decompressing chunks even after hyper is done downloading the bodyBastien Orivel2018-11-081-1/+31
| * Don't reset the buffers for each chunk we downloadBastien Orivel2018-11-081-2/+2
* | `cargo fix --edition-idioms`Simon Sapin2018-11-081-1/+1
|/
* Reorder importsPyfisch2018-11-061-3/+3
* `cargo fix --edition`Simon Sapin2018-11-061-2/+2
* Rustfmt net cratePyfisch2018-11-031-31/+39
* Update hyper to 0.12Bastien Orivel2018-11-011-43/+114
* Handle secure websocketsBastien Orivel2018-08-161-3/+7
* delegate resource reading to embedderPaul Rouget2018-04-271-3/+27
* Dedupe lazy_staticBastien Orivel2018-03-231-6/+3
* UntrySimon Sapin2017-06-181-1/+1
* Move the HTTP connector in HttpStateAnthony Ramine2017-04-061-3/+2
* Move hosts module into net crate. Remove obsolete functions.Josh Matthews2017-04-061-1/+1
* Replace hosts when making TCP connections, not when verifying SSL certs.Josh Matthews2017-04-061-2/+41
* Add command-line argument to use a custom SSL certificate database.Josh Matthews2017-04-061-6/+2
* Introduce create_ssl_clientAnthony Ramine2017-04-021-3/+5
* Reorder and reorganise imports in net::connectorAnthony Ramine2017-04-021-21/+21
* Update Hyper and OpenSSLddh2017-03-311-32/+20
* Revert "Introduce create_ssl_context"Anthony Ramine2017-03-311-6/+2
* Introduce create_ssl_contextAnthony Ramine2017-03-281-2/+6
* Implement HSTS fetch stepRaghav2016-12-291-2/+2
* Removed util.Alan Jeffrey2016-12-141-1/+1
* Use Result instead of panicking when the resource dir can't be foundManish Goregaokar2016-07-211-1/+3
* Disable TLS compressionAlex Gaynor2016-07-011-2/+2
* Use openssl-verify to check certificate + hostnameMatt Brubeck2016-05-101-5/+23
* Move http_loader::Connector to a separate moduleMatt Brubeck2016-05-101-0/+40