summaryrefslogtreecommitdiff
path: root/eventlet/websocket.py
Commit message (Expand)AuthorAgeFilesLines
* Python 3 compat; Improve WSGI, WS, threading and testspython3-clean-cleanJakub Stasiak2014-11-111-26/+25
* Python 3 compat: Improve various bitsJakub Stasiak2014-10-101-24/+26
* PEP-8 fixesSergey Shepelev2014-08-271-3/+2
* wsgi: websocket: Reformat code + tests (PEP-8)Jakub Stasiak2014-07-181-12/+15
* Python 3 compatibility fixesJakub Stasiak2014-07-181-8/+8
* python3 compatibility: range, zip, StringIOViktors2014-04-231-1/+1
* python3 compat fixesVictor Sergeyev2014-03-281-3/+3
* websockets: Test and handle lack of Upgrade headerJakub Stasiak2014-01-241-1/+1
* websockets: handle HTTP_CONNECTION more flexiblyJakub Stasiak2014-01-181-1/+4
* websockets: Add websockets13 supportEdward George2014-01-011-34/+420
* python3 compat: 2to3: `except E as e:` syntaxDavanum Srinivas2013-12-031-1/+1
* websocket: allow "websocket" in lowercase in Upgrade header (Google Chrome se...Dmitry Orlov2013-09-131-1/+1
* Fixing empty-query-string compatibility that mcarter reported, added unit tes...Ryan Williams2010-10-241-6/+12
* Draft 75 uses 'Web Socket'.Ryan Williams2010-10-031-1/+1
* Update websocket protocol upgrade reply header to match WS spec 76Nick V.2010-10-041-2/+2
* Support for SSL websockets, which also happens to improve our SSL support in ...Ryan Williams2010-09-161-1/+5
* Incorporating Michael Carter's websocket patch that includes query strings in...Ryan Williams2010-07-051-6/+12
* Improve test coverage for websocket up to 100%, and fix a bug that doing so c...Andrew Godwin2010-06-111-6/+9
* Tests for WebSocket-76, and renaming the old ones to *_75Andrew Godwin2010-06-101-4/+15
* Don't break old WebSocket closingAndrew Godwin2010-06-101-1/+1
* Implement closing frame detection/sending for new WebSockets.Andrew Godwin2010-06-101-8/+29
* Implement opening-handshake support for newer websockets (draft-hixie-thewebs...Andrew Godwin2010-06-101-8/+67
* Added documentation for websocket module and switched to using decorators in ...Ryan Williams2010-05-221-17/+32
* Moved WebSocketWSGI class into eventlet.websocket and added a fewtests to bri...Ryan Williams2010-05-061-16/+70
* Removed undocumented stop() method from hub it's the same as abort(True). Fi...Ryan Williams2010-05-051-1/+1
* Added websocket. This has 100% test coverage but has introduced a testing dep...Ben Ford2010-05-051-0/+88