Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | content view: fix fallback | Maximilian Hils | 2015-09-11 | 1 | -1/+1 | |
* | | | | | Merge pull request #764 from mitmproxy/contentviews | Maximilian Hils | 2015-09-11 | 9 | -167/+190 | |
|\ \ \ \ \ | ||||||
| * | | | | | clean up tests | Maximilian Hils | 2015-09-11 | 3 | -7/+0 | |
| * | | | | | fix bugs | Maximilian Hils | 2015-09-11 | 6 | -59/+59 | |
| * | | | | | completely remove console from contentviews | Maximilian Hils | 2015-09-11 | 3 | -41/+32 | |
| * | | | | | Merge branch 'master' into contentviews | Maximilian Hils | 2015-09-11 | 48 | -556/+1074 | |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
* | | | | | | better error messages, remove error cause | Maximilian Hils | 2015-09-11 | 8 | -19/+38 | |
* | | | | | | tls layer: fix early peek | Maximilian Hils | 2015-09-11 | 1 | -1/+1 | |
* | | | | | | better exception handling | Maximilian Hils | 2015-09-11 | 5 | -17/+58 | |
* | | | | | | fix chunked encoding | Maximilian Hils | 2015-09-11 | 2 | -10/+16 | |
* | | | | | | nicer error messages | Maximilian Hils | 2015-09-11 | 1 | -1/+1 | |
* | | | | | | polish for release: introduce http2 and rawtcp as command line switches | Maximilian Hils | 2015-09-11 | 5 | -23/+57 | |
* | | | | | | fix exception re-raise | Maximilian Hils | 2015-09-10 | 1 | -1/+1 | |
* | | | | | | start reraising exceptions properly | Maximilian Hils | 2015-09-10 | 1 | -3/+5 | |
* | | | | | | raw tcp mode: use ssl_read_select | Maximilian Hils | 2015-09-10 | 1 | -2/+2 | |
* | | | | | | fix send_response if content is missing | Maximilian Hils | 2015-09-10 | 1 | -0/+2 | |
* | | | | | | inline scripts: provide __file__ | Maximilian Hils | 2015-09-10 | 1 | -1/+1 | |
* | | | | | | simplify streaming http layer | Maximilian Hils | 2015-09-10 | 1 | -11/+11 | |
* | | | | | | http protocol: use new tls attribute | Maximilian Hils | 2015-09-09 | 1 | -1/+1 | |
* | | | | | | add inline script for conditional tls passthrough | Maximilian Hils | 2015-09-08 | 2 | -0/+140 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | whitelist next_layer for @concurrent | Maximilian Hils | 2015-09-07 | 2 | -4/+11 | |
* | | | | | expose `next_layer` to inline scripts | Maximilian Hils | 2015-09-07 | 6 | -23/+33 | |
| |_|_|/ |/| | | | ||||||
* | | | | fix tests | Maximilian Hils | 2015-09-05 | 1 | -4/+4 | |
* | | | | adjust to new netlib Headers class | Maximilian Hils | 2015-09-05 | 22 | -242/+224 | |
* | | | | speed up filters | Maximilian Hils | 2015-09-04 | 2 | -14/+9 | |
| |_|/ |/| | | ||||||
* | | | Merge branch 'master' of https://github.com/mitmproxy/mitmproxy | Maximilian Hils | 2015-09-04 | 1 | -8/+0 | |
|\ \ \ | ||||||
| * | | | http2: Ping frames are handled in netlib | Thomas Kriechbaumer | 2015-09-03 | 1 | -8/+0 | |
| | |/ | |/| | ||||||
* / | | update example inline scripts | Maximilian Hils | 2015-09-04 | 9 | -26/+19 | |
|/ / | ||||||
* | | docs++ | Maximilian Hils | 2015-09-03 | 5 | -53/+127 | |
* | | remove depth attribute from set_server | Maximilian Hils | 2015-09-03 | 4 | -39/+36 | |
* | | Merge branch 'master' of https://github.com/mitmproxy/mitmproxy | Maximilian Hils | 2015-09-03 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | http2: fix ping response | Thomas Kriechbaumer | 2015-09-03 | 1 | -2/+2 | |
* | | | remove ServerConnectionMixin.reconnect | Maximilian Hils | 2015-09-03 | 13 | -62/+48 | |
|/ / | ||||||
* | | http2: server can send WindowUpdate frames as well | Thomas Kriechbaumer | 2015-09-03 | 1 | -2/+9 | |
* | | http2: add GoAway support for client | Thomas Kriechbaumer | 2015-09-03 | 1 | -0/+5 | |
* | | http2: fix PingFrame again | Thomas Kriechbaumer | 2015-09-03 | 1 | -2/+2 | |
* | | http2: fix multiple stream per connection | Thomas Kriechbaumer | 2015-09-03 | 1 | -30/+30 | |
* | | http2: fix unhandled frames | Thomas Kriechbaumer | 2015-09-03 | 1 | -8/+8 | |
* | | Merge pull request #748 from Kriechi/tls-ciphers | Maximilian Hils | 2015-09-03 | 1 | -2/+202 | |
|\ \ | ||||||
| * | | pass-through ciphers from client to server | Thomas Kriechbaumer | 2015-09-02 | 1 | -2/+202 | |
* | | | Merge pull request #749 from Kriechi/ignore-priority-frames | Maximilian Hils | 2015-09-03 | 1 | -8/+35 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | http2: improve unexpected frame handling and shutdown | Thomas Kriechbaumer | 2015-09-03 | 1 | -14/+34 | |
| * | | ignore http2 priority frames | Thomas Kriechbaumer | 2015-09-02 | 1 | -1/+8 | |
|/ / | ||||||
| * | remove urwid from contentviews | Maximilian Hils | 2015-09-04 | 1 | -57/+48 | |
| * | remove urwid from contentviews (wip) | Maximilian Hils | 2015-09-04 | 1 | -55/+89 | |
| * | fix circular imports | Maximilian Hils | 2015-09-02 | 2 | -10/+19 | |
| * | PR #700 | Chris Czub | 2015-09-02 | 5 | -8/+14 | |
|/ | ||||||
* | Merge pull request #741 from mitmproxy/proxy-refactor-cb | Maximilian Hils | 2015-09-02 | 55 | -2412/+2620 | |
|\ | ||||||
| * | better tls error messages, fix #672 | Maximilian Hils | 2015-09-01 | 1 | -2/+10 | |
| * | Merge branch 'master' into proxy-refactor-cb | Maximilian Hils | 2015-09-01 | 1 | -3/+4 | |
| |\ | |/ |/| |