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
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
protobuf: coverage++
Thomas Kriechbaumer
2017-02-19
1
-1
/
+1
*
.headers["host"] -> .host_header
Maximilian Hils
2017-02-18
1
-2
/
+2
*
fix typo
Maximilian Hils
2017-02-14
1
-1
/
+1
*
Encoding fixes and tests
Ujjwal Verma
2017-02-05
1
-1
/
+2
*
Reset the host header to the correct destination
Ammonite
2017-01-30
1
-0
/
+1
*
Store original host in flow metadata
Ammonite
2017-01-29
1
-7
/
+5
*
Fix host extraction
Ammonite
2017-01-22
1
-1
/
+1
*
Follow PEP-8 and add comment
Ammonite
2017-01-22
1
-5
/
+8
*
Add blank lines for lint
Ammonite
2017-01-21
1
-0
/
+2
*
Change class name
Ammonite
2017-01-20
1
-2
/
+2
*
Get the the original header in requestheaders instead of request
Ammonite
2017-01-20
1
-19
/
+28
*
update stream.py
Feei
2017-01-16
1
-2
/
+2
*
update log_events.py
Feei
2017-01-16
1
-2
/
+2
*
rename logging.py example. this conflicted with Python's stdlib
Maximilian Hils
2016-12-19
1
-0
/
+0
*
fix #1858
Maximilian Hils
2016-12-19
1
-1
/
+1
*
minor fixes
Maximilian Hils
2016-12-10
1
-1
/
+1
*
remove lxml-dependent code
Maximilian Hils
2016-12-10
1
-1
/
+1
*
mitmweb: 100% app test coverage, numerous fixes
Maximilian Hils
2016-11-23
1
-1
/
+2
*
remove mitmweb auth
Maximilian Hils
2016-11-22
1
-1
/
+1
*
remove stickycookie example
Maximilian Hils
2016-11-21
2
-43
/
+0
*
organize examples
Maximilian Hils
2016-11-21
40
-236
/
+159
*
Remove dead run_scripthooks example reference.
Mike Fotinakis
2016-11-17
1
-1
/
+1
*
explain host=pretty_host assignment
Maximilian Hils
2016-11-09
1
-0
/
+4
*
fix SNI for transparent mode - #1638
phackt
2016-11-08
1
-0
/
+1
*
Let's not over-ride __bool__ on connection objects
Aldo Cortesi
2016-11-04
1
-1
/
+1
*
rename logging .py to prevent import errors
Thomas Kriechbaumer
2016-10-29
1
-0
/
+0
*
fix #1678
Maximilian Hils
2016-10-27
1
-3
/
+4
*
minor fixes
Maximilian Hils
2016-10-25
1
-3
/
+3
*
Include `boudary=...` in mutipart postData
Slobodan Mišković
2016-10-24
1
-1
/
+1
*
various encoding fixes, fix #1650
Maximilian Hils
2016-10-22
1
-22
/
+17
*
Handle `bytes` in request parameters
Slobodan Mišković
2016-10-22
1
-2
/
+10
*
The first argument should be the filter, then the flow.
Brady Law
2016-10-21
1
-1
/
+1
*
The final piece: netlib -> mitproxy.net
Aldo Cortesi
2016-10-20
1
-1
/
+1
*
netlib.strutils -> mitmproxy.utils.strutils
Aldo Cortesi
2016-10-20
3
-3
/
+3
*
netlib.version -> mitmproxy.version
Aldo Cortesi
2016-10-20
1
-1
/
+1
*
mitmproxy.protocol -> mitmproxy.proxy.protocol
Aldo Cortesi
2016-10-19
1
-1
/
+1
*
Move all tools into mitmproxy.tools, move models/* to top level
Aldo Cortesi
2016-10-19
2
-3
/
+3
*
Remove flow module entirely, move contents to top level
Aldo Cortesi
2016-10-19
3
-7
/
+5
*
flow.state -> addons.state
Aldo Cortesi
2016-10-19
1
-1
/
+1
*
addons.Addons -> addonmanager, builtins -> addons
Aldo Cortesi
2016-10-19
1
-1
/
+1
*
Kill flow.master - create master.Master
Aldo Cortesi
2016-10-19
2
-5
/
+5
*
web app cleanups: tests and examples
Aldo Cortesi
2016-10-19
1
-5
/
+5
*
fix redirect_requests.py example
Maximilian Hils
2016-10-16
1
-2
/
+1
*
python3: clean up super and __future__
Aldo Cortesi
2016-10-17
1
-1
/
+0
*
python3: clean up class brackets
Aldo Cortesi
2016-10-17
2
-2
/
+2
*
Zap object base class
Aldo Cortesi
2016-10-17
2
-2
/
+2
*
test & examples: zap six
Aldo Cortesi
2016-10-17
2
-4
/
+4
*
docs: logging and the context
Aldo Cortesi
2016-10-16
1
-0
/
+6
*
docs: overview, classes, arguments
Aldo Cortesi
2016-10-16
3
-21
/
+24
*
use flowfilter.match
Thomas Kriechbaumer
2016-10-03
1
-4
/
+5
[next]