aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/net/http_loader.rs
Commit message (Expand)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-167/+0
* Add https supportGlenn Watson2014-08-261-4/+7
* Upgrade Rust.Jack Moffitt2014-08-021-1/+1
* Basic implementation of CORSManish Goregaokar2014-07-251-0/+14
* Start dogfooding rust-url. Fix #1673.Simon Sapin2014-07-211-2/+2
* Allow URLSearchParams to be passed to XHR Send()Manish Goregaokar2014-07-121-1/+1
* Upgrade to latest Rust.Manish Goregaokar2014-06-271-1/+1
* Request termination for XHRManish Goregaokar2014-06-191-5/+16
* JSON response support and some default headersManish Goregaokar2014-06-061-1/+4
* Upgrade Rust.Jack Moffitt2014-06-051-7/+7
* Add responseText and status code support to XHRManish Goregaokar2014-06-041-0/+1
* Don't overwrite the "Host" request headerMatt Brubeck2014-05-281-0/+5
* Request header and postdata support for XHRManish Goregaokar2014-05-281-6/+19
* Update Rust.Ms2ger2014-05-221-1/+1
* Async XHR GET with basic response header supportManish Goregaokar2014-05-201-0/+1
* Stop using ~[u8] in http_loader::load.Ms2ger2014-05-121-5/+3
* Allow resource load failures to send an error string which is reporting durin...Glenn Watson2014-05-081-12/+10
* Make ProgressMsg use Vec.Ms2ger2014-04-281-1/+2
* This batch of changes upgrades Servo to work with the Rust upgrade as ofLars Bergstrom2014-04-271-3/+2
* Don't panic on https #2104Philip Horger2014-04-181-1/+5
* Upgrade rust.Ms2ger2014-04-041-5/+5
* Warning police.Josh Matthews2014-03-181-1/+1
* Rust upgradesLars Bergstrom2014-03-181-5/+13
* Added bound to number of HTTP redirects, and prevented redirect loops.Clark Gaebel2014-01-281-2/+30
* add names for all servo spawned taskszmike2014-01-131-1/+2
* Upgrade to latest Rust.Jack Moffitt2014-01-121-8/+5
* http_loader: Don't tail-call for redirectsKeegan McAllister2013-12-031-39/+46
* fmt! -> format!Keegan McAllister2013-10-311-5/+5
* Extract content type and character set from HTTP response headersKeegan McAllister2013-10-101-1/+1
* Use rust-http typed headersKeegan McAllister2013-10-101-17/+13
* Refactor resource loader protocol to send metadata firstKeegan McAllister2013-10-101-8/+11
* Fix indentation in URL loadersKeegan McAllister2013-10-101-3/+3
* Handle HTTP 3xx redirectsKeegan McAllister2013-09-231-3/+22
* Resolve host namesBrian Anderson2013-09-061-9/+1
* Remove unreachable code from http_loaderBrian Anderson2013-09-041-1/+0
* Fix logic in http_loaderBrian Anderson2013-09-041-4/+6
* Add rust-http to the build and begin using it to resolve http urlsBrian Anderson2013-09-031-37/+53
* Update for language changesBrian Anderson2013-06-261-2/+2
* Remove the `servo-` prefix from core components.Patrick Walton2013-05-281-0/+48