| Commit message (Expand) | Author | Age | Files | Lines |
| * | websocket: Limit maximum uncompressed frame length to 8MiB | Onno Kortmann | 2021-05-05 | 1 | -6/+28 |
| * | wsgi: websocket ALREADY_HANDLED flag on corolocal | Choi Geonu | 2021-05-02 | 1 | -1/+2 |
| * | external dependencies for six, monotonic, dnspython | nat-goodspeed | 2018-05-10 | 1 | -1/+2 |
| * | websocket: fd leak when client did not close connection properly | Konstantin Enchant | 2017-12-04 | 1 | -6/+22 |
| * | websocket: support permessage-deflate extension; Thanks to Costas Christofi a... | costasgambit | 2017-09-11 | 1 | -20/+163 |
| * | websocket: support Gunicorn environ['gunicorn.socket']pull-331 | catroot | 2016-07-06 | 1 | -2/+13 |
| * | Python 3 compat: Fix TypeError on empty websocket message | mui | 2015-09-15 | 1 | -1/+1 |
| * | Python 3 compat: Improve WebSocket and tests | Jakub Stasiak | 2014-11-13 | 1 | -1/+1 |
| * | Improve PEP8 conformance | Jakub Stasiak | 2014-11-11 | 1 | -1/+2 |
| * | Python 3 compat; Improve WSGI, WS, threading and tests | Jakub Stasiak | 2014-11-11 | 1 | -26/+25 |
| * | Python 3 compat: Improve various bits | Jakub Stasiak | 2014-10-10 | 1 | -24/+26 |
| * | PEP-8 fixes | Sergey Shepelev | 2014-08-27 | 1 | -3/+2 |
| * | wsgi: websocket: Reformat code + tests (PEP-8) | Jakub Stasiak | 2014-07-18 | 1 | -12/+15 |
| * | Python 3 compatibility fixes | Jakub Stasiak | 2014-07-18 | 1 | -8/+8 |
| * | python3 compatibility: range, zip, StringIO | Viktors | 2014-04-23 | 1 | -1/+1 |
| * | python3 compat fixes | Victor Sergeyev | 2014-03-28 | 1 | -3/+3 |
| * | websockets: Test and handle lack of Upgrade header | Jakub Stasiak | 2014-01-24 | 1 | -1/+1 |
| * | websockets: handle HTTP_CONNECTION more flexibly | Jakub Stasiak | 2014-01-18 | 1 | -1/+4 |
| * | websockets: Add websockets13 support | Edward George | 2014-01-01 | 1 | -34/+420 |
| * | python3 compat: 2to3: `except E as e:` syntax | Davanum Srinivas | 2013-12-03 | 1 | -1/+1 |
| * | websocket: allow "websocket" in lowercase in Upgrade header (Google Chrome se... | Dmitry Orlov | 2013-09-13 | 1 | -1/+1 |
| * | Fixing empty-query-string compatibility that mcarter reported, added unit tes... | Ryan Williams | 2010-10-24 | 1 | -6/+12 |
| * | Draft 75 uses 'Web Socket'. | Ryan Williams | 2010-10-03 | 1 | -1/+1 |
| * | Update websocket protocol upgrade reply header to match WS spec 76 | Nick V. | 2010-10-04 | 1 | -2/+2 |
| * | Support for SSL websockets, which also happens to improve our SSL support in ... | Ryan Williams | 2010-09-16 | 1 | -1/+5 |
| * | Incorporating Michael Carter's websocket patch that includes query strings in... | Ryan Williams | 2010-07-05 | 1 | -6/+12 |
| * | Improve test coverage for websocket up to 100%, and fix a bug that doing so c... | Andrew Godwin | 2010-06-11 | 1 | -6/+9 |
| * | Tests for WebSocket-76, and renaming the old ones to *_75 | Andrew Godwin | 2010-06-10 | 1 | -4/+15 |
| * | Don't break old WebSocket closing | Andrew Godwin | 2010-06-10 | 1 | -1/+1 |
| * | Implement closing frame detection/sending for new WebSockets. | Andrew Godwin | 2010-06-10 | 1 | -8/+29 |
| * | Implement opening-handshake support for newer websockets (draft-hixie-thewebs... | Andrew Godwin | 2010-06-10 | 1 | -8/+67 |
| * | Added documentation for websocket module and switched to using decorators in ... | Ryan Williams | 2010-05-22 | 1 | -17/+32 |
| * | Moved WebSocketWSGI class into eventlet.websocket and added a fewtests to bri... | Ryan Williams | 2010-05-06 | 1 | -16/+70 |
| * | Removed undocumented stop() method from hub it's the same as abort(True). Fi... | Ryan Williams | 2010-05-05 | 1 | -1/+1 |
| * | Added websocket. This has 100% test coverage but has introduced a testing dep... | Ben Ford | 2010-05-05 | 1 | -0/+88 |