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
/
dump.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
turn script reloader off by default outside mitmdump/mitmproxy
Maximilian Hils
2016-02-02
1
-1
/
+1
|
*
code formatting: fix whitespace issues
Thomas Kriechbaumer
2016-01-27
1
-2
/
+4
|
*
cleanup imports
Thomas Kriechbaumer
2016-01-27
1
-3
/
+0
|
*
remove code duplication
Thomas Kriechbaumer
2016-01-10
1
-6
/
+6
|
*
TLS verification warnings write to stderr
David Weinstein
2015-12-10
1
-1
/
+2
|
*
adjust to netlib response changes + docs
Maximilian Hils
2015-09-26
1
-7
/
+7
|
*
adjust to netlib request changes + docs
Maximilian Hils
2015-09-26
1
-1
/
+5
|
*
adjust to netlib changes
Maximilian Hils
2015-09-16
1
-1
/
+1
|
*
improve display of non-ascii contents
Maximilian Hils
2015-09-12
1
-15
/
+14
|
|
|
|
fixes #283
*
simplify contentview api
Maximilian Hils
2015-09-12
1
-18
/
+26
|
*
mitmdump: colorize output, add content views
Maximilian Hils
2015-09-11
1
-67
/
+140
|
*
adjust to new netlib Headers class
Maximilian Hils
2015-09-05
1
-1
/
+1
|
*
move code to netlib and implement protocols
Thomas Kriechbaumer
2015-07-30
1
-2
/
+5
|
*
Add coding style check, reformat.
Aldo Cortesi
2015-05-30
1
-7
/
+18
|
*
pretty_size now lives in netlib.utils
Aldo Cortesi
2015-04-30
1
-1
/
+1
|
*
Adjust for ODict interface change
Aldo Cortesi
2015-04-15
1
-1
/
+1
|
*
Merge remote-tracking branch 'onlywade/master'
Maximilian Hils
2015-03-15
1
-0
/
+3
|
\
|
|
|
|
|
|
|
|
|
|
Conflicts: libmproxy/console/__init__.py libmproxy/console/flowlist.py
|
*
Adding a server replay option to ignore host when searching for matching ↵
Wade Catron
2015-03-08
1
-0
/
+3
|
|
|
|
|
|
|
|
requests
*
|
mitmdump: improve request printing
Maximilian Hils
2015-03-15
1
-9
/
+14
|
|
*
|
mitmdump: decode flow before printing
Maximilian Hils
2015-03-15
1
-48
/
+40
|
/
*
clean up flow reading
Maximilian Hils
2015-02-05
1
-8
/
+7
|
*
open flow files using with as max suggested
Marcelo Glezer
2015-01-12
1
-2
/
+2
|
*
first steps in scenario support
Marcelo Glezer
2015-01-05
1
-4
/
+6
|
*
Consolidate reading flows from file, use in mitmweb.
Aldo Cortesi
2015-01-02
1
-8
/
+3
|
*
--replay_ignore_payload_params added, to filter params in form posts
Marcelo Glezer
2014-12-18
1
-1
/
+4
|
*
append file mode for saving flows merged to master
Marcelo Glezer
2014-12-11
1
-4
/
+4
|
*
always show error messages
Maximilian Hils
2014-11-15
1
-1
/
+1
|
*
Fix bug in flow dumping, add unit test that should have caught this in the ↵
Aldo Cortesi
2014-11-06
1
-1
/
+1
|
|
|
|
first place
*
Start a fuzzing architecture for mitmproxy
Aldo Cortesi
2014-10-26
1
-4
/
+7
|
*
--replay-ignore-content & --replay-ignore-param ported from branch 0.10
Marcelo Glezer
2014-10-03
1
-1
/
+7
|
*
fix bugs
Maximilian Hils
2014-09-15
1
-1
/
+3
|
*
Remove external app option, make tick timeout explicit
Aldo Cortesi
2014-09-14
1
-2
/
+1
|
*
mitmproxy -> libmproxy.main. do some leanup on the way
Maximilian Hils
2014-09-08
1
-3
/
+4
|
*
improve HTTPRequest syntax
Maximilian Hils
2014-09-03
1
-1
/
+1
|
*
fix #341 - work on flows instead of request/response internally.
Maximilian Hils
2014-09-03
1
-16
/
+16
|
*
add --stream options, various fixes
Maximilian Hils
2014-07-21
1
-2
/
+12
|
*
add support for log levels
Maximilian Hils
2014-03-13
1
-6
/
+2
|
*
add -d switch to mitmdump to compensate for old verbosity functionality
Maximilian Hils
2014-03-12
1
-13
/
+15
|
*
restrict -e to mitmproxy only (not mitmdump)
Maximilian Hils
2014-03-12
1
-5
/
+3
|
*
always use relative imports, fix status bar bug
Maximilian Hils
2014-03-10
1
-1
/
+2
|
*
Merge branch 'master' into tcp_proxy
Maximilian Hils
2014-02-05
1
-2
/
+1
|
\
|
*
shutdown properly if we dont keep serving
Maximilian Hils
2014-02-04
1
-1
/
+1
|
|
|
*
fixing bug: AttributeError: DumpMaster instance has no attribute 'unload_script'
Steven Van Acker
2014-02-04
1
-2
/
+1
|
|
*
|
bring failing tests back into the double-digit range
Maximilian Hils
2014-01-31
1
-3
/
+3
|
/
*
Script refactoring: move script command parsing into script module.
Aldo Cortesi
2014-01-12
1
-2
/
+2
|
*
backport changes to fix tests
Maximilian Hils
2013-12-08
1
-2
/
+3
|
*
add option to expose webapp externally, remove distinct ip setting
Maximilian Hils
2013-08-18
1
-1
/
+1
|
*
Merge branch 'master' into 0.10
Maximilian Hils
2013-08-17
1
-15
/
+6
|
\
|
*
Remove GPL notices left in source files after our change to the MIT license.
Aldo Cortesi
2013-08-01
1
-16
/
+1
|
|
|
|
|
|
|
|
Thanks to Roy Shamir for reporting this.
|
*
Move app instantiation out of proxy.py.
Aldo Cortesi
2013-07-24
1
-0
/
+6
|
|
[next]