Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mitmproxy.types -> mitmproxy.coretypes | Aldo Cortesi | 2017-12-17 | 1 | -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 pragmas | Thomas Kriechbaumer | 2017-05-17 | 1 | -4/+4 |
| | |||||
* | nuke tcp.Address and add proper IPv6 support | Thomas Kriechbaumer | 2017-02-24 | 1 | -3/+3 |
| | |||||
* | Remove deprecated interfaces | Aldo Cortesi | 2016-11-04 | 1 | -4/+4 |
| | |||||
* | The final piece: netlib -> mitproxy.net | Aldo Cortesi | 2016-10-20 | 1 | -11/+11 |
| | |||||
* | netlib.utils.BiDi -> mitmproxy.types.bidi.BiDi | Aldo Cortesi | 2016-10-20 | 1 | -2/+2 |
| | |||||
* | remove empty lines at beginning of file | Thomas Kriechbaumer | 2016-10-17 | 1 | -1/+0 |
| | |||||
* | python3: clean up super and __future__ | Aldo Cortesi | 2016-10-17 | 1 | -1/+0 |
| | |||||
* | python3: clean up class brackets | Aldo Cortesi | 2016-10-17 | 1 | -3/+3 |
| | |||||
* | Zap object base class | Aldo Cortesi | 2016-10-17 | 1 | -3/+3 |
| | |||||
* | http2: frames don't have a human_readable method | Aldo Cortesi | 2016-10-04 | 1 | -4/+4 |
| | |||||
* | fix pathod http2 response creation | Maximilian Hils | 2016-09-21 | 1 | -2/+2 |
| | |||||
* | http2: improve framereader | Thomas Kriechbaumer | 2016-09-03 | 1 | -1/+1 |
| | |||||
* | py3: fix bytes vs. str | Thomas Kriechbaumer | 2016-07-03 | 1 | -5/+5 |
| | |||||
* | h2: move header parsing to netlib | Shadab Zafar | 2016-07-03 | 1 | -39/+7 |
| | |||||
* | move custom HTTP/2 stack from netlib to pathod | Thomas Kriechbaumer | 2016-06-17 | 1 | -3/+436 |
| | |||||
* | pathod: fix most flake8 offenses | Thomas Kriechbaumer | 2016-05-28 | 1 | -0/+1 |
| | |||||
* | cleanup imports with flake8 | Thomas Kriechbaumer | 2016-05-28 | 1 | -1/+1 |
| | |||||
* | combine projects | Maximilian Hils | 2016-02-18 | 1 | -0/+20 |