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
/
flowlist.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
move code from mitmproxy to netlib
Thomas Kriechbaumer
2015-08-01
1
-2
/
+5
*
Match g/G shortcuts to less, fix #631
jlhonora
2015-07-08
1
-4
/
+4
*
Added unmark all functionality
Jake Drahos
2015-06-11
1
-0
/
+5
*
Moved marking from flow to console
Jake Drahos
2015-06-11
1
-2
/
+6
*
Added functionality to write marked flows to file
Jake Drahos
2015-06-11
1
-0
/
+6
*
Marked flows not deleted on clear all
Jake Drahos
2015-06-11
1
-4
/
+0
*
Implemented basic marking of flows
Jake Drahos
2015-06-11
1
-0
/
+8
*
console: click in flow list to view flow
Aldo Cortesi
2015-06-02
1
-0
/
+6
*
Add coding style check, reformat.
Aldo Cortesi
2015-05-30
1
-3
/
+5
*
remove superfluous set_focus
Maximilian Hils
2015-04-26
1
-2
/
+0
*
fix #568
Maximilian Hils
2015-04-26
1
-2
/
+2
*
console: make g/G shortcuts work in more contexts
Aldo Cortesi
2015-04-17
1
-0
/
+4
*
console: add g/G shortcuts throughout
Aldo Cortesi
2015-04-07
1
-0
/
+6
*
Refactor flow list state management
Aldo Cortesi
2015-04-07
1
-8
/
+15
*
Simplify the way in which path prompts keep state
Aldo Cortesi
2015-03-22
1
-6
/
+0
*
Rationalise prompt calling conventions
Aldo Cortesi
2015-03-22
1
-15
/
+15
*
Refactor status bar prompting to use signal system
Aldo Cortesi
2015-03-22
1
-52
/
+60
*
Add blinker dependency, start using it to refactor console app
Aldo Cortesi
2015-03-21
1
-5
/
+5
*
Merge remote-tracking branch 'onlywade/master'
Maximilian Hils
2015-03-15
1
-2
/
+4
|
\
|
*
Adding a server replay option to ignore host when searching for matching requ...
Wade Catron
2015-03-08
1
-2
/
+4
*
|
Remove compatibility shim used to interop with older versions of Urwid
Aldo Cortesi
2015-03-13
1
-2
/
+2
*
|
Formatting and whitespace
Aldo Cortesi
2015-03-13
1
-13
/
+37
|
/
*
removed useless try except
Marcelo Glezer
2015-02-12
1
-5
/
+6
*
fixed typos
Marcelo Glezer
2015-02-12
1
-2
/
+2
*
missing str in http.parse_url
Marcelo Glezer
2015-02-11
1
-1
/
+1
*
renamed add_request to create_request and added a tiny docstring
Marcelo Glezer
2015-02-11
1
-1
/
+1
*
added support for creating new requests. still wip (not working for https)
Marcelo Glezer
2015-02-10
1
-0
/
+29
*
make copy context-sensitive
Maximilian Hils
2015-02-07
1
-26
/
+2
*
improve clipboard UX
Maximilian Hils
2015-02-06
1
-13
/
+3
*
added copy to clipboard support for url
Marcelo Glezer
2015-02-05
1
-1
/
+2
*
added support for 'b' key in flowlist
Marcelo Glezer
2015-02-05
1
-0
/
+13
*
added support for copying request (content|header) to clipboard
Marcelo Glezer
2015-02-05
1
-1
/
+14
*
added support for saving file if content is binary. still wip
Marcelo Glezer
2015-02-05
1
-1
/
+2
*
extracted server_copy_response to common
Marcelo Glezer
2015-02-05
1
-19
/
+3
*
removed pyperclip hard dependencies
Marcelo Glezer
2015-02-05
1
-11
/
+17
*
used get_decoded_content and removed decode call from headers as max suggested
Marcelo Glezer
2015-02-05
1
-2
/
+2
*
removed invalid comment and unneeded safe text
Marcelo Glezer
2015-02-05
1
-1
/
+0
*
now content and header are working and exception for binary files are handled...
Marcelo Glezer
2015-02-05
1
-3
/
+10
*
wip - content copy is working, header representation is not
Marcelo Glezer
2015-02-05
1
-0
/
+16
*
missing parameter in start_server_playback call
Marcelo Glezer
2015-01-13
1
-2
/
+4
*
fix mitmproxy -w
Maximilian Hils
2014-12-29
1
-1
/
+1
*
web: CSP, revert functionality, serve content
Maximilian Hils
2014-12-25
1
-1
/
+0
*
web: intercept feature
Maximilian Hils
2014-12-23
1
-1
/
+1
*
fix #399
Maximilian Hils
2014-11-06
1
-2
/
+4
*
restrict -e to mitmproxy only (not mitmdump)
Maximilian Hils
2014-03-12
1
-1
/
+1
*
always use relative imports, fix status bar bug
Maximilian Hils
2014-03-10
1
-1
/
+2
*
Remove / binding alias for limit
Aldo Cortesi
2014-01-05
1
-2
/
+1
*
add search with / for compatibility with what I'll do.
root
2013-12-23
1
-1
/
+2
*
Remove GPL notices left in source files after our change to the MIT license.
Aldo Cortesi
2013-08-01
1
-15
/
+0
*
Some refactoring of the console inteface.
Aldo Cortesi
2013-07-28
1
-2
/
+1
[next]