aboutsummaryrefslogtreecommitdiffstats
path: root/components/net
Commit message (Expand)AuthorAgeFilesLines
* Backout `Host`-header related change from #32024. (#32093)Philip Lamb2024-04-163-25/+1
* Fixes for HTTP header compliance. (#32024)Philip Lamb2024-04-113-21/+41
* clippy: Allow `too_many_arguments` for existing functions (#31974)eri2024-04-021-3/+3
* clippy: fix `result_unit_err` warnings (#31791)eri2024-03-213-23/+21
* Net: fold websocket and http tokio runtime into one (#31771)tannal2024-03-216-19/+19
* fix: missing thread name when spawning (#31656)Ngo Iok Ui (Wu Yu Wei)2024-03-141-0/+1
* clippy: Fix warnings in `components/net` (#31626)eri2024-03-138-53/+54
* fix: unused mem import (#31608)eri2024-03-101-1/+1
* Fix more clippy warnings in `components/shared/net` (#31548)Mucha Naibei2024-03-101-4/+4
* clippy: fix warnings in components/net (#31564)eri2024-03-1022-379/+325
* Make image decoding thread pool the size of the system's CPUs (#31585)eri2024-03-081-2/+9
* Use thread pool to decode image (#31517)eri2024-03-071-2/+8
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-2/+2
* script: Do not run layout in a thread (#31346)Martin Robinson2024-02-231-1/+1
* deps: Remove unused crate dependencies (#31185)Martin Robinson2024-01-261-1/+0
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-227-7/+7
* 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