aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/pathod.py
Commit message (Collapse)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
| | | | | | SSL is an outdated protocol superseeded by TLS. Although the commonly used library is called OpenSSL, it is no reason to still use outdated language for function names.
* rename TLS/SSL-related attributesThomas Kriechbaumer2018-01-061-1/+1
| | | | | | SSL is an outdated protocol superseeded by TLS. Although the commonly used library is called OpenSSL, it is no reason to still use outdated language for attributes.
* split TLS parts from net.tcp into net.tlsMaximilian Hils2017-09-031-3/+3
|
* Extend Mypy checking to pathodharsh vijay2017-05-021-4/+2
| | | | | | | | | | | | | | | | | | | * mypy checking pathod * initial commit , fixed errors * tox: mypy checking to pathod * Fixed mypy test failed * issue was with args in custom_contentview.py * tox: mypy checking to #2221 * follow-import=skip since we cant provide args to custom_contentview.py during mypy testing * Lint , Typo Fixed * code style: module import
* 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
| | | | The plural feels awkward.
* 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
| | | | | | Pathoc is an interactive tool, no need for a long leading timestamp. More generally, make timestamps optional in the logging mechanism so we can configure this with command-line flags or something down the track.
* Remove last vestiges of noapi and noweb from pathodAldo Cortesi2016-06-051-15/+9
| | | | Also hide HTTP2 freeze bug by making explain configurable in the tests
* First-order removal of pathod API and appAldo Cortesi2016-06-051-19/+19
|
* Fix lock over pathod locksAldo Cortesi2016-06-021-8/+10
| | | | There were basically a nop before... o_O
* 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
| | | according to coveralls docs
* combine projectsMaximilian Hils2016-02-181-0/+503