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
*
Add coding style check, reformat.
Aldo Cortesi
2015-05-30
1
-13
/
+16
*
fix #568
Maximilian Hils
2015-04-26
1
-0
/
+1
*
console: more consistent view stack management
Aldo Cortesi
2015-04-17
1
-40
/
+55
*
console: add a -l flag to set the limit on startup
Aldo Cortesi
2015-04-15
1
-0
/
+4
*
Refactor flow list state management
Aldo Cortesi
2015-04-07
1
-14
/
+6
*
consone: don't enter Options if it's already open
Aldo Cortesi
2015-04-07
1
-0
/
+3
*
console: All palettes now explicitly set a background colour
Aldo Cortesi
2015-04-07
1
-1
/
+3
*
console: palette picker for the options screen
Aldo Cortesi
2015-04-07
1
-4
/
+18
*
console: TCP proxy patterns to new options screen
Aldo Cortesi
2015-04-06
1
-4
/
+0
*
console: scripts to new options screen
Aldo Cortesi
2015-04-06
1
-0
/
+1
*
console: ignore patterns to new options screen.
Aldo Cortesi
2015-04-06
1
-4
/
+0
*
Minimal help context for options
Aldo Cortesi
2015-04-03
1
-1
/
+1
*
console: C to clear all options, correct footer in options screen
Aldo Cortesi
2015-04-03
1
-1
/
+1
*
console: basic options page
Aldo Cortesi
2015-04-03
1
-19
/
+11
*
console: fix a crash that sometimes occurs when setting a limit
Aldo Cortesi
2015-04-01
1
-0
/
+2
*
console: improve handling of help contexts, fix key bindings in flow views
Aldo Cortesi
2015-04-01
1
-12
/
+22
*
Update statusbar when flow list is cleared.
Aldo Cortesi
2015-03-30
1
-0
/
+1
*
Add flow detail view as a tab in the flow view
Aldo Cortesi
2015-03-29
1
-9
/
+0
*
console: add a tabs widget, and use it for flowview.
Aldo Cortesi
2015-03-29
1
-4
/
+3
*
Keep record of last search term
Aldo Cortesi
2015-03-29
1
-2
/
+1
*
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
|
|
\
[next]