aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/tests/main.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-10/+12
* libservo: Convert `intercept_web_resource_load` into `load_web_resource` (#35...Martin Robinson2025-02-211-2/+2
* libservo: Add a delegate method for HTTP authentication (#35400)Martin Robinson2025-02-101-12/+4
* Use aws-lc-rs as rust-tls provider (#35106)Jonathan Schwender2025-01-301-1/+1
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-9/+8
* Implement WebResourceRequested Event. (#34961)zhuhaichao5182025-01-161-2/+6
* add minimal implementation of FetchParams (#34833)arthmis2025-01-121-3/+3
* net: Use `RequestId` to cancel fetches instead of creating an IPC channel (#3...Martin Robinson2025-01-111-2/+2
* Update all network-related dependencies to the latest versions (#34630)Josh Matthews2025-01-081-72/+104
* Prompt user for credentials when http request needs it (#34620)arthmis2024-12-281-3/+75
* net: Start reducing number of IPCs channels used for fetch with a `FetchThrea...Martin Robinson2024-10-161-3/+3
* make protocol handlers registrable (#33104)webbeef2024-08-221-0/+2
* Replace the lazy_static crate with std::sync::LazyLock in components/net (#33...Hayashi Mikihiro2024-08-141-7/+6
* clippy: fix warnings in components/net (#31564)eri2024-03-101-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-7/+7
* remove `extern crate` (#30311)Samson2023-09-081-3/+1
* Switch to rustls and webpki-roots (#30025)Martin Robinson2023-08-081-38/+74
* Upgrade HyperNaveen Gattu2022-01-161-67/+106
* Non-blocking network IONaveen Gattu2021-12-231-5/+9
* Fix tidy error.Josh Matthews2021-05-281-1/+0
* Disable warnings on windows.Josh Matthews2021-05-281-0/+2
* net: Add unit test for accepting a self-signed cert.Josh Matthews2020-06-091-2/+7
* Upgrade to rustc 1.44.0-nightly (42abbd887 2020-04-07)Simon Sapin2020-04-091-1/+1
* add a fetch token for blob urlsGregory Terzian2020-02-211-0/+2
* add a core resource thread-poolGregory Terzian2020-02-141-4/+7
* Add ALPN and signature algorithms to OpenSSL configJan Andre Ikenmeyer2019-11-301-8/+8
* Move ResourceFetchTiming into ArcJaved Nissar2019-09-181-1/+2
* Update hyper to 0.12.33.Josh Matthews2019-08-291-1/+2
* Pass the event loop waker into WebXRAlan Jeffrey2019-07-251-1/+1
* http-cache: re-enable and update testGregory Terzian2019-06-221-0/+1
* refactored performance timing to align with updated specddh2018-11-201-5/+13
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-4/+4
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-25/+1
* Reorder importsPyfisch2018-11-061-4/+4
* Rustfmt net cratePyfisch2018-11-031-41/+49
* Update hyper to 0.12Bastien Orivel2018-11-011-10/+102
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-1/+2
* move msg to embedder_traits, use in script, handle send error in embedderGregory Terzian2018-05-231-2/+1
* test(net): update test casesOJ Kwon2018-04-271-5/+32
* test(net): update test casesOJ Kwon2018-04-271-1/+4
* delegate resource reading to embedderPaul Rouget2018-04-271-5/+3
* Merge net and net_testsAnthony Ramine2018-01-201-0/+112