aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/fetch/cors_cache.rs
Commit message (Expand)AuthorAgeFilesLines
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Rustfmt net cratePyfisch2018-11-031-32/+72
* Update hyper to 0.12Bastien Orivel2018-11-011-8/+9
* Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08)Simon Sapin2017-11-091-1/+0
* Remove all internal mutability from RequestAnthony Ramine2017-04-031-4/+4
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-3/+3
* Update CORS naming from 'CORS' to 'Cors'.Corey Farwell2016-11-091-21/+21
* Remove extra spaces in function calls and declarationsDaan Sprenkels2016-10-311-1/+1
* Update Rust to 1.12.0-nightly (1deb02ea6 2016-08-12)Anthony Ramine2016-08-131-2/+1
* Remove empty lines following braces.Josh Matthews2016-05-271-1/+0
* Remove CacheRequestDetailsJoshua Holmer2016-05-021-24/+19
* Cleanup CORSCacheDaniel Robertson2016-04-271-185/+34
* Fix logic for cors cache matchDaniel Robertson2016-04-271-4/+4
* change changes effecting verbosityfaineance2016-03-271-4/+2
* use self.0 instead of destructing single item tuple structsfaineance2016-03-271-4/+3
* Update to Rust 2016-03-05Anthony Ramine2016-03-061-1/+1
* Update fetch attributes to match the new specKeith Yeung2016-02-271-1/+2
* Partial implementation of Main Fetch step, including appropiate updates to testsNikki2016-01-291-7/+5
* task -> threadrohan.prinja2016-01-101-33/+33
* Partial implementation of HTTP-network-or-cache fetch step.Nikki2015-12-291-14/+19
* DRY out conditional logic in CORS header matchingCorey Farwell2015-10-111-12/+10
* Cleanup code that was warned by rust-clippyCorey Farwell2015-10-111-14/+12
* Add plugins for compositing and net crates #7699Maciej Skrzypkowski2015-09-221-3/+3
* Fix existing syntactics nits.Josh Matthews2015-08-161-1/+1
* Remove `get_` prefix on gettersCorey Farwell2015-06-021-2/+2
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-10/+21
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-1/+0
* Update WHATWG links to use HTTPSCorey Farwell2015-04-131-7/+7
* Remove int_uint from net.Josh Matthews2015-04-071-10/+10
* Update some code that's feature-gated under core.Ms2ger2015-03-211-3/+3
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-13/+13
* net: Remove glob imports added in #4405Tetsuharu OHZEKI2014-12-191-22/+19
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-0/+3
* convert net crate to use hyperSean McArthur2014-12-041-1/+1
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-1/+1
* Eliminate warningsKeegan McAllister2014-09-201-4/+4
* Fix doctest errors in rustdoc commentsMatt Brubeck2014-09-171-1/+1
* Cargoify servoJack Moffitt2014-09-081-0/+316