aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/fetch
Commit message (Expand)AuthorAgeFilesLines
* net: Start reducing number of IPCs channels used for fetch with a `FetchThrea...Martin Robinson2024-10-161-9/+10
* Implement fetch metadata headers (#33830)Simon Wülker2024-10-161-1/+196
* Create HttpStatus to safely deal with HTTP responses status. (#33581)webbeef2024-09-291-8/+8
* Let protocol handlers decide if they are fetchable (#33573)webbeef2024-09-281-5/+7
* Improve spec conformance around request header validation (#33418)shanehandley2024-09-141-149/+2
* Initial support for `<link rel="prefetch">` (#33345)Simon Wülker2024-09-091-1/+1
* net: Stop using legacy time in the HTTP and CORS caches (#33259)Martin Robinson2024-08-301-9/+10
* make protocol handlers registrable (#33104)webbeef2024-08-221-201/+12
* Remove unused constant from `components/net/fetch/methods.rs` (#33054)Martin Robinson2024-08-141-4/+1
* Replace the lazy_static crate with std::sync::LazyLock in components/net (#33...Hayashi Mikihiro2024-08-141-6/+3
* Allow navigations that include cross-origin redirects to succeed. (#32996)Josh Matthews2024-08-121-7/+18
* Add a directory listing feature for `file` URLs (#32580)Martin Robinson2024-06-261-8/+5
* clippy: fix some leftover warnings in components/net (#32476)Peter Mikola2024-06-111-1/+1
* clippy: fix `result_unit_err` warnings (#31791)eri2024-03-211-8/+6
* clippy: Fix warnings in `components/net` (#31626)eri2024-03-131-15/+9
* Fix more clippy warnings in `components/shared/net` (#31548)Mucha Naibei2024-03-101-4/+4
* clippy: fix warnings in components/net (#31564)eri2024-03-103-37/+33
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Revert "Replace time with std::time in components/net (#31079)" (#31120)Martin Robinson2024-01-181-11/+9
* Replace time with std::time in components/net (#31079)Taym Haddadi2024-01-171-9/+11
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-112-27/+31
* remove `extern crate` (#30311)Samson2023-09-081-0/+3
* constellation: crash to a new “sad tab” error page (#30290)Delan Azabani2023-09-061-0/+7
* Switch to rustls and webpki-roots (#30025)Martin Robinson2023-08-081-27/+47
* bump base64 from 0.10 to 0.21 (#29804)Tuna2023-08-021-1/+3
* Fix concept-header-list-get-decode-split2shiori172023-03-261-2/+2
* Fix return value of concept-header-list-get to Option<Vec<u8>>2shiori172023-03-261-13/+17
* Remove net from dependencies2shiori172023-03-201-16/+1
* Implement concept-header-list-sort-and-combine2shiori172023-03-061-1/+1
* Upgrade HyperNaveen Gattu2022-01-162-5/+7
* Fix warnings.Josh Matthews2022-01-031-2/+0
* Non-blocking network IONaveen Gattu2021-12-231-89/+108
* Update nightly rustc.Josh Matthews2021-11-011-1/+1
* Block port 10080Vincent Ricard2021-04-161-2/+2
* Add port blocking for tftp, netbios-ns, snmp, rtsp, h323gatestat, h323hostcal...Vincent Ricard2021-03-291-5/+6
* Fix some 'nosniff' testsVincent Ricard2021-03-082-12/+180
* Update the "bad ports" listVincent Ricard2020-11-041-2/+2
* Update referrer computationUtsav Oza2020-07-021-20/+14
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-7/+1
* fix streaming request bodies, terminate fetch if the body stream errorsGregory Terzian2020-06-161-2/+6
* net: Use a POST request for allowing certs temporarily.Josh Matthews2020-06-091-14/+22
* net: Add option to temporarily accept certs that failed the handshake.Josh Matthews2020-06-091-11/+35
* net: update list of bad portsGregory Terzian2020-06-041-4/+4
* check http_state in determine_request_referrerAlexandrov Sergey2020-05-191-0/+1
* Update content-security-policy.Josh Matthews2020-03-251-0/+1
* Auto merge of #25740 - gterzian:per_fetch_filemanager_handle, r=Manishearthbors-servo2020-02-251-3/+4
|\
| * add a fetch token for blob urlsGregory Terzian2020-02-211-3/+4
* | Auto merge of #25768 - pshaughn:corsstar, r=jdmbors-servo2020-02-141-9/+10
|\ \ | |/ |/|
| * Handle access-control header wildcardsPatrick Shaughnessy2020-02-141-9/+10
* | add a core resource thread-poolGregory Terzian2020-02-141-2/+2
|/