aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/cmdline.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adds no-pop option to server-side replayValtteri Virtanen2012-03-051-0/+7
* Rationalise upstream cert flag and variable names.Aldo Cortesi2012-02-281-3/+3
* Add upstream certificate lookup.Aldo Cortesi2012-02-271-6/+11
* License notifications, minor docs.Aldo Cortesi2012-02-231-0/+15
* Firm up reverse proxy specification.Aldo Cortesi2012-02-181-1/+1
* Refactor reverse proxyingAldo Cortesi2012-02-181-1/+1
* Implemented reverse proxy mode: -R upstreamhost:port makes theHeikki Hannikainen2012-02-161-0/+5
* Change size limit cmdline flag to -Z, enable size limits for replay.Aldo Cortesi2011-09-091-7/+7
* Add HTTP body size limit specification to command-line tools.Aldo Cortesi2011-09-091-0/+6
* Rip out autodecodeAldo Cortesi2011-08-041-6/+0
* Rip out old script interface, start replacing with new stubs.Aldo Cortesi2011-08-031-21/+15
* Add an eventlog option to mitmdumpAldo Cortesi2011-07-231-0/+6
* Removes should_autodecode attribute from Response. Adds commandline option 'd...Stephen Altamirano2011-07-211-0/+6
* Fix error in anticomp commandline specification.Aldo Cortesi2011-07-171-1/+1
* Adds support for content encoding, namely gip and deflatealts2011-07-161-1/+1
* Introduce an anti-compression command-line argument.Aldo Cortesi2011-07-151-0/+7
* Specify certificate creation waiting time argument to fix type error in proxy...Felix Wolfsteller2011-07-091-1/+1
* Make the certificate wait time configurable.Aldo Cortesi2011-06-271-0/+6
* Add -r option to mitmdump and mitmproxy.Aldo Cortesi2011-05-151-0/+6
* Add a -n option which tells the tools not to bind a proxy.Aldo Cortesi2011-05-141-7/+13
* Add a stickyauth option.Aldo Cortesi2011-03-201-1/+18