aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/protocols/http2.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove deprecated interfacesAldo Cortesi2016-11-041-4/+4
|
* The final piece: netlib -> mitproxy.netAldo Cortesi2016-10-201-11/+11
|
* netlib.utils.BiDi -> mitmproxy.types.bidi.BiDiAldo Cortesi2016-10-201-2/+2
|
* 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-171-3/+3
|
* Zap object base classAldo Cortesi2016-10-171-3/+3
|
* 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
|
* 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
|
* pathod: fix most flake8 offensesThomas Kriechbaumer2016-05-281-0/+1
|
* cleanup imports with flake8Thomas Kriechbaumer2016-05-281-1/+1
|
* combine projectsMaximilian Hils2016-02-181-0/+20