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
*
[web] Update tests.
Matthew Shao
2017-07-10
1
-4
/
+16
*
[web] Try StringSequence update logic and add tooltip.
Matthew Shao
2017-07-10
1
-38
/
+138
*
[web] Update test.
Matthew Shao
2017-07-07
1
-80
/
+99
*
[web] Add PureStringSequenceOption type to OptionMaster.jsx
Matthew Shao
2017-07-07
2
-48
/
+82
*
Fix the test for websocket connection.
Matthew Shao
2017-07-05
1
-2
/
+22
*
[web] Update Option Modal UI and its tests.
Matthew Shao
2017-07-05
4
-47
/
+147
*
[web] Update css for modal.
Matthew Shao
2017-07-05
2
-0
/
+11
*
[web] List all options in option modal.
Matthew Shao
2017-07-05
1
-8
/
+9
*
[web] Broadcast options update in backend.
Matthew Shao
2017-07-05
1
-0
/
+10
*
[web] Add keys argument for dump_dict in optmanager.
Matthew Shao
2017-07-05
5
-52
/
+144
*
[web] Try toggle options in option modal.
Matthew Shao
2017-07-02
4
-1
/
+56
*
[web] Change the response format of GET /options.
Matthew Shao
2017-07-02
1
-5
/
+4
*
[web] Update js/components/Modal/OptionModal.jsx
Matthew Shao
2017-06-30
1
-0
/
+45
*
[web] Update tests for components.
Matthew Shao
2017-06-30
1
-28
/
+32
*
[web] Update the Structure of Modal component.
Matthew Shao
2017-06-30
4
-46
/
+30
*
[web] Add tests for js/components/Modal/ModalSpec.js
Matthew Shao
2017-06-29
2
-0
/
+92
*
[web] Update __tests__/ducks/tutils.js
Matthew Shao
2017-06-29
1
-1
/
+5
*
[web] Add tests for reducors of options and modal.
Matthew Shao
2017-06-28
2
-0
/
+50
*
[web] Add src/css/modal.less
Matthew Shao
2017-06-28
1
-0
/
+3
*
[web] Minor update for Modal Component.
Matthew Shao
2017-06-28
4
-4
/
+6
*
[web] Update test for js/components/Header/FileMenu.jsx
Matthew Shao
2017-06-28
2
-1
/
+27
*
[web] Add Option Modal to FileMenu.
Matthew Shao
2017-06-28
1
-2
/
+10
*
[web] Add Modal Component and OptionModal
Matthew Shao
2017-06-28
3
-0
/
+69
*
[web] Add modal to js/ducks/ui/index.js
Matthew Shao
2017-06-27
1
-0
/
+2
*
[web] Add js/ducks/options.js
Matthew Shao
2017-06-27
1
-0
/
+32
*
[web] Add js/ducks/ui/modal.js
Matthew Shao
2017-06-27
1
-0
/
+33
*
Merge pull request #2402 from ujjwal96/request-replay
Maximilian Hils
2017-06-27
2
-2
/
+19
|
\
|
*
request replay test
Ujjwal Verma
2017-06-26
2
-3
/
+15
|
*
Fixes #2197
Ujjwal Verma
2017-06-19
1
-0
/
+5
*
|
Merge pull request #2413 from MatthewShao/jest-dev
Maximilian Hils
2017-06-26
7
-2
/
+406
|
\
\
|
*
|
[web] Minor fix and Coverage ++
Matthew Shao
2017-06-26
3
-7
/
+8
|
*
|
[web] Add tests for js/components/FlowTable.jsx
Matthew Shao
2017-06-25
2
-0
/
+129
|
*
|
[web] Add tests for js/components/EventLog.jsx
Matthew Shao
2017-06-25
3
-1
/
+134
|
*
|
[web] Add tests for js/components/ContentView.jsx
Matthew Shao
2017-06-25
2
-0
/
+141
|
/
/
*
|
Merge pull request #2412 from ujjwal96/ip-formatting
Thomas Kriechbaumer
2017-06-25
1
-5
/
+5
|
\
\
|
*
|
Few ip formatting fixes
Ujjwal Verma
2017-06-25
1
-5
/
+5
*
|
|
Merge pull request #2411 from ujjwal96/ico-parser
Maximilian Hils
2017-06-25
7
-3
/
+148
|
\
\
\
|
*
|
|
lint!
Ujjwal Verma
2017-06-25
2
-6
/
+7
|
*
|
|
Added test
Ujjwal Verma
2017-06-25
3
-7
/
+30
|
*
|
|
ICO Parser. Closes #2407
Ujjwal Verma
2017-06-24
5
-1
/
+122
*
|
|
|
Merge pull request #2395 from MatthewShao/mitmweb-options
Maximilian Hils
2017-06-24
6
-9
/
+73
|
\
\
\
\
|
*
|
|
|
Minor Update for /options API of mitmweb.
Matthew Shao
2017-06-24
4
-13
/
+7
|
*
|
|
|
Add test for POST /options API of mitmweb.
Matthew Shao
2017-06-23
2
-1
/
+4
|
*
|
|
|
Add POST /options RESTful API for mitmweb.
Matthew Shao
2017-06-23
1
-0
/
+8
|
*
|
|
|
Add test for typespec_to_str.
Matthew Shao
2017-06-14
1
-0
/
+8
|
*
|
|
|
Add typesepc_to_str function to mitmproxy/utils/typechck.py
Matthew Shao
2017-06-13
2
-8
/
+13
|
*
|
|
|
Minor Update and add test.
Matthew Shao
2017-06-13
2
-2
/
+22
|
*
|
|
|
Add tests for dump_dicts in optmanager.py.
Matthew Shao
2017-06-12
2
-1
/
+5
|
*
|
|
|
Add GET /options RESTful API for mitmweb.
Matthew Shao
2017-06-12
2
-0
/
+22
*
|
|
|
|
Merge pull request #2410 from fulldecent/patch-1
Maximilian Hils
2017-06-24
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
[next]