aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/http_loader.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings in net.Ms2ger2015-02-131-3/+3
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-3/+3
* Make XMLHttpRequest user-set headers be preserved across redirects.Josh Matthews2015-02-041-6/+13
* Rename some variables for clarity.Josh Matthews2015-02-041-2/+2
* Unify the get/set scookie APIs to make them both deal with raw strings.Josh Matthews2015-02-041-4/+9
* Set cookie headers on the request, rather than the load data, to ensure they ...Josh Matthews2015-02-041-8/+8
* Differentiate between HTTP and non-HTTP APIs for cookie operations. Fix some ...Josh Matthews2015-02-041-2/+6
* Improve redirect behaviour to clear headers and reevaluate sent cookies. Impl...Josh Matthews2015-02-041-41/+66
* cookies and cookies storage implementationShamir Khodzha2015-02-041-16/+29
* Only SSL CA certsManish Goregaokar2015-01-311-5/+6
* Add xpcshell script and warningManish Goregaokar2015-01-311-5/+23
* Basic certificate verification (fixes #4119)Manish Goregaokar2015-01-311-1/+9
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-9/+11
* Pass a String to spawn_named.Ms2ger2015-01-211-1/+1
* Move to to_owned rather than into_string.Ms2ger2015-01-201-1/+3
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-1/+1
* Qualify hyper enums.Ms2ger2015-01-041-4/+4
* Fix obsolete format traits.Ms2ger2015-01-021-2/+2
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-1/+2
* convert net crate to use hyperSean McArthur2014-12-041-30/+62
* Shared Sniffer TaskKshitij Parajuli2014-11-281-13/+18
* Fixes #3962Jesse Tuchsen2014-11-271-2/+5
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-3/+5
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-2/+2
* create about_loader, handle about:blankSean McArthur2014-09-111-1/+1
* remove unnecessary proc from resource loader factorySean McArthur2014-09-111-6/+3
* Cargoify servoJack Moffitt2014-09-081-0/+167