Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | pathoc: use idna encoding for hostnames | Maximilian Hils | 2016-06-16 | 1 | -1/+1 |
* | Py3: Send bytes to get_cert | Shadab Zafar | 2016-06-16 | 1 | -1/+1 |
* | Py3: pathoc should send bytes over wire | Shadab Zafar | 2016-06-16 | 2 | -5/+5 |
* | Unexpected spaces around = | Shadab Zafar | 2016-06-15 | 1 | -1/+1 |
* | Py3: Split on byte newlines in pathod.log | Shadab Zafar | 2016-06-15 | 1 | -1/+1 |
* | Py3: Find Content-Length header by bytes | Shadab Zafar | 2016-06-15 | 1 | -1/+1 |
* | Py3: pathoc | Shadab Zafar | 2016-06-15 | 1 | -10/+17 |
* | Py3: pathod | Shadab Zafar | 2016-06-15 | 1 | -11/+7 |
* | Py3: websockets | Shadab Zafar | 2016-06-15 | 2 | -3/+4 |
* | Py3: fix http2 bytes issue | Shadab Zafar | 2016-06-15 | 1 | -1/+1 |
* | Start rolling out leak detection in netlib | Aldo Cortesi | 2016-06-14 | 1 | -13/+1 |
* | Merge branch 'master' into appveyor | Aldo Cortesi | 2016-06-12 | 5 | -21/+15 |
|\ | |||||
| * | Fold mitmproxy.version and pathod.version into netlib.version | Aldo Cortesi | 2016-06-12 | 5 | -21/+15 |
* | | Make the tcp connection closer cancellable | Aldo Cortesi | 2016-06-12 | 1 | -33/+34 |
|/ | |||||
* | Improve debugging of thread and other leaks | Aldo Cortesi | 2016-06-11 | 2 | -21/+20 |
* | Fix a crash when pathoc connections fail | Aldo Cortesi | 2016-06-10 | 2 | -66/+62 |
* | Remove timestamps from pathoc output | Aldo Cortesi | 2016-06-10 | 3 | -16/+20 |
* | Py3: encode() the spec before appending to path | Shadab Zafar | 2016-06-08 | 1 | -1/+1 |
* | Py3: Find content-length header by bytes | Shadab Zafar | 2016-06-08 | 1 | -1/+1 |
* | Py3: Pass bytes to http Request and Response | Shadab Zafar | 2016-06-08 | 1 | -5/+5 |
* | Py3: Properly encode() access to user_agents | Shadab Zafar | 2016-06-08 | 1 | -1/+1 |
* | Utils cleanups | Aldo Cortesi | 2016-06-07 | 2 | -11/+11 |
* | Merge remote-tracking branch 'upstream/master' | Aldo Cortesi | 2016-06-07 | 5 | -62/+71 |
|\ | |||||
| * | fix NestedMessage encoding | Maximilian Hils | 2016-06-06 | 1 | -1/+1 |
| * | fix .freeze(), improve tests | Maximilian Hils | 2016-06-06 | 1 | -1/+1 |
| * | Py3: encode() status code responses | Shadab Zafar | 2016-06-06 | 1 | -1/+1 |
| * | Py3: Exception doesn't have to be bytes | Shadab Zafar | 2016-06-06 | 1 | -1/+1 |
| * | Py3: Fix corresponding base.Integer test in test_language_base | Shadab Zafar | 2016-06-06 | 1 | -1/+1 |