aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/websocket_loader.rs
Commit message (Expand)AuthorAgeFilesLines
* Reorder importsPyfisch2018-11-061-4/+7
* Sort `use` statementsSimon Sapin2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-5/+5
* Rustfmt net cratePyfisch2018-11-031-104/+133
* Update hyper to 0.12Bastien Orivel2018-11-011-15/+20
* The WS protocols should be case sensitive, not insensitiveBastien Orivel2018-08-161-3/+3
* Handle secure websocketsBastien Orivel2018-08-161-0/+29
* Replace servo-websocket by wsBastien Orivel2018-08-151-603/+151
* Update servo-websocket to 0.21Bastien Orivel2018-03-151-18/+33
* Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08)Simon Sapin2017-11-091-1/+0
* Merge functionality of WebsocketConnect into FetchKeith Yeung2017-10-241-23/+24
* Merge request type and destinationKeith Yeung2017-10-231-3/+3
* Rename basic fetch to scheme fetchKeith Yeung2017-08-081-3/+3
* Move hosts module into net crate. Remove obsolete functions.Josh Matthews2017-04-061-1/+1
* Pass the url by value to websocket_loader::main_fetchAnthony Ramine2017-04-051-6/+6
* Use set_default_accept in websocket_loaderAnthony Ramine2017-04-041-17/+5
* Properly set Accept-Language in websocket_loaderAnthony Ramine2017-04-041-2/+2
* Use cookie::from_cookie_string in websocket_loaderAnthony Ramine2017-04-041-5/+2
* Pass http_state around in websocket_loaderAnthony Ramine2017-04-031-18/+17
* Move Arc out of HttpStateAnthony Ramine2017-04-031-10/+10
* Update Hyper and OpenSSLddh2017-03-311-2/+5
* Disable wss supportAnthony Ramine2017-03-311-38/+24
* Make the WebSocket handshake ourselves to ease switching libsAnthony Ramine2017-03-291-67/+554
* Put websocket_loader::init first in its moduleAnthony Ramine2017-03-261-78/+78
* Rework replace_hosts and host_replacementAnthony Ramine2017-03-261-2/+2
* Remove some useless thread spawning in websocket_loaderAnthony Ramine2017-03-241-23/+18
* Only pass the protocol in use in to establish a WS connectionAnthony Ramine2017-03-241-10/+14
* Properly follow the spec in WebSocket::ConstructorAnthony Ramine2017-03-241-44/+64
* Make ServoUrl::as_url return a &UrlAnthony Ramine2017-03-231-1/+1
* Removed util.Alan Jeffrey2016-12-141-3/+2
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-3/+3
* Reorder `use` statementsUK9922016-09-091-3/+3
* Test fixes:Manish Goregaokar2016-06-101-1/+1
* check close on both incoming/outgoing websocketBob2016-06-101-6/+14
* Remove empty lines following braces.Josh Matthews2016-05-271-1/+0
* Upgrade to rust-url 1.0 and hyper 0.9Simon Sapin2016-04-231-2/+2
* Update to Rust 2016-03-05Anthony Ramine2016-03-061-1/+1
* Trigger WebSocket error eventSam Gibson2016-02-261-1/+5
* Update websocketSimon Sapin2016-02-191-2/+2
* Add support for websocket request and response cookiesRebecca2016-02-171-4/+10
* Make closing related code more clear and more correctJames Sanders2016-01-181-5/+10
* task -> threadrohan.prinja2016-01-101-1/+1
* adding initial support for websocket subprotocol negotationjmr02015-12-171-8/+27
* move websocket creation to resource taskNova Fallen2015-12-081-0/+125