Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | try to show weird test output | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+1 | |
| * | increase coverage | Thomas Kriechbaumer | 2016-02-04 | 9 | -17/+22 | |
| * | try to fix travis | Maximilian Hils | 2016-02-04 | 1 | -0/+1 | |
| * | silence 3rd party module loggers | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+5 | |
| * | exclude tests if no alpn support present | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+8 | |
| * | add http2 full-stack test | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+117 | |
| * | improve http2 header parsing | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+3 | |
| * | reuse frame reading snippet | Thomas Kriechbaumer | 2016-02-04 | 2 | -5/+7 | |
| * | rename test file | Thomas Kriechbaumer | 2016-02-04 | 1 | -27/+0 | |
| * | fix import in tests | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+1 | |
| * | split files into http, http1, and http2 | Thomas Kriechbaumer | 2016-02-04 | 4 | -421/+452 | |
| * | cleanup lock usage | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+1 | |
| * | remove manual settings acknowledge | Thomas Kriechbaumer | 2016-02-04 | 1 | -15/+0 | |
| * | implemented push promise | Thomas Kriechbaumer | 2016-02-04 | 1 | -5/+17 | |
| * | fix flow control on closed streams | Thomas Kriechbaumer | 2016-02-04 | 1 | -2/+2 | |
| * | fix errors in http body parsing | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+6 | |
| * | fix private API and RstStream issues | Thomas Kriechbaumer | 2016-02-04 | 1 | -11/+14 | |
| * | update hyper-h2 exception handling | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+1 | |
| * | cleanup code | Thomas Kriechbaumer | 2016-02-04 | 1 | -50/+56 | |
| * | remove form_out todo | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+0 | |
| * | use proper exception classes | Thomas Kriechbaumer | 2016-02-04 | 1 | -5/+1 | |
| * | --wip-- | Thomas Kriechbaumer | 2016-02-04 | 1 | -8/+23 | |
| * | improved zombie detection | Thomas Kriechbaumer | 2016-02-04 | 1 | -61/+71 | |
| * | --wip-- | Thomas Kriechbaumer | 2016-02-04 | 1 | -12/+33 | |
| * | add todo note | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+2 | |
| * | improve flow control | Thomas Kriechbaumer | 2016-02-04 | 1 | -4/+15 | |
| * | propagate GoAway to the other side | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+8 | |
| * | --wip-- | Thomas Kriechbaumer | 2016-02-04 | 4 | -131/+296 | |
|/ | ||||||
* | Merge branch 'master' of https://github.com/mitmproxy/mitmproxy | Maximilian Hils | 2016-02-02 | 1 | -2/+2 | |
|\ | ||||||
| * | move travis-slack notification to different channel | Thomas Kriechbaumer | 2016-02-02 | 1 | -2/+2 | |
* | | add appveyor slack integration | Maximilian Hils | 2016-02-02 | 1 | -1/+4 | |
|/ | ||||||
* | fix #861, fix #888 | Maximilian Hils | 2016-02-02 | 1 | -2/+14 | |
* | Merge pull request #909 from chrishamant/master | Maximilian Hils | 2016-02-02 | 1 | -0/+3 | |
|\ | ||||||
| * | fix crash with viewing unpacked date objects | Chris Hamant | 2016-02-02 | 1 | -0/+3 | |
|/ | ||||||
* | turn script reloader off by default outside mitmdump/mitmproxy | Maximilian Hils | 2016-02-02 | 3 | -4/+8 | |
* | tests: use relative imports | Maximilian Hils | 2016-02-02 | 19 | -21/+19 | |
* | raise an ScriptException when running unloaded scripts | Maximilian Hils | 2016-02-02 | 1 | -0/+2 | |
* | silence third-party modules | Maximilian Hils | 2016-02-02 | 1 | -0/+8 | |
* | Merge pull request #906 from anantk17/master | Maximilian Hils | 2016-02-01 | 1 | -1/+5 | |
|\ | ||||||
| * | added comments | Anant | 2016-01-31 | 1 | -0/+1 | |
| * | Added feature to intercept flows from within inline scripts | Anant | 2016-01-25 | 1 | -2/+5 | |
* | | fix #903 | Maximilian Hils | 2016-01-30 | 1 | -1/+1 | |
* | | code formatting: fix whitespace issues | Thomas Kriechbaumer | 2016-01-27 | 75 | -63/+249 | |
* | | cleanup imports | Thomas Kriechbaumer | 2016-01-27 | 23 | -43/+20 | |
* | | Merge pull request #884 from dufferzafar/export | Maximilian Hils | 2016-01-26 | 3 | -34/+113 | |
|\ \ | ||||||
| * | | Remove restrictions based on request content | Shadab Zafar | 2016-01-25 | 1 | -13/+0 | |
| * | | Copy as raw request | Shadab Zafar | 2016-01-13 | 3 | -0/+14 | |
| * | | Export/Copy request as python code | Shadab Zafar | 2016-01-13 | 3 | -1/+33 | |
| * | | Use signals.status_message for empty content | Shadab Zafar | 2016-01-13 | 1 | -1/+2 | |
| * | | Refactor copy_as_curl_command | Shadab Zafar | 2016-01-13 | 1 | -9/+7 |