aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/tests/main.rs
Commit message (Expand)AuthorAgeFilesLines
* 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