Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move mitmproxy | Maximilian Hils | 2016-02-15 | 123 | -81894/+0 |
* | convert old flows to 0.17 | Maximilian Hils | 2016-02-14 | 1 | -0/+6 |
* | bump version | Maximilian Hils | 2016-02-14 | 1 | -1/+1 |
* | fix plain http proxying | Maximilian Hils | 2016-02-14 | 1 | -0/+1 |
* | Merge branch 'master' of https://github.com/mitmproxy/mitmproxy | Maximilian Hils | 2016-02-14 | 8 | -10/+10 |
|\ | |||||
| * | autoflake | Thomas Kriechbaumer | 2016-02-14 | 4 | -7/+1 |
| * | autopep8 | Thomas Kriechbaumer | 2016-02-14 | 5 | -3/+3 |
| * | print http2 frames to debug log | Maximilian Hils | 2016-02-14 | 1 | -0/+6 |
* | | mitmweb: fix _strip_content | Maximilian Hils | 2016-02-14 | 1 | -0/+2 |
|/ | |||||
* | Do not send Proxy-Agent in CONNECT responses | Will Coster | 2016-02-13 | 1 | -4/+3 |
* | Send password_manager as a general application setting instead of per handler | Guillem Anguera | 2016-02-12 | 1 | -12/+4 |
* | Added Basic Auth support for MITMWeb interface | Guillem Anguera | 2016-02-11 | 4 | -4/+75 |
* | Merge branch 'master' of https://github.com/mitmproxy/mitmproxy | Maximilian Hils | 2016-02-10 | 2 | -50/+81 |
|\ | |||||
| * | Merge pull request #916 from dufferzafar/export-code | Maximilian Hils | 2016-02-10 | 2 | -50/+81 |
| |\ | |||||
| | * | Use textwrap.dedent in flow_export.python_code too | Shadab Zafar | 2016-02-10 | 1 | -10/+13 |
| | * | Move exporters to a separate file | Shadab Zafar | 2016-02-08 | 2 | -76/+78 |
| | * | Export any flow as Python code, not just GET | Shadab Zafar | 2016-02-06 | 1 | -5/+19 |
| | * | Refactor copy_as_python_code | Shadab Zafar | 2016-02-06 | 1 | -13/+25 |
* | | | fix #925 | Maximilian Hils | 2016-02-10 | 1 | -6/+10 |
|/ / | |||||
* | | fix syntax | Thomas Kriechbaumer | 2016-02-08 | 1 | -1/+2 |
* | | fix #920 | Thomas Kriechbaumer | 2016-02-08 | 1 | -0/+19 |
* | | make stateobject simpler and stricter | Maximilian Hils | 2016-02-08 | 6 | -105/+71 |
* | | simplify state management | Maximilian Hils | 2016-02-08 | 8 | -90/+78 |
* | | remove duplicate code | Maximilian Hils | 2016-02-08 | 1 | -27/+0 |
* | | fix #876 | Maximilian Hils | 2016-02-08 | 1 | -4/+6 |
* | | http2: indicate http version in the ui | Maximilian Hils | 2016-02-08 | 2 | -3/+12 |
* | | http2: fix http_version | Maximilian Hils | 2016-02-08 | 1 | -2/+2 |
* | | raise error if --http2 is specified, but the OpenSSL version doesn't support it | Maximilian Hils | 2016-02-08 | 2 | -0/+8 |
* | | removed unused parameter | Maximilian Hils | 2016-02-08 | 2 | -6/+3 |
* | | simplify setup.py | Maximilian Hils | 2016-02-04 | 1 | -0/+4 |
* | | always add common name as subjectAltName | Maximilian Hils | 2016-02-04 | 1 | -1/+3 |
* | | remove debug output | Maximilian Hils | 2016-02-04 | 1 | -4/+1 |
* | | fix import | Maximilian Hils | 2016-02-04 | 1 | -1/+0 |
* | | check for channel error location | Maximilian Hils | 2016-02-04 | 1 | -0/+4 |
* | | fix http2 race condition | Thomas Kriechbaumer | 2016-02-04 | 1 | -14/+53 |
* | | cleanup | Thomas Kriechbaumer | 2016-02-04 | 1 | -7/+7 |
* | | do not send RST if there is not upstream stream openend yet | Maximilian Hils | 2016-02-04 | 1 | -1/+2 |
* | | add comment that explains OrderedDict use | Maximilian Hils | 2016-02-04 | 1 | -0/+4 |
* | | fix exception classes | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+2 |
* | | fix locking issues | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+1 |
* | | fix flow == None errors | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+1 |
* | | fix tests and use netlib utils | Thomas Kriechbaumer | 2016-02-04 | 2 | -12/+2 |
* | | fix race condition during state loading | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+2 |
* | | code formatting | Thomas Kriechbaumer | 2016-02-04 | 4 | -10/+12 |
* | | fix authority handling | Thomas Kriechbaumer | 2016-02-04 | 1 | -4/+4 |
* | | add more tests, improve coverage | Thomas Kriechbaumer | 2016-02-04 | 1 | -15/+11 |
* | | bump h2 dependency and use latest API | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+1 |
* | | remove print | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+4 |
* | | test PushPromise support | Thomas Kriechbaumer | 2016-02-04 | 1 | -2/+9 |
* | | increase coverage | Thomas Kriechbaumer | 2016-02-04 | 7 | -16/+17 |