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
*
cibuild: add docker tag calculation to environ
Aldo Cortesi
2018-05-24
1
-0
/
+9
*
release: include release directory in coverage
Aldo Cortesi
2018-05-24
1
-3
/
+29
*
cibuild: Consolidate build environment and add tests
Aldo Cortesi
2018-05-24
1
-0
/
+95
*
clientreplay: fix racy tests harder
Aldo Cortesi
2018-05-18
1
-0
/
+3
*
websocket: inject messages via flow
Thomas Kriechbaumer
2018-05-16
2
-0
/
+55
*
fix py36/37 escaping issues
Thomas Kriechbaumer
2018-05-14
1
-6
/
+10
*
command: handle string without terminal escaped char
Aldo Cortesi
2018-05-12
1
-0
/
+2
*
script: revamp ephemeral script running
Aldo Cortesi
2018-05-12
1
-5
/
+3
*
commands: handle type errors on startup
Aldo Cortesi
2018-05-12
1
-3
/
+29
*
commands: if no explicit return type is specified, assume None
Aldo Cortesi
2018-05-12
1
-0
/
+13
*
keymap: read keys from CONFDIR/keys.yaml by default
Aldo Cortesi
2018-05-10
2
-2
/
+3
*
cadir -> confdir
Aldo Cortesi
2018-05-10
7
-13
/
+13
*
console keybindings: define YAML-based format for console key binding persist...
Aldo Cortesi
2018-05-10
1
-0
/
+94
*
clientplayback: try to fix flaky replay test
Aldo Cortesi
2018-05-08
1
-0
/
+2
*
Ditch the addon stdout wrapper
Aldo Cortesi
2018-05-08
3
-20
/
+0
*
optmanager: refactor for coverage and clarity
Aldo Cortesi
2018-05-08
1
-1
/
+1
*
benchmarks: quick-run scripts for mitmproxy and mitmdump
Aldo Cortesi
2018-05-08
2
-0
/
+4
*
benchmark: keep track of requests/responses seen by proxy
Aldo Cortesi
2018-05-08
1
-0
/
+10
*
options: add the concept of deferred settings
Aldo Cortesi
2018-05-08
1
-1
/
+10
*
remove leftover processing_complete
Maximilian Hils
2018-05-06
1
-3
/
+1
*
Remove allowremote addon, add an improved take called block
Aldo Cortesi
2018-05-06
2
-61
/
+63
*
Merge pull request #3099 from Kriechi/fix-3024
Aldo Cortesi
2018-05-06
1
-13
/
+35
|
\
|
*
fix #3024
Thomas Kriechbaumer
2018-05-05
1
-13
/
+35
*
|
Remove custom events
Aldo Cortesi
2018-05-03
1
-15
/
+20
*
|
Remove the tick event
Aldo Cortesi
2018-05-02
3
-21
/
+5
*
|
taddons: remove has_event
Aldo Cortesi
2018-05-02
1
-1
/
+0
*
|
Redesign keepserving
Aldo Cortesi
2018-05-02
4
-22
/
+43
*
|
commands: clarify command call interface, fix web app replay
Aldo Cortesi
2018-05-02
4
-19
/
+17
*
|
client replay: expad and consolidate tests
Aldo Cortesi
2018-05-01
2
-76
/
+105
*
|
client replay: re-design
Aldo Cortesi
2018-04-30
6
-59
/
+52
*
|
client replay: move all client replay-related code into addon
Aldo Cortesi
2018-04-27
5
-85
/
+82
*
|
Merge pull request #3078 from kajojify/expanduser
Aldo Cortesi
2018-04-26
1
-0
/
+4
|
\
\
|
*
|
Fix #3002. Auto-expanding
Miroslav
2018-04-26
1
-0
/
+4
*
|
|
Merge pull request #3071 from cortesi/tickless
Aldo Cortesi
2018-04-26
38
-268
/
+293
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
test: shift test_data out of our public API
Aldo Cortesi
2018-04-23
32
-225
/
+216
|
*
|
addons/script: improve relability of reload test
Aldo Cortesi
2018-04-23
3
-5
/
+11
|
*
|
asyncio: shift script reloading out of the tick event
Aldo Cortesi
2018-04-23
9
-52
/
+80
*
|
|
fix pytest invocation errors
Maximilian Hils
2018-04-25
3
-3
/
+3
|
/
/
*
|
Ignore signal errors on windows + various fixes
Aldo Cortesi
2018-04-17
1
-4
/
+5
*
|
asyncio: clarify shutdown semantics
Aldo Cortesi
2018-04-16
4
-20
/
+13
*
|
Clean up test/helper_tools directory
Aldo Cortesi
2018-04-16
5
-51323
/
+0
*
|
Improve benchmarking
Aldo Cortesi
2018-04-16
7
-75
/
+64
|
/
*
Merge pull request #3059 from obscure76/enh/issue-3053
Aldo Cortesi
2018-04-16
1
-1
/
+1
|
\
|
*
fix Python 3.6 variable type annotations #3053
oscure76
2018-04-14
1
-1
/
+1
*
|
Merge pull request #3050 from kira0204/error-script
Aldo Cortesi
2018-04-15
2
-7
/
+23
|
\
\
|
*
|
Handling user script exceptions, fix #2839
kira0204
2018-04-10
2
-7
/
+23
|
|
/
*
/
readfile: add a readfile_filter option
Aldo Cortesi
2018-04-14
1
-39
/
+55
|
/
*
asyncio: ditch the handler context
Aldo Cortesi
2018-04-07
2
-2
/
+4
*
asyncio: remove master.add_log, in favor of a persistent log.Log instance
Aldo Cortesi
2018-04-07
1
-1
/
+1
*
asyncio: remove test master.has_log
Aldo Cortesi
2018-04-07
6
-28
/
+38
[next]