aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/tests
Commit message (Expand)AuthorAgeFilesLines
* Stop using `time@0.1` in Servo (#33394)Martin Robinson2024-09-111-8/+11
* Make all platforms use a delay during cookie tests. (#33279)Josh Matthews2024-09-011-4/+0
* make protocol handlers registrable (#33104)webbeef2024-08-223-0/+8
* Replace the lazy_static crate with std::sync::LazyLock in components/net (#33...Hayashi Mikihiro2024-08-141-7/+6
* Update to rust 1.80.0 (#32896)Hayashi Mikihiro2024-08-071-0/+3
* dependencies: Upgrade `cookie` and rename Servo's `Cookie` to `ServoCookie` (...Martin Robinson2024-07-263-115/+114
* DevTools: Replace camel case variable names (#32726)eri2024-07-082-4/+4
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-173-3/+3
* Backout `Host`-header related change from #32024. (#32093)Philip Lamb2024-04-162-11/+0
* Fixes for HTTP header compliance. (#32024)Philip Lamb2024-04-112-19/+26
* clippy: fix warnings in components/net (#31564)eri2024-03-104-8/+8
* Revert "Replace time with std::time in components/net (#31079)" (#31120)Martin Robinson2024-01-181-26/+8
* Replace time with std::time in components/net (#31079)Taym Haddadi2024-01-171-8/+26
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-1110-58/+67
* remove `extern crate` (#30311)Samson2023-09-081-3/+1
* Switch to rustls and webpki-roots (#30025)Martin Robinson2023-08-083-102/+102
* Update uuidMartin Robinson2023-06-261-1/+1
* Upgrade HyperNaveen Gattu2022-01-165-93/+114
* Non-blocking network IONaveen Gattu2021-12-233-14/+32
* Fix tidy error.Josh Matthews2021-05-281-1/+0
* Disable warnings on windows.Josh Matthews2021-05-281-0/+2
* Disable fetch tests on windows.Josh Matthews2021-05-271-2/+1
* Don't error on unused imports.Josh Matthews2021-05-271-0/+2
* Disable more unit tests for windows.Josh Matthews2021-05-271-0/+2
* Disable all http_loader unit tests on windows.Josh Matthews2021-05-271-0/+2
* Disable intermittent unit test.Josh Matthews2021-05-261-0/+1
* Disable another intermittent test on windows.Josh Matthews2021-05-221-0/+1
* Disable intermittent test on windows.Josh Matthews2021-05-221-0/+1
* Compile fix.Josh Matthews2021-04-071-0/+2
* Try to work around windows unit test failures.Josh Matthews2021-04-071-5/+2
* Disasable net unit test on windows.Josh Matthews2021-04-041-0/+1
* Fix warnings introduced in newer Rust NightlySimon Sapin2021-02-251-1/+1
* Remove unit test that triggers frequent intermittent failure.Josh Matthews2020-07-271-78/+2
* Auto merge of #27198 - jdm:http-origin-test-debug, r=asajeffreybors-servo2020-07-071-7/+8
|\
| * Add debug output for intermittently failing test.Josh Matthews2020-07-071-7/+8
* | Update referrer computationUtsav Oza2020-07-021-26/+10
|/
* Fix remaining flake8 warningsKagami Sascha Rosylight2020-06-211-0/+1
* Use global.get_referrer() when appropiateMatthias Deiml2020-06-171-2/+2
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-174-85/+215
* fix streaming request bodies, terminate fetch if the body stream errorsGregory Terzian2020-06-161-3/+4
* net: Add unit test for accepting a self-signed cert.Josh Matthews2020-06-092-5/+99
* partially integrate streaming request bodies with http re-directGregory Terzian2020-06-041-5/+1
* integrate readablestream with fetch and blobGregory Terzian2020-06-041-4/+35
* check http_state in determine_request_referrerAlexandrov Sergey2020-05-194-31/+44
* 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-213-2/+5
* add a core resource thread-poolGregory Terzian2020-02-144-18/+31
* file: and about: are now opaque-filtered responsesPatrick Shaughnessy2020-02-111-9/+28
* Fix HSTSJan Andre Ikenmeyer2020-01-072-2/+65
* Let hyper automatically add a host header for HTTP/1Jan Andre Ikenmeyer2019-12-162-14/+1