aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).Ms2ger2017-01-241-4/+0
* Implement Subresource Integritymrnayak2017-01-081-1/+1
* Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06)Simon Sapin2017-01-061-1/+0
* Removed util.Alan Jeffrey2016-12-141-1/+1
* Remove CoreResourceMsg::Load.Ms2ger2016-11-241-4/+0
* Rewrite test_redirect_from_x_to_x_provides_x_with_cookie_from_first_response.Ms2ger2016-11-231-2/+1
* Use FnvHasher in http_loader::loadAnthony Ramine2016-11-191-0/+1
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-0/+1
* Privatize the chrome_loader module.Ms2ger2016-11-061-1/+2
* Privatize the http_loader module.Ms2ger2016-11-061-1/+7
* Privatize some net modules.Ms2ger2016-11-061-7/+7
* Auto merge of #14044 - servo:bluetooth, r=emiliobors-servo2016-11-031-3/+0
|\
| * Split the bluetooth code out from the net crates.Ms2ger2016-11-031-3/+0
* | Auto merge of #14042 - servo:fetch-unit-data, r=noxbors-servo2016-11-031-1/+1
|\ \ | |/ |/|