aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/controller.py
Commit message (Collapse)AuthorAgeFilesLines
* Address an issue that allows a malicious client to place certificate files ↵Aldo Cortesi2012-01-211-3/+3
| | | | | | in arbitrary directories. Thanks to David Black (disclosure@d1b.org) for pointing this out.
* Reset exit flag when proxy starts.Aldo Cortesi2011-09-041-0/+2
|
* Removed unused importsAndrás Veres-Szentkirályi2011-08-181-1/+0
|
* Further interface cleaning.Aldo Cortesi2011-08-031-3/+3
|
* General cleanup.Aldo Cortesi2011-08-021-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 Cortesi2011-06-271-0/+3
|
* Add a -n option which tells the tools not to bind a proxy.Aldo Cortesi2011-05-141-2/+6
| | | | This is useful when you just want to inspect or process dumps.
* Refactoring.Aldo Cortesi2011-03-291-5/+3
|
* Fix hang on shutdown.Aldo Cortesi2011-03-151-7/+12
|
* Make mitmdump exit after client replay is complete by default.Aldo Cortesi2011-03-061-1/+2
| | | | Add an option --keepserving to make it keep serving after replay.
* Fix kill() again, got broken by the change to use NoneHenrik Nordstrom2011-02-031-2/+5
|
* Messages may need to stay in the controller for considerableHenrik Nordstrom2011-02-031-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 Cortesi2011-01-271-2/+5
|
* Add serialization hooks to flows and flow component objects.Aldo Cortesi2011-01-261-1/+1
|
* Documentation updates.Aldo Cortesi2011-01-251-1/+0
|
* Put DumpMaster in its own file.Aldo Cortesi2010-03-011-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 Roth2010-02-251-3/+8
| | | | every request by 0.1 seconds.
* Initial checkin.Aldo Cortesi2010-02-161-0/+119