Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PEP8 style compliance fixes | engn33r | 2021-05-04 | 1 | -0/+1 |
| | |||||
* | Fix #526 by reverting invalid BSD license migration in commit e94ed9e to ↵ | engn33r | 2021-02-22 | 1 | -2/+1 |
| | | | | return to LGPL2.1 | ||||
* | Add first draft of Sphinx documentation | engn33r | 2021-01-31 | 1 | -9/+7 |
| | |||||
* | Pep8 fixes | azaugg | 2019-04-24 | 1 | -0/+1 |
| | |||||
* | Add response header in WebSocketBadStatusException | tarma | 2018-11-05 | 1 | -1/+2 |
| | |||||
* | fixed #454 | liris | 2018-08-14 | 1 | -2/+1 |
| | |||||
* | Added status message when HTTP can't be upgraded to WS | Dmitry Mottl | 2018-02-14 | 1 | -3/+4 |
| | |||||
* | Wrap socket.gaierror with subclass of WebsocketException | Will Stott | 2017-09-14 | 1 | -0/+6 |
| | |||||
* | websocket.*: [PEP 8] Use conventional line-length limit | Allan Lewis | 2016-04-27 | 1 | -1/+2 |
| | | | | Line length is set to 80 characters; tests are excluded. | ||||
* | wsdump, websocket.*: [PEP 8] Use conventional vertical spacing | Allan Lewis | 2016-04-27 | 1 | -0/+2 |
| | |||||
* | fix typos | Jakub Wilk | 2016-01-03 | 1 | -4/+4 |
| | |||||
* | fixed #199 | liris | 2015-07-30 | 1 | -0/+12 |
| | | | | WebSocketBadStatusException for handshake error | ||||
* | fixed #138 | liris | 2015-02-19 | 1 | -0/+7 |
| | | | | - WebsocketProxyException will be raised if we get the proxy error. | ||||
* | - Update license text and source code to reflect propoer address for FSF | Robert Schweikert | 2015-02-08 | 1 | -1/+2 |
| | |||||
* | fixed #117 better support for autobahn test suite. | liris | 2014-10-15 | 1 | -0/+6 |
| | | | | the remaining test case will be support in the future release. | ||||
* | refs #117 . change exception type. | liris | 2014-10-15 | 1 | -0/+5 |
| | |||||
* | - refactoring | liris | 2014-05-30 | 1 | -0/+46 |
- split to multiple file |