aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/protocols
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* mitmproxy.types -> mitmproxy.coretypesAldo Cortesi2017-12-171-1/+1
| | | | | | | | | | The types name is valuable, and we have a better use for it in collecting and exposing types for options and commands. The coretypes module should probably be split up anyway - it contains a threading base class, a few container objects, and the defintion of our serialization protocol. I was tempted to rename it to "uncagegorized" for the sake of honesty.
* fix pragmasThomas Kriechbaumer2017-05-171-4/+4
|
* nuke tcp.Address and add proper IPv6 supportThomas Kriechbaumer2017-02-241-3/+3
|
* increase test coverageThomas Kriechbaumer2017-02-021-1/+0
|
* Remove deprecated interfacesAldo Cortesi2016-11-041-4/+4
|
* The final piece: netlib -> mitproxy.netAldo Cortesi2016-10-203-13/+13
|
* netlib.exceptions.* -> mitmproxy.exceptionsAldo Cortesi2016-10-202-5/+5
|
* netlib.utils.BiDi -> mitmproxy.types.bidi.BiDiAldo Cortesi2016-10-201-2/+2
|
* netlib.version -> mitmproxy.versionAldo Cortesi2016-10-201-1/+1
|
* remove empty lines at beginning of fileThomas Kriechbaumer2016-10-171-1/+0
|
* python3: clean up super and __future__Aldo Cortesi2016-10-171-1/+0
|
* python3: clean up class bracketsAldo Cortesi2016-10-172-4/+4
|
* Zap object base classAldo Cortesi2016-10-172-4/+4
|
* http2: frames don't have a human_readable methodAldo Cortesi2016-10-041-4/+4
|
* fix pathod http2 response creationMaximilian Hils2016-09-211-2/+2
|
* http2: improve framereaderThomas Kriechbaumer2016-09-031-1/+1
|
* add websockets support to mitmproxyThomas Kriechbaumer2016-09-011-1/+1
|
* py3: fix bytes vs. strThomas Kriechbaumer2016-07-031-5/+5
|
* h2: move header parsing to netlibShadab Zafar2016-07-031-39/+7
|
* move custom HTTP/2 stack from netlib to pathodThomas Kriechbaumer2016-06-171-3/+436
|
* Py3: Send bytes to get_certShadab Zafar2016-06-161-1/+1
|
* Py3: pathoc should send bytes over wireShadab Zafar2016-06-161-3/+3
|
* Py3: websocketsShadab Zafar2016-06-151-1/+1
|
* Fold mitmproxy.version and pathod.version into netlib.versionAldo Cortesi2016-06-121-2/+3
|
* First-order removal of pathod API and appAldo Cortesi2016-06-051-25/+0
|
* Pathod websocket service threads should not be immortalAldo Cortesi2016-06-031-1/+1
|
* more style cleanupThomas Kriechbaumer2016-05-291-0/+6
|
* pathod: fix most flake8 offensesThomas Kriechbaumer2016-05-281-0/+1
|
* cleanup imports with flake8Thomas Kriechbaumer2016-05-282-4/+4
|
* combine projectsMaximilian Hils2016-02-184-0/+148