Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'solidcore' of github.com:cortesi/mitmproxy into solidcore | Aldo Cortesi | 2016-05-29 | 0 | -0/+0 |
|\ | |||||
| * | Merge branch 'master' into solidcore | Aldo Cortesi | 2016-05-28 | 2 | -5/+5 |
| |\ | |||||
* | | | Flatten ServerMaster into Master | Aldo Cortesi | 2016-05-29 | 3 | -38/+11 |
* | | | Merge branch 'master' into solidcore | Aldo Cortesi | 2016-05-29 | 57 | -117/+124 |
|\ \ \ | |/ / |/| | | |||||
| * | | mitmproxy: fix most flake8 offenses | Thomas Kriechbaumer | 2016-05-28 | 12 | -19/+36 |
| * | | pathod: fix most flake8 offenses | Thomas Kriechbaumer | 2016-05-28 | 6 | -13/+11 |
| * | | netlib: fix most flake8 offenses | Thomas Kriechbaumer | 2016-05-28 | 10 | -31/+43 |
| * | | ignore sslkeylogfile.log | Thomas Kriechbaumer | 2016-05-28 | 1 | -0/+1 |
| * | | cleanup imports with flake8 | Thomas Kriechbaumer | 2016-05-28 | 33 | -50/+29 |
| |/ | |||||
| * | fix Python 2 tests | Maximilian Hils | 2016-05-28 | 1 | -2/+2 |
| * | Enable Travis for test_log | Shadab Zafar | 2016-05-28 | 1 | -2/+2 |
| * | Py3: Use cStringIO from six.moves | Shadab Zafar | 2016-05-28 | 1 | -3/+3 |
* | | Be stricter about the handler call signature | Aldo Cortesi | 2016-05-28 | 2 | -2/+7 |
* | | Merge branch 'master' into solidcore | Aldo Cortesi | 2016-05-28 | 1 | -1/+3 |
|\| | |||||
| * | Fix crash in mitmproxy when viewing responses | Aldo Cortesi | 2016-05-28 | 1 | -1/+3 |
* | | Zap stray debugging call | Aldo Cortesi | 2016-05-28 | 1 | -1/+0 |
* | | Merge branch 'solidcore' of github.com:cortesi/mitmproxy into solidcore | Aldo Cortesi | 2016-05-28 | 0 | -0/+0 |
|\ \ | |||||
| * | | Mandate that all handlers must be wrapped, make tests pass | Aldo Cortesi | 2016-05-26 | 5 | -34/+44 |
| * | | Sketch out a more solid core | Aldo Cortesi | 2016-05-26 | 7 | -35/+79 |
* | | | Make @controller.handler inheritance-friendly | Aldo Cortesi | 2016-05-28 | 6 | -18/+36 |
* | | | Mandate that all handlers must be wrapped, make tests pass | Aldo Cortesi | 2016-05-28 | 5 | -34/+44 |
* | | | Sketch out a more solid core | Aldo Cortesi | 2016-05-28 | 7 | -35/+79 |
| |/ |/| | |||||
* | | Merge pull request #1169 from gzzhanghao/contentview | Maximilian Hils | 2016-05-27 | 7 | -88/+112 |
|\ \ | |||||
| * \ | Merge remote-tracking branch 'origin/master' into contentview | Jason | 2016-05-28 | 32 | -135/+253 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #1119 from dufferzafar/pathod-port | Maximilian Hils | 2016-05-26 | 9 | -43/+35 |
|\ \ \ | |||||
| * | | | Enable travis Py3 testing for test_utils | Shadab Zafar | 2016-05-26 | 1 | -2/+2 |
| * | | | Go Python 3 by default with the bytes conversion | Shadab Zafar | 2016-05-26 | 1 | -2/+4 |
| * | | | remove str() | Shadab Zafar | 2016-05-26 | 1 | -1/+1 |
| * | | | Remove inner_repr, fixup escape_unprintables | Shadab Zafar | 2016-05-26 | 2 | -26/+8 |
| * | | | Use escaped_str functions for TokValueLiteral | Shadab Zafar | 2016-05-26 | 1 | -6/+7 |
| * | | | Remove Py3 specific check | Shadab Zafar | 2016-05-26 | 1 | -2/+1 |
| * | | | Use BytesIO in pathod app | Shadab Zafar | 2016-05-26 | 1 | -2/+2 |
| * | | | Py3: Handle bytes case in inner_repr | Shadab Zafar | 2016-05-26 | 2 | -1/+3 |
| * | | | Removed wrong import | Shadab Zafar | 2016-05-26 | 1 | -0/+1 |
| * | | | Py3: inner_repr and escape_unprintables | Shadab Zafar | 2016-05-26 | 1 | -2/+7 |
| * | | | Py3: Import and Other misc. stuff | Shadab Zafar | 2016-05-26 | 5 | -13/+13 |
|/ / / | |||||
* | | | fix py3 tests | Maximilian Hils | 2016-05-25 | 1 | -1/+1 |
* | | | bytes_to_escaped_str: always escape single quotes | Maximilian Hils | 2016-05-25 | 3 | -2/+10 |
* | | | escaped_str_to_bytes: support unicode on python 2 | Maximilian Hils | 2016-05-25 | 2 | -4/+11 |
| |/ |/| | |||||
* | | Refactor dev.sh | Aldo Cortesi | 2016-05-26 | 3 | -24/+10 |
* | | Merge pull request #1168 from Kriechi/venv-py3 | Aldo Cortesi | 2016-05-26 | 2 | -7/+24 |
|\ \ | |||||
| * | | add a py3 venv in dev environment | Thomas Kriechbaumer | 2016-05-25 | 2 | -7/+24 |
* | | | Update issue_template.md | Maximilian Hils | 2016-05-24 | 1 | -0/+1 |
|/ / | |||||
* | | Merge pull request #1127 from mitmproxy/tcp-flows | Thomas Kriechbaumer | 2016-05-23 | 13 | -68/+180 |
|\ \ | |||||
| * | | tests++ | Maximilian Hils | 2016-05-20 | 2 | -2/+32 |
| * | | add FlowMaster.active_flows | Maximilian Hils | 2016-05-19 | 3 | -16/+13 |
| * | | tests: finish connections properly | Maximilian Hils | 2016-05-19 | 1 | -0/+1 |
| * | | fix tests, don't double-add error'd flows | Maximilian Hils | 2016-05-19 | 2 | -3/+3 |
| * | | minor fixes, adjust tests | Maximilian Hils | 2016-05-19 | 5 | -13/+13 |
| * | | mimtdump: add basic support for tcp flows | Maximilian Hils | 2016-05-19 | 7 | -55/+139 |