aboutsummaryrefslogtreecommitdiffstats
path: root/components/net
Commit message (Expand)AuthorAgeFilesLines
...
* Add prefs to limit threadpool sizes (#34478)Jonathan Schwender2024-12-075-13/+40
* Remove some unused dependencies (#34355)Jonathan Schwender2024-11-251-1/+0
* Fork Stylo's `malloc_size_of` into Servo (#34332)Martin Robinson2024-11-221-83/+56
* Remove referrer policy from document (#34263)shanehandley2024-11-193-37/+46
* Implement PolicyContainer and update the default ReferrerPolicy (#33977)shanehandley2024-11-081-22/+60
* net: Ensure that origin serialization is consistent (#34081)Martin Robinson2024-10-312-8/+42
* Use `ROUTER::add_typed_route` instead of `ROUTER::add_route` everywhere (#33866)Simon Wülker2024-10-183-9/+9
* net: Start reducing number of IPCs channels used for fetch with a `FetchThrea...Martin Robinson2024-10-167-259/+112
* Implement fetch metadata headers (#33830)Simon Wülker2024-10-164-4/+388
* doc(resources): `Preferences`, `HstsPreloadList`, `RippyPNG` (#33775)Ngo Iok Ui (Wu Yu Wei)2024-10-101-2/+5
* compositor: Create a single cross-process compositor API (#33619) (#33660)Martin Robinson2024-10-091-16/+17
* Fix Clippy warning: Replace map().flatten() with and_then() in http_loader.rs...chickenleaf2024-10-091-2/+1
* Fix handling of `__Secure-` and `__Host-` Cookie prefixes (#33717)Simon Wülker2024-10-092-41/+150
* Bring `http_network_or_cache_fetch` closer to the spec (#33531)Simon Wülker2024-10-081-159/+293
* Revert "compositor: Create a single cross-process compositor API (#33619)" (#...Martin Robinson2024-10-041-17/+16
* compositor: Create a single cross-process compositor API (#33619)Martin Robinson2024-10-031-16/+17
* net: Refactor `Decoder` (#33611)Cristian Brinza2024-10-025-406/+239
* Create HttpStatus to safely deal with HTTP responses status. (#33581)webbeef2024-09-299-161/+98
* Let protocol handlers decide if they are fetchable (#33573)webbeef2024-09-283-5/+30
* Simplify the data: protocol handler (#33500)webbeef2024-09-281-67/+27
* fetch: header tweaks to improve compliance with fetch spec (#33562)shanehandley2024-09-271-5/+20
* fix many clippy warnings (#33510)Gae242024-09-211-1/+1
* fetch: add an accept encoding header when the range header exists (#33496)shanehandley2024-09-191-13/+32
* Append the Sec-Purpose header for prefetch requests (#33490)shanehandley2024-09-181-23/+51
* Add `rust-version` to all `Cargo.toml` files (#33483)Martin Robinson2024-09-171-0/+1
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-163-16/+16
* Improve spec conformance around request header validation (#33418)shanehandley2024-09-141-149/+2
* Stop using `time@0.1` in Servo (#33394)Martin Robinson2024-09-114-30/+23
* Initial support for `<link rel="prefetch">` (#33345)Simon Wülker2024-09-092-35/+26
* net: use saturating_sub when substracting durations to prevent underflows (#3...webbeef2024-09-081-5/+2
* script: Create a `CrossProcessInstant` to enable serializable monotonic time ...Martin Robinson2024-09-051-16/+15
* Make all platforms use a delay during cookie tests. (#33279)Josh Matthews2024-09-011-4/+0
* net: Stop using both versions of the `time` crate in the cookie code (#33260)Martin Robinson2024-08-303-34/+26
* net: Stop using legacy time in the HTTP and CORS caches (#33259)Martin Robinson2024-08-303-65/+53
* make protocol handlers registrable (#33104)webbeef2024-08-2210-219/+431
* 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-145-25/+15
* Fix warnings after latest rust upgrade (#33043)Martin Robinson2024-08-141-0/+1
* Dedupliate `syn` (#33038)Martin Robinson2024-08-131-1/+1
* clippy: Fix various clippy warnings throughout the code (#33003)Ashwin Naren2024-08-131-6/+2
* Allow navigations that include cross-origin redirects to succeed. (#32996)Josh Matthews2024-08-121-7/+18
* 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-269-173/+169
* DevTools: Replace camel case variable names (#32726)eri2024-07-083-6/+6
* clippy: Fix a bunch of warnings in `script` (#32680)Martin Robinson2024-07-042-8/+8
* Add a directory listing feature for `file` URLs (#32580)Martin Robinson2024-06-264-8/+165
* Use workspace definitions for all crates and update to the 2021 edition (#32544)Martin Robinson2024-06-181-5/+5
* clippy: fix some leftover warnings in components/net (#32476)Peter Mikola2024-06-113-9/+20
* compositor: Move WebRender-ish messages and types to `webrender_traits` (#32315)Mukilan Thiyagarajan2024-05-202-11/+10
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-175-5/+5