Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | handle_* -> * | Aldo Cortesi | 2016-05-29 | 12 | -108/+104 |
| | | | | | Now that we have the controller.handler decorator, the _handler prefix stutters. | ||||
* | Explicitly list all events | Aldo Cortesi | 2016-05-29 | 2 | -2/+25 |
| | |||||
* | 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 |
| | | | | | | | | Uses this to catch an error in mitmweb | ||||
* | | 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 |
| | | | | | | | | | | | | mitmproxy, mitmdump and mitmweb masters still to be done | ||||
| * | | Sketch out a more solid core | Aldo Cortesi | 2016-05-26 | 7 | -35/+79 |
| | | | | | | | | | | | | | | | - Decorator for handler methods - Stricter checking for double-acks and non-acks | ||||
* | | | Make @controller.handler inheritance-friendly | Aldo Cortesi | 2016-05-28 | 6 | -18/+36 |
| | | | | | | | | | | | | Use this to adapt mitmweb and mitproxy console | ||||
* | | | Mandate that all handlers must be wrapped, make tests pass | Aldo Cortesi | 2016-05-28 | 5 | -34/+44 |
| | | | | | | | | | | | | mitmproxy, mitmdump and mitmweb masters still to be done | ||||
* | | | Sketch out a more solid core | Aldo Cortesi | 2016-05-28 | 7 | -35/+79 |
| |/ |/| | | | | | | | - Decorator for handler methods - Stricter checking for double-acks and non-acks | ||||
* | | Merge pull request #1169 from gzzhanghao/contentview | Maximilian Hils | 2016-05-27 | 7 | -88/+112 |
|\ \ | | | | | | | [web] Eliminate Router mixin and RawMixin | ||||
| * \ | 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 |
|\ \ \ | | | | | | | | | Python 3 - pathod.utils | ||||
| * | | | 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 |
| | | | | | | | | | | | | | | | | | | | | - Parameterise the Python version. All of these now work: ./dev.sh # Use default Python version ./dev.sh 2.7 # Explicitly use 2.7 in venv2.7 ./dev.sh 3.5 # Explicitly use 3.5 in venv3.5 This should also work for Travis, which has a weird setup where Pytho3 can be 3.4. | ||||
* | | Merge pull request #1168 from Kriechi/venv-py3 | Aldo Cortesi | 2016-05-26 | 2 | -7/+24 |
|\ \ | | | | | | | add a py3 venv in dev environment | ||||
| * | | add a py3 venv in dev environment | Thomas Kriechbaumer | 2016-05-25 | 2 | -7/+24 |
| | | | | | | | | | | | | | | | This allows us to run e.g. tests in a different python version: $ venv3/bin/py.test test/netlib/test_tcp.py | ||||
* | | | 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 |
|\ \ | | | | | | | mitmdump: Add Basic Support for TCP Flows | ||||
| * | | 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 |
| | | |