aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/websockets
Commit message (Collapse)AuthorAgeFilesLines
* minor fixesMaximilian Hils2015-09-251-17/+13
|
* Headers: return str on all Python versionsMaximilian Hils2015-09-221-8/+6
|
* revert websocket changes from 73586b1bMaximilian Hils2015-09-211-10/+12
| | | | | | | The DEFAULT construct is very weird, but with None we apparently break pathod in some difficult-to-debug ways. Revisit once we do more here.
* python 3++Maximilian Hils2015-09-212-49/+80
|
* clean up http message modelsMaximilian Hils2015-09-172-5/+7
|
* wipMaximilian Hils2015-09-151-2/+2
|
* make clean_bin unicode-awareMaximilian Hils2015-09-121-1/+1
|
* headers: adjust everythingMaximilian Hils2015-09-051-13/+15
|
* cleanup whitespaceThomas Kriechbaumer2015-08-102-0/+3
|
* cleanup importsThomas Kriechbaumer2015-08-102-6/+4
|
* move bits aroundThomas Kriechbaumer2015-07-222-2/+2
|
* refactor websockets into protocolThomas Kriechbaumer2015-07-223-0/+401
|
* Websockets: reorganiseAldo Cortesi2015-04-203-491/+0
| | | | | - websockets.py to top-level - implementations into test suite
* websockets: more whitespace, WebSocketFrame -> FrameAldo Cortesi2015-04-172-57/+55
|
* websockets: whitespace, PEP8Aldo Cortesi2015-04-171-73/+96
|
* 100% test coverage, though still need plenty moreChandler Abraham2015-04-132-13/+6
|
* handshake tests, serialization testChandler Abraham2015-04-112-21/+49
|
* small cleanups, working on testsChandler Abraham2015-04-112-23/+22
|
* netlib websocketsChandler Abraham2015-04-103-0/+450