aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | remove outdated release intructionsThomas Kriechbaumer2020-04-131-3/+1
| | |
* | | post-release updatesThomas Kriechbaumer2020-04-132-2/+2
| | |
* | | bump version to 5.1.0Thomas Kriechbaumer2020-04-132-2/+2
| | |
* | | add provisional changelogThomas Kriechbaumer2020-04-131-2/+22
| | |
* | | drop Docker images for ARMv7Thomas Kriechbaumer2020-04-135-64/+7
| | |
* | | improve getting-started docsThomas Kriechbaumer2020-04-134-27/+74
| | |
* | | Merge pull request #3921 from Kriechi/example-docsThomas Kriechbaumer2020-04-1219-83/+178
|\ \ \ | |_|/ |/| | Example docs
| * | docs: rename docs scripts and improve templateThomas Kriechbaumer2020-04-1113-49/+80
| | |
| * | examples: reformat to prevent too long linesThomas Kriechbaumer2020-04-114-37/+50
| | |
| * | docs: render all examples into one markdown pageThomas Kriechbaumer2020-04-105-5/+56
| |/
* | Merge pull request #3923 from sarthak212/commonkeybindingThomas Kriechbaumer2020-04-114-8/+21
|\ \ | |/ |/| Add common options to keybinding console
| * reduce set of common keysMaximilian Hils2020-04-111-2/+2
| | | | | | | | - You've already figured out `?` when you see this, so why mention it. - `Q` isn't that important, pressing `q` multiple times is good enough.
| * space issueroot2020-04-111-2/+2
| |
| * add common keybindingsroot2020-04-114-10/+23
|/
* Merge pull request #3767 from mitmproxy/fix-ciMaximilian Hils2020-04-0910-44/+82
|\ | | | | re-add missing CI steps and fix linting
| * minor improvements, tests++Maximilian Hils2020-04-097-13/+35
| |
| * re-enable codecovMaximilian Hils2020-04-081-0/+0
| | | | | | | | | | | | | | according to the current codecov faq, this file cannot start with a period because that causes issues. :shrug:
| * use codecov github actionMaximilian Hils2020-04-081-21/+13
| |
| * Merge remote-tracking branch 'origin/master' into fix-ciMaximilian Hils2020-04-08162-1935/+6317
| |\ | |/ |/|
* | Merge pull request #3912 from KevCui/masterMaximilian Hils2020-04-082-5/+19
|\ \ | | | | | | #3911 Support keybinding for different contexts with different commands
| * | #3911 Support keybinding for different contexts with different commandsKevin Cui2020-04-072-5/+19
| | |
* | | Merge pull request #3914 from mitmproxy/reduce-certificate-lifetimeMaximilian Hils2020-04-081-2/+2
|\ \ \ | |/ / |/| | Reduce leaf certificate lifetime to one year
| * | reduce leaf certificate lifetime to one yearMaximilian Hils2020-04-081-2/+2
|/ / | | | | Safari will, later this year, no longer accept new HTTPS certificates that expire more than 13 months from their creation date.
* | Merge pull request #3893 from matosconsulting/mitmenhancedhostcheckMaximilian Hils2020-04-062-1/+60
|\ \ | | | | | | #3885 handle hyphens in domain name, enhance validation checks
| * | #3885 implement simpler regex for host validationMarcus R. Matos2020-04-052-32/+7
| | |
| * | #3885 handle hyphens in domain name, enhance validation checks, linter updatesMarcus R. Matos2020-04-032-3/+5
| | |
| * | #3885 handle hyphens in domain name, enhance validation checksMarcus R. Matos2020-04-032-4/+86
| | |
* | | Merge pull request #3905 from sarthak212/docsdeprecatedThomas Kriechbaumer2020-04-051-3/+3
|\ \ \ | | | | | | | | docs update
| * | | docs updateroot2020-04-061-3/+3
| | | |
* | | | Merge pull request #3902 from oxr463/fix-web-ifaceMaximilian Hils2020-04-054-7/+7
|\ \ \ \ | | | | | | | | | | Rename web-iface to web-host
| * | | | Rename web-iface to web-hostLucas Ramage2020-04-054-7/+7
|/ / / / | | | | | | | | | | | | Bug: https://github.com/mitmproxy/mitmproxy/issues/3891
* | | | Merge pull request #3846 from kimbo/kl/block-dohThomas Kriechbaumer2020-04-052-0/+178
|\ \ \ \ | | | | | | | | | | Example for detecting/blocking DNS over HTTTPS queries
| * | | | broke up long line into multiple lineskimbo2020-04-041-1/+54
| | | | |
| * | | | replace scraping and DNS lookups with static listkimbo2020-04-041-127/+3
| | | | |
| * | | | fix lint errorskimbo2020-03-041-3/+17
| | | | |
| * | | | add block doh example to examples/complex/READMEkimbo2020-03-041-0/+1
| | | | |
| * | | | example for blocking DNS queries over HTTPSkimbo2020-03-041-0/+234
| | | | |
* | | | | Merge pull request #3900 from mhils/sans-io-adjustmentsMaximilian Hils2020-04-052-2/+3
|\ \ \ \ \ | | | | | | | | | | | | Minor sans-io adjustments
| * | | | | minor sans-io adjustmentsMaximilian Hils2020-04-052-2/+3
|/ / / / /
* | | | | Merge pull request #3899 from mhils/dont-add-host-headerMaximilian Hils2020-04-042-22/+1
|\ \ \ \ \ | | | | | | | | | | | | Don't force host header on outgoing requests
| * | | | | don't force host header on outgoing requestsMaximilian Hils2020-04-042-22/+1
|/ / / / /
* | | | | Merge pull request #3898 from Kriechi/websocket-docsThomas Kriechbaumer2020-04-0410-115/+155
|\ \ \ \ \ | | | | | | | | | | | | improve scripting docs
| * | | | | improve scripting docsThomas Kriechbaumer2020-04-0410-115/+155
| | |_|/ / | |/| | |
* | | | | Merge pull request #3897 from mhils/sans-io-adjustmentsMaximilian Hils2020-04-042-14/+21
|\ \ \ \ \ | |/ / / / |/| | | | Sync sans-io adjustments
| * | | | sync sans-io adjustmentsMaximilian Hils2020-04-042-14/+21
|/ / / /
* | | | Merge pull request #3892 from mhils/update-dependenciesMaximilian Hils2020-04-034-18/+14
|\ \ \ \ | | | | | | | | | | Update Dependencies
| * | | | downgrade to py37 for pyinstaller buildsMaximilian Hils2020-04-031-2/+2
| | | | |
| * | | | ci: py37 -> py38Maximilian Hils2020-04-031-11/+7
| | | | |
| * | | | update installbuilderMaximilian Hils2020-04-031-3/+3
| | | | |
| * | | | fix pyinstallerMaximilian Hils2020-04-031-1/+1
| | | | |