aboutsummaryrefslogtreecommitdiffstats
path: root/components/net_traits
Commit message (Expand)AuthorAgeFilesLines
* servo: Update `ipc-channel` to pick up `bincode` support.Patrick Walton2015-08-081-2/+2
* Move net_error_list from net to net_traits. Fixes #7050.Connor Imes2015-08-062-0/+204
* Use hosts-replaced URL only when loading resourcesJames Graham2015-08-053-2/+91
* Obey Strict-Transport-Security headerSam Gibson2015-08-021-1/+1
* script: Fix merge fallout.Patrick Walton2015-07-311-4/+0
* script: Make the resource task communication use IPC channels.Patrick Walton2015-07-312-269/+50
* net: Use a thread for each `AsyncResponseTarget` to avoid having to sendPatrick Walton2015-07-311-4/+10
* net: Make most of the resource task messages serializable.Patrick Walton2015-07-311-33/+262
* Be less vocal about image parsing failures.Ms2ger2015-07-291-2/+2
* script: Make the `ImageCacheTask` use IPC.Patrick Walton2015-07-263-19/+39
* net: Convert the storage task to use IPC.Patrick Walton2015-07-261-9/+10
* canvas: Move to shared memory for images and canvas backing stores.Patrick Walton2015-07-243-3/+8
* Moves HSTS includeSubdomains enum to net_traitsSam Gibson2015-07-221-1/+7
* Adds control message for HSTS headersSam Gibson2015-07-221-0/+2
* Replace astersisks with appropriate versions in depsBogdan Cuza2015-07-201-3/+3
* compositing: Make the constellation messages serializable.Patrick Walton2015-07-181-2/+6
* gfx: Make display lists serializable using `serde`.Patrick Walton2015-07-153-0/+8
* Upgrade to rustc 1.3.0-dev (fddfd089b 2015-07-10)Simon Sapin2015-07-151-1/+1
* Add servo Image type. Remove rust-png dependency from script, gfx, layout.Glenn Watson2015-07-071-9/+43
* Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0.Ms2ger2015-06-251-1/+1
* Use euclid from crates.ioecoal952015-06-192-4/+3
* Use the correct log crate and setup env_logger in main.Eduard Burtescu2015-06-062-1/+1
* Bump rust-url version: 0.2.16 → 0.2.35Corey Farwell2015-06-041-1/+1
* Move to latest hyper everywhereManish Goregaokar2015-06-021-1/+1
* if thread panics then assertion for PendingLoadGuard destructor is notr0e2015-05-251-1/+4
* Auto merge of #5727 - jdm:parserinterrupt2, r=mbrubeckbors-servo2015-05-211-7/+11
|\
| * Make external script sources load asynchronously, yet still block further par...Josh Matthews2015-05-201-7/+11
* | net: Don't load the placeholder image for background images, only forPatrick Walton2015-05-201-5/+24
|/
* Upgrade to Hyper 0.4.0Simon Sapin2015-05-121-1/+1
* Delay stylesheet load in test to increase confidence.Josh Matthews2015-05-111-8/+10
* Make stylesheets block page load.Josh Matthews2015-05-111-4/+52
* 1. Add an Option<Pipeline_id> field to the LoadData struct, and a correspondi...Himaja2015-05-052-3/+10
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-052-5/+4
* Add a `profile_traits` crate to reduce compile times.Nicholas Nethercote2015-04-302-4/+0
* Implement Clone for Copy types.Ms2ger2015-04-283-3/+3
* Remove some as_slice calls.Ms2ger2015-04-241-4/+4
* Refactored image cache task - details below.Glenn Watson2015-04-234-360/+62
* Replace usage of ResponseSenders by LoadConsumerMarcus Klaas2015-04-191-14/+0
* Document async networking interfaces.Josh Matthews2015-04-161-0/+15
* Completely abstract sending responses over channels vs. listeners.Josh Matthews2015-04-161-2/+18
* Start switching net/ to use abstractions over channels to allow introducing n...Josh Matthews2015-04-162-7/+35
* Make Metadata use ContentTypeBogdan Cuza2015-04-141-4/+5
* Auto merge of #5677 - frewsxcv:https, r=Ms2gerbors-servo2015-04-141-1/+1
|\
| * Update WHATWG links to use HTTPSCorey Farwell2015-04-131-1/+1
* | Switch Arc<Box<Image>> to Arc<Image> for perf boost.Aneesh Agrawal2015-04-102-5/+5
|/
* Remove compositor dependency on net crate.Aneesh Agrawal2015-04-101-0/+12
* Remove int_uint from net.Josh Matthews2015-04-071-1/+1
* Stop using int/uint in net_traits.Ms2ger2015-04-064-9/+7
* Split out shared networking code into net_traits crateGilles Leblanc2015-04-037-0/+752