aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Ignore compiled mimtmproxyc & mitmdumpcHenrik Nordstrom2011-02-101-0/+2
* Add response creation to edit function on intercepted requestsHenrik Nordstrom2011-02-102-15/+49
* Terminate workers when main thread terminatesHenrik Nordstrom2011-02-101-0/+1
* Merge remote branch 'hno/master'Aldo Cortesi2011-02-062-7/+8
|\
| * Fix kill() again, got broken by the change to use NoneHenrik Nordstrom2011-02-032-6/+7
| * Merge remote-tracking branch 'origin/master'Henrik Nordstrom2011-02-038-79/+76
| |\
| * | Messages may need to stay in the controller for considerableHenrik Nordstrom2011-02-031-1/+1
* | | Further fine-tuning for pretty_xmlish.Aldo Cortesi2011-02-062-9/+12
* | | Rip out BeautifulSoup, and use a custom XML-ish prettyprinter.Aldo Cortesi2011-02-065-2035/+97
* | | Add option to tell mitmproxy which interfaces to bind to.Aldo Cortesi2011-02-063-6/+19
* | | Also serialize ClientConnection and flow backups.Aldo Cortesi2011-02-064-16/+28
| |/ |/|
* | Get rid of ReplayConnection - we now have only one ClientConnection class.Aldo Cortesi2011-02-048-48/+45
* | Change "connection" to the less confusing "client_conn" throughout.Aldo Cortesi2011-02-038-57/+57
|/
* Fine-tune completion a bit.Aldo Cortesi2011-02-035-1/+16
* Add timestamps to flows.Aldo Cortesi2011-02-036-12/+56
* Fix tracking of edited state.Aldo Cortesi2011-02-032-3/+3
* "Q" quits without confirmation prompt.Aldo Cortesi2011-02-031-0/+3
* Test suite rejiggering and cleanup.Aldo Cortesi2011-02-0312-113/+197
* Improve script handling.Aldo Cortesi2011-02-023-4/+35
* README -> README.mkdAldo Cortesi2011-02-021-0/+0
* Use last path specified as default prompt.Aldo Cortesi2011-02-021-9/+23
* View script debug output (stderr) in pager.Aldo Cortesi2011-02-024-34/+46
* Add an external script API.Aldo Cortesi2011-01-318-33/+138
* Factor out flow unit tests into speparate file.Aldo Cortesi2011-01-313-126/+134
* Restructure to make subclassing Flow unnecessary.Aldo Cortesi2011-01-313-91/+99
* Re-jigger flow view shortcuts so we don't over-ride global shortcuts.Aldo Cortesi2011-01-311-16/+23
* Better help page statusbar text.Aldo Cortesi2011-01-301-1/+5
* Next and previous flow shortcuts from within flow view.Aldo Cortesi2011-01-301-7/+37
* UI tweaksAldo Cortesi2011-01-302-57/+82
* Prompt user on quit.Aldo Cortesi2011-01-282-9/+18
* Nicer statusbar messages, with timed expiry.Aldo Cortesi2011-01-282-4/+12
* Make pretty-printing more robust.Aldo Cortesi2011-01-283-7/+16
* Basix XML/HTML pretty-printing in flow viewer.Aldo Cortesi2011-01-275-25/+2088
* Handle nonexistent load files gracefully.Aldo Cortesi2011-01-272-5/+7
* Add command to write request or response body to file.Aldo Cortesi2011-01-271-0/+21
* Refine flow saving shortcuts.Aldo Cortesi2011-01-273-12/+29
* Fine-tune threading and fix an exception.Aldo Cortesi2011-01-272-12/+20
* Kill deadlock that sometimes occurred on shutdown.Aldo Cortesi2011-01-275-15/+20
* Switch to BSON for data serialization.Aldo Cortesi2011-01-277-5/+520
* Add tab completion for save and load path specs.Aldo Cortesi2011-01-272-5/+110
* Fix UI sync bugs introduced by flow serialization.Aldo Cortesi2011-01-263-3/+10
* Add saving and loading of complete flows for later replay and analysis.Aldo Cortesi2011-01-263-43/+77
* Add serialization hooks to flows and flow component objects.Aldo Cortesi2011-01-267-1/+148
* Abstract flow management out of the interactive code.Aldo Cortesi2011-01-257-203/+257
* Documentation updates.Aldo Cortesi2011-01-253-4/+9
* Add FAQ entry for installing globally trusted certs for pentesting Windows apps.Aldo Cortesi2011-01-173-2/+63
* Fix indentation in previous patch.Aldo Cortesi2010-09-061-8/+8
* Wrap read request, concatenating partial reads until whole request have been ...Henrik Nordström2010-09-061-0/+9
* Release mitmproxy 0.2Aldo Cortesi2010-03-013-5/+29
* Add mitmproxy command line flags for a number of filter expressions.Aldo Cortesi2010-03-012-4/+58