| Commit message (Expand) | Author | Age | Files | Lines |
* | PEP8 style compliance fixes | engn33r | 2021-05-04 | 1 | -3/+1 |
* | Improve _core.py test coverage | engn33r | 2021-03-29 | 1 | -26/+20 |
* | Add unit test for PR #627 | engn33r | 2021-03-29 | 1 | -0/+4 |
* | Improve _app.py code coverage | engn33r | 2021-03-28 | 1 | -74/+0 |
* | Match no proxy on domain and * (#671) | Codeglitches | 2021-03-22 | 1 | -180/+0 |
* | Replace TravisCI with GitHub Actions | engn33r | 2021-02-27 | 1 | -2/+2 |
* | Replace deprecated assertEquals() with assertEqual() | engn33r | 2021-02-27 | 1 | -1/+1 |
* | Fix #526 by reverting invalid BSD license migration in commit e94ed9e to retu... | engn33r | 2021-02-22 | 1 | -0/+24 |
* | Merge pull request #647 from seratch/fix-build-failure | engn33r | 2021-01-26 | 1 | -2/+2 |
|\ |
|
| * | Fix the failing tests (testIter, testNext) | Kazuhiro Sera | 2020-11-27 | 1 | -2/+2 |
* | | Fix None.lower() when sec-websocket-protocol response header does not exist | anuragbeniwal | 2020-05-08 | 1 | -0/+2 |
|/ |
|
* | Don't retry sockets with timeout set to 0 | Trygve Aaberge | 2019-03-20 | 1 | -0/+3 |
* | revert #442v0.51.0 | liris | 2018-08-19 | 1 | -22/+0 |
* | fixed Attribute error on close app | liris | 2018-08-14 | 1 | -1/+1 |
* | Patch WebSocketApp class to make it inheritable | Andrey Bashlakov | 2018-06-18 | 1 | -2/+24 |
* | remove some test assert | Hiroki Ohtani | 2018-05-27 | 1 | -4/+4 |
* | Added status message when HTTP can't be upgraded to WS | Dmitry Mottl | 2018-02-14 | 1 | -1/+1 |
* | fixed #386 | Hiroki Ohtani | 2018-02-09 | 1 | -4/+6 |
* | pass ssl test | liris | 2017-06-23 | 1 | -1/+1 |
* | 0.44.0v0.44.0 | liris | 2017-06-23 | 1 | -1/+1 |
* | fixed #264 | liris | 2016-12-02 | 1 | -1/+1 |
* | _url: Added subnet IP address matching in no_proxy host detection | Miacz | 2016-09-20 | 1 | -2/+5 |
* | wsdump, test_fuzzingclient, websocket.*, test_websocket: Organise imports | Allan Lewis | 2016-04-27 | 1 | -19/+18 |
* | _core, test_websocket: Remove unused locals | Allan Lewis | 2016-04-27 | 1 | -7/+7 |
* | test_websocket: Remove unnecessary backslashes | Allan Lewis | 2016-04-27 | 1 | -3/+3 |
* | test_websocket: [Cleanup] Remove unused imports | Allan Lewis | 2016-04-27 | 1 | -2/+0 |
* | test_websocket: [Cleanup] Correct typo | Allan Lewis | 2016-04-27 | 1 | -3/+3 |
* | Using os.urandom() and constant-time hash check for handshake. Fixes #209 #210 | Predrag Gruevski | 2015-09-21 | 1 | -4/+4 |
* | fixed #179 | liris | 2015-05-07 | 1 | -1/+7 |
* | Add travis builds | John Vandenberg | 2015-05-05 | 1 | -2/+1 |
* | Add `__iter__`, `__next__`, and `next` methods to WebSocket, allowing them to... | Stuart Axel Owen | 2015-04-20 | 1 | -0/+13 |
* | enable ssl testv0.29.0 | liris | 2015-04-01 | 1 | -1/+1 |
* | refactoring. continuous status is packed into frame_buffer | liris | 2015-03-25 | 1 | -3/+3 |
* | fixed #160 and some refactoring | liris | 2015-03-25 | 1 | -10/+10 |
* | fixed #158 | liris | 2015-03-24 | 1 | -0/+5 |
* | refactoring. | Hiroki Ohtani | 2015-03-19 | 1 | -18/+17 |
* | tiny refactoring | Hiroki Ohtani | 2015-03-16 | 1 | -6/+5 |
* | refactoring. | liris | 2015-03-13 | 1 | -0/+1 |
* | refactoring.,, | liris | 2015-03-13 | 1 | -40/+40 |
* | :q | liris | 2015-03-03 | 1 | -2/+1 |
* | fixed #141 - we skip some test case. | liris | 2015-02-12 | 1 | -8/+9 |
* | fixed #141 | liris | 2015-02-10 | 1 | -2/+6 |
* | fixed #132 | Hiroki Ohtani | 2014-11-25 | 1 | -20/+36 |
* | clear os.envrion. | liris | 2014-11-07 | 1 | -0/+14 |
* | fixed #125 | liris | 2014-11-07 | 1 | -10/+41 |
* | fixed #124 | liris | 2014-11-06 | 1 | -0/+36 |
* | disable test using internet.v0.21.0 | liris | 2014-10-17 | 1 | -1/+0 |
* | refs #117 . change exception type. | liris | 2014-10-15 | 1 | -0/+1 |
* | refs #117 - improve close frame. | liris | 2014-10-15 | 1 | -0/+2 |
* | refs #117 | liris | 2014-10-15 | 1 | -1/+7 |