Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename net/fetch/request.rs to net/fetch/methods.rs and move Request to ↵ | Keith Yeung | 2016-01-18 | 1 | -892/+0 |
| | | | | net_traits | ||||
* | Implement a basic test for Fetch and fix errors it finds | Nikki | 2016-01-13 | 1 | -21/+26 |
| | |||||
* | task -> thread | rohan.prinja | 2016-01-10 | 1 | -2/+2 |
| | |||||
* | rewrapped Rc<RefCell<Response>> into Rc<Response> | Nikki | 2016-01-08 | 1 | -19/+15 |
| | |||||
* | changed Rc<RefCell<Request>> into Rc<Request> | Nikki | 2016-01-07 | 1 | -98/+99 |
| | |||||
* | Extract Response from net_traits/lib.rs | Keith Yeung | 2016-01-06 | 1 | -2/+2 |
| | |||||
* | minimal implementation of http_network_fetch for testing purposes | Nikki | 2016-01-05 | 1 | -6/+92 |
| | |||||
* | Partial implementation of HTTP-network-or-cache fetch step. | Nikki | 2015-12-29 | 1 | -292/+587 |
| | |||||
* | Use Url.join instead of UrlParser.base_url(...).parse (#9002) | Mathieu Agopian | 2015-12-18 | 1 | -2/+2 |
| | |||||
* | Refactor http_fetch to reflect the new standard | Keith Yeung | 2015-11-26 | 1 | -79/+139 |
| | |||||
* | Initial fetch refactor | Keith Yeung | 2015-09-28 | 1 | -2/+13 |
| | |||||
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -5/+5 |
| | |||||
* | Add plugins for compositing and net crates #7699 | Maciej Skrzypkowski | 2015-09-22 | 1 | -3/+3 |
| | | | | | Changed to_string calls to to_owned calls where was a need. | ||||
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -6/+6 |
| | |||||
* | Fix existing syntactics nits. | Josh Matthews | 2015-08-16 | 1 | -1/+1 |
| | |||||
* | Upgrade to rustc 1.3.0-dev (fddfd089b 2015-07-10) | Simon Sapin | 2015-07-15 | 1 | -1/+1 |
| | |||||
* | Use str::parse() rather than FromStr::from_str. | Ms2ger | 2015-06-13 | 1 | -1/+1 |
| | | | | The former appears to be preferred. | ||||
* | Reduce max line length from 150 to 120 characters | Corey Farwell | 2015-05-24 | 1 | -3/+8 |
| | | | | Part of https://github.com/servo/servo/issues/6041 | ||||
* | Auto merge of #6129 - KiChjang:fetch-spec, r=jdm | bors-servo | 2015-05-19 | 1 | -13/+62 |
|\ | | | | | | | | | | | <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6129) <!-- Reviewable:end --> | ||||
| * | Implement fetch (partial #4576) | Keith Yeung | 2015-05-19 | 1 | -13/+62 |
| | | |||||
* | | Use snake case in fetch. | Ms2ger | 2015-05-19 | 1 | -8/+8 |
| | | |||||
* | | Remove an unwrap() call in HTTP fetch. | Ms2ger | 2015-05-19 | 1 | -5/+5 |
|/ | |||||
* | Implemented http fetch (partial #4576) | Keith Yeung | 2015-05-18 | 1 | -21/+247 |
| | |||||
* | Implement Clone for Copy types. | Ms2ger | 2015-04-28 | 1 | -5/+5 |
| | |||||
* | Update WHATWG links to use HTTPS | Corey Farwell | 2015-04-13 | 1 | -9/+9 |
| | | | | | | | | | | | | | | Extracted this out of #5649 This commit was created with the following commands: ``` find . -iname "*.webidl" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ``` ``` find . -iname "*.rs" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ``` | ||||
* | Remove int_uint from net. | Josh Matthews | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | Update some code that's feature-gated under core. | Ms2ger | 2015-03-21 | 1 | -2/+2 |
| | |||||
* | Upgrade to rustc ba2f13ef0 2015-02-04 | Simon Sapin | 2015-02-11 | 1 | -1/+1 |
| | |||||
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. | Josh Matthews | 2015-01-28 | 1 | -5/+5 |
| | |||||
* | Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. | Ms2ger | 2015-01-08 | 1 | -0/+5 |
| | |||||
* | Import enums inside hyper::mime rather than the module. | Ms2ger | 2015-01-04 | 1 | -3/+3 |
| | |||||
* | Qualify hyper enums. | Ms2ger | 2015-01-04 | 1 | -4/+6 |
| | |||||
* | net: Remove glob imports added in #4405 | Tetsuharu OHZEKI | 2014-12-19 | 1 | -11/+5 |
| | |||||
* | Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d. | Ms2ger | 2014-12-17 | 1 | -0/+6 |
| | |||||
* | convert net crate to use hyper | Sean McArthur | 2014-12-04 | 1 | -5/+7 |
| | |||||
* | Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a | Jack Moffitt | 2014-11-13 | 1 | -1/+1 |
| | |||||
* | Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000) | Keegan McAllister | 2014-09-20 | 1 | -1/+1 |
| | |||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+149 |