Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More powerful Options scheme | Aldo Cortesi | 2016-07-13 | 6 | -25/+143 |
| | | | | | | | | | | | This prepares us for the addon configuration mechanism and gives us a more flexible way to handle options changes. This changeset should spell the end of the current anti-pattern in our codebase where we duplicate data out of options onto the master when mutability is needed. From now on, Options can be the one source of thruth. - Change notifications - Rollback on error | ||||
* | fixed bug (#1342) | Clemens Brunner | 2016-07-12 | 2 | -4/+4 |
| | | | fix minor mitmweb issues | ||||
* | http2: fix race-condition in tests | Thomas Kriechbaumer | 2016-07-12 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1345 from strohu/patch-2 | Thomas Kriechbaumer | 2016-07-12 | 1 | -2/+2 |
|\ | | | | | Make sudo pfctl error check Python 3 compatible | ||||
| * | Make sudo pfctl error check Python 3 compatible | strohu | 2016-07-12 | 1 | -2/+2 |
|/ | | | In Python 3, subprocess.check_output() returns a sequence of bytes. This change ensures that it will be converted to a string, so the substring test for the sudo error message does not raise a TypeError. This fixes the code in Python 3 while remaining compatible with Python 2. | ||||
* | Merge pull request #1344 from strohu/patch-1 | Thomas Kriechbaumer | 2016-07-12 | 1 | -1/+1 |
|\ | | | | | Fix is_ascii check when determining next layer | ||||
| * | Fix is_ascii check when determining next layer | strohu | 2016-07-12 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1338 from Kriechi/http2-tests | Thomas Kriechbaumer | 2016-07-10 | 2 | -96/+241 |
|\ | | | | | Improve HTTP/2 test coverage | ||||
| * | http2: more coverage | Thomas Kriechbaumer | 2016-07-10 | 2 | -43/+231 |
| | | |||||
| * | http2: simplify test class | Thomas Kriechbaumer | 2016-07-10 | 1 | -65/+22 |
|/ | |||||
* | update dependency and loosen restrictions on good citizens | Thomas Kriechbaumer | 2016-07-10 | 1 | -7/+7 |
| | |||||
* | Merge pull request #1335 from mitmproxy/travis | Thomas Kriechbaumer | 2016-07-10 | 1 | -13/+20 |
|\ | | | | | move OSX Travis job to py3 for snapshots | ||||
| * | move OSX Travis job to py3 for snapshots | Thomas Kriechbaumer | 2016-07-10 | 1 | -13/+20 |
| | | |||||
* | | fix sysinfo for py3 | Thomas Kriechbaumer | 2016-07-10 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1336 from dufferzafar/rtool-hotfix | Thomas Kriechbaumer | 2016-07-10 | 1 | -1/+1 |
|\ | | | | | rtool hotfix | ||||
| * | Decode commit value in rtool | Shadab Zafar | 2016-07-10 | 1 | -1/+1 |
| | | |||||
* | | revert travis osx changes | Thomas Kriechbaumer | 2016-07-09 | 2 | -11/+12 |
|/ | |||||
* | Merge pull request #1324 from dufferzafar/sticky-cookies | Maximilian Hils | 2016-07-09 | 4 | -7/+77 |
|\ | | | | | Delete stickycookies when told by the server | ||||
| * | Remove redundant tests | Shadab Zafar | 2016-07-10 | 1 | -12/+0 |
| | | |||||
| * | Test cookies.is_expired separately | Shadab Zafar | 2016-07-10 | 2 | -4/+30 |
| | | |||||
| * | Move cookie expiry detection to separate function | Shadab Zafar | 2016-07-09 | 2 | -17/+24 |
| | | |||||
| * | Add tests for deletion of stickycookies | Shadab Zafar | 2016-07-09 | 1 | -2/+26 |
| | | |||||
| * | Delete stickycookies when told by the server | Shadab Zafar | 2016-07-09 | 1 | -4/+29 |
| | | | | | | | | Fixes #1096 | ||||
* | | add whitespace to improve url parsing | Thomas Kriechbaumer | 2016-07-09 | 1 | -1/+1 |
| | | |||||
* | | fix pip install on osx travis | Thomas Kriechbaumer | 2016-07-09 | 1 | -1/+1 |
| | | |||||
* | | upgrade pip on osx travis | Thomas Kriechbaumer | 2016-07-09 | 2 | -1/+3 |
| | | |||||
* | | try to fix weird install behaviour | Thomas Kriechbaumer | 2016-07-09 | 1 | -2/+2 |
| | | |||||
* | | update osx travis | Thomas Kriechbaumer | 2016-07-09 | 1 | -10/+7 |
| | | |||||
* | | cleanup tox | Thomas Kriechbaumer | 2016-07-09 | 1 | -5/+3 |
| | | |||||
* | | Merge pull request #1334 from mhils/cleanup | Thomas Kriechbaumer | 2016-07-09 | 3 | -7/+0 |
|\ \ | | | | | | | Remove unused files | ||||
| * | | remove unused files | Maximilian Hils | 2016-07-09 | 3 | -7/+0 |
|/ / | |||||
* | | Update README.rst | Maximilian Hils | 2016-07-09 | 1 | -3/+2 |
| | | |||||
* | | Add Python 3.5 markers to setup.py | Maximilian Hils | 2016-07-09 | 1 | -0/+2 |
| | | |||||
* | | remove pathod doc leftovers | Maximilian Hils | 2016-07-09 | 3 | -384/+0 |
|/ | |||||
* | Merge pull request #1299 from dufferzafar/py3-dump | Thomas Kriechbaumer | 2016-07-09 | 6 | -33/+47 |
|\ | | | | | Python 3 - test_dump | ||||
| * | Make escape_control_characters handle strings on Py2 | Shadab Zafar | 2016-07-09 | 2 | -4/+5 |
| | | |||||
| * | Remove py35 section from tox.ini | Shadab Zafar | 2016-07-09 | 1 | -5/+0 |
| | | |||||
| * | strutils.hexdump returns native_strings | Shadab Zafar | 2016-07-09 | 2 | -2/+2 |
| | | |||||
| * | Set verbosity & flow_detail to 0 | Shadab Zafar | 2016-07-09 | 1 | -0/+12 |
| | | |||||
| * | py3++ | Shadab Zafar | 2016-07-09 | 3 | -24/+29 |
| | | |||||
| * | py3++: test_dump | Shadab Zafar | 2016-07-09 | 3 | -5/+6 |
| | | |||||
* | | travis: move osx test to the top | Maximilian Hils | 2016-07-09 | 1 | -6/+6 |
|/ | | | OSX is the slow one, so it should start straight away. | ||||
* | Merge pull request #1327 from mitmproxy/remove-script-context | Maximilian Hils | 2016-07-08 | 48 | -312/+267 |
|\ | | | | | Remove script context | ||||
| * | move script context to mitmproxy.ctx | Maximilian Hils | 2016-07-08 | 11 | -41/+40 |
| | | |||||
| * | remove script contexts | Maximilian Hils | 2016-07-07 | 16 | -200/+131 |
| | | |||||
| * | remove context from all scripts | Maximilian Hils | 2016-07-07 | 33 | -112/+137 |
| | | |||||
* | | py3++ | Maximilian Hils | 2016-07-08 | 3 | -2/+6 |
| | | |||||
* | | fix #1314 | Maximilian Hils | 2016-07-08 | 2 | -21/+23 |
| | | |||||
* | | Merge pull request #1330 from jpkrause/master | Maximilian Hils | 2016-07-08 | 6 | -72/+14 |
|\ \ | | | | | | | Added flow converters for versions 0.11 and 0.12 | ||||
| * | | Updated coding style and modified flow format compat test to use v0.11 and ↵ | jpkrause | 2016-07-08 | 6 | -72/+5 |
| | | | | | | | | | | | | v0.10 dump files |