Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -167/+0 |
| | |||||
* | Add https support | Glenn Watson | 2014-08-26 | 1 | -4/+7 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-08-02 | 1 | -1/+1 |
| | |||||
* | Basic implementation of CORS | Manish Goregaokar | 2014-07-25 | 1 | -0/+14 |
| | |||||
* | Start dogfooding rust-url. Fix #1673. | Simon Sapin | 2014-07-21 | 1 | -2/+2 |
| | |||||
* | Allow URLSearchParams to be passed to XHR Send() | Manish Goregaokar | 2014-07-12 | 1 | -1/+1 |
| | |||||
* | Upgrade to latest Rust. | Manish Goregaokar | 2014-06-27 | 1 | -1/+1 |
| | |||||
* | Request termination for XHR | Manish Goregaokar | 2014-06-19 | 1 | -5/+16 |
| | |||||
* | JSON response support and some default headers | Manish Goregaokar | 2014-06-06 | 1 | -1/+4 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-06-05 | 1 | -7/+7 |
| | |||||
* | Add responseText and status code support to XHR | Manish Goregaokar | 2014-06-04 | 1 | -0/+1 |
| | |||||
* | Don't overwrite the "Host" request header | Matt Brubeck | 2014-05-28 | 1 | -0/+5 |
| | | | | Fixes broken requests caused by #2493. | ||||
* | Request header and postdata support for XHR | Manish Goregaokar | 2014-05-28 | 1 | -6/+19 |
| | |||||
* | Update Rust. | Ms2ger | 2014-05-22 | 1 | -1/+1 |
| | |||||
* | Async XHR GET with basic response header support | Manish Goregaokar | 2014-05-20 | 1 | -0/+1 |
| | |||||
* | Stop using ~[u8] in http_loader::load. | Ms2ger | 2014-05-12 | 1 | -5/+3 |
| | |||||
* | Allow resource load failures to send an error string which is reporting ↵ | Glenn Watson | 2014-05-08 | 1 | -12/+10 |
| | | | | during task failure. | ||||
* | Make ProgressMsg use Vec. | Ms2ger | 2014-04-28 | 1 | -1/+2 |
| | |||||
* | This batch of changes upgrades Servo to work with the Rust upgrade as of | Lars Bergstrom | 2014-04-27 | 1 | -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 #2104 | Philip Horger | 2014-04-18 | 1 | -1/+5 |
| | |||||
* | Upgrade rust. | Ms2ger | 2014-04-04 | 1 | -5/+5 |
| | |||||
* | Warning police. | Josh Matthews | 2014-03-18 | 1 | -1/+1 |
| | |||||
* | Rust upgrades | Lars Bergstrom | 2014-03-18 | 1 | -5/+13 |
| | |||||
* | Added bound to number of HTTP redirects, and prevented redirect loops. | Clark Gaebel | 2014-01-28 | 1 | -2/+30 |
| | |||||
* | add names for all servo spawned tasks | zmike | 2014-01-13 | 1 | -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 Moffitt | 2014-01-12 | 1 | -8/+5 |
| | |||||
* | http_loader: Don't tail-call for redirects | Keegan McAllister | 2013-12-03 | 1 | -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 McAllister | 2013-10-31 | 1 | -5/+5 |
| | |||||
* | Extract content type and character set from HTTP response headers | Keegan McAllister | 2013-10-10 | 1 | -1/+1 |
| | | | | We don't use this information anywhere, yet. | ||||
* | Use rust-http typed headers | Keegan McAllister | 2013-10-10 | 1 | -17/+13 |
| | |||||
* | Refactor resource loader protocol to send metadata first | Keegan McAllister | 2013-10-10 | 1 | -8/+11 |
| | |||||
* | Fix indentation in URL loaders | Keegan McAllister | 2013-10-10 | 1 | -3/+3 |
| | |||||
* | Handle HTTP 3xx redirects | Keegan McAllister | 2013-09-23 | 1 | -3/+22 |
| | | | | Fixes #973. | ||||
* | Resolve host names | Brian Anderson | 2013-09-06 | 1 | -9/+1 |
| | |||||
* | Remove unreachable code from http_loader | Brian Anderson | 2013-09-04 | 1 | -1/+0 |
| | |||||
* | Fix logic in http_loader | Brian Anderson | 2013-09-04 | 1 | -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 urls | Brian Anderson | 2013-09-03 | 1 | -37/+53 |
| | |||||
* | Update for language changes | Brian Anderson | 2013-06-26 | 1 | -2/+2 |
| | |||||
* | Remove the `servo-` prefix from core components. | Patrick Walton | 2013-05-28 | 1 | -0/+48 |