aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/pathod.py
Commit message (Expand)AuthorAgeFilesLines
* Add key_size option to define rsa key size (#3657)vin012019-09-301-1/+3
* fix Python 3.6 variable type annotations #3053oscure762018-04-141-1/+1
* rename TLS/SSL-related functionsThomas Kriechbaumer2018-01-061-1/+1
* rename TLS/SSL-related attributesThomas Kriechbaumer2018-01-061-1/+1
* split TLS parts from net.tcp into net.tlsMaximilian Hils2017-09-031-3/+3
* Extend Mypy checking to pathodharsh vijay2017-05-021-4/+2
* nuke tcp.Address and add proper IPv6 supportThomas Kriechbaumer2017-02-241-1/+1
* rewrite absolute-form HTTP requests to relative form, fix #1759 (#1765)Maximilian Hils2016-11-201-0/+2
* The final piece: netlib -> mitproxy.netAldo Cortesi2016-10-201-2/+2
* netlib.exceptions.* -> mitmproxy.exceptionsAldo Cortesi2016-10-201-1/+1
* netlib.certutils -> mitmproxy.certsAldo Cortesi2016-10-201-10/+12
* netlib.version -> mitmproxy.versionAldo Cortesi2016-10-201-1/+1
* python3: clean up super and __future__Aldo Cortesi2016-10-171-1/+0
* python3: clean up class bracketsAldo Cortesi2016-10-171-1/+1
* Zap object base classAldo Cortesi2016-10-171-1/+1
* pathod: remove sixAldo Cortesi2016-10-171-1/+1
* websockets_handshake -> websocket_handshakeAldo Cortesi2016-10-041-3/+3
* add websockets support to mitmproxyThomas Kriechbaumer2016-09-011-4/+5
* sni is now str, not bytesMaximilian Hils2016-07-061-1/+4
* Py3: pathodShadab Zafar2016-06-151-11/+7
* Fold mitmproxy.version and pathod.version into netlib.versionAldo Cortesi2016-06-121-3/+6
* Remove timestamps from pathoc outputAldo Cortesi2016-06-101-1/+1
* Remove last vestiges of noapi and noweb from pathodAldo Cortesi2016-06-051-15/+9
* First-order removal of pathod API and appAldo Cortesi2016-06-051-19/+19
* Fix lock over pathod locksAldo Cortesi2016-06-021-8/+10
* pathod: fix most flake8 offensesThomas Kriechbaumer2016-05-281-1/+0
* Py3: Import and Other misc. stuffShadab Zafar2016-05-261-5/+1
* py3++Maximilian Hils2016-04-131-6/+6
* s/nocover/no cover/gThomas Kriechbaumer2016-03-271-1/+1
* combine projectsMaximilian Hils2016-02-181-0/+503