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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move test flow creators to mitmproxy.test.tflow
Aldo Cortesi
2016-10-30
26
-264
/
+195
*
Add addons.intercept
Aldo Cortesi
2016-10-29
2
-4
/
+25
*
Sync
Aldo Cortesi
2016-10-29
1
-0
/
+0
*
addons.view: focus.focusflow -> focus.flow
Aldo Cortesi
2016-10-29
1
-17
/
+17
*
addons.view.focus: next and prev methods
Aldo Cortesi
2016-10-29
1
-0
/
+25
*
addons.view: flow settings
Aldo Cortesi
2016-10-29
1
-0
/
+15
*
addons.view.focus: Better handling of view refresh
Aldo Cortesi
2016-10-29
1
-1
/
+1
*
addons.View: better order reversal
Aldo Cortesi
2016-10-29
1
-2
/
+19
*
addons.view: Add a focus tracker
Aldo Cortesi
2016-10-29
1
-0
/
+55
*
addons.View: hook up signals
Aldo Cortesi
2016-10-29
1
-0
/
+71
*
Sketch out addons.View
Aldo Cortesi
2016-10-29
1
-0
/
+92
*
upgrade h2 to >=2.5.0
Thomas Kriechbaumer
2016-10-27
1
-3
/
+3
*
Merge pull request #1670 from chhsiao90/display-cipher-#582
Maximilian Hils
2016-10-27
1
-0
/
+2
|
\
|
*
Show tls version on console
chhsiao90
2016-10-26
1
-0
/
+1
|
*
Resolved #582: display ClientConnection select cipher of TLS
chhsiao90
2016-10-26
1
-0
/
+1
*
|
typecheck options, fix current inconsistencies
Maximilian Hils
2016-10-25
7
-2
/
+51
|
/
*
Merge pull request #1664 from chhsiao90/sni-display-#1639
Maximilian Hils
2016-10-24
1
-0
/
+1
|
\
|
*
Resolved #1639: display sni on ClientConnection
chhsiao90
2016-10-25
1
-0
/
+1
*
|
Merge pull request #1656 from mhils/improve-export-2
Maximilian Hils
2016-10-24
5
-87
/
+22
|
\
\
|
|
/
|
/
|
|
*
improve flow export
Maximilian Hils
2016-10-22
5
-87
/
+22
*
|
replace mitmproxy.utils.lrucache with functools.lru_cache
Sahil Chelaramani
2016-10-24
1
-34
/
+0
*
|
Merge pull request #1649 from cortesi/kill
Maximilian Hils
2016-10-22
1
-1
/
+0
|
\
\
|
|
/
|
/
|
|
*
Don't call error for flow kill
Aldo Cortesi
2016-10-22
1
-1
/
+0
*
|
various encoding fixes, fix #1650
Maximilian Hils
2016-10-22
3
-2
/
+23
|
/
*
multidict: remove to_dict
Aldo Cortesi
2016-10-21
1
-7
/
+0
*
multidict: ditch ImmutableMultiDict
Aldo Cortesi
2016-10-21
1
-34
/
+0
*
The final piece: netlib -> mitproxy.net
Aldo Cortesi
2016-10-20
66
-90
/
+90
*
netlib.tutils -> mitmproxy.test.tutils
Aldo Cortesi
2016-10-20
36
-100
/
+102
*
netlib.exceptions.* -> mitmproxy.exceptions
Aldo Cortesi
2016-10-20
12
-68
/
+69
*
netlib.encoding -> netlib.http.encoding
Aldo Cortesi
2016-10-20
1
-1
/
+2
*
netlib.certutils -> mitmproxy.certs
Aldo Cortesi
2016-10-20
3
-61
/
+66
*
netlib.utils -> netlib.check
Aldo Cortesi
2016-10-20
4
-12
/
+11
*
netlib.utils.[get,set]bit -> mitmproxy.utils.bits
Aldo Cortesi
2016-10-20
1
-1
/
+1
*
netlib.utils.BiDi -> mitmproxy.types.bidi.BiDi
Aldo Cortesi
2016-10-20
2
-10
/
+12
*
netlib.debug -> mitmproxy.utils.debug
Aldo Cortesi
2016-10-20
1
-1
/
+1
*
mitmproxy.types.[basethread,multidict,serializable]
Aldo Cortesi
2016-10-20
3
-7
/
+7
*
netlib.strutils -> mitmproxy.utils.strutils
Aldo Cortesi
2016-10-20
1
-1
/
+2
*
netlib.human -> mitmproxy.utils.human
Aldo Cortesi
2016-10-20
2
-3
/
+4
*
Create mitmproxy.utils hierarchy
Aldo Cortesi
2016-10-20
5
-14
/
+14
*
mitmproxy.protocol -> mitmproxy.proxy.protocol
Aldo Cortesi
2016-10-19
2
-6
/
+6
*
Move all tools into mitmproxy.tools, move models/* to top level
Aldo Cortesi
2016-10-19
17
-77
/
+79
*
Remove flow module entirely, move contents to top level
Aldo Cortesi
2016-10-19
6
-21
/
+23
*
flow.state -> addons.state
Aldo Cortesi
2016-10-19
3
-17
/
+19
*
addons.Addons -> addonmanager, builtins -> addons
Aldo Cortesi
2016-10-19
23
-27
/
+27
*
controller.Log -> log.Log
Aldo Cortesi
2016-10-19
1
-3
/
+3
*
Kill flow.master - create master.Master
Aldo Cortesi
2016-10-19
19
-48
/
+55
*
Let's dispense with this fiction that we support multiple servers
Aldo Cortesi
2016-10-19
21
-45
/
+61
*
web app cleanups: tests and examples
Aldo Cortesi
2016-10-19
1
-21
/
+1
*
Web apps to addons
Aldo Cortesi
2016-10-19
9
-75
/
+87
*
No need for all builtins to be loaded for server tests
Aldo Cortesi
2016-10-18
3
-16
/
+21
[prev]
[next]