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
*
script: convert test recorder to an addon class
Aldo Cortesi
2016-07-23
2
-19
/
+19
*
scripts: .start can now return an Addon instance
Aldo Cortesi
2016-07-23
2
-0
/
+35
*
script: add a namespace adaptor to match Addons
Aldo Cortesi
2016-07-23
1
-4
/
+4
*
fix mitmproxy 0.11 dumpfile - was 0.18 before
Maximilian Hils
2016-07-22
1
-0
/
+0
*
fix content view cache invalidation
Maximilian Hils
2016-07-21
2
-5
/
+13
*
console: share one ActionBar instance
Aldo Cortesi
2016-07-21
1
-1
/
+1
*
Merge branch 'flow-export' of https://github.com/dufferzafar/mitmproxy into d...
Aldo Cortesi
2016-07-21
1
-36
/
+6
|
\
|
*
Add a url exporter
Shadab Zafar
2016-07-20
1
-0
/
+6
|
*
Remove raw_request exporter
Shadab Zafar
2016-07-20
1
-36
/
+0
*
|
Fix netlib.utils.is_valid_host
Aldo Cortesi
2016-07-21
2
-0
/
+16
|
/
*
mitproxy.options -> mitmproxy.optmanager, mitmproxy.flow.options -> mitmproxy...
Aldo Cortesi
2016-07-20
13
-26
/
+22
*
Test suite: get_proxy_config -> get_options
Aldo Cortesi
2016-07-19
3
-41
/
+57
*
Remove proxy.config.process_proxy_options
Aldo Cortesi
2016-07-19
1
-2
/
+2
*
ProxyConf: adapt mitmproxy console, ditch tcp|host filter attrs on flow.master
Aldo Cortesi
2016-07-19
1
-9
/
+0
*
ProxyConf: auth_* into Options
Aldo Cortesi
2016-07-19
4
-14
/
+8
*
ProxyConfig: http2, rawtcp, no_upstream_cert -> Options
Aldo Cortesi
2016-07-19
2
-5
/
+2
*
ProxyConfig: Refactor to move verification mode checks into configure
Aldo Cortesi
2016-07-19
1
-14
/
+22
*
Regularize naming of upstream_trusted_ca* options
Aldo Cortesi
2016-07-19
2
-9
/
+9
*
ProxyConfig: various SSL options to Options
Aldo Cortesi
2016-07-19
1
-2
/
+5
*
config.parse_server_spec shouldn't pass byts to tcp.Address
Aldo Cortesi
2016-07-19
2
-4
/
+4
*
ProxyConfig: mode, upstream_server and upstream_auth to Options
Aldo Cortesi
2016-07-19
6
-59
/
+84
*
ProxyConfig: --body-size-limit to Options
Aldo Cortesi
2016-07-19
1
-1
/
+1
*
Move clientcers & cadir to Options
Aldo Cortesi
2016-07-19
1
-1
/
+3
*
ProxyConfig: cadir to options
Aldo Cortesi
2016-07-19
2
-4
/
+2
*
ProxyConfig refactor
Aldo Cortesi
2016-07-19
4
-29
/
+30
*
Unify proxy config and options
Aldo Cortesi
2016-07-19
4
-12
/
+21
*
Console options cleanup
Aldo Cortesi
2016-07-18
1
-2
/
+6
*
Add a toggller helper to Options, start using it in mitmproxy console
Aldo Cortesi
2016-07-18
1
-0
/
+11
*
cleanup
Thomas Kriechbaumer
2016-07-17
1
-12
/
+12
*
http2: coverage++
Thomas Kriechbaumer
2016-07-17
1
-1
/
+152
*
setheaders -> addon
Aldo Cortesi
2016-07-17
2
-52
/
+64
*
Merge pull request #1370 from cortesi/filestreamer
Aldo Cortesi
2016-07-17
1
-2
/
+2
|
\
|
*
Some work on stream-to-file
Aldo Cortesi
2016-07-17
1
-2
/
+2
*
|
Merge pull request #1367 from Kriechi/fix-1366
Aldo Cortesi
2016-07-17
1
-4
/
+22
|
\
\
|
*
|
fix-1366
Thomas Kriechbaumer
2016-07-16
1
-4
/
+22
|
|
/
*
|
Merge branch 'master' into dumper
Aldo Cortesi
2016-07-17
3
-6
/
+229
|
\
|
|
*
Merge remote-tracking branch 'duffer/tcpflow-filter'
Maximilian Hils
2016-07-16
3
-6
/
+229
|
|
\
|
|
*
Allow DummyFlow to match ~e, ~src and ~dst
Shadab Zafar
2016-07-16
2
-15
/
+37
|
|
*
Add DummyFlow and its Tests
Shadab Zafar
2016-07-16
1
-1
/
+59
|
|
*
Add tests for TCPFlow.match
Shadab Zafar
2016-07-16
1
-1
/
+15
|
|
*
Add ~http and ~tcp filters
Shadab Zafar
2016-07-16
1
-0
/
+10
|
|
*
Use ~bq / ~bs for messages sent from client / server
Shadab Zafar
2016-07-16
1
-5
/
+11
|
|
*
Add tests for HTTPFlow only filters
Shadab Zafar
2016-07-16
1
-0
/
+50
|
|
*
Add test for operators (& | !)
Shadab Zafar
2016-07-16
1
-0
/
+25
|
|
*
Add test for addresses (~src, ~dst)
Shadab Zafar
2016-07-16
1
-0
/
+16
|
|
*
Add test for body (~b)
Shadab Zafar
2016-07-16
1
-0
/
+7
|
|
*
Add test for error (~e)
Shadab Zafar
2016-07-16
1
-1
/
+16
*
|
|
Extract console dump functionality into an addon
Aldo Cortesi
2016-07-17
3
-82
/
+94
|
/
/
*
|
Merge pull request #1306 from mitmproxy/message-body-encoding
Maximilian Hils
2016-07-16
5
-93
/
+219
|
\
\
|
*
|
preserve content-type parameter order
Maximilian Hils
2016-07-15
1
-1
/
+3
[next]