aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/cmdline.py
Commit message (Expand)AuthorAgeFilesLines
* coverage++Maximilian Hils2014-09-061-2/+1
* adjust to netlib changesMaximilian Hils2014-08-171-1/+1
* implement passthrough mode, fixes #175Maximilian Hils2014-08-091-3/+13
* add --stream options, various fixesMaximilian Hils2014-07-211-51/+51
* fix command line helpMaximilian Hils2014-07-061-2/+2
* Fix proxy optionsAldo Cortesi2014-04-121-2/+2
* forward proxy -> upstream proxyMaximilian Hils2014-03-141-6/+6
* order command line options, add disting proxy option groupMaximilian Hils2014-03-131-64/+65
* adjust command line docs, fix log typoMaximilian Hils2014-03-131-2/+2
* adjust tests, fix option handlingMaximilian Hils2014-03-131-1/+0
* add -d switch to mitmdump to compensate for old verbosity functionalityMaximilian Hils2014-03-121-0/+1
* restrict -e to mitmproxy only (not mitmdump)Maximilian Hils2014-03-121-6/+0
* always use relative imports, fix status bar bugMaximilian Hils2014-03-101-2/+4
* update docs, fix #215Maximilian Hils2014-03-101-1/+1
* add advanced proxying options, add SSL-terminating capability to mitmproxyMaximilian Hils2014-03-101-14/+65
* finish proxy.py split upMaximilian Hils2014-03-091-2/+2
* Improve explicit certificate specificationAldo Cortesi2014-03-021-1/+1
* Use the mitm.it domain for the app, turn it on by default.Aldo Cortesi2014-01-271-3/+3
* Silence pyflakesAldo Cortesi2014-01-191-2/+0
* Script refactoring: move script command parsing into script module.Aldo Cortesi2014-01-121-1/+1
* Fix app in mitmproxy console, update to bootstrap 3.Aldo Cortesi2014-01-031-1/+3
* Merge branch 'master' into 0.10Maximilian Hils2013-12-081-0/+5
|\
| * Merge pull request #134 from mhils/scripts_improvementsAldo Cortesi2013-12-081-3/+6
| |\
| * | Added -F http[s]://server:port option that allows MITM to forward traffic to ...JC2013-08-301-0/+5
* | | add option to expose webapp externally, remove distinct ip settingMaximilian Hils2013-08-181-11/+16
* | | Merge branch 'master' into 0.10Maximilian Hils2013-08-171-15/+18
|\| |
| * | Remove GPL notices left in source files after our change to the MIT license.Aldo Cortesi2013-08-011-15/+0
| * | Move app instantiation out of proxy.py.Aldo Cortesi2013-07-241-0/+18
* | | Merge remote-tracking branch 'origin/scripts_improvements' into 0.10Maximilian Hils2013-06-161-3/+6
|\ \ \ | |/ / |/| / | |/
| * add support for multiple scripts and script arguments. refs #76Maximilian Hils2013-06-131-3/+6
* | always read files in binary modeMaximilian Hils2013-06-161-1/+1
|/
* Add a basic built-in web app.Aldo Cortesi2013-03-251-1/+8
* Add the --host option, which uses the value in the Host header for dispaly URLs.Aldo Cortesi2013-03-171-0/+6
* Remove cert_wait_time flag.Aldo Cortesi2013-01-061-5/+0
* Refactor proxy auth a bitAldo Cortesi2013-01-021-25/+8
* adding some simple authetication code to limit proxy accessisrael2012-12-301-1/+47
* Command-line options for header setting.Aldo Cortesi2012-08-191-25/+78
* add dummy cert dirMaximilian Hils2012-08-171-2/+2
* use argparse instead of optparseMaximilian Hils2012-08-171-42/+38
* Adds --dummy-certs option to specify certdirJim Lloyd2012-08-061-0/+6
* Make upstream-cert the default. There's now a --no-upstream-cert option to tu...Aldo Cortesi2012-07-031-3/+3
* Move palette option getting/setting to mitmproxy.Aldo Cortesi2012-07-031-7/+0
* Add --palette option to select color paletteAlexis Hildebrandt2012-07-011-0/+7
* Transparent proxy command-line flag stub.Aldo Cortesi2012-06-261-0/+5
* Remove -T and -U command-line options.Aldo Cortesi2012-06-261-16/+2
* add missing parser.add_option_group(group)Maximilian Hils2012-06-061-0/+1
* Minor cruft removal.Aldo Cortesi2012-04-091-1/+1
* Docs: replacements, upstream certs.Aldo Cortesi2012-04-041-1/+1
* Add specification of replacement patterns on the command line.Aldo Cortesi2012-03-171-1/+96
* Adds space between sentences on no-pop's helpValtteri Virtanen2012-03-051-1/+1