aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy
Commit message (Expand)AuthorAgeFilesLines
* Remove GPL notices left in source files after our change to the MIT license.Aldo Cortesi2013-08-011-16/+0
* Make UTF environment detection more robust.Aldo Cortesi2013-06-091-2/+4
* Make ready for pyinstaller.Aldo Cortesi2013-05-151-1/+1
* Prin an error when mitmproxy runs in a non-UTF environment.Aldo Cortesi2013-05-131-1/+7
* use argparse instead of optparseMaximilian Hils2012-08-171-17/+11
* Move palette option getting/setting to mitmproxy.Aldo Cortesi2012-07-031-0/+8
* Silence a (rare) KeyboardInterrupt exception in mitmproxy.Aldo Cortesi2012-05-311-1/+4
* Refactor proxy.Server to fix a crash when replaying with -nAldo Cortesi2012-04-021-1/+1
* Add specification of replacement patterns on the command line.Aldo Cortesi2012-03-171-1/+4
* Refactor console.Aldo Cortesi2012-02-071-3/+3
* Change size limit cmdline flag to -Z, enable size limits for replay.Aldo Cortesi2011-09-091-1/+0
* Add HTTP body size limit specification to command-line tools.Aldo Cortesi2011-09-091-7/+1
* Removed unused importsAndrás Veres-Szentkirályi2011-08-181-2/+2
* Add -r option to mitmdump and mitmproxy.Aldo Cortesi2011-05-151-8/+1
* Add a -n option which tells the tools not to bind a proxy.Aldo Cortesi2011-05-141-5/+9
* Add some debugging output to help troubleshoot a performance problem.Aldo Cortesi2011-03-271-0/+2
* Fix a number of small UI infelicities.Aldo Cortesi2011-03-131-0/+2
* Remove beep functionality from mitmproxy.Aldo Cortesi2011-03-131-5/+0
* Unify mitmproxy and mitmdump commandlineAldo Cortesi2011-03-121-21/+5
* Make mitmproxy handle invalid flow data gracefully.Aldo Cortesi2011-03-121-2/+7
* Handle invalid bind address specifications gracefully.Aldo Cortesi2011-03-121-1/+5
* Move version constants to version.py, add version to serialized flows.Aldo Cortesi2011-03-091-1/+1
* Minor command-line argument fixes.Aldo Cortesi2011-02-251-12/+1
* Minor housekeeping - unused code, nocover directives.Aldo Cortesi2011-02-241-13/+0
* Certificates are now generated in a temporary per-session directory.Aldo Cortesi2011-02-201-8/+2
* Revamp SSL configuration.Aldo Cortesi2011-02-201-4/+4
* Clean up certificate generation.Aldo Cortesi2011-02-201-1/+1
* Extract common SSL certificate option processingHenrik Nordstrom2011-02-161-14/+2
* Extract common SSL certificate options into a group.Aldo Cortesi2011-02-161-25/+1
* Implement a dummy CAHenrik Nordstrom2011-02-101-8/+34
* Allow specifying the accepted ciphersuitesHenrik Nordstrom2011-02-101-1/+8
* Import cache store control into console controllerHenrik Nordstrom2011-02-101-0/+22
* Add option to tell mitmproxy which interfaces to bind to.Aldo Cortesi2011-02-061-2/+8
* Prompt user on quit.Aldo Cortesi2011-01-281-4/+1
* Handle nonexistent load files gracefully.Aldo Cortesi2011-01-271-1/+4
* Refine flow saving shortcuts.Aldo Cortesi2011-01-271-0/+1
* Kill deadlock that sometimes occurred on shutdown.Aldo Cortesi2011-01-271-0/+2
* Fix UI sync bugs introduced by flow serialization.Aldo Cortesi2011-01-261-0/+2
* Abstract flow management out of the interactive code.Aldo Cortesi2011-01-251-2/+3
* Add mitmproxy command line flags for a number of filter expressions.Aldo Cortesi2010-03-011-0/+30
* Just make using the user's terminal background the default.Aldo Cortesi2010-03-011-3/+0
* Split mitmproxy and mitmdump - mitmdump is the non-interactive verison of mit...Aldo Cortesi2010-03-011-22/+1
* Make beeping more general.Aldo Cortesi2010-03-011-9/+1
* Added beeping. --bireq and --bires enables beeping on intercepted requests/re...Thomas Roth2010-02-261-1/+9
* Added a 'keep terminal background' option (-t), so that you can use it with y...Thomas Roth2010-02-261-1/+5
* Initial checkin.Aldo Cortesi2010-02-161-0/+70