Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move hosts module into net crate. Remove obsolete functions. | Josh Matthews | 2017-04-06 | 1 | -1/+1 |
| | |||||
* | Pass the url by value to websocket_loader::main_fetch | Anthony Ramine | 2017-04-05 | 1 | -6/+6 |
| | |||||
* | Use set_default_accept in websocket_loader | Anthony Ramine | 2017-04-04 | 1 | -17/+5 |
| | |||||
* | Properly set Accept-Language in websocket_loader | Anthony Ramine | 2017-04-04 | 1 | -2/+2 |
| | |||||
* | Use cookie::from_cookie_string in websocket_loader | Anthony Ramine | 2017-04-04 | 1 | -5/+2 |
| | |||||
* | Pass http_state around in websocket_loader | Anthony Ramine | 2017-04-03 | 1 | -18/+17 |
| | |||||
* | Move Arc out of HttpState | Anthony Ramine | 2017-04-03 | 1 | -10/+10 |
| | |||||
* | Update Hyper and OpenSSL | ddh | 2017-03-31 | 1 | -2/+5 |
| | |||||
* | Disable wss support | Anthony Ramine | 2017-03-31 | 1 | -38/+24 |
| | | | | | | None of the existing websocket libraries are currently able to cope with openssl 0.9 and be featureful, so we are disabling wss for now to land openssl 0.9. | ||||
* | Make the WebSocket handshake ourselves to ease switching libs | Anthony Ramine | 2017-03-29 | 1 | -67/+554 |
| | | | | | | We need to switch to tungstenite to finally update openssl, this commit rewrites the whole websocket infrastructure to properly follow the Fetch spec and to make switching to a different websocket library easier. | ||||
* | Put websocket_loader::init first in its module | Anthony Ramine | 2017-03-26 | 1 | -78/+78 |
| | |||||
* | Rework replace_hosts and host_replacement | Anthony Ramine | 2017-03-26 | 1 | -2/+2 |
| | | | | They do less cloning now. | ||||
* | Remove some useless thread spawning in websocket_loader | Anthony Ramine | 2017-03-24 | 1 | -23/+18 |
| | |||||
* | Only pass the protocol in use in to establish a WS connection | Anthony Ramine | 2017-03-24 | 1 | -10/+14 |
| | |||||
* | Properly follow the spec in WebSocket::Constructor | Anthony Ramine | 2017-03-24 | 1 | -44/+64 |
| | |||||
* | Make ServoUrl::as_url return a &Url | Anthony Ramine | 2017-03-23 | 1 | -1/+1 |
| | |||||
* | Removed util. | Alan Jeffrey | 2016-12-14 | 1 | -3/+2 |
| | |||||
* | Urlmageddon: Use refcounted urls more often. | Emilio Cobos Álvarez | 2016-11-17 | 1 | -3/+3 |
| | |||||
* | Reorder `use` statements | UK992 | 2016-09-09 | 1 | -3/+3 |
| | |||||
* | Test fixes: | Manish Goregaokar | 2016-06-10 | 1 | -1/+1 |
| | | | | | | | | - Hack to stop hitting unreachable on referer - add fetch_done to make sync work - Make datauris work by setting the response URI, spec bug - Allow for empty bodies - Make request bodies work (pass to http, fix fencepost in iter count) | ||||
* | check close on both incoming/outgoing websocket | Bob | 2016-06-10 | 1 | -6/+14 |
| | | | | | | Need to make sure close is only sent to the server once, either from a client initiation or from a server echo. This adds the sent check to both incoming and outgoing threads. | ||||
* | Remove empty lines following braces. | Josh Matthews | 2016-05-27 | 1 | -1/+0 |
| | |||||
* | Upgrade to rust-url 1.0 and hyper 0.9 | Simon Sapin | 2016-04-23 | 1 | -2/+2 |
| | |||||
* | Update to Rust 2016-03-05 | Anthony Ramine | 2016-03-06 | 1 | -1/+1 |
| | |||||
* | Trigger WebSocket error event | Sam Gibson | 2016-02-26 | 1 | -1/+5 |
| | | | | Trigger a WebSocket error after receiving an invalid message from the server | ||||
* | Update websocket | Simon Sapin | 2016-02-19 | 1 | -2/+2 |
| | |||||
* | Add support for websocket request and response cookies | Rebecca | 2016-02-17 | 1 | -4/+10 |
| | | | | Also change expected behavior to pass for all in tests/wpt/web-platform-tests/websockets/cookies | ||||
* | Make closing related code more clear and more correct | James Sanders | 2016-01-18 | 1 | -5/+10 |
| | |||||
* | task -> thread | rohan.prinja | 2016-01-10 | 1 | -1/+1 |
| | |||||
* | adding initial support for websocket subprotocol negotation | jmr0 | 2015-12-17 | 1 | -8/+27 |
| | |||||
* | move websocket creation to resource task | Nova Fallen | 2015-12-08 | 1 | -0/+125 |