Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add --stream options, various fixes | Maximilian Hils | 2014-07-21 | 1 | -2/+12 |
| | |||||
* | add support for log levels | Maximilian Hils | 2014-03-13 | 1 | -6/+2 |
| | |||||
* | add -d switch to mitmdump to compensate for old verbosity functionality | Maximilian Hils | 2014-03-12 | 1 | -13/+15 |
| | |||||
* | restrict -e to mitmproxy only (not mitmdump) | Maximilian Hils | 2014-03-12 | 1 | -5/+3 |
| | |||||
* | always use relative imports, fix status bar bug | Maximilian Hils | 2014-03-10 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' into tcp_proxy | Maximilian Hils | 2014-02-05 | 1 | -2/+1 |
|\ | |||||
| * | shutdown properly if we dont keep serving | Maximilian Hils | 2014-02-04 | 1 | -1/+1 |
| | | |||||
| * | fixing bug: AttributeError: DumpMaster instance has no attribute 'unload_script' | Steven Van Acker | 2014-02-04 | 1 | -2/+1 |
| | | |||||
* | | bring failing tests back into the double-digit range | Maximilian Hils | 2014-01-31 | 1 | -3/+3 |
|/ | |||||
* | Script refactoring: move script command parsing into script module. | Aldo Cortesi | 2014-01-12 | 1 | -2/+2 |
| | |||||
* | backport changes to fix tests | Maximilian Hils | 2013-12-08 | 1 | -2/+3 |
| | |||||
* | add option to expose webapp externally, remove distinct ip setting | Maximilian Hils | 2013-08-18 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into 0.10 | Maximilian Hils | 2013-08-17 | 1 | -15/+6 |
|\ | |||||
| * | Remove GPL notices left in source files after our change to the MIT license. | Aldo Cortesi | 2013-08-01 | 1 | -16/+1 |
| | | | | | | | | Thanks to Roy Shamir for reporting this. | ||||
| * | Move app instantiation out of proxy.py. | Aldo Cortesi | 2013-07-24 | 1 | -0/+6 |
| | | |||||
* | | update tests to reflect changes to options.scripts | Maximilian Hils | 2013-06-17 | 1 | -1/+2 |
| | | |||||
* | | Merge remote-tracking branch 'origin/scripts_improvements' into 0.10 | Maximilian Hils | 2013-06-16 | 1 | -5/+5 |
|\ \ | |/ |/| | |||||
| * | add support for multiple scripts and script arguments. refs #76 | Maximilian Hils | 2013-06-13 | 1 | -5/+5 |
| | | |||||
* | | always read files in binary mode | Maximilian Hils | 2013-06-16 | 1 | -1/+1 |
|/ | |||||
* | Un-break unit tests. Tsk tsk. | Aldo Cortesi | 2013-03-17 | 1 | -0/+1 |
| | |||||
* | Enable --host option for mitmdump | Aldo Cortesi | 2013-03-17 | 1 | -5/+6 |
| | |||||
* | Introduce a filtered flow writer, and use it in dump.py | Aldo Cortesi | 2013-03-14 | 1 | -2/+2 |
| | | | | Fixes #104 | ||||
* | Remove __slots__ to make it possible to inherit from Options classes. | Aldo Cortesi | 2013-03-03 | 1 | -2/+2 |
| | |||||
* | Significantly refactor the master/slave message passing interface. | Aldo Cortesi | 2013-02-17 | 1 | -11/+11 |
| | |||||
* | Move cleanBin and hexdump into netutils. | Aldo Cortesi | 2012-09-24 | 1 | -2/+3 |
| | |||||
* | Command-line options for header setting. | Aldo Cortesi | 2012-08-19 | 1 | -0/+5 |
| | |||||
* | Be more tolerant of corrupted or truncated flows. | Aldo Cortesi | 2012-07-24 | 1 | -2/+1 |
| | | | | | | We load as far as possible. mitmproxy will only terminate if it was not able to recover any flows. mitmdump will stop loading as soon as an error is encountered, but not exit with an error. | ||||
* | fix -r option, read file in binary mode | Maximilian Hils | 2012-07-24 | 1 | -1/+1 |
| | |||||
* | Use FlowMaster stream from mitmdump. | Aldo Cortesi | 2012-07-09 | 1 | -6/+1 |
| | |||||
* | Flush after terminal output. | Aldo Cortesi | 2012-07-01 | 1 | -0/+3 |
| | | | | Makes behaviour on the shell less mysterious. | ||||
* | Beef up logging substantially. | Aldo Cortesi | 2012-07-01 | 1 | -0/+4 |
| | |||||
* | Nose mopup: docs, no cover pragmas, a few missing path specs. | Aldo Cortesi | 2012-06-09 | 1 | -3/+2 |
| | |||||
* | Fix AttributeError when shutting down a writing mitmdump. | Aldo Cortesi | 2012-05-17 | 1 | -1/+1 |
| | |||||
* | Include a formatted exception in WSGI error page. | Aldo Cortesi | 2012-05-07 | 1 | -1/+1 |
| | |||||
* | Shut mitmdump down gracefully on SIGTERM. | Aldo Cortesi | 2012-04-15 | 1 | -0/+5 |
| | | | | This is a hack at the moment, but needs must. | ||||
* | Move mitmproxy reverse proxy shortcut to "P". | Aldo Cortesi | 2012-03-18 | 1 | -1/+0 |
| | | | | Also don't expose help from the help screen. | ||||
* | Fix unit tests. | Aldo Cortesi | 2012-03-17 | 1 | -2/+3 |
| | |||||
* | Add specification of replacement patterns on the command line. | Aldo Cortesi | 2012-03-17 | 1 | -0/+4 |
| | |||||
* | Repair unit tests after nopop introduction. | Aldo Cortesi | 2012-03-10 | 1 | -1/+3 |
| | |||||
* | License notifications, minor docs. | Aldo Cortesi | 2012-02-23 | 1 | -0/+15 |
| | |||||
* | Gracefully handle invalid data format passed to -r flag. | Aldo Cortesi | 2012-02-09 | 1 | -1/+4 |
| | |||||
* | Removed unused imports | András Veres-Szentkirályi | 2011-08-18 | 1 | -1/+1 |
| | |||||
* | Add a basic Flow processor example. | Aldo Cortesi | 2011-08-13 | 1 | -1/+0 |
| | |||||
* | Add a "done" event for scripts. | Aldo Cortesi | 2011-08-05 | 1 | -1/+2 |
| | | | | Called exactly once after all other events. | ||||
* | Make scripted rewriting of saved traffic work in mitmdump. | Aldo Cortesi | 2011-08-05 | 1 | -9/+10 |
| | |||||
* | Rip out autodecode | Aldo Cortesi | 2011-08-04 | 1 | -2/+0 |
| | | | | | | | | We simplify things as follows: - If we're in "pretty" view mode, we autodecode. - Otherwise, we display raw data, and the user can manually encode/decode with z shortcut. | ||||
* | Request class now has a clean pydoc profile. | Aldo Cortesi | 2011-08-04 | 1 | -1/+1 |
| | |||||
* | Further interface cleaning. | Aldo Cortesi | 2011-08-03 | 1 | -3/+3 |
| | |||||
* | Add script hooks, enable new engine for mitmdump. | Aldo Cortesi | 2011-08-03 | 1 | -22/+5 |
| | |||||
* | Move the event notification mechanism into flow.py | Aldo Cortesi | 2011-08-03 | 1 | -13/+4 |
| |