aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/net/resource_task.rs
Commit message (Expand)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-267/+0
* Add https supportGlenn Watson2014-08-261-1/+1
* remove unnecessary clone usagejoaoxsouls2014-08-041-1/+1
* refactor new_resource_task, use one channel instead of twojoaoxsouls2014-08-031-4/+2
* Basic implementation of CORSManish Goregaokar2014-07-251-2/+12
* Move about: URL handling from parsing to loading. Fix #1094Simon Sapin2014-07-211-2/+21
* Hard-code resource task loaders. They never change.Simon Sapin2014-07-211-66/+14
* Start dogfooding rust-url. Fix #1673.Simon Sapin2014-07-211-5/+5
* Allow URLSearchParams to be passed to XHR Send()Manish Goregaokar2014-07-121-1/+1
* Test for tabs in tidy.py.Ms2ger2014-07-111-2/+2
* Fix or selectively silence warnings in src/components.Simon Sapin2014-07-081-9/+11
* Upgrade to latest Rust.Manish Goregaokar2014-06-271-1/+1
* Request termination for XHRManish Goregaokar2014-06-191-2/+10
* Upgrade Rust.Jack Moffitt2014-06-051-15/+15
* Add responseText and status code support to XHRManish Goregaokar2014-06-041-1/+8
* Request header and postdata support for XHRManish Goregaokar2014-05-281-19/+40
* Update Rust.Ms2ger2014-05-221-4/+4
* Async XHR GET with basic response header supportManish Goregaokar2014-05-201-2/+6
* Allow resource load failures to send an error string which is reporting durin...Glenn Watson2014-05-081-3/+3
* Use Vec for ResourceTask.Ms2ger2014-05-061-6/+6
* Convert Vec::new() to vec!()Matt Murphy2014-05-041-1/+1
* ~[] to Vec in net/resource_task.rsMatt Murphy2014-05-041-2/+2
* Replace most ~"string"s with "string".to_owned().Ms2ger2014-05-041-4/+4
* Make ProgressMsg use Vec.Ms2ger2014-04-281-4/+4
* This batch of changes upgrades Servo to work with the Rust upgrade as ofLars Bergstrom2014-04-271-5/+5
* Fix some private type in public signature warnings.Josh Matthews2014-04-161-3/+3
* Fix tests.Josh Matthews2014-04-041-1/+1
* Upgrade rust.Ms2ger2014-04-041-18/+18
* Rust upgrade for new master rebaseLars Bergstrom2014-03-181-12/+0
* Warning police.Josh Matthews2014-03-181-2/+1
* Rust upgradesLars Bergstrom2014-03-181-5/+21
* add names for all servo spawned taskszmike2014-01-131-1/+1
* Upgrade to latest Rust.Jack Moffitt2014-01-121-14/+11
* fmt! -> format!Keegan McAllister2013-10-311-2/+2
* Factor out a convenience function load_whole_resourceKeegan McAllister2013-10-171-0/+17
* Fix bitrotten testsKeegan McAllister2013-10-101-13/+28
* Add support for data: URLsKeegan McAllister2013-10-101-0/+2
* Extract content type and character set from HTTP response headersKeegan McAllister2013-10-101-2/+26
* Refactor resource loader protocol to send metadata firstKeegan McAllister2013-10-101-12/+50
* Simplify ResourceTask creationKeegan McAllister2013-10-101-7/+5
* Handle HTTP 3xx redirectsKeegan McAllister2013-09-231-0/+3
* Remove old lint mode annotation.Jack Moffitt2013-09-101-2/+0
* Add rust-http to the build and begin using it to resolve http urlsBrian Anderson2013-09-031-3/+3
* Remove HTTP support (!)Keegan McAllister2013-08-151-3/+3
* For loops and misc changesKeegan McAllister2013-08-151-1/+1
* Library changesKeegan McAllister2013-08-151-2/+2
* Trait changes, and eliminate 'copy'Keegan McAllister2013-08-151-1/+1
* Update to latest Rust.Jack Moffitt2013-07-091-1/+1
* Update for language changesBrian Anderson2013-06-261-4/+4
* Remove the `servo-` prefix from core components.Patrick Walton2013-05-281-0/+155