Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | improve http2 header parsing | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+3 |
* | reuse frame reading snippet | Thomas Kriechbaumer | 2016-02-04 | 2 | -5/+7 |
* | 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 | 2 | -130/+294 |
* | fix #861, fix #888 | Maximilian Hils | 2016-02-02 | 1 | -2/+14 |
* | 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 |
* | raise an ScriptException when running unloaded scripts | Maximilian Hils | 2016-02-02 | 1 | -0/+2 |
* | 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 | 49 | -37/+167 |
* | | cleanup imports | Thomas Kriechbaumer | 2016-01-27 | 13 | -17/+8 |
* | | 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 |
| * | | refactored export as curl to be 'E' to export and 'c' to as curl command | Marcelo Glezer | 2016-01-13 | 3 | -7/+27 |
| * | | headers enumartion was failing in copy as curl and protocol was None when cop... | Marcelo Glezer | 2016-01-13 | 1 | -2/+2 |
| * | | fixed TypeError: ask_save_overwrite() takes exactly 2 arguments (xxxxx given) | Marcelo Glezer | 2016-01-13 | 1 | -1/+1 |
| * | | Was needlessly passing un-used parameters + clean up misspelling | Ryan Welton | 2016-01-13 | 1 | -17/+13 |
| * | | Switch to single quotes | Ryan Welton | 2016-01-13 | 1 | -2/+2 |