aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/resource_task.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Qualify hyper enums.Ms2ger2015-01-041-4/+4
|
* Fix obsolete format traits.Ms2ger2015-01-021-2/+2
| | | | They are to be removed from the language in the next rust upgrade.
* net: Remove glob imports added in #4405Tetsuharu OHZEKI2014-12-191-18/+15
|
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-7/+11
|
* convert script crate to use hyperSean McArthur2014-12-041-1/+1
|
* convert net crate to use hyperSean McArthur2014-12-041-21/+18
|
* Shared Sniffer TaskKshitij Parajuli2014-11-281-26/+44
| | | | | | | | - Added TargetedLoadResponse and ResponseSenders - LoadData constructor contains the next consumer which means SnifferManager doesn't need the next consumer to start - New SnifferTask is created at new resource_task creation - Update Unit Tests
* Fixes #3962Jesse Tuchsen2014-11-271-2/+2
| | | | Bad HTTP responses now have a 0 status code instead of 200 OK.
* M1456, Implement MIME sniffing initial StepKshitij Parajuli2014-11-131-2/+9
|
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-4/+4
|
* Run all task spawning through util, to allow for easy hooking.Clark Gaebel2014-10-281-3/+2
| | | | | | | | During debugging, I found it useful to hook all task creation in a central location, and util::task was the perfect place for it. r? @pcwalton (or maybe someone else, I'm kinda sending you a bunch of reviews today because I don't know who better to give them to)
* Add cmd line option to set user agent. Improves github when used.Glenn Watson2014-10-031-6/+11
|
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-3/+3
|
* Move link rel=stylesheet fetching to layout taskMatt Brubeck2014-09-161-0/+28
| | | | Fixes #3346.
* create about_loader, handle about:blankSean McArthur2014-09-111-21/+4
|
* remove unnecessary proc from resource loader factorySean McArthur2014-09-111-14/+4
|
* Cargoify servoJack Moffitt2014-09-081-0/+267