Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | added hints from mhils | Clemens | 2016-08-09 | 10 | -697/+64007 | |
| * | | | add sticky footer contentview | Clemens | 2016-08-06 | 3 | -5/+6 | |
| * | | | change some style | Clemens | 2016-08-05 | 6 | -70/+121 | |
| * | | | fix get contentview in mitmweb | Clemens | 2016-08-04 | 2 | -3/+5 | |
| * | | | litte style changes | Clemens | 2016-08-03 | 3 | -3/+7 | |
| * | | | integrate simplified contentviews | Clemens | 2016-08-03 | 6 | -132/+137 | |
| * | | | add view all button, add dropdown for contentviews | Clemens | 2016-08-03 | 7 | -64/+213 | |
| * | | | replace get_content_view in dumper and flowview | Clemens | 2016-08-01 | 2 | -43/+7 | |
| * | | | moved getlines to contentviews | Clemens | 2016-07-29 | 2 | -32/+33 | |
| * | | | combine clientside and serverside contentviews | Clemens | 2016-07-29 | 6 | -73/+80 | |
| * | | | add image to mitmproxy.contentview.image | Clemens | 2016-07-28 | 3 | -5/+11 | |
| * | | | mitmproxy.contentviews added | Clemens | 2016-07-28 | 8 | -32/+81 | |
| * | | | add contentviews to client | Clemens | 2016-07-27 | 4 | -6/+26 | |
| * | | | add parameter to content requests | Clemens | 2016-07-27 | 2 | -2/+3 | |
| * | | | add contentviews to settings | Clemens | 2016-07-27 | 1 | -1/+4 | |
* | | | | Merge pull request #1479 from Kriechi/fix-1430 | Maximilian Hils | 2016-08-13 | 2 | -13/+15 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | fix #1430 | Thomas Kriechbaumer | 2016-08-13 | 2 | -13/+15 | |
|/ / / | ||||||
* | | | update dependencies (#1478) | Maximilian Hils | 2016-08-11 | 1 | -2/+2 | |
* | | | fix lxml binary link | Maximilian Hils | 2016-08-10 | 1 | -2/+2 | |
* | | | Merge pull request #1474 from mhils/reply-fix | Maximilian Hils | 2016-08-10 | 27 | -154/+319 | |
|\ \ \ | ||||||
| * | | | clean up code, improve DummyReply | Maximilian Hils | 2016-08-09 | 21 | -74/+90 | |
| * | | | finalize Reply semantics, fix tests | Maximilian Hils | 2016-08-09 | 17 | -68/+183 | |
| * | | | make Reply.state readonly | Maximilian Hils | 2016-08-09 | 1 | -5/+19 | |
| * | | | improve reply semantics | Maximilian Hils | 2016-08-08 | 1 | -57/+57 | |
| * | | | fix reply concurrency | Maximilian Hils | 2016-08-04 | 1 | -2/+22 | |
| | |/ | |/| | ||||||
* / | | allow tox workdir reconfiguration for ubuntu on windows | Maximilian Hils | 2016-08-09 | 2 | -1/+2 | |
|/ / | ||||||
* | | fix tests | Maximilian Hils | 2016-08-04 | 4 | -4/+2 | |
* | | minor improvements | Maximilian Hils | 2016-08-04 | 2 | -1/+2 | |
* | | simplify contentview logic | Maximilian Hils | 2016-08-04 | 6 | -125/+127 | |
* | | Update install.rst | Maximilian Hils | 2016-08-02 | 1 | -1/+1 | |
* | | fix #1465, fix ssl_insecure | Maximilian Hils | 2016-08-02 | 3 | -8/+16 | |
* | | Revert "Add missing ssl_insecure option" | Maximilian Hils | 2016-08-02 | 1 | -1/+0 | |
* | | Merge pull request #1463 from dufferzafar/options-hotfix | Thomas Kriechbaumer | 2016-08-02 | 1 | -0/+1 | |
|\ \ | ||||||
| * | | Add missing ssl_insecure option | Shadab Zafar | 2016-08-02 | 1 | -0/+1 | |
|/ / | ||||||
* | | Merge pull request #1457 from mkagenius/interger_division | Thomas Kriechbaumer | 2016-08-01 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | integer division for python 3 compatibility | Manish Kumar | 2016-08-01 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #1453 from dufferzafar/limit-to-filter | Maximilian Hils | 2016-07-31 | 9 | -37/+37 | |
|\ \ | ||||||
| * | | Rename "Limit" feature to "Filter View" | Shadab Zafar | 2016-07-31 | 9 | -37/+37 | |
* | | | Merge pull request #1447 from mitmproxy/secure-by-default | Aldo Cortesi | 2016-08-01 | 25 | -231/+303 | |
|\ \ \ | ||||||
| * | | | fix cert verification tests, remove leftovers | Maximilian Hils | 2016-07-27 | 11 | -165/+209 | |
| * | | | improve invalid certificate ux | Maximilian Hils | 2016-07-27 | 9 | -50/+70 | |
| * | | | verify upstream certificates by default (#1111) | Sachin Kelkar | 2016-07-27 | 8 | -44/+52 | |
* | | | | Merge pull request #1449 from mhils/fix-1448 | Maximilian Hils | 2016-07-30 | 4 | -7/+12 | |
|\ \ \ \ | ||||||
| * | | | | add escape_single_quotes=False arg to bytes_to_escaped_str | Maximilian Hils | 2016-07-29 | 4 | -7/+12 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #1451 from YanchWare/master | Maximilian Hils | 2016-07-30 | 6 | -4/+30 | |
|\ \ \ \ | ||||||
| * | | | | Integrated encode/decoder for brotli | Angelo Agatino Nicolosi | 2016-07-30 | 6 | -4/+30 | |
| |/ / / | ||||||
* | | | | Merge pull request #1450 from vhaupert/master | Maximilian Hils | 2016-07-30 | 2 | -1/+3 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Substitute tilde with user's home. | Vincent Haupert | 2016-07-30 | 1 | -0/+1 | |
| * | | | Fix platform import on Linux using python3 | Vincent Haupert | 2016-07-30 | 1 | -1/+2 | |
|/ / / | ||||||
* | | | minor fixes | Maximilian Hils | 2016-07-29 | 3 | -6/+6 |