index
:
cloud-email/mitmproxy
master
clone of mitm proxy
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
move examples tests (#2199)
Thomas Kriechbaumer
2017-03-22
4
-85
/
+115
|
/
*
Fix#2184, mitmweb -n dispalys incorrect message. (#2187)
Matthew Shao
2017-03-22
3
-10
/
+9
*
Merge pull request #2190 from cortesi/mypy
Aldo Cortesi
2017-03-22
23
-84
/
+104
|
\
|
*
tox: mypy checking for entire codebase
Aldo Cortesi
2017-03-22
5
-17
/
+8
|
*
Make tnetstrings pass mypy
Aldo Cortesi
2017-03-20
1
-10
/
+10
|
*
Factor out an io module
Aldo Cortesi
2017-03-20
9
-6
/
+13
|
*
mypy all of the codebase bar tnetstring
Aldo Cortesi
2017-03-20
14
-55
/
+77
*
|
[requires.io] dependency update on master branch (#2193)
Maximilian Hils
2017-03-21
1
-1
/
+1
*
|
Merge pull request #2186 from cortesi/tighten
Aldo Cortesi
2017-03-20
18
-75
/
+103
|
\
|
|
*
Fix sliding window type specs
Aldo Cortesi
2017-03-20
1
-2
/
+2
|
*
addons.view: we no longer have a None order state
Aldo Cortesi
2017-03-20
1
-9
/
+6
|
*
options: default_contentview uses lowercase
Aldo Cortesi
2017-03-19
1
-1
/
+1
|
*
options: reraise when there's an error with a partial update
Aldo Cortesi
2017-03-19
4
-6
/
+12
|
*
console: use overlay chooser to pick flow view mode
Aldo Cortesi
2017-03-19
1
-15
/
+13
|
*
console options: "d" to reset this option to default
Aldo Cortesi
2017-03-19
1
-1
/
+9
|
*
options: choices for content views and tighten console order spec
Aldo Cortesi
2017-03-19
5
-13
/
+13
|
*
dumper, mitmdump: kill filtstr
Aldo Cortesi
2017-03-19
6
-16
/
+28
|
*
streamfile: add streamfile_filter and use it instead of filtstr
Aldo Cortesi
2017-03-19
3
-7
/
+13
|
*
console options: fix bug that caused keys to be handled by wrong component
Aldo Cortesi
2017-03-19
1
-0
/
+1
|
*
options: filter -> view_filter
Aldo Cortesi
2017-03-19
3
-6
/
+6
*
|
Merge pull request #2182 from syahn/fix-#2134
Maximilian Hils
2017-03-19
3
-3
/
+8
|
\
\
|
|
/
|
/
|
|
*
Fix #2134
Frank Ahn
2017-03-18
3
-3
/
+8
*
|
Merge pull request #2173 from cortesi/coptions
Aldo Cortesi
2017-03-19
12
-326
/
+553
|
\
\
|
*
|
console options: help for overlays, improved layout for overlay grid editor
Aldo Cortesi
2017-03-19
4
-16
/
+40
|
*
|
optmanager: test coverage
Aldo Cortesi
2017-03-19
1
-1
/
+8
|
*
|
console options: add an overlay grid editor for sequence options
Aldo Cortesi
2017-03-19
7
-18
/
+84
|
*
|
optmanager: cope with bound methods in .subscribe
Aldo Cortesi
2017-03-19
3
-6
/
+30
|
*
|
console options: handle choices settings
Aldo Cortesi
2017-03-19
3
-1
/
+122
|
*
|
console options: in-place editor for simple strings and ints
Aldo Cortesi
2017-03-19
3
-77
/
+131
|
*
|
console options: better defaults display, g/G/D keyboard shortcuts
Aldo Cortesi
2017-03-19
2
-13
/
+24
|
*
|
console: options/help pane switching, toggle bools with enter
Aldo Cortesi
2017-03-19
2
-31
/
+77
|
*
|
options cleanups
Aldo Cortesi
2017-03-19
4
-27
/
+32
|
*
|
console: sketch out look and feel of the new Options editor
Aldo Cortesi
2017-03-19
2
-240
/
+109
|
*
|
Make mypy succeed with imports on master.py
Aldo Cortesi
2017-03-19
1
-1
/
+1
|
/
/
*
|
Merge pull request #2176 from MatthewShao/jest-dev
Maximilian Hils
2017-03-17
1
-10
/
+95
|
\
\
|
|
/
|
/
|
|
*
[web] Reach 100% coverage for ducks/utils/store.js
Matthew Shao
2017-03-17
1
-10
/
+95
|
/
*
Merge pull request #2169 from cortesi/mypy
Aldo Cortesi
2017-03-17
19
-106
/
+116
|
\
|
*
Make mypy succeed with imports on master.py
Aldo Cortesi
2017-03-17
18
-105
/
+116
|
*
Rip out master handler mechanism
Aldo Cortesi
2017-03-17
1
-1
/
+0
|
/
*
Merge pull request #2156 from syahn/pretty-popup
Maximilian Hils
2017-03-16
1
-0
/
+8
|
\
|
*
Adjust pop-up docs position
Frank Ahn
2017-03-15
1
-0
/
+8
*
|
Merge pull request #2168 from cortesi/handlers
Maximilian Hils
2017-03-16
27
-444
/
+251
|
\
\
|
*
|
Rip out master handler mechanism
Aldo Cortesi
2017-03-16
17
-246
/
+116
|
*
|
Remove last handlers in test suite
Aldo Cortesi
2017-03-16
1
-35
/
+21
|
*
|
Remove test handlers by using taddons.RecordingMaster
Aldo Cortesi
2017-03-16
13
-120
/
+65
|
*
|
Move mitmproxy console handlers to addon
Aldo Cortesi
2017-03-16
1
-32
/
+30
|
*
|
Move dump handlers to addon
Aldo Cortesi
2017-03-16
3
-13
/
+21
*
|
|
Merge pull request #2153 from MatthewShao/jest-dev
Maximilian Hils
2017-03-16
1
-1
/
+34
|
\
\
\
|
*
|
|
[web] Reach 100% coverage for ducks/ui/flow.js
Matthew Shao
2017-03-15
1
-1
/
+34
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #2170 from felixonmars/patch-1
Maximilian Hils
2017-03-16
1
-1
/
+1
|
\
\
\
[prev]
[next]