| Commit message (Expand) | Author | Age | Files | Lines |
* | move mitmproxy | Maximilian Hils | 2016-02-15 | 1 | -3/+0 |
* | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 1 | -1/+1 |
* | Docs stub for Unbuntu, restore executable flag on binaries. | Aldo Cortesi | 2014-09-09 | 1 | -0/+0 |
* | re-add mitmproxy/mitmdump scripts for convenience | Maximilian Hils | 2014-09-08 | 1 | -0/+3 |
* | mitmproxy -> libmproxy.main. do some leanup on the way | Maximilian Hils | 2014-09-08 | 1 | -67/+0 |
* | adjust command line docs, fix log typo | Maximilian Hils | 2014-03-13 | 1 | -1/+1 |
* | adjust tests, fix option handling | Maximilian Hils | 2014-03-13 | 1 | -5/+2 |
* | add -d switch to mitmdump to compensate for old verbosity functionality | Maximilian Hils | 2014-03-12 | 1 | -0/+6 |
* | finish proxy.py split up | Maximilian Hils | 2014-03-09 | 1 | -4/+7 |
* | print warning if netlib and mitmproxy versions are different. | Maximilian Hils | 2014-01-22 | 1 | -2/+8 |
* | Tweak setup.py to allow installs outside source dir | Aldo Cortesi | 2014-01-19 | 1 | -1/+1 |
* | PyInstaller bug requiring a console import in mitmdump is gone | Aldo Cortesi | 2014-01-19 | 1 | -2/+1 |
* | Remove GPL notices left in source files after our change to the MIT license. | Aldo Cortesi | 2013-08-01 | 1 | -16/+0 |
* | Move app instantiation out of proxy.py. | Aldo Cortesi | 2013-07-24 | 1 | -2/+0 |
* | Make ready for pyinstaller. | Aldo Cortesi | 2013-05-15 | 1 | -1/+2 |
* | use argparse instead of optparse | Maximilian Hils | 2012-08-17 | 1 | -12/+9 |
* | Shut mitmdump down gracefully on SIGTERM. | Aldo Cortesi | 2012-04-15 | 1 | -1/+7 |
* | Refactor proxy.Server to fix a crash when replaying with -n | Aldo Cortesi | 2012-04-02 | 1 | -1/+1 |
* | Add specification of replacement patterns on the command line. | Aldo Cortesi | 2012-03-17 | 1 | -1/+4 |
* | Address an issue that allows a malicious client to place certificate files in... | Aldo Cortesi | 2012-01-21 | 1 | -3/+3 |
* | Add HTTP body size limit specification to command-line tools. | Aldo Cortesi | 2011-09-09 | 1 | -2/+2 |
* | Removed unused imports | András Veres-Szentkirályi | 2011-08-18 | 1 | -3/+3 |
* | Add -r option to mitmdump and mitmproxy. | Aldo Cortesi | 2011-05-15 | 1 | -1/+1 |
* | Add a -n option which tells the tools not to bind a proxy. | Aldo Cortesi | 2011-05-14 | 1 | -5/+9 |
* | Unify mitmproxy and mitmdump commandline | Aldo Cortesi | 2011-03-12 | 1 | -108/+6 |
* | Handle invalid bind address specifications gracefully. | Aldo Cortesi | 2011-03-12 | 1 | -1/+6 |
* | Add --norefresh to stop refreshing server playback to mitmdump. | Aldo Cortesi | 2011-03-11 | 1 | -1/+8 |
* | Add an --anticache option to mitmdump. | Aldo Cortesi | 2011-03-09 | 1 | -0/+6 |
* | Move version constants to version.py, add version to serialized flows. | Aldo Cortesi | 2011-03-09 | 1 | -3/+1 |
* | Add bind address option to mitmdump. | Aldo Cortesi | 2011-03-06 | 1 | -40/+72 |
* | Make mitmdump exit after client replay is complete by default. | Aldo Cortesi | 2011-03-06 | 1 | -8/+8 |
* | Bump unit tests, rearrange mitmdump command-line options slightly. | Aldo Cortesi | 2011-03-06 | 1 | -6/+5 |
* | Add client replay options to mitmdump. | Aldo Cortesi | 2011-03-06 | 1 | -4/+10 |
* | Massage namespace to make room for client replay. | Aldo Cortesi | 2011-03-05 | 1 | -2/+2 |
* | Minor command-line argument fixes. | Aldo Cortesi | 2011-02-25 | 1 | -1/+1 |
* | Add -c and -C options to mitmdump to control sticky cookies. | Aldo Cortesi | 2011-02-25 | 1 | -4/+17 |
* | Add a way for users to specify header significance in server replay. | Aldo Cortesi | 2011-02-23 | 1 | -12/+23 |
* | Add --kill option to mitmdump | Aldo Cortesi | 2011-02-21 | 1 | -0/+4 |
* | First pass of playback function for mitmdump. | Aldo Cortesi | 2011-02-21 | 1 | -0/+4 |
* | Certificates are now generated in a temporary per-session directory. | Aldo Cortesi | 2011-02-20 | 1 | -9/+1 |
* | Revamp SSL configuration. | Aldo Cortesi | 2011-02-20 | 1 | -4/+4 |
* | Clean up certificate generation. | Aldo Cortesi | 2011-02-20 | 1 | -1/+1 |
* | First pass of script hooks for mitmdump. | Aldo Cortesi | 2011-02-18 | 1 | -4/+20 |
* | Add filtering to mitmdump. | Aldo Cortesi | 2011-02-17 | 1 | -2/+7 |
* | Add file writing to mitmdump. | Aldo Cortesi | 2011-02-17 | 1 | -1/+5 |
* | Extract common SSL certificate option processing | Henrik Nordstrom | 2011-02-16 | 1 | -6/+1 |
* | Extract common SSL certificate options into a group. | Aldo Cortesi | 2011-02-16 | 1 | -20/+1 |
* | Tweaks and cleanups for mitmdump. | Aldo Cortesi | 2011-02-16 | 1 | -1/+6 |
* | Implement a dummy CA | Henrik Nordstrom | 2011-02-10 | 1 | -6/+19 |
* | Allow specifying the accepted ciphersuites | Henrik Nordstrom | 2011-02-10 | 1 | -1/+7 |