aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge pull request #2946 from fenilgandhi/masterMaximilian Hils2018-03-041-1/+3
|\ \ \ \ \ | | | | | | | | | | | | Fix for wrapping up extra-long urls in flowdetailview
| * | | | | Fix for wrapping up extra-long urls in flowdetailviewFenil Gandhi2018-03-031-1/+3
| | |_|/ / | |/| | |
* | | | | Merge pull request #2948 from Kriechi/docs-sidebar-heightMaximilian Hils2018-03-041-1/+0
|\ \ \ \ \ | | | | | | | | | | | | render sidebar without height limit
| * | | | | render sidebar without height limitThomas Kriechbaumer2018-03-031-1/+0
| |/ / / /
* | | | | Merge pull request #2947 from Kriechi/docs-sidebar-colorMaximilian Hils2018-03-041-0/+4
|\ \ \ \ \ | | | | | | | | | | | | make sidebar visually distinct
| * | | | | make sidebar visually distinctThomas Kriechbaumer2018-03-031-0/+4
| |/ / / /
* | | | | Merge pull request #2950 from mitmproxy/certstore-pathMaximilian Hils2018-03-041-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Fix display inconsistency for certstore path
| * | | | fix display inconsistency for certstore pathMaximilian Hils2018-03-031-1/+1
|/ / / /
* | | | Merge pull request #2944 from Kriechi/docs++Aldo Cortesi2018-03-031-0/+28
|\ \ \ \ | | | | | | | | | | readd Wireshark SSL master secrets docs
| * | | | readd Wireshark SSL master secrets docsThomas Kriechbaumer2018-03-021-0/+28
|/ / / /
* | | | Merge pull request #2943 from mitmproxy/requires-io-masterAldo Cortesi2018-03-031-1/+1
|\ \ \ \ | |_|_|/ |/| | | [requires.io] dependency update on master branch
| * | | [requires.io] dependency updaterequires.io2018-03-021-1/+1
|/ / /
* | | Merge pull request #2934 from mhils/cleanup-proxyconfigMaximilian Hils2018-02-277-56/+40
|\ \ \ | |_|/ |/| | Cleanup ProxyConfig
| * | clean up ProxyConfigMaximilian Hils2018-02-276-56/+39
| | | | | | | | | | | | | | | some of these options weren't even used anymore, others only in one place where it makes sense to use options directly.
| * | add missing client_certs directory expansionMaximilian Hils2018-02-271-0/+1
|/ /
* | Merge pull request #2931 from cortesi/scriptpathAldo Cortesi2018-02-271-1/+2
|\ \ | | | | | | script.run takes a path argument
| * | script.run takes a path argumentAldo Cortesi2018-02-271-1/+2
| | | | | | | | | | | | This must have slipped through in the first conversion.
* | | Merge pull request #2875 from fenilgandhi/issue-2872Aldo Cortesi2018-02-271-1/+1
|\ \ \ | |/ / |/| | Fixed a bug with bytes encoding error
| * | Merge branch 'master' into issue-2872ColdFire2018-02-234-4/+40
| |\ \
| * \ \ Merge branch 'master' into issue-2872ColdFire2018-02-23213-4075/+13031
| |\ \ \
| * | | | Fixed a bug with bytes encoding errorFenil Gandhi2018-02-191-1/+1
| | | | |
* | | | | Merge pull request #2926 from cortesi/coreoptsAldo Cortesi2018-02-2717-195/+124
|\ \ \ \ \ | | | | | | | | | | | | Start consolidating core options
| * | | | | Start consolidating core optionsAldo Cortesi2018-02-2617-195/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a preparatory patch that paves the way to consolidating our core options in the core addon. It amalgamates the core_option_validation and core addons, prepares the test suite for a world where options live in core, and moves over two trivial options as a trial balloon. From here, things will get harder, but at the end of the process we'll have a core that's responsive to options.
* | | | | | Merge pull request #2925 from mhils/clientcert-from-sniAldo Cortesi2018-02-261-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use sni to select clientcerts
| * | | | | | use sni to select clientcertsMaximilian Hils2018-02-251-1/+2
| | | | | | |
* | | | | | | Merge pull request #2924 from cortesi/dumperfiltAldo Cortesi2018-02-265-20/+18
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | Split dumper_filter off from view_filter
| * | | | | | Split dumper_filter off from view_filterAldo Cortesi2018-02-265-20/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | These don't even do the same thing.
* | | | | | | Merge pull request #2923 from cortesi/moreoptsAldo Cortesi2018-02-2613-35/+44
|\| | | | | | | | | | | | | | | | | | | | Options: split verbosity, add some docs to Loader.add_option
| * | | | | | Revamp verbosity optionsAldo Cortesi2018-02-2612-28/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split verbosity into termlog_verbosity and console_eventlog_verbosity. This patch also removes printing to console if there are unknown options in the command-line. Options now live in separate addons, so having uknown options remaining is common and expected. We definitely shoould have some other way for users to see what was ignored so they can catch typos and the like, but that's a different patch.
| * | | | | | Shift option help styling admonition into the appropriate Loader docstringAldo Cortesi2018-02-262-7/+8
|/ / / / / /
* | | | | | Merge pull request #2921 from fristonio/Fix-2899Aldo Cortesi2018-02-261-2/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove h11 from dependencies and move requests to dev dependencies
| * | | | | | Remove h11 from dependencies and move requests to dev dependenciesDeepesh Pathak2018-02-261-2/+1
| | | | | | |
* | | | | | | Merge pull request #2922 from kajojify/new_exampleAldo Cortesi2018-02-263-18/+10
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Replaces upsidedown with mirror reflection
| * | | | | | Getting rid of PillowMiroslav2018-02-251-2/+1
| | | | | | |
| * | | | | | Replace upsidedown with mirror reflectionMiroslav2018-02-252-16/+9
| | | | | | |
* | | | | | | update doc locationThomas Kriechbaumer2018-02-251-2/+2
| | | | | | |
* | | | | | | Merge pull request #2920 from kira0204/docs-2913Maximilian Hils2018-02-259-8/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Docs updates
| * | | | | | | trans-1 updatekira02042018-02-251-0/+0
| | | | | | | |
| * | | | | | | few more fixes,picture modkira02042018-02-259-8/+8
| | | | | | | |
* | | | | | | | improve release instructionsThomas Kriechbaumer2018-02-251-0/+5
| | | | | | | |
* | | | | | | | improve release instructionsThomas Kriechbaumer2018-02-252-6/+19
| | | | | | | |
* | | | | | | | update release instructionsThomas Kriechbaumer2018-02-251-0/+12
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #2919 from fristonio/Fix-2906Maximilian Hils2018-02-251-2/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix --socks option deprecated info in command line args check.
| * | | | | | | Fix --socks option deprecated info in command line args check.Deepesh Pathak2018-02-251-2/+3
| | | | | | | |
* | | | | | | | Merge pull request #2909 from fristonio/Fix-2867Aldo Cortesi2018-02-251-0/+9
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix test fails in test_xss_scanner when running tox without internet connection.
| * | | | | | | | Fix test fails in test_xss_scanner when running tox without internet ↵Deepesh Pathak2018-02-241-0/+9
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | connections. - Add mock implementation for gethostbyname in test_xss_scanner. - Fix failed tests when running tox without internet connection. - Fixes #2867
* | | | | | | | Merge pull request #2917 from luzpaz/misc-typosAldo Cortesi2018-02-2523-38/+38
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Misc. typos
| * | | | | | | Misc. typosluz.paz2018-02-2423-38/+38
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found via `codespell -q 3 -I ../mitmproxy-word-whitelist.txt` Where whitelist contains: ``` cas doubleclick nd ot seeked statics te thru ```
* | | | | | | Merge pull request #2907 from cortesi/optionscompAldo Cortesi2018-02-2514-89/+70
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Start moving more complicated options over to /addons
| * | | | | | | addon options: proxyauth to /addonsAldo Cortesi2018-02-244-18/+20
| | | | | | | |