aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_websockets.py
Commit message (Expand)AuthorAgeFilesLines
* Adjust pep8 parameters, reformatAldo Cortesi2015-05-301-1/+2
* cleanup code with autopep8Thomas Kriechbaumer2015-05-271-6/+12
* Add tcp.Reader.safe_read, use it in socks and websocketsAldo Cortesi2015-05-051-4/+3
* websockets: A progressive masker.Aldo Cortesi2015-05-011-0/+16
* websockets: more compact and legible human_readableAldo Cortesi2015-04-301-1/+7
* Add a tiny utility class for keeping bi-directional mappings.Aldo Cortesi2015-04-301-0/+4
* websockets: nicer frame constructionAldo Cortesi2015-04-241-0/+12
* websockets: include all header values in frame roundtripAldo Cortesi2015-04-241-0/+4
* websockets: remove validationAldo Cortesi2015-04-241-18/+8
* websocket: interface refactoringAldo Cortesi2015-04-241-7/+42
* websockets: refactor to avoid rundantly specifying payloads and payload lengthsAldo Cortesi2015-04-241-14/+3
* websockets: extract frame header creation into a functionAldo Cortesi2015-04-241-0/+4
* websockets: handshake checks only take headersAldo Cortesi2015-04-231-27/+11
* websockets: constants, variable names, refactoringAldo Cortesi2015-04-211-0/+27
* Whitespace, interface simplificationAldo Cortesi2015-04-211-10/+3
* websockets: refactor to use http and header functions in http.pyAldo Cortesi2015-04-211-64/+48
* Whitespace, indentation, nounce -> nonceAldo Cortesi2015-04-211-29/+42
* whitespaceChandler Abraham2015-04-191-2/+1
* fixing test coverage, adding to_file/from_file reader writes to match socks.pyChandler Abraham2015-04-191-17/+44
* Websockets: reorganiseAldo Cortesi2015-04-201-16/+89
* websockets: more whitespace, WebSocketFrame -> FrameAldo Cortesi2015-04-171-19/+26
* 100% test coverage, though still need plenty moreChandler Abraham2015-04-131-2/+12
* whitespaceChandler Abraham2015-04-111-6/+1
* handshake tests, serialization testChandler Abraham2015-04-111-7/+56
* small cleanups, working on testsChandler Abraham2015-04-111-5/+19
* netlib websocketsChandler Abraham2015-04-101-0/+15