aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Housekeeping: todo updates, move put handler_ methods together in console.py.Aldo Cortesi2010-03-012-12/+16
* Put DumpMaster in its own file.Aldo Cortesi2010-03-013-38/+41
* Just make using the user's terminal background the default.Aldo Cortesi2010-03-012-25/+16
* Split mitmproxy and mitmdump - mitmdump is the non-interactive verison of mit...Aldo Cortesi2010-03-014-24/+65
* Don't intercept replays - it makes no sense to do so.Aldo Cortesi2010-03-011-16/+12
* Don't show error if user tries to save, but specifies no path.Aldo Cortesi2010-03-012-2/+2
* Add "A" key, to accept all intercepted connections.Aldo Cortesi2010-03-011-3/+14
* Make beeping more general.Aldo Cortesi2010-03-012-27/+18
* Maintain compatibility with 0.9.8.x of urwid.Aldo Cortesi2010-03-012-18/+38
* Show error if compiling of an expression fails.Thomas Roth2010-02-261-1/+3
* Added beeping. --bireq and --bires enables beeping on intercepted requests/re...Thomas Roth2010-02-263-4/+31
* Fix hang when a POST is made with a 0 content length.Aldo Cortesi2010-02-261-1/+1
* Added a 'keep terminal background' option (-t), so that you can use it with y...Thomas Roth2010-02-262-26/+39
* Huge speed improvements if more than one request is in the queue. Speeds up e...Thomas Roth2010-02-251-3/+8
* Small improvement in regular expression compiler exception handling.Thomas Roth2010-02-251-6/+2
* Added exception if starting editor fails and added vi as default editor.Thomas Roth2010-02-251-1/+11
* Fixes crash on illegal regular expression for interception.Thomas Roth2010-02-242-5/+9
* Fixes a bug which caused a crash if you've tried to accept a connection which...Thomas Roth2010-02-242-6/+6
* Fixes blocking problem with a workaround which sets a timeout of 0.1 seconds.Thomas Roth2010-02-242-1/+2
* Added some Bugs in the todo list.Thomas Roth2010-02-241-0/+4
* Additional fix for compatibility with Urwid >0.9.9Thomas Roth2010-02-241-1/+1
* Fixed 'Requirements' in READMEThomas Roth2010-02-241-1/+1
* Fixes compatibility with Urwid >0.9.9Thomas Roth2010-02-241-9/+9
* Add some error handling for connection saving.Aldo Cortesi2010-02-241-5/+8
* Save a request or response to file.Aldo Cortesi2010-02-242-0/+20
* Update README.Aldo Cortesi2010-02-161-8/+21
* setup.py updates.Aldo Cortesi2010-02-161-13/+6
* Initial checkin.Aldo Cortesi2010-02-1636-0/+8252