aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Changed docsUjjwal Verma2017-03-111-4/+4
|
* Fixed Replacement testUjjwal Verma2017-03-093-6/+6
|
* Removed replace-from-file option.Made requested changesUjjwal Verma2017-03-095-22/+15
|
* Merge pull request #2100 from cortesi/optionsAldo Cortesi2017-03-0952-1459/+1334
|\ | | | | Options revamp
| * Send change event when options are resetAldo Cortesi2017-03-091-0/+1
| |
| * Merge remote-tracking branch 'upstream/master' into optionsAldo Cortesi2017-03-094-3/+29
| |\ | |/ |/|
* | Merge pull request #2124 from mitmproxy/opensuse-docsMaximilian Hils2017-03-081-0/+14
|\ \ | | | | | | Add install docs for openSUSE
| * | add install docs for openSUSEMaximilian Hils2017-03-081-0/+14
| | |
* | | Merge pull request #2121 from mitmproxy/address-leftoversMaximilian Hils2017-03-081-1/+1
|\ \ \ | | | | | | | | fix tcp.Address leftovers
| * | | fix tcp.Address leftoversMaximilian Hils2017-03-081-1/+1
| | | | | | | | | | | | this fixes the issue described in https://github.com/mitmproxy/mitmproxy/issues/2119#issuecomment-285067292
* | | | Merge pull request #2090 from mitmproxy/fix-pathod-header-docThomas Kriechbaumer2017-03-081-2/+2
|\ \ \ \ | |_|/ / |/| | | pathoc: fix documentation for headers
| * | | pathoc: fix documentation for headersMaximilian Hils2017-03-021-2/+2
| | | |
* | | | Merge pull request #2117 from MatthewShao/jest-devMaximilian Hils2017-03-081-0/+12
|\ \ \ \ | |_|/ / |/| | | Add Javascript tests to Travis CI. (#2093)
| * | | Update .travis.ymlMatthew Shao2017-03-081-9/+6
| | | |
| * | | Add javascript tests to Travis CI. (#2093)Matthew Shao2017-03-081-0/+15
|/ / /
| | * typing.Type -> typeMaximilian Hils2017-03-081-2/+2
| | | | | | | | | | | | | | | `typing.Type` should have been `typing.Type[Any]`, which in turn is equivalent to `type`
| | * core -> core_option_validationMaximilian Hils2017-03-083-7/+7
| | | | | | | | | | | | longer, but much clearer for devs who are unfamiliar with the codebase.
| | * change add_option parameter orderMaximilian Hils2017-03-084-110/+111
| | | | | | | | | | | | | | | name, type, value matches natural language ($x is a bool with a default value of $y) and also matches the python type annotation order of name: type = value
| | * unify server spec parsingMaximilian Hils2017-03-087-54/+118
| | |
| | * Merge remote-tracking branch 'upstream/master' into optionsAldo Cortesi2017-03-0818-102/+142
| | |\ | |_|/ |/| |
* | | Merge pull request #2108 from ayamamori/patch-1Maximilian Hils2017-03-079-11/+11
|\ \ \ | | | | | | | | Update tcpproxy.rst
| * | | fix other occurences of options shortcutMaximilian Hils2017-03-078-10/+10
| | | |
| * | | Update tcpproxy.rstYamamori Akihiro2017-03-071-1/+1
| | | | | | | | | | | | Correction in key short cut for TCP Proxy
* | | | Revert "clearly indentify git-checkout as dev version"Maximilian Hils2017-03-071-1/+1
| | | | | | | | | | | | | | | | | | | | This temporarily reverts commit 3b4d8d6ecae3ee1f57dd71af990bb480e6c82d6c, which broke the snapshot builds.
* | | | Merge pull request #2106 from davidpshaw/python_3_to_masterMaximilian Hils2017-03-073-4/+4
|\ \ \ \ | |/ / / |/| | | Updated for python 3
| * | | Updated for python 3David Shaw2017-03-063-4/+4
| | | |
* | | | Merge pull request #2101 from s4chin/add-websocket-filter-to-webMaximilian Hils2017-03-062-84/+111
|\ \ \ \ | | | | | | | | | | web: Add websocket filter
| * | | | web: Add websocket filterSachin Kelkar2017-03-062-84/+111
| |/ / /
* | | | Merge pull request #2104 from lymanZerga11/patch-2Maximilian Hils2017-03-061-1/+1
|\ \ \ \ | | | | | | | | | | Fixes #2102
| * | | | Update flowlist.pylymanZerga112017-03-061-1/+1
| |/ / /
* | | | Merge pull request #2105 from Kriechi/dev-versionMaximilian Hils2017-03-061-1/+1
|\ \ \ \ | |/ / / |/| | | clearly indentify git-checkout as dev version
| * | | clearly indentify git-checkout as dev versionThomas Kriechbaumer2017-03-061-1/+1
| | | |
* | | | Merge pull request #2085 from MatthewShao/devMaximilian Hils2017-03-053-2/+15
|\ \ \ \ | | | | | | | | | | [web] Add mouse support for FilterInput popover.
| * | | | [web] Retain focus on input field after selecting. (#2085)Matthew Shao2017-03-041-0/+1
| | | | |
| * | | | [web] Simplify the code. (#2085)Matthew Shao2017-03-031-6/+2
| | | | |
| * | | | [web] Add mouse support for FilterInput popover.Matthew Shao2017-03-023-3/+19
| |/ / /
| | | * Carefully re-add a small number of short flagsAldo Cortesi2017-03-076-39/+48
| | | | | | | | | | | | | | | | | | | | The mechanism for booleans attaches the short flag to whatever the opposite of the default is.
| | | * Change the way proxy authetication is specifiedAldo Cortesi2017-03-075-58/+51
| | | | | | | | | | | | | | | | | | | | | | | | We now have one option "proxyauth". If this is "any", we accept any credentials, if it starts with an @ it's treated as a path to an htpasswd file, if it is of the form username:password it's a single-user credential.
| | | * Add type and choices to options dump commets.Aldo Cortesi2017-03-072-21/+34
| | | |
| | | * Options tweaksAldo Cortesi2017-03-074-111/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Regularise presentation and wording - Help is mandatory for all options - Auto-generate wording to say that sequence options can be passed multiple times on the command-line
| | | * Remove less commonly used command-line optionsAldo Cortesi2017-03-073-74/+5
| | | | | | | | | | | | | | | | | | | | | | | | We now have --set, so only options that really deserve it get a dedicated flag. I'm inclined to strip this back even more. Feel free to argue that YOUR favourite option deserves special treatment here.
| | | * Add the --set option to set options directlyAldo Cortesi2017-03-074-6/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The --set option is a universal flag for setting options. Some examples: Turn on a boolean: mitmdump --set onboarding=false Add a value to a sequence: mitumdupm --set setheaders=/foo/bar/voing Zero a sequence: mitumdupm --set setheaders
| | | * Option spacing and coverageAldo Cortesi2017-03-073-15/+37
| | | |
| | | * Add --options that dumps annotated option defaultsAldo Cortesi2017-03-074-5/+39
| | | |
| | | * Fix lintAldo Cortesi2017-03-071-1/+1
| | | |
| | | * Flatten commandline arg structure, extract common run func for toolsAldo Cortesi2017-03-072-100/+51
| | | |
| | | * Cleanups and test coverageAldo Cortesi2017-03-0710-26/+45
| | | |
| | | * Automate slurping up command-line optionsAldo Cortesi2017-03-076-124/+23
| | | | | | | | | | | | | | | | | | | | Now that options are completely regular, we can automate reading them out of arguments, rather than listing them out by hand like savages.
| | | * Replacements and setheaders are always stringsAldo Cortesi2017-03-064-44/+38
| | | | | | | | | | | | | | | | | | | | Instead of having two representations we have one canonical specification. Fixing the editor in console is left ot a further patch.
| | | * Unify mode specificationAldo Cortesi2017-03-0614-129/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We now have: --mode regular (the default) --mode transparent --mode socks5 --mode reverse:SPEC --mode upstream:SPEC Where SPEC is a host specification.