Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |