Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | 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 | |
| | | | | | | ||||||
| * | | | | | test case option error | root | 2020-03-11 | 2 | -0/+38 | |
| | | | | | | ||||||
| * | | | | | test resolve | root | 2020-03-11 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Options Exception in script | root | 2020-03-11 | 1 | -5/+8 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #3839 from naivekun/fix_for_issue_3833 | Maximilian Hils | 2020-03-30 | 2 | -1/+9 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix for issue 3833 | |||||
| * | | | | | | remove duplicate test | Maximilian Hils | 2020-03-09 | 1 | -4/+0 | |
| | | | | | | | ||||||
| * | | | | | | extend tests for headers.replace() | naivekun | 2020-03-02 | 1 | -0/+6 | |
| | | | | | | | ||||||
| * | | | | | | fix #3833 | naivekun | 2020-03-02 | 1 | -1/+7 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #3870 from naivekun/update_document | Maximilian Hils | 2020-03-30 | 1 | -2/+2 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | fix document error | |||||
| * | | | | | | fix document error | naivekun | 2020-03-25 | 1 | -2/+2 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #3875 from sarthak212/docsdeprecated | Maximilian Hils | 2020-03-30 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | | | c is deprecated | |||||
| * | | | | c is deprecated | root | 2020-03-31 | 1 | -1/+1 | |
|/ / / / | ||||||
* / / / | finish FIXME: move open_browser() to addon/browser (#3832) | naivekun | 2020-03-08 | 3 | -37/+42 | |
|/ / / | ||||||
* | | | Merge pull request #3841 from mhils/sans-io-adjustments | Maximilian Hils | 2020-02-28 | 2 | -4/+10 | |
|\ \ \ | | | | | | | | | Minor code style improvements, sync sans-io changes | |||||
| * | | | minor code style improvements, sync sans-io changes | Maximilian Hils | 2020-02-28 | 2 | -4/+10 | |
| | | | | ||||||
* | | | | Fix binary builds (#3840) | Maximilian Hils | 2020-02-28 | 1 | -0/+7 | |
| | | | | | | | | | | | | See https://github.com/pypa/setuptools/issues/1963 for details. | |||||
* | | | | Merge pull request #3826 from BlownSnail/fixing | Maximilian Hils | 2020-02-26 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Fix wrong behavior of --allow-hosts options | |||||
| * | | | | Fix wrong behavior of --allow-hosts options | Blown_Snail | 2020-02-23 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Merge pull request #3829 from meetmangukiya/rm-node-scss | Maximilian Hils | 2020-02-26 | 80 | -1228/+5121 | |
|\ \ \ \ | |/ / / |/| | | | Remove yarn/npm from docs | |||||
| * | | | Remove yarn/npm from docs | Meet Mangukiya | 2020-02-25 | 80 | -1228/+5121 | |
| | | | | | | | | | | | | | | | | Closes https://github.com/mitmproxy/mitmproxy/issues/3716 | |||||
* | | | | update compiled mitmweb assets, fix #3822 | Maximilian Hils | 2020-02-21 | 2 | -2/+2 | |
| | | | | ||||||
* | | | | Update README.md | Maximilian Hils | 2020-02-21 | 1 | -0/+1 | |
|/ / / | | | | | | | mention mitmweb assets, refs #3822 | |||||
* | | | Merge pull request #3821 from axmo12/master | Thomas Kriechbaumer | 2020-02-16 | 1 | -8/+8 | |
|\ \ \ | | | | | | | | | onboardingapp: Fix bugs 3397,3034 & link pems properly | |||||
| * | | | onboardingapp: Fix bugs 3397,3034 & link pems properly | Axel Morawietz | 2020-02-15 | 1 | -8/+8 | |
|/ / / | | | | | | | | | | | | | | | | This change will make sure that a user can click on a link to install the CAs even if displaying the logos fails. | |||||
* | | | Merge pull request #3811 from rohfle/rohfle-http2-send-all-stream-resets | Thomas Kriechbaumer | 2020-02-15 | 2 | -7/+71 | |
|\ \ \ | | | | | | | | | http2: send all stream reset types to other connection | |||||
| * | | | http2: added test for all stream reset types | Rohan Fletcher | 2020-02-12 | 1 | -0/+65 | |
| | | | | ||||||
| * | | | http2: send all stream reset types to other connection | Rohan Fletcher | 2020-02-06 | 1 | -7/+6 | |
| | | | | ||||||
* | | | | Merge pull request #3815 from Kriechi/fix-3780 | Thomas Kriechbaumer | 2020-02-09 | 2 | -9/+26 | |
|\ \ \ \ | | | | | | | | | | | fix #3780 | |||||
| * | | | | fix #3780 | Thomas Kriechbaumer | 2020-02-08 | 2 | -9/+26 | |
| | | | | | ||||||
* | | | | | Merge pull request #3814 from 2NuFyeat4PZt/patch-1 | Thomas Kriechbaumer | 2020-02-08 | 1 | -0/+5 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | Update concepts-filters.md | |||||
| * | | | | Update concepts-filters.md | 2NuFyeat4PZt | 2020-02-07 | 1 | -0/+5 | |
|/ / / / | | | | | | | | | Provide a working example for the ~m filter | |||||
* | | | | Merge pull request #3809 from mhils/issue-3801 | Maximilian Hils | 2020-02-04 | 1 | -1/+8 | |
|\ \ \ \ | | | | | | | | | | | fix #3801 | |||||
| * | | | | fix #3801 | Maximilian Hils | 2020-02-04 | 1 | -1/+8 | |
|/ / / / | ||||||
* | | | | Merge pull request #3801 from mitmproxy/issue-3794 | Maximilian Hils | 2020-02-02 | 1 | -2/+3 | |
|\ \ \ \ | | | | | | | | | | | Improve command detection heuristics | |||||
| * | | | | improve command detection heuristics | Maximilian Hils | 2020-01-27 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | this fixes #3794 |