aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/websockets
Commit message (Collapse)AuthorAgeFilesLines
* 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