aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/http_cache.rs
Commit message (Expand)AuthorAgeFilesLines
* 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