aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/socks.py
Commit message (Collapse)AuthorAgeFilesLines
* python3++Maximilian Hils2015-09-201-9/+13
|
* socks: optionally fail earlyMaximilian Hils2015-07-031-5/+10
|
* socks: add assert_socks5 methodMaximilian Hils2015-07-031-7/+34
|
* cleanup code with autopep8Thomas Kriechbaumer2015-05-271-21/+22
| | | | run the following command: $ autopep8 -i -r -a -a .
* Add tcp.Reader.safe_read, use it in socks and websocketsAldo Cortesi2015-05-051-23/+9
| | | | | | safe_read is guaranteed to raise or return a byte string of the requested length. It's particularly useful for implementing binary protocols.
* Add a tiny utility class for keeping bi-directional mappings.Aldo Cortesi2015-04-301-28/+32
| | | | Use it in websocket and socks.
* Simplify expected_http_body_size signature, fixing a traceback found in fuzzingAldo Cortesi2014-11-071-4/+14
|
* make socks reading more bulletproofMaximilian Hils2014-10-091-9/+20
|
* minor cleanupsMaximilian Hils2014-08-161-8/+9
|
* remove ntop windows workaroundMaximilian Hils2014-06-251-4/+4
|
* socks module: polish, add testsMaximilian Hils2014-06-251-43/+28
|
* add socks moduleMaximilian Hils2014-06-251-0/+142