aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/net/http_loader.rs
Commit message (Collapse)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
| | | | Fixes broken requests caused by #2493.
* 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 ↵Glenn Watson2014-05-081-12/+10
| | | | during task failure.
* 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
| | | | | | April 10, 2014. The main changes are to privacy, to work around the issues with incorrect bounds on the libstd `Arc<Mutex<T>>`, and the various API changes strewn throughout the libraries.
* 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
| | | | | | | | * add servo_util::task::{spawn_named,spawn_with_named} functions * add name param for spawn_listener and spawn_conversation functions this should resolve #1169
* Upgrade to latest Rust.Jack Moffitt2014-01-121-8/+5
|
* http_loader: Don't tail-call for redirectsKeegan McAllister2013-12-031-39/+46
| | | | | | | | | Serving suggestion: git show -w Fixes #1325. Some of the control-flow reorganization is for clarity rather than out of necessity.
* fmt! -> format!Keegan McAllister2013-10-311-5/+5
|
* Extract content type and character set from HTTP response headersKeegan McAllister2013-10-101-1/+1
| | | | We don't use this information anywhere, yet.
* 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
| | | | Fixes #973.
* 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
| | | | We don't need to repeatedly read the headers, and need to send the Done message.
* 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