aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* libservo: Convert `intercept_web_resource_load` into `load_web_resource` (#35...Martin Robinson2025-02-211-1/+1
* Implement WebResourceRequested Event. (#34961)zhuhaichao5182025-01-161-0/+1
* add minimal implementation of FetchParams (#34833)arthmis2025-01-121-0/+1
* net: Refactor `Decoder` (#33611)Cristian Brinza2024-10-021-0/+1
* make protocol handlers registrable (#33104)webbeef2024-08-221-1/+1
* Add a directory listing feature for `file` URLs (#32580)Martin Robinson2024-06-261-0/+1
* Net: fold websocket and http tokio runtime into one (#31771)tannal2024-03-211-0/+1
* remove `extern crate` (#30311)Samson2023-09-081-13/+0
* Switch to rustls and webpki-roots (#30025)Martin Robinson2023-08-081-3/+0
* Fix some 'nosniff' testsVincent Ricard2021-03-081-0/+2
* Remove some unused dependency declarationsSimon Sapin2020-05-291-0/+3
* Use the `matches!` macro from the standard librarySimon Sapin2020-02-121-2/+0
* #8539 Config preferences backend restructurePeter Hall2019-03-201-0/+2
* Redesign network response decoding to avoid creating decoders before some con...Josh Matthews2019-01-151-0/+1
* Add support fo byte range requests for blob URLsFernando Jiménez Moreno2018-11-261-1/+0
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-35/+0
* Reorder importsPyfisch2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-2/+2
* Rustfmt net cratePyfisch2018-11-031-4/+9
* Update hyper to 0.12Bastien Orivel2018-11-011-2/+5
* Merge some byte swap/premultiply functions in their own crateAnthony Ramine2018-10-061-0/+1
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-0/+1
* Replace servo-websocket by wsBastien Orivel2018-08-151-1/+1
* move msg to embedder_traits, use in script, handle send error in embedderGregory Terzian2018-05-231-1/+0
* refactor(filemanager): uses embedderproxy directlyOJ Kwon2018-04-271-1/+1
* refactor(filemanager): remove awareness to ui behaviorOJ Kwon2018-04-271-2/+0
* refactor(resourcethread): expose constellationmsg channelOJ Kwon2018-04-271-0/+1
* delegate resource reading to embedderPaul Rouget2018-04-271-2/+1
* Measure cache memory usage (#19251):modal-d172018-04-011-0/+5
* Replace parse-hosts crate with 10 lines of code.Simon Sapin2017-11-281-1/+0
* Beginnings of a http cacheJosh Matthews2017-11-141-0/+1
* Remove usage of unstable box syntax, except in the script crateSimon Sapin2017-10-121-1/+0
* Remove usage of unstable feature iterator_step_bySimon Sapin2017-10-111-1/+0
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-1/+1
* Remove explicit dependencies on serde_deriveSimon Sapin2017-06-161-3/+1
* Update Rust nightly to 1.19.0-nightly (2416e222e 2017-06-09)Anthony Ramine2017-06-091-1/+1
* Revert "Update Rust nightly to 1.19.0-nightly (6165203c4 2017-06-03)"Anthony Ramine2017-06-031-1/+1
* Update Rust nightly to 1.19.0-nightly (6165203c4 2017-06-03)Anthony Ramine2017-06-031-1/+1
* Redirect document loads manuallyNikhil Shagrithaya2017-05-311-1/+1
* Move hosts module into net crate. Remove obsolete functions.Josh Matthews2017-04-061-0/+5
* Move the HTTP connector to FetchContextAnthony Ramine2017-04-031-1/+1
* Update Hyper and OpenSSLddh2017-03-311-1/+1
* Move image cache implementation to the net crateFernando Jiménez Moreno2017-03-271-0/+4
* Make image cache per-document rather than globalFernando Jiménez Moreno2017-03-271-6/+0
* Replace use of rustc_serialize::base64 by base64Anthony Ramine2017-03-261-1/+1
* Premultiply RGBA image data before sending to webrenderJamie Nicol2017-03-101-0/+1
* Remove unused content blocker code.Ms2ger2017-03-071-3/+0
* Use serde_json to persist cookies in the net crateAnthony Ramine2017-02-221-0/+4
* Kill the plugins crate and its clippy supportAnthony Ramine2017-02-211-4/+1