| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | minor fixes (#1165) | Maximilian Hils | 2016-05-23 | 3 | -7/+2 |
| * | warn users if rfile == outfile, refs #1117 | Maximilian Hils | 2016-05-21 | 1 | -0/+12 |
| * | fix weight value serialization | Thomas Kriechbaumer | 2016-05-21 | 1 | -1/+2 |
| * | Merge pull request #1164 from Kriechi/improve-http2 | Maximilian Hils | 2016-05-21 | 1 | -4/+22 |
| |\ | |||||
| | * | kill streams if connection gets terminated | Thomas Kriechbaumer | 2016-05-21 | 1 | -3/+8 |
| | * | implement transparent Priority updates | Thomas Kriechbaumer | 2016-05-21 | 1 | -0/+12 |
| | * | fix typo | Thomas Kriechbaumer | 2016-05-21 | 1 | -1/+1 |
| | * | immediately send push to client | Thomas Kriechbaumer | 2016-05-21 | 1 | -0/+1 |
| * | | Merge branch 'issue-1099' | Maximilian Hils | 2016-05-20 | 3 | -1/+10 |
| |\ \ | |||||
| | * | | fix #1099 | Maximilian Hils | 2016-05-20 | 3 | -1/+10 |
| * | | | Merge branch 'mhils-multidict' | Aldo Cortesi | 2016-05-21 | 31 | -503/+883 |
| |\ \ \ | |||||
| | * | | | Clean un-needed imports | Aldo Cortesi | 2016-05-21 | 1 | -2/+0 |
| | * | | | A clearer implementation of MultiDictView | Aldo Cortesi | 2016-05-21 | 6 | -108/+119 |
| | * | | | Merge branch 'multidict' of https://github.com/mhils/mitmproxy into mhils-mul... | Aldo Cortesi | 2016-05-21 | 31 | -502/+873 |
| | |\| | | |||||
| | | * | | tests++ | Maximilian Hils | 2016-05-20 | 5 | -104/+232 |
| | | * | | fix Header docs | Maximilian Hils | 2016-05-20 | 1 | -3/+3 |
| | | * | | docs++ | Maximilian Hils | 2016-05-18 | 1 | -0/+11 |
| | | * | | improve MultiDict, add ImmutableMultiDict, adjust response.cookies | Maximilian Hils | 2016-05-18 | 15 | -324/+433 |
| | | * | | test flow export with duplicate query string | Maximilian Hils | 2016-05-18 | 4 | -3/+21 |
| | | * | | add MultiDict | Maximilian Hils | 2016-05-18 | 23 | -265/+370 |
| * | | | | Merge pull request #1109 from mitmproxy/faster-tls | Aldo Cortesi | 2016-05-21 | 4 | -95/+110 |
| |\ \ \ \ | |||||
| | * | | | | fix ClientHello.__repr__ | Maximilian Hils | 2016-05-02 | 1 | -1/+1 |
| | * | | | | improve server tls handshake behaviour | Maximilian Hils | 2016-05-02 | 2 | -11/+23 |
| | * | | | | simplify ClientHello handling | Maximilian Hils | 2016-05-02 | 2 | -25/+23 |
| | * | | | | improve tls handling, separate `set_server` and `set_server_tls` | Maximilian Hils | 2016-05-02 | 3 | -75/+78 |
| | * | | | | speed up TLS handshake if SNI is present | Maximilian Hils | 2016-05-02 | 1 | -4/+6 |
| * | | | | | We don't need 3 slightly different implementations of Data | Aldo Cortesi | 2016-05-21 | 5 | -43/+11 |
| | |/ / / |/| | | | |||||
| * | | | | tests: silence flaky pathod test | Maximilian Hils | 2016-05-20 | 1 | -0/+1 |
| | |_|/ |/| | | |||||
| * | | | minor improvements | Maximilian Hils | 2016-05-19 | 1 | -7/+12 |
| * | | | Update issue_template.md | Maximilian Hils | 2016-05-19 | 1 | -2/+2 |
| * | | | Merge pull request #1152 from mhils/cleanup-odict | Thomas Kriechbaumer | 2016-05-19 | 2 | -57/+34 |
| |\ \ \ | |||||
| | * | | | clean up odict | Maximilian Hils | 2016-05-18 | 2 | -57/+34 |
| | | |/ | |/| | |||||
| * | | | tests: properly skip pathod tests | Maximilian Hils | 2016-05-18 | 2 | -4/+4 |
| * | | | display response reason in ui | Maximilian Hils | 2016-05-18 | 1 | -3/+5 |
| |/ / | |||||
| * | | tests: xfail -> skip | Maximilian Hils | 2016-05-18 | 1 | -3/+3 |
| * | | remove debug print | Thomas Kriechbaumer | 2016-05-17 | 1 | -1/+0 |
| * | | http2: cleanup | Thomas Kriechbaumer | 2016-05-17 | 1 | -22/+25 |
| * | | Merge pull request #1126 from Kriechi/safeguard | Maximilian Hils | 2016-05-17 | 4 | -13/+85 |
| |\ \ | |||||
| | * | | http2: properly handle connection errors | Thomas Kriechbaumer | 2016-05-17 | 3 | -13/+37 |
| | * | | http2: add connection-lost test | Thomas Kriechbaumer | 2016-05-17 | 1 | -0/+48 |
| |/ / | |||||
| * | | Fix broken test_flow_export tests | Aldo Cortesi | 2016-05-18 | 1 | -34/+27 |
| * | | Clean up flow export tests | Aldo Cortesi | 2016-05-18 | 11 | -262/+242 |
| * | | Updated the docstring (#1150) | Yoginski | 2016-05-17 | 1 | -1/+1 |
| * | | fix encoding error on *too* random bytes | Thomas Kriechbaumer | 2016-05-15 | 1 | -1/+5 |
| * | | fix naming which caused overwriting of functions | Thomas Kriechbaumer | 2016-05-15 | 1 | -1/+1 |
| * | | http2: improve header tests (#1143) (#1144) | Thomas Kriechbaumer | 2016-05-14 | 1 | -6/+11 |
| * | | Fixed HTTP2 headers being folded. (#1143) (#1144) | Kostya Esmukov | 2016-05-14 | 1 | -1/+1 |
| * | | added UI for options menu (#1130) | Clemens Brunner | 2016-05-14 | 6 | -425/+692 |
| * | | showing url for terminals that support clickable links when starting mitmweb ... | Jonathan Jones | 2016-05-14 | 1 | -0/+2 |
| * | | bump python-hyper dependencies (#1139) | Thomas Kriechbaumer | 2016-05-12 | 1 | -3/+2 |
