aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/websockets.py
Commit message (Expand)AuthorAgeFilesLines
* websockets: extract frame header creation into a functionAldo Cortesi2015-04-241-120/+143
* websockets: handshake checks only take headersAldo Cortesi2015-04-231-6/+6
* websockets: (very) slightly nicer is_valid constraintsAldo Cortesi2015-04-211-5/+3
* websockets: constants, variable names, refactoringAldo Cortesi2015-04-211-35/+40
* Whitespace, interface simplificationAldo Cortesi2015-04-211-15/+2
* websockets: refactor to use http and header functions in http.pyAldo Cortesi2015-04-211-73/+35
* Whitespace, indentation, nounce -> nonceAldo Cortesi2015-04-211-25/+25
* fixing test coverage, adding to_file/from_file reader writes to match socks.pyChandler Abraham2015-04-191-28/+34
* Websockets: reorganiseAldo Cortesi2015-04-201-0/+410