Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix locking issues | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+1 |
* | fix flow == None errors | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+1 |
* | use test timeouts | Thomas Kriechbaumer | 2016-02-04 | 3 | -2/+3 |
* | fix tests and use netlib utils | Thomas Kriechbaumer | 2016-02-04 | 3 | -19/+9 |
* | fix race condition during state loading | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+2 |
* | code formatting | Thomas Kriechbaumer | 2016-02-04 | 6 | -15/+17 |
* | fix authority handling | Thomas Kriechbaumer | 2016-02-04 | 1 | -4/+4 |
* | add more tests, improve coverage | Thomas Kriechbaumer | 2016-02-04 | 2 | -22/+83 |
* | test stream resets in push promise | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+37 |
* | bump h2 dependency and use latest API | Thomas Kriechbaumer | 2016-02-04 | 2 | -2/+2 |
* | refactor http2 tests | Thomas Kriechbaumer | 2016-02-04 | 1 | -85/+149 |
* | remove print | Thomas Kriechbaumer | 2016-02-04 | 2 | -1/+4 |
* | test PushPromise support | Thomas Kriechbaumer | 2016-02-04 | 2 | -5/+97 |
* | allow pypy on travis | Thomas Kriechbaumer | 2016-02-04 | 1 | -10/+6 |
* | update CI integration | Thomas Kriechbaumer | 2016-02-04 | 2 | -8/+25 |
* | 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 |