Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3912 from KevCui/master | Maximilian Hils | 2020-04-08 | 2 | -5/+19 |
|\ | | | | | #3911 Support keybinding for different contexts with different commands | ||||
| * | #3911 Support keybinding for different contexts with different commands | Kevin Cui | 2020-04-07 | 2 | -5/+19 |
| | | |||||
* | | Merge pull request #3914 from mitmproxy/reduce-certificate-lifetime | Maximilian Hils | 2020-04-08 | 1 | -2/+2 |
|\ \ | |/ |/| | Reduce leaf certificate lifetime to one year | ||||
| * | reduce leaf certificate lifetime to one year | Maximilian Hils | 2020-04-08 | 1 | -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/mitmenhancedhostcheck | Maximilian Hils | 2020-04-06 | 2 | -1/+60 |
|\ | | | | | #3885 handle hyphens in domain name, enhance validation checks | ||||
| * | #3885 implement simpler regex for host validation | Marcus R. Matos | 2020-04-05 | 2 | -32/+7 |
| | | |||||
| * | #3885 handle hyphens in domain name, enhance validation checks, linter updates | Marcus R. Matos | 2020-04-03 | 2 | -3/+5 |
| | | |||||
| * | #3885 handle hyphens in domain name, enhance validation checks | Marcus R. Matos | 2020-04-03 | 2 | -4/+86 |
| | | |||||
* | | Merge pull request #3905 from sarthak212/docsdeprecated | Thomas Kriechbaumer | 2020-04-05 | 1 | -3/+3 |
|\ \ | | | | | | | docs update | ||||
| * | | docs update | root | 2020-04-06 | 1 | -3/+3 |
| | | | |||||
* | | | Merge pull request #3902 from oxr463/fix-web-iface | Maximilian Hils | 2020-04-05 | 4 | -7/+7 |
|\ \ \ | | | | | | | | | Rename web-iface to web-host | ||||
| * | | | Rename web-iface to web-host | Lucas Ramage | 2020-04-05 | 4 | -7/+7 |
|/ / / | | | | | | | | | | Bug: https://github.com/mitmproxy/mitmproxy/issues/3891 | ||||
* | | | Merge pull request #3846 from kimbo/kl/block-doh | Thomas Kriechbaumer | 2020-04-05 | 2 | -0/+178 |
|\ \ \ | | | | | | | | | Example for detecting/blocking DNS over HTTTPS queries | ||||
| * | | | broke up long line into multiple lines | kimbo | 2020-04-04 | 1 | -1/+54 |
| | | | | |||||
| * | | | replace scraping and DNS lookups with static list | kimbo | 2020-04-04 | 1 | -127/+3 |
| | | | | |||||
| * | | | fix lint errors | kimbo | 2020-03-04 | 1 | -3/+17 |
| | | | | |||||
| * | | | add block doh example to examples/complex/README | kimbo | 2020-03-04 | 1 | -0/+1 |
| | | | | |||||
| * | | | example for blocking DNS queries over HTTPS | kimbo | 2020-03-04 | 1 | -0/+234 |
| | | | | |||||
* | | | | Merge pull request #3900 from mhils/sans-io-adjustments | Maximilian Hils | 2020-04-05 | 2 | -2/+3 |
|\ \ \ \ | | | | | | | | | | | Minor sans-io adjustments | ||||
| * | | | | minor sans-io adjustments | Maximilian Hils | 2020-04-05 | 2 | -2/+3 |
|/ / / / | |||||
* | | | | Merge pull request #3899 from mhils/dont-add-host-header | Maximilian Hils | 2020-04-04 | 2 | -22/+1 |
|\ \ \ \ | | | | | | | | | | | Don't force host header on outgoing requests | ||||
| * | | | | don't force host header on outgoing requests | Maximilian Hils | 2020-04-04 | 2 | -22/+1 |
|/ / / / | |||||
* | | | | Merge pull request #3898 from Kriechi/websocket-docs | Thomas Kriechbaumer | 2020-04-04 | 10 | -115/+155 |
|\ \ \ \ | | | | | | | | | | | improve scripting docs | ||||
| * | | | | improve scripting docs | Thomas Kriechbaumer | 2020-04-04 | 10 | -115/+155 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #3897 from mhils/sans-io-adjustments | Maximilian Hils | 2020-04-04 | 2 | -14/+21 |
|\ \ \ \ | |/ / / |/| | | | Sync sans-io adjustments | ||||
| * | | | sync sans-io adjustments | Maximilian Hils | 2020-04-04 | 2 | -14/+21 |
|/ / / | |||||
* | | | Merge pull request #3892 from mhils/update-dependencies | Maximilian Hils | 2020-04-03 | 4 | -18/+14 |
|\ \ \ | | | | | | | | | Update Dependencies | ||||
| * | | | downgrade to py37 for pyinstaller builds | Maximilian Hils | 2020-04-03 | 1 | -2/+2 |
| | | | | |||||
| * | | | ci: py37 -> py38 | Maximilian Hils | 2020-04-03 | 1 | -11/+7 |
| | | | | |||||
| * | | | update installbuilder | Maximilian Hils | 2020-04-03 | 1 | -3/+3 |
| | | | | |||||
| * | | | fix pyinstaller | Maximilian Hils | 2020-04-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | bump dependencies | Maximilian Hils | 2020-04-03 | 2 | -7/+7 |
|/ / / | |||||
* | | | lint! | Maximilian Hils | 2020-04-03 | 1 | -1/+0 |
| | | | |||||
* | | | fix nonblocking example | Maximilian Hils | 2020-04-03 | 1 | -3/+3 |
| | | | | | | | | | this fixes #3877 | ||||
* | | | Merge pull request #3889 from oxr463/patch-1 | Maximilian Hils | 2020-04-03 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | Clarify developer documentation for mitmweb | ||||
| * | | | Clarify developer documentation for mitmweb | Lucas Ramage | 2020-04-03 | 1 | -0/+2 |
| | | | | | | | | | | | | Bug: https://github.com/mitmproxy/mitmproxy/issues/3888 | ||||
* | | | | Merge pull request #3692 from mhils/tls13 | Maximilian Hils | 2020-04-03 | 20 | -386/+440 |
|\ \ \ \ | |/ / / |/| | | | Update cryptography, enable TLS 1.3 | ||||
| * | | | temporarily fix key logging for OpenSSL 1.1.1f | Maximilian Hils | 2020-04-03 | 1 | -5/+22 |
| | | | | |||||
| * | | | fix compatibility with Python 3.8 on Windows | Maximilian Hils | 2020-04-03 | 1 | -0/+8 |
| | | | | |||||
| * | | | fix tls test on Windows | Maximilian Hils | 2020-04-03 | 1 | -0/+4 |
| | | | | |||||
| * | | | bump minimum cryptography version | Maximilian Hils | 2020-04-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | use OpenSSL's hostname validation | Maximilian Hils | 2019-11-23 | 15 | -371/+384 |
| | | | | |||||
| * | | | update cryptography | Maximilian Hils | 2019-11-23 | 4 | -10/+22 |
| | | | | |||||
* | | | | Merge pull request #3882 from mhils/pin-mypy | Maximilian Hils | 2020-04-03 | 4 | -4/+4 |
|\ \ \ \ | | | | | | | | | | | Update mypy and pin version | ||||
| * | | | | update mypy and pin version | Maximilian Hils | 2020-04-02 | 4 | -4/+4 |
| | | | | | |||||
* | | | | | Merge pull request #3881 from Prinzhorn/serverconnect | Maximilian Hils | 2020-04-02 | 1 | -2/+2 |
|\ \ \ \ \ | |/ / / / |/| | | | | Only emit "serverconnect" after successfully connecting | ||||
| * | | | | Only emit "serverconnect" after successfully connecting | Alexander Prinzhorn | 2020-04-02 | 1 | -2/+2 |
|/ / / / | |||||
* | | | | Merge pull request #3849 from sarthak212/errorhandling | Maximilian Hils | 2020-04-02 | 3 | -5/+40 |
|\ \ \ \ | | | | | | | | | | | Fix:Addon OptionsError is neither logged, nor does it stop mitmproxy | ||||
| * | | | | Changes | root | 2020-03-31 | 1 | -10/+4 |
| | | | | | |||||
| * | | | | remove whitespace | root | 2020-03-11 | 1 | -1/+1 |
| | | | | |