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
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix #535 server replay was failing from ui but working from command line (fix...
Marcelo Glezer
2015-03-25
1
-0
/
+2
*
fix #535 now works with both cases: using -c from command line and pressing c...
Marcelo Glezer
2015-03-25
1
-0
/
+2
*
fixed exception in mitmproxy -c fix #535
Marcelo Glezer
2015-03-25
1
-1
/
+1
*
console: signal-based view stack, unifying mechanisms for help, flow views, etc.
Aldo Cortesi
2015-03-22
1
-19
/
+17
*
console: refactor the way we keep global view state
Aldo Cortesi
2015-03-22
1
-52
/
+47
*
Remove refresh_flow mechanism in favor of a signal-based implementation
Aldo Cortesi
2015-03-22
1
-14
/
+7
*
console: observe state objects for changes, fire event to update status bar.
Aldo Cortesi
2015-03-22
1
-0
/
+9
*
Simplify the way in which path prompts keep state
Aldo Cortesi
2015-03-22
1
-6
/
+0
*
Refactor status bar prompting to use signal system
Aldo Cortesi
2015-03-22
1
-54
/
+4
*
Status bar message expiry based on signals and Urwid main loop
Aldo Cortesi
2015-03-21
1
-1
/
+7
*
Add blinker dependency, start using it to refactor console app
Aldo Cortesi
2015-03-21
1
-10
/
+12
*
console: pull primary window frame management out into window.py
Aldo Cortesi
2015-03-20
1
-148
/
+4
*
Pull console StatusBar into its own file.
Aldo Cortesi
2015-03-20
1
-182
/
+7
*
Remove cruft to work around an old Urwid bug
Aldo Cortesi
2015-03-20
1
-5
/
+0
*
Fix general prompt input.
Aldo Cortesi
2015-03-20
1
-0
/
+3
*
Pull PathEdit out into its own file.
Aldo Cortesi
2015-03-20
1
-67
/
+2
*
Explicitly handle keyboard interrupt in mitmproxy
Aldo Cortesi
2015-03-20
1
-10
/
+13
*
Fix crashes on mouse click when input is being handled
Aldo Cortesi
2015-03-20
1
-3
/
+1
*
Revamp palette specification
Aldo Cortesi
2015-03-19
1
-1
/
+1
*
fixes crash pressing 'c':client-replay in mitmproxy
Marcelo Glezer
2015-03-17
1
-1
/
+1
*
Merge remote-tracking branch 'onlywade/master'
Maximilian Hils
2015-03-15
1
-1
/
+2
|
\
|
*
Adding a server replay option to ignore host when searching for matching requ...
Wade Catron
2015-03-08
1
-1
/
+4
*
|
Remove compatibility shim used to interop with older versions of Urwid
Aldo Cortesi
2015-03-13
1
-8
/
+8
*
|
Formatting and whitespace
Aldo Cortesi
2015-03-13
1
-1
/
+1
*
|
Style & whitespace
Aldo Cortesi
2015-03-13
1
-18
/
+35
*
|
Integrate Urwid's MainLoop in console mitmproxy
Aldo Cortesi
2015-03-13
1
-191
/
+191
|
/
*
clean up flow reading
Maximilian Hils
2015-02-05
1
-25
/
+20
*
Merge remote-tracking branch 'tekii/master'
Maximilian Hils
2015-02-05
1
-4
/
+6
|
\
|
*
open flow files using with as max suggested
Marcelo Glezer
2015-01-12
1
-2
/
+2
|
*
Merge remote-tracking branch 'base/master'
Marcelo Glezer
2015-01-12
1
-4
/
+12
|
|
\
|
*
|
now mitmproxy supports multiple saved flows files too. also fixed server_play...
Marcelo Glezer
2015-01-06
1
-5
/
+7
*
|
|
fix statusbar initialization
Maximilian Hils
2015-02-05
1
-0
/
+2
*
|
|
hotfix to mitmproxy missing start_server_playback() parameter added. backport...
Marcelo Glezer
2015-01-12
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge branch 'master' of github.com:mitmproxy/mitmproxy
Maximilian Hils
2015-01-09
1
-2
/
+10
|
\
\
|
*
|
Error to stdout when loading bad replays from the command line
Nick HS
2015-01-08
1
-2
/
+10
|
|
/
*
/
fix #443
Maximilian Hils
2015-01-09
1
-2
/
+2
|
/
*
Consolidate reading flows from file, use in mitmweb.
Aldo Cortesi
2015-01-02
1
-15
/
+15
*
fix #435
Maximilian Hils
2014-12-29
1
-0
/
+4
*
fix mitmproxy -w
Maximilian Hils
2014-12-29
1
-6
/
+6
*
web: intercept feature
Maximilian Hils
2014-12-23
1
-2
/
+2
*
introduce revised views, port over changes from multiple_views branch
Maximilian Hils
2014-11-26
1
-4
/
+4
*
always show error messages
Maximilian Hils
2014-11-15
1
-1
/
+1
*
fix #399
Maximilian Hils
2014-11-06
1
-1
/
+2
*
Reduce loop timeouts to improve mitmproxy responsiveness
Aldo Cortesi
2014-11-06
1
-1
/
+1
*
add generic tcp proxying, fix #374
Maximilian Hils
2014-10-18
1
-7
/
+23
*
fix missing timeout parameter
Maximilian Hils
2014-09-14
1
-1
/
+1
*
Remove external app option, make tick timeout explicit
Aldo Cortesi
2014-09-14
1
-1
/
+1
*
remove proxy mode abstraction: always be clear which mode we are in
Maximilian Hils
2014-09-08
1
-4
/
+3
*
add --ignore ui indication
Maximilian Hils
2014-09-08
1
-0
/
+16
*
fix #349
Maximilian Hils
2014-09-07
1
-4
/
+12
[next]