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
/
common.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
code formatting: fix whitespace issues
Thomas Kriechbaumer
2016-01-27
1
-6
/
+6
*
Remove restrictions based on request content
Shadab Zafar
2016-01-25
1
-13
/
+0
*
Copy as raw request
Shadab Zafar
2016-01-13
1
-0
/
+12
*
Export/Copy request as python code
Shadab Zafar
2016-01-13
1
-0
/
+30
*
Use signals.status_message for empty content
Shadab Zafar
2016-01-13
1
-1
/
+2
*
Refactor copy_as_curl_command
Shadab Zafar
2016-01-13
1
-9
/
+7
*
refactored export as curl to be 'E' to export and 'c' to as curl command
Marcelo Glezer
2016-01-13
1
-0
/
+4
*
headers enumartion was failing in copy as curl and protocol was None when cop...
Marcelo Glezer
2016-01-13
1
-2
/
+2
*
fixed TypeError: ask_save_overwrite() takes exactly 2 arguments (xxxxx given)
Marcelo Glezer
2016-01-13
1
-1
/
+1
*
Was needlessly passing un-used parameters + clean up misspelling
Ryan Welton
2016-01-13
1
-17
/
+13
*
Switch to single quotes
Ryan Welton
2016-01-13
1
-2
/
+2
*
Add copy as curl command
Ryan Welton
2016-01-13
1
-17
/
+42
*
fix copy to clipboard command when copying content
Marcelo Glezer
2015-11-05
1
-2
/
+2
*
Use ctrl+f and ctrl+b to scroll a page
gecko655
2015-10-30
1
-0
/
+4
*
adjust to netlib request changes + docs
Maximilian Hils
2015-09-26
1
-1
/
+1
*
code -> status_code, httpversion -> http_version
Maximilian Hils
2015-09-17
1
-2
/
+2
*
adjust to netlib changes
Maximilian Hils
2015-09-16
1
-1
/
+1
*
adjust to new netlib Headers class
Maximilian Hils
2015-09-05
1
-2
/
+2
*
move files around
Maximilian Hils
2015-08-30
1
-1
/
+1
*
attach application protocol to connection
Thomas Kriechbaumer
2015-07-30
1
-2
/
+2
*
move code to netlib and implement protocols
Thomas Kriechbaumer
2015-07-30
1
-7
/
+10
*
Moved marking from flow to console
Jake Drahos
2015-06-11
1
-2
/
+3
*
Changed mark symbol
Jake Drahos
2015-06-11
1
-2
/
+2
*
Changed symbols and colors
Jake Drahos
2015-06-11
1
-1
/
+2
*
Implemented basic marking of flows
Jake Drahos
2015-06-11
1
-0
/
+7
*
fix #607 fix message
Marcelo Glezer
2015-06-05
1
-1
/
+2
*
fix #607 decode data before sending it to pyperclip
Marcelo Glezer
2015-06-05
1
-1
/
+8
*
console: convert add_event to a signal.
Aldo Cortesi
2015-06-02
1
-1
/
+0
*
fixes #604 catch method not found for handling pyperclip not found
Marcelo Glezer
2015-06-01
1
-2
/
+2
*
Add coding style check, reformat.
Aldo Cortesi
2015-05-30
1
-3
/
+3
*
pretty_size now lives in netlib.utils
Aldo Cortesi
2015-04-30
1
-1
/
+2
*
make code more pythonic
Maximilian Hils
2015-04-26
1
-8
/
+11
*
Merge remote-tracking branch 'tunz/crash1'
Maximilian Hils
2015-04-26
1
-4
/
+11
|
\
|
*
Fix crash when save to clipboard before loading
Choongwoo Han
2015-04-23
1
-4
/
+11
*
|
Check overwrite, when save to file instaed of clipboard
Choongwoo Han
2015-04-23
1
-2
/
+20
|
/
*
console: first pass of a Set-cookie editor for responses
Aldo Cortesi
2015-04-16
1
-14
/
+20
*
console: keyboard shortcuts for options
Aldo Cortesi
2015-04-03
1
-5
/
+5
*
handles UnicodeDecodeError
Marcelo Glezer
2015-03-23
1
-1
/
+1
*
Replace far-too-clever decorator LRU cache with something simpler
Aldo Cortesi
2015-03-22
1
-6
/
+3
*
console: signal-based view stack, unifying mechanisms for help, flow views, etc.
Aldo Cortesi
2015-03-22
1
-3
/
+0
*
Simplify the way in which path prompts keep state
Aldo Cortesi
2015-03-22
1
-2
/
+0
*
Rationalise prompt calling conventions
Aldo Cortesi
2015-03-22
1
-4
/
+4
*
Refactor status bar prompting to use signal system
Aldo Cortesi
2015-03-22
1
-27
/
+19
*
Add blinker dependency, start using it to refactor console app
Aldo Cortesi
2015-03-21
1
-5
/
+6
*
Fix general prompt input.
Aldo Cortesi
2015-03-20
1
-0
/
+8
*
Indentation, style, whitespace
Aldo Cortesi
2015-03-13
1
-5
/
+18
*
Remove compatibility shim used to interop with older versions of Urwid
Aldo Cortesi
2015-03-13
1
-22
/
+0
*
Formatting and whitespace
Aldo Cortesi
2015-03-13
1
-7
/
+8
*
changes requested by @mhils
Marcelo Glezer
2015-03-01
1
-9
/
+2
*
added to flowlist / flowdetail time elapsed between request sent and response...
Marcelo Glezer
2015-02-26
1
-1
/
+6
[next]