Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix recursive import | Maximilian Hils | 2017-05-26 | 5 | -46/+51 |
* | fix mypy annotations | Maximilian Hils | 2017-05-26 | 5 | -24/+22 |
* | pathod: fix leaking fds | Thomas Kriechbaumer | 2017-05-24 | 2 | -14/+11 |
* | fix various fd/socket leaks | Thomas Kriechbaumer | 2017-05-24 | 1 | -0/+4 |
* | fix pragmas | Thomas Kriechbaumer | 2017-05-17 | 1 | -4/+4 |
* | Extend Mypy checking to pathod | harsh vijay | 2017-05-02 | 9 | -35/+40 |
* | nuke tcp.Address and add proper IPv6 support | Thomas Kriechbaumer | 2017-02-24 | 4 | -9/+9 |
* | remove treq from pathoc | Thomas Kriechbaumer | 2017-02-12 | 1 | -11/+30 |
* | fix flaky coverage | Maximilian Hils | 2017-02-10 | 1 | -2/+2 |
* | increase test coverage | Thomas Kriechbaumer | 2017-02-02 | 1 | -1/+0 |
* | minor encoding fixes | Maximilian Hils | 2017-01-07 | 2 | -10/+10 |
* | rewrite absolute-form HTTP requests to relative form, fix #1759 (#1765) | Maximilian Hils | 2016-11-20 | 1 | -0/+2 |
* | Remove deprecated interfaces | Aldo Cortesi | 2016-11-04 | 1 | -4/+4 |
* | Allow forever wait at end of message #1541 | Naveen Pai | 2016-11-04 | 1 | -1/+3 |
* | tests: pathod/tutils.py -> pathod/tservers.py | Aldo Cortesi | 2016-11-02 | 1 | -1/+1 |
* | various encoding fixes, fix #1650 | Maximilian Hils | 2016-10-22 | 1 | -1/+1 |
* | The final piece: netlib -> mitproxy.net | Aldo Cortesi | 2016-10-20 | 10 | -39/+39 |
* | netlib.tutils -> mitmproxy.test.tutils | Aldo Cortesi | 2016-10-20 | 1 | -1/+1 |
* | netlib.exceptions.* -> mitmproxy.exceptions | Aldo Cortesi | 2016-10-20 | 5 | -9/+9 |
* | netlib.certutils -> mitmproxy.certs | Aldo Cortesi | 2016-10-20 | 2 | -14/+20 |
* | netlib.utils.BiDi -> mitmproxy.types.bidi.BiDi | Aldo Cortesi | 2016-10-20 | 1 | -2/+2 |
* | mitmproxy.types.[basethread,multidict,serializable] | Aldo Cortesi | 2016-10-20 | 2 | -2/+2 |
* | netlib.strutils -> mitmproxy.utils.strutils | Aldo Cortesi | 2016-10-20 | 5 | -5/+5 |
* | netlib.human -> mitmproxy.utils.human | Aldo Cortesi | 2016-10-20 | 3 | -3/+4 |
* | Create mitmproxy.utils hierarchy | Aldo Cortesi | 2016-10-20 | 1 | -2/+3 |
* | netlib.version -> mitmproxy.version | Aldo Cortesi | 2016-10-20 | 4 | -4/+4 |
* | pathoc: handle error when selecting on read file | Aldo Cortesi | 2016-10-19 | 1 | -1/+4 |
* | pathoc: Guess the Host header from the path if possible | Aldo Cortesi | 2016-10-19 | 1 | -3/+14 |
* | remove empty lines at beginning of file | Thomas Kriechbaumer | 2016-10-17 | 3 | -3/+0 |
* | python3: clean up super and __future__ | Aldo Cortesi | 2016-10-17 | 5 | -5/+0 |
* | python3: clean up class brackets | Aldo Cortesi | 2016-10-17 | 11 | -16/+16 |
* | Zap object base class | Aldo Cortesi | 2016-10-17 | 11 | -16/+16 |
* | pathod: remove six | Aldo Cortesi | 2016-10-17 | 7 | -19/+11 |
* | First-order conversion to Python3-only | Aldo Cortesi | 2016-10-17 | 2 | -3/+2 |
* | http2: frames don't have a human_readable method | Aldo Cortesi | 2016-10-04 | 1 | -4/+4 |
* | websockets_handshake -> websocket_handshake | Aldo Cortesi | 2016-10-04 | 1 | -3/+3 |
* | fix #1221 (#1578) | Maximilian Hils | 2016-09-24 | 2 | -9/+19 |
* | minor cleanups | Maximilian Hils | 2016-09-24 | 2 | -4/+4 |
* | fix pathod http2 response creation | Maximilian Hils | 2016-09-21 | 2 | -3/+3 |
* | http2: improve framereader | Thomas Kriechbaumer | 2016-09-03 | 1 | -1/+1 |
* | add websockets support to mitmproxy | Thomas Kriechbaumer | 2016-09-01 | 4 | -8/+9 |
* | add escape_single_quotes=False arg to bytes_to_escaped_str | Maximilian Hils | 2016-07-29 | 2 | -5/+5 |
* | sni is now str, not bytes | Maximilian Hils | 2016-07-06 | 1 | -1/+4 |
* | fix pathod log encoding | Maximilian Hils | 2016-07-06 | 1 | -3/+9 |
* | remove clean_bin, clarify unicode handling | Maximilian Hils | 2016-07-05 | 1 | -2/+3 |
* | 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 |
* | minor fixes | Maximilian Hils | 2016-07-01 | 2 | -2/+2 |
* | py3++: test/mitmproxy/test_server | Shadab Zafar | 2016-07-01 | 1 | -1/+1 |
* | move custom HTTP/2 stack from netlib to pathod | Thomas Kriechbaumer | 2016-06-17 | 2 | -9/+442 |