Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #699 from onlywade/bugfix/docs_update_shortcut_keys | Maximilian Hils | 2015-07-30 | 7 | -21/+24 |
|\ | | | | | Update docs to reflect current shortcut keys for features which have … | ||||
| * | Update docs to reflect current shortcut keys for features which have been ↵ | Wade Catron | 2015-07-29 | 7 | -21/+24 |
|/ | | | | moved into the options menu. | ||||
* | Merge pull request #548 from macmantrl/no_serverconn | Maximilian Hils | 2015-07-26 | 4 | -4/+21 |
|\ | | | | | Prevent unnecessary upstream server connects | ||||
| * | Prevent unecessary upstream server connects | Terry Long | 2015-07-03 | 4 | -4/+21 |
| | | | | | | | | | | | | Selectively connect to upstream server based on no_upstream_cert option. When no_upstream_cert is used during server replay, prevent connecting to the upstream server unless absolutely necessary. | ||||
* | | Bump version for dev | Aldo Cortesi | 2015-07-26 | 1 | -1/+1 |
| | | |||||
* | | Changelog for v0.13 | Aldo Cortesi | 2015-07-26 | 1 | -0/+30 |
| | | |||||
* | | fix module imports | Thomas Kriechbaumer | 2015-07-25 | 1 | -8/+8 |
| | | |||||
* | | remove debug output in tests | Thomas Kriechbaumer | 2015-07-24 | 1 | -3/+0 |
| | | |||||
* | | Merge pull request #675 from Kriechi/protocol-refactor | Maximilian Hils | 2015-07-24 | 7 | -75/+101 |
|\ \ | | | | | | | HTTP protocol refactoring | ||||
| * | | refactor to use netlib.http protocols | Thomas Kriechbaumer | 2015-07-22 | 5 | -27/+49 |
| | | | |||||
| * | | use new netlib module names | Thomas Kriechbaumer | 2015-07-22 | 6 | -47/+57 |
| | | | |||||
| * | | use netlib.http_semantics for generic data | Thomas Kriechbaumer | 2015-07-22 | 2 | -16/+10 |
| | | | |||||
* | | | fix tests | Maximilian Hils | 2015-07-24 | 1 | -1/+3 |
| | | | |||||
* | | | improve inline scripts, fix #683, fix #684 | Maximilian Hils | 2015-07-24 | 7 | -153/+170 |
| | | | |||||
* | | | minor style improvements | Maximilian Hils | 2015-07-22 | 1 | -6/+6 |
|/ / | |||||
* | | update build script | Maximilian Hils | 2015-07-22 | 1 | -69/+97 |
| | | |||||
* | | make build script amazing | Maximilian Hils | 2015-07-22 | 5 | -98/+170 |
| | | |||||
* | | make build script executable on *nix | Maximilian Hils | 2015-07-22 | 1 | -0/+0 |
| | | |||||
* | | fix text selection hint | Maximilian Hils | 2015-07-22 | 1 | -1/+1 |
| | | |||||
* | | bump version | Maximilian Hils | 2015-07-22 | 2 | -29/+40 |
| | | |||||
* | | preliminary release script | Maximilian Hils | 2015-07-21 | 2 | -54/+87 |
| | | |||||
* | | streamline build process | Maximilian Hils | 2015-07-21 | 4 | -8/+134 |
| | | |||||
* | | fix slack badge | Maximilian Hils | 2015-07-17 | 1 | -1/+1 |
| | | |||||
* | | Add Slack to README. | Maximilian Hils | 2015-07-15 | 1 | -3/+6 |
| | | |||||
* | | Merge pull request #677 from isra17/json_error | Maximilian Hils | 2015-07-14 | 1 | -1/+2 |
|\ \ | | | | | | | Use `ensure_ascii` in wep.app#broadcast | ||||
| * | | Use `ensure_ascii` in wep.app#broadcast | isra17 | 2015-07-13 | 1 | -1/+2 |
| | | | | | | | | | | | | Otherwise, a non-unicode character in a flow cause mitmweb to crash. | ||||
* | | | Merge pull request #676 from isra17/master | Maximilian Hils | 2015-07-14 | 2 | -3/+35 |
|\ \ \ | |/ / |/| | | Add source address filter | ||||
| * | | Add ~src ~dst REGEX filters | isra17 | 2015-07-13 | 2 | -3/+35 |
|/ / | | | | | | | | | | | | | | | | | This filter allow to match on the request source and destination address in the form of `<IP>:<Port>`. Also fixed the parsing grammar to add a `WordEnd` after each filter name. That way, `~src` doesn't match `~s` instead and keep the behavior consistent with `~hq` != `~h`. | ||||
* | | Merge pull request #673 from jlhonora/master | Maximilian Hils | 2015-07-08 | 4 | -11/+11 |
|\ \ | | | | | | | Match g/G shortcuts to less | ||||
| * | | Match g/G shortcuts to less, fix #631 | jlhonora | 2015-07-08 | 4 | -11/+11 |
|/ / | |||||
* | | improve dependency management in setup.py | Maximilian Hils | 2015-07-04 | 1 | -19/+24 |
| | | |||||
* | | fix #648 | Maximilian Hils | 2015-07-04 | 1 | -2/+2 |
| | | |||||
* | | clarify docs | Maximilian Hils | 2015-07-04 | 1 | -2/+3 |
| | | |||||
* | | fix #653 | Maximilian Hils | 2015-07-04 | 1 | -10/+15 |
|/ | |||||
* | fix #593, fix #656, coverage++ | Maximilian Hils | 2015-07-03 | 3 | -53/+83 |
| | |||||
* | fix windows compatibility | Maximilian Hils | 2015-07-03 | 2 | -2/+28 |
| | |||||
* | Merge pull request #661 from kyle-m/master | Aldo Cortesi | 2015-06-30 | 9 | -1/+205 |
|\ | | | | | Enabling upstream server verification. | ||||
| * | Enabling upstream server verification. Added flags --verify_upstream_cert, | Kyle Morton | 2015-06-29 | 9 | -1/+205 |
|/ | | | | --upstream-trusted-cadir, and --upstream-trusted-ca. | ||||
* | synchronize metadata files across projects | Maximilian Hils | 2015-06-26 | 1 | -1/+4 |
| | |||||
* | Merge branch 'appveyor2' | Maximilian Hils | 2015-06-26 | 1 | -0/+11 |
|\ | |||||
| * | add appveyor | Maximilian Hils | 2015-06-26 | 1 | -0/+11 |
| | | |||||
* | | Merge pull request #654 from mitmproxy/remove_certforward | Aldo Cortesi | 2015-06-27 | 4 | -41/+19 |
|\| | | | | | Remove Certforward Feature | ||||
| * | remove certforward feature | Maximilian Hils | 2015-06-26 | 4 | -41/+19 |
| | | | | | | | | | | | | | | | | The certforward feature was implemented to support #gotofail, which only works on unpatched iOS devices. Given that many apps don't support iOS 7 anymore, jailbreak+ssl killswitch is usually the better option. By removing certforward, we can make netlib a pure python module again, which significantly simplifies distribution. | ||||
* | | docs: fix certinstall image max-width | Maximilian Hils | 2015-06-26 | 1 | -1/+1 |
|/ | |||||
* | Remove stray print & massage whitespace a bit | Aldo Cortesi | 2015-06-25 | 1 | -9/+6 |
| | |||||
* | Merge pull request #645 from elitest/hardfailvenv | Aldo Cortesi | 2015-06-24 | 2 | -2/+2 |
|\ | | | | | Add a check to see if virtualenv is installed. | ||||
| * | Merge branch 'master' into hardfailvenv | Jim Shaver | 2015-06-23 | 206 | -15109/+74656 |
| |\ | |/ |/| | | | | | Conflicts: dev | ||||
* | | Merge pull request #640 from Kriechi/ssl-version-handling | Aldo Cortesi | 2015-06-23 | 1 | -43/+25 |
|\ \ | | | | | | | unify SSL version/method handling | ||||
| * | | unify SSL version/method handling | Thomas Kriechbaumer | 2015-06-23 | 1 | -43/+25 |
|/ / | |||||
* | | Merge branch 'master' of ssh.github.com:mitmproxy/mitmproxy | Aldo Cortesi | 2015-06-23 | 8 | -5/+199 |
|\ \ |