aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/http_cache.rs
Commit message (Expand)AuthorAgeFilesLines
* Revert "Replace time with std::time in components/net (#31079)" (#31120)Martin Robinson2024-01-181-34/+41
* Replace time with std::time in components/net (#31079)Taym Haddadi2024-01-171-41/+34
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-7/+9
* remove `extern crate` (#30311)Samson2023-09-081-0/+3
* Upgrade HyperNaveen Gattu2022-01-161-3/+2
* Non-blocking network IONaveen Gattu2021-12-231-2/+2
* `mach fmt` after updating toolchain to 2021-05-18Dominic Cooney2021-05-221-2/+2
* Make reload button clear the network cache.Josh Matthews2020-07-271-0/+5
* Upgrade to rustc 1.42.0-nightly (9b98af84c 2019-12-22)Simon Sapin2019-12-231-4/+7
* http-cache: wait on pending storesGregory Terzian2019-10-081-55/+91
* Auto merge of #24370 - jdm:cache-crossorigin-test, r=gterzianbors-servo2019-10-071-0/+10
|\
| * Add some useful HTTP cache debug output.Josh Matthews2019-10-041-0/+10
* | Pass argument by reference to CacheKey constructorTugdual JULLIEN2019-10-051-5/+5
* | rustfmtJosh Matthews2019-10-031-1/+3
* | Use unfiltered response body when replicating body of cached responses.Josh Matthews2019-10-031-1/+1
|/
* Auto merge of #23494 - gterzian:improve_http_cache, r=jdmbors-servo2019-06-221-5/+47
|\
| * http-cache: do not cache responses from requests with authorizationGregory Terzian2019-06-201-0/+9
| * http-cache: improve handling of network errors and partial contentGregory Terzian2019-06-171-5/+38
* | Upgrade headers, headers-core, and hyper_serde.Josh Matthews2019-06-131-2/+3
* | Remove unused code from net and net_traits cratesest312019-06-021-5/+0
|/
* #8539 Config preferences backend restructurePeter Hall2019-03-201-6/+1
* fix potentially overflowing arithmetic in cache range requestsGregory Terzian2019-03-151-1/+17
* Remove redundant `.clone()`sShotaro Yamada2018-12-111-1/+1
* refactored performance timing to align with updated specddh2018-11-201-4/+11
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-3/+3
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* Reorder importsPyfisch2018-11-061-5/+7
* `cargo fix --edition`Simon Sapin2018-11-061-1/+1
* Rustfmt net cratePyfisch2018-11-031-92/+155
* Update hyper to 0.12Bastien Orivel2018-11-011-173/+163
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-1/+1
* Ensure done_chan is Some, when refreshing a still receiving resourceGregory Terzian2018-06-231-3/+17
* Make a doc URL a clickable linkDale Wijnand2018-06-071-1/+1
* Measure cache memory usage (#19251):modal-d172018-04-011-58/+97
* Use specific assertion for net http_cacheCYBAI2018-01-261-1/+1
* handle caching of response with a body of ResponseBody::ReceivingGregory Terzian2018-01-131-22/+49
* ignore aborted response in http cachingGregory Terzian2018-01-131-5/+18
* net: Use ? on Option more often.Emilio Cobos Álvarez2017-12-091-4/+1
* Removed unused import in net/http_cache.rsHugh Gallagher2017-11-211-1/+0
* add pref to disable http cache, mozilla testsGregory Terzian2017-11-191-0/+4
* also cache redirectsGregory Terzian2017-11-171-7/+5
* more http cache workGregory Terzian2017-11-161-405/+558
* Beginnings of a http cacheJosh Matthews2017-11-141-0/+500