aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/file_loader.rs
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to rust-url 1.0 and hyper 0.9Simon Sapin2016-04-231-1/+1
* Propagating the load errors from network loaderRavi Shankar2016-04-201-5/+5
* Refactor `loop` into a `while` loop.Corey Farwell2016-04-191-6/+3
* Flatten implementation of `net::file_loader::factory`.Corey Farwell2016-04-151-45/+45
* Issue #9095: Send a notification when a file load is cancelled.Simon Martin2016-01-101-21/+24
* task -> threadrohan.prinja2016-01-101-3/+3
* Resolves #4183 - Implemementing context-based MIME type sniffingDavid Rajchenbach-Teller2015-12-311-3/+5
* Auto merge of #8650 - Wafflespeanut:about-404, r=Wafflespeanutbors-servo2015-11-261-2/+9
|\
| * Redirect to an error page when file's not foundRavi Shankar2015-11-261-2/+9
* | Add content_type to metadata in file_loaderKeith Yeung2015-11-241-2/+7
|/
* Implement cancellation listener for cancelling network requestsRavi Shankar2015-11-121-7/+28
* Consistently use content-type sniffing with all protocols.Eli Friedman2015-10-311-8/+17
* Refactor resource loaders to use send_error utility.Eli Friedman2015-10-131-6/+4
* Cleanup code that was warned by rust-clippyCorey Farwell2015-10-111-1/+1
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-3/+3
* Add plugins for compositing and net crates #7699Maciej Skrzypkowski2015-09-221-2/+2
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-1/+0
* sort all usesJohann Tuffe2015-08-201-2/+2
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-0/+1
* Remove as_mut_slice() calls.Ms2ger2015-04-261-1/+1
* Replace usage of ResponseSenders by LoadConsumerMarcus Klaas2015-04-191-2/+2
* Completely abstract sending responses over channels vs. listeners.Josh Matthews2015-04-161-4/+3
* Start switching net/ to use abstractions over channels to allow introducing n...Josh Matthews2015-04-161-7/+6
* Avoid virtual calls when loading files.Ms2ger2015-04-101-3/+3
* Remove int_uint from net.Josh Matthews2015-04-071-1/+1
* Enable optional mime sniffing, and integrate it with the file loader.Josh Matthews2015-04-061-13/+39
* Remove the sniffer task.Josh Matthews2015-04-061-7/+4
* Split out shared networking code into net_traits crateGilles Leblanc2015-04-031-2/+3
* Stop using old_path in net.Ms2ger2015-03-261-2/+3
* Fixed some deprecation errors in components/net.Avi Weinstock2015-03-231-18/+14
* Update some code that's feature-gated under core.Ms2ger2015-03-211-1/+1
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-2/+2
* add `unwrap` to `send/recv` callsAlexandru Cojocaru2015-02-031-3/+3
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-3/+4
* Pass a String to spawn_named.Ms2ger2015-01-211-1/+2
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-1/+2
* Shared Sniffer TaskKshitij Parajuli2014-11-281-4/+7
* create about_loader, handle about:blankSean McArthur2014-09-111-1/+2
* remove unnecessary proc from resource loader factorySean McArthur2014-09-111-24/+21
* Return error when unable to create a file path from url.Glenn Watson2014-09-111-8/+15
* Fix loading of file URLs with spacesJack Moffitt2014-09-101-1/+2
* Cargoify servoJack Moffitt2014-09-081-0/+50