aboutsummaryrefslogtreecommitdiffstats
path: root/components/net
Commit message (Expand)AuthorAgeFilesLines
* Revert "Replace time with std::time in components/net (#31079)" (#31120)Martin Robinson2024-01-187-129/+89
* Replace time with std::time in components/net (#31079)Taym Haddadi2024-01-177-89/+129
* Replace time with std::time in components/devtools (#30927)Taym Haddadi2024-01-031-5/+4
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-5/+5
* Update network stack dependencies (#30612)Martin Robinson2023-11-021-1/+1
* Enable debug assertions for all builds other than official releases (#30509)Delan Azabani2023-10-261-1/+0
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-1126-228/+248
* remove `extern crate` (#30311)Samson2023-09-0814-16/+23
* constellation: crash to a new “sad tab” error page (#30290)Delan Azabani2023-09-061-0/+7
* Replace `immeta` dependency with `imsz` (#30294)Martin Robinson2023-09-062-13/+12
* Format toml files (#30112)Samson2023-08-171-3/+3
* Switch to rustls and webpki-roots (#30025)Martin Robinson2023-08-0811-399/+414
* bump base64 from 0.10 to 0.21 (#29804)Tuna2023-08-023-4/+7
* Remove customised implementation of hsts headers. (#30046)shanehandley2023-07-311-93/+9
* Try to `use` WebRender types moreMartin Robinson2023-07-101-5/+6
* Vendor the current version of WebRenderMartin Robinson2023-07-031-1/+1
* Update uuidMartin Robinson2023-06-262-2/+2
* Update tungsteniteFabrice Desré2023-05-202-63/+46
* Auto merge of #29748 - Loirooriol:sync, r=mrobinsonbors-servo2023-05-191-0/+2
|\
| * Further changes required by ServoOriol Brufau2023-05-191-0/+2
* | Auto merge of #29752 - mrobinson:fix-29741-by-extending-request-builder, r=mu...bors-servo2023-05-181-0/+1
|\ \
| * | use response tainting::cors in cors preflightIver Småge men bærbar2023-05-181-0/+1
| |/
* / Start the transition to workspace dependenciesMartin Robinson2023-05-171-22/+22
|/
* Make sender and receiver name more coherentatbrakhi2023-05-081-8/+8
* 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
* Switch to the sha2 crate for SRI digests.Fabrice Desré2023-02-242-10/+14
* Fix intermittency when loading poster imagesMartin Robinson2023-01-111-0/+2
* components/net: Fix a double-lock in image_cacheBurtonQin2022-10-101-15/+27
* Update cookie/hyper_serde.Josh Matthews2022-04-011-2/+2
* Upgrade HyperNaveen Gattu2022-01-1617-353/+416
* Fix warnings.Josh Matthews2022-01-033-5/+3
* Update async-tungestenite.Josh Matthews2022-01-031-2/+2
* Non-blocking network IONaveen Gattu2021-12-239-344/+417
* more conciseNaveen Gattu2021-11-291-7/+5
* if let destructuringNaveen Gattu2021-11-291-7/+9
* more conciseNaveen Gattu2021-11-281-4/+3
* preserve fragmentNaveen Gattu2021-11-281-2/+9
* Update nightly rustc.Josh Matthews2021-11-011-1/+1
* Auto merge of #28528 - teymour-aldridge:shorthand, r=jdmbors-servo2021-06-251-1/+1
|\
| * test tidyteymour-aldridge2021-06-251-1/+1
| * Use struct shorthand initialization.teymour-aldridge2021-06-251-2/+2
* | Bump `time` to latest `v0.1.x` version.teymour-aldridge2021-06-251-2/+2
|/
* Auto merge of #28420 - dominiccooney:rlsnightly, r=jdmbors-servo2021-06-171-2/+2
|\
| * `mach fmt` after updating toolchain to 2021-05-18Dominic Cooney2021-05-221-2/+2
* | 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