| Commit message (Expand) | Author | Age | Files | Lines |
| * | external dependencies for six, monotonic, dnspython | nat-goodspeed | 2018-05-10 | 1 | -1/+1 |
| * | wsgi: close idle connections (also applies to websockets)wsgi-close-idle-188 | Sergey Shepelev | 2017-04-30 | 1 | -0/+25 |
| * | little clean up | Sergey Shepelev | 2016-02-12 | 1 | -94/+78 |
| * | Python 3 compat: Improve WebSocket and tests | Jakub Stasiak | 2014-11-13 | 1 | -12/+12 |
| * | Restore removed tests and make Python 3 compatible | Jakub Stasiak | 2014-11-12 | 1 | -2/+36 |
| * | 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 | -91/+57 |
| * | PEP-8 fixes | Sergey Shepelev | 2014-08-27 | 1 | -28/+31 |
| * | wsgi: websocket: Reformat code + tests (PEP-8) | Jakub Stasiak | 2014-07-18 | 1 | -175/+179 |
| * | tests: deprecated TestCase.assert_() -> assert keyword | Sergey Shepelev | 2014-07-16 | 1 | -21/+21 |
| * | python3 compat fixes | Victor Sergeyev | 2014-03-28 | 1 | -1/+1 |
| * | python3 compat: 2to3: `except E as e:` syntax | Davanum Srinivas | 2013-12-03 | 1 | -1/+1 |
| * | Skip SSL tests if SSL is not available | Floris Bruynooghe | 2012-09-05 | 1 | -0/+2 |
| * | Fixing empty-query-string compatibility that mcarter reported, added unit tes... | Ryan Williams | 2010-10-24 | 1 | -0/+52 |
| * | 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 |
| * | Pack a vest for your socket in the city of ssl. | Ryan Williams | 2010-09-29 | 1 | -1/+2 |
| * | Support for SSL websockets, which also happens to improve our SSL support in ... | Ryan Williams | 2010-09-16 | 1 | -1/+45 |
| * | Improve test coverage for websocket up to 100%, and fix a bug that doing so c... | Andrew Godwin | 2010-06-11 | 1 | -1/+53 |
| * | Tests for WebSocket-76, and renaming the old ones to *_75 | Andrew Godwin | 2010-06-10 | 1 | -6/+218 |
| * | Moved WebSocketWSGI class into eventlet.websocket and added a fewtests to bri... | Ryan Williams | 2010-05-06 | 1 | -37/+72 |
| * | Not really sure what close=True means in a makefile call, but apparently some... | Ryan Williams | 2010-05-06 | 1 | -20/+8 |
| * | Cleaned up imports, mostly. Removed dependencies on nose and httplib2. Mock... | Ryan Williams | 2010-05-05 | 1 | -50/+30 |
| * | Moving test_websocket to websocket_test so as to conform to the naming conven... | Ryan Williams | 2010-05-05 | 1 | -0/+228 |