Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | always use relative imports, fix status bar bug | Maximilian Hils | 2014-03-10 | 1 | -0/+1 |
| | |||||
* | Achievement Unlocked: Proxy Chain | Maximilian Hils | 2014-02-07 | 1 | -0/+1 |
| | |||||
* | Decouple message type from message class name. | Aldo Cortesi | 2014-01-04 | 1 | -9/+9 |
| | |||||
* | Remove GPL notices left in source files after our change to the MIT license. | Aldo Cortesi | 2013-08-01 | 1 | -15/+0 |
| | | | | Thanks to Roy Shamir for reporting this. | ||||
* | Test request and response kill functionality. | Aldo Cortesi | 2013-02-23 | 1 | -3/+6 |
| | |||||
* | Remove redundant clause in controller.Reply | Aldo Cortesi | 2013-02-23 | 1 | -4/+1 |
| | |||||
* | Refactor proxy core communications to be clearer. | Aldo Cortesi | 2013-02-23 | 1 | -4/+6 |
| | |||||
* | Significantly refactor the master/slave message passing interface. | Aldo Cortesi | 2013-02-17 | 1 | -23/+62 |
| | |||||
* | Nose mopup: docs, no cover pragmas, a few missing path specs. | Aldo Cortesi | 2012-06-09 | 1 | -5/+3 |
| | |||||
* | Refactor proxy.Server to fix a crash when replaying with -n | Aldo Cortesi | 2012-04-02 | 1 | -3/+1 |
| | |||||
* | Add duplicate_flow and replay_request hooks to ScriptContext. | Aldo Cortesi | 2012-02-19 | 1 | -5/+6 |
| | |||||
* | Address an issue that allows a malicious client to place certificate files ↵ | Aldo Cortesi | 2012-01-21 | 1 | -3/+3 |
| | | | | | | in arbitrary directories. Thanks to David Black (disclosure@d1b.org) for pointing this out. | ||||
* | Reset exit flag when proxy starts. | Aldo Cortesi | 2011-09-04 | 1 | -0/+2 |
| | |||||
* | Removed unused imports | András Veres-Szentkirályi | 2011-08-18 | 1 | -1/+0 |
| | |||||
* | Further interface cleaning. | Aldo Cortesi | 2011-08-03 | 1 | -3/+3 |
| | |||||
* | General cleanup. | Aldo Cortesi | 2011-08-02 | 1 | -6/+6 |
| | | | | | Cut out unused variables and code, generally shut up pychecker as much as is reasonable. | ||||
* | Don't redraw the screen more often than necessary. | Aldo Cortesi | 2011-06-27 | 1 | -0/+3 |
| | |||||
* | Add a -n option which tells the tools not to bind a proxy. | Aldo Cortesi | 2011-05-14 | 1 | -2/+6 |
| | | | | This is useful when you just want to inspect or process dumps. | ||||
* | Refactoring. | Aldo Cortesi | 2011-03-29 | 1 | -5/+3 |
| | |||||
* | Fix hang on shutdown. | Aldo Cortesi | 2011-03-15 | 1 | -7/+12 |
| | |||||
* | Make mitmdump exit after client replay is complete by default. | Aldo Cortesi | 2011-03-06 | 1 | -1/+2 |
| | | | | Add an option --keepserving to make it keep serving after replay. | ||||
* | Fix kill() again, got broken by the change to use None | Henrik Nordstrom | 2011-02-03 | 1 | -2/+5 |
| | |||||
* | Messages may need to stay in the controller for considerable | Henrik Nordstrom | 2011-02-03 | 1 | -1/+1 |
| | | | | | amount of time. Don't use a timeout waiting for the controller response. Example where this happens is intercepted flows. | ||||
* | Kill deadlock that sometimes occurred on shutdown. | Aldo Cortesi | 2011-01-27 | 1 | -2/+5 |
| | |||||
* | Add serialization hooks to flows and flow component objects. | Aldo Cortesi | 2011-01-26 | 1 | -1/+1 |
| | |||||
* | Documentation updates. | Aldo Cortesi | 2011-01-25 | 1 | -1/+0 |
| | |||||
* | Put DumpMaster in its own file. | Aldo Cortesi | 2010-03-01 | 1 | -36/+0 |
| | | | | It's going to become a more important part of the mitmproxy suite now. | ||||
* | Huge speed improvements if more than one request is in the queue. Speeds up ↵ | Thomas Roth | 2010-02-25 | 1 | -3/+8 |
| | | | | every request by 0.1 seconds. | ||||
* | Initial checkin. | Aldo Cortesi | 2010-02-16 | 1 | -0/+119 |