index
:
cloud-email/mitmproxy
master
clone of mitm proxy
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libmproxy
/
console.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add tab completion for save and load path specs.
Aldo Cortesi
2011-01-27
1
-4
/
+79
*
Fix UI sync bugs introduced by flow serialization.
Aldo Cortesi
2011-01-26
1
-2
/
+6
*
Add saving and loading of complete flows for later replay and analysis.
Aldo Cortesi
2011-01-26
1
-35
/
+41
*
Abstract flow management out of the interactive code.
Aldo Cortesi
2011-01-25
1
-180
/
+19
*
Add mitmproxy command line flags for a number of filter expressions.
Aldo Cortesi
2010-03-01
1
-4
/
+28
*
Housekeeping: todo updates, move put handler_ methods together in console.py.
Aldo Cortesi
2010-03-01
1
-10
/
+10
*
Just make using the user's terminal background the default.
Aldo Cortesi
2010-03-01
1
-22
/
+16
*
Don't intercept replays - it makes no sense to do so.
Aldo Cortesi
2010-03-01
1
-16
/
+12
*
Don't show error if user tries to save, but specifies no path.
Aldo Cortesi
2010-03-01
1
-0
/
+2
*
Add "A" key, to accept all intercepted connections.
Aldo Cortesi
2010-03-01
1
-3
/
+14
*
Make beeping more general.
Aldo Cortesi
2010-03-01
1
-18
/
+17
*
Maintain compatibility with 0.9.8.x of urwid.
Aldo Cortesi
2010-03-01
1
-16
/
+36
*
Added beeping. --bireq and --bires enables beeping on intercepted requests/re...
Thomas Roth
2010-02-26
1
-3
/
+20
*
Added a 'keep terminal background' option (-t), so that you can use it with y...
Thomas Roth
2010-02-26
1
-25
/
+34
*
Added exception if starting editor fails and added vi as default editor.
Thomas Roth
2010-02-25
1
-1
/
+11
*
Fixes a bug which caused a crash if you've tried to accept a connection which...
Thomas Roth
2010-02-24
1
-5
/
+6
*
Fixes blocking problem with a workaround which sets a timeout of 0.1 seconds.
Thomas Roth
2010-02-24
1
-0
/
+1
*
Additional fix for compatibility with Urwid >0.9.9
Thomas Roth
2010-02-24
1
-1
/
+1
*
Fixes compatibility with Urwid >0.9.9
Thomas Roth
2010-02-24
1
-9
/
+9
*
Add some error handling for connection saving.
Aldo Cortesi
2010-02-24
1
-5
/
+8
*
Save a request or response to file.
Aldo Cortesi
2010-02-24
1
-0
/
+19
*
Initial checkin.
Aldo Cortesi
2010-02-16
1
-0
/
+1065