aboutsummaryrefslogtreecommitdiffstats
path: root/components/net_traits/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Stop using unstable slice_patterns featureMatt Brubeck2017-05-011-1/+0
* Move hosts module into net crate. Remove obsolete functions.Josh Matthews2017-04-061-2/+0
* Update Hyper and OpenSSLddh2017-03-311-63/+7
* Make the WebSocket handshake ourselves to ease switching libsAnthony Ramine2017-03-291-1/+1
* Introduce NetworkError::from_hyper_error and from_ssl_errorAnthony Ramine2017-03-291-2/+69
* Move image cache implementation to the net crateFernando Jiménez Moreno2017-03-271-1/+0
* Make image cache per-document rather than globalFernando Jiménez Moreno2017-03-271-1/+2
* Remove useless dependency on websocket from net_traitsAnthony Ramine2017-03-241-2/+0
* Only pass the protocol in use in to establish a WS connectionAnthony Ramine2017-03-241-8/+3
* Properly follow the spec in WebSocket::ConstructorAnthony Ramine2017-03-241-2/+1
* Replace manual host parsing code with parse-host crateFernando Jiménez Moreno2017-03-091-0/+1
* Send response for image requests progressively to image cache.Josh Matthews2017-02-221-2/+2
* Update serde to 0.9 (fixes #15325)Anthony Ramine2017-02-181-2/+2
* Update ipc-channel to 0.6.3Anthony Ramine2017-02-161-2/+2
* Simplify handling of the referrer policy header in ScriptThread::load().Ms2ger2017-01-261-1/+24
* Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).Ms2ger2017-01-241-1/+0
* Auto merge of #14868 - bd339:iss14068, r=jdmbors-servo2017-01-091-1/+3
|\
| * Don't lose information in Fetch APIbd3392017-01-091-1/+3
* | Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06)Simon Sapin2017-01-061-1/+0
|/
* Rustfmt net_traits.Ms2ger2017-01-031-26/+30
* Reformat WebSocketNetworkEvent::ConnectionEstablished and CoreResourceMsg::Se...Ms2ger2017-01-031-13/+9
* Reformat fetch_async().Ms2ger2017-01-031-3/+2
* Remove unused ConstellationMsg from net_traits.Ms2ger2016-12-261-7/+0
* net: Simplify content_type setter.Emilio Cobos Álvarez2016-12-251-16/+9
* Separate the async bluetooth handling from networking code.Ms2ger2016-12-211-9/+0
* Refactor and simplify 'set cookies' operations on resource thread.Corey Farwell2016-12-151-4/+4
* Removed util.Alan Jeffrey2016-12-141-1/+1
* Remove LoadConsumer, LoadResponse, ProgressMsg.Ms2ger2016-12-131-28/+0
* Fix doc comment syntax.Corey Farwell2016-12-081-1/+1
* Remove unused LoadData and LoadOrigin types.Ms2ger2016-11-241-56/+0
* Remove CoreResourceMsg::Load.Ms2ger2016-11-241-2/+0
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-16/+17
* Update CORS naming from 'CORS' to 'Cors'.Corey Farwell2016-11-091-2/+2
* Webbluetooth Async behaviourAttila Dusnoki2016-11-081-0/+9
* Code review comments and upstream merge conflictsRaghav2016-11-041-3/+23
|\
| * Move ReferrerPolicy to net_traits.Ms2ger2016-11-041-1/+19
| * Split the bluetooth code out from the net crates.Ms2ger2016-11-031-2/+0
|/
* Remove #![feature(rustc_attrs)]Anthony Ramine2016-11-031-1/+0
* Remove #![feature(structural_match)]Anthony Ramine2016-11-031-1/+0
* Remove #![feature(custom_attribute)]Anthony Ramine2016-11-031-1/+0
* Auto merge of #14028 - servo:rustup, r=nox,SimonSapinbors-servo2016-11-021-3/+1
|\
| * Use heapsize_derive instead of heapsize_pluginSimon Sapin2016-11-031-3/+1
* | Rewrite load_whole_resource using the fetch stack.Ms2ger2016-11-021-13/+19
* | Move ResponseAction to the image cache.Ms2ger2016-11-021-12/+0
* | Remove AsyncResponseTarget.Ms2ger2016-11-021-13/+0
* | Remove LoadConsumer::Listener.Ms2ger2016-11-021-1/+0
* | Remove load_async.Ms2ger2016-11-021-36/+0
* | Implement fetch_async in net_traits.Ms2ger2016-11-021-0/+14
|/
* Remove AsyncResponseListener.Ms2ger2016-11-021-23/+0
* Move Image and PixelFormat to net_traits.Ms2ger2016-10-211-0/+1