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
*
used save_body from common when b key is pressed
Marcelo Glezer
2015-02-05
2
-31
/
+18
*
added support for saving file if content is binary. still wip
Marcelo Glezer
2015-02-05
3
-6
/
+44
*
extracted server_copy_response to common
Marcelo Glezer
2015-02-05
3
-40
/
+26
*
removed pyperclip hard dependencies
Marcelo Glezer
2015-02-05
3
-25
/
+35
*
trying to fix travis take 2
Marcelo Glezer
2015-02-05
1
-1
/
+1
*
trying to fix travis
Marcelo Glezer
2015-02-05
1
-0
/
+2
*
used get_decoded_content and removed decode call from headers as max suggested
Marcelo Glezer
2015-02-05
3
-14
/
+4
*
added copy functionality to flowview too
Marcelo Glezer
2015-02-05
1
-1
/
+23
*
removed invalid comment and unneeded safe text
Marcelo Glezer
2015-02-05
2
-5
/
+0
*
now content and header are working and exception for binary files are handled...
Marcelo Glezer
2015-02-05
2
-11
/
+16
*
wip - content copy is working, header representation is not
Marcelo Glezer
2015-02-05
2
-0
/
+31
*
added pyperclip dependency
Marcelo Glezer
2015-02-05
1
-1
/
+2
*
Merge remote-tracking branch 'base/master'
Marcelo Glezer
2015-02-05
2
-5
/
+7
|
\
|
*
fix #464
Maximilian Hils
2015-02-05
2
-5
/
+7
*
|
Merge remote-tracking branch 'base/master'
Marcelo Glezer
2015-02-05
4
-34
/
+47
|
\
|
|
*
clean up flow reading
Maximilian Hils
2015-02-05
4
-34
/
+47
|
*
Merge remote-tracking branch 'tekii/master'
Maximilian Hils
2015-02-05
4
-13
/
+17
|
|
\
*
|
|
Merge remote-tracking branch 'base/master'
Marcelo Glezer
2015-02-05
2
-2
/
+6
|
\
|
|
|
|
/
|
/
|
|
*
fix statusbar initialization
Maximilian Hils
2015-02-05
1
-0
/
+2
|
*
Merge pull request #447 from tekii/server-replay-missing-args
Maximilian Hils
2015-02-05
1
-2
/
+4
|
|
\
|
|
*
missing parameter in start_server_playback call
Marcelo Glezer
2015-01-13
1
-2
/
+4
|
|
/
*
|
open flow files using with as max suggested
Marcelo Glezer
2015-01-12
2
-4
/
+4
*
|
Merge remote-tracking branch 'base/master'
Marcelo Glezer
2015-01-12
0
-0
/
+0
|
\
|
|
*
Merge pull request #445 from tekii/hotfix-start-server-playback
Maximilian Hils
2015-01-12
1
-1
/
+1
|
|
\
|
|
*
hotfix to mitmproxy missing start_server_playback() parameter added. backport...
Marcelo Glezer
2015-01-12
1
-1
/
+1
|
|
/
*
|
Merge remote-tracking branch 'base/master'
Marcelo Glezer
2015-01-12
5
-8
/
+44
|
\
|
|
*
document choice of timeout value, refs #443
Maximilian Hils
2015-01-09
1
-0
/
+4
|
*
Merge branch 'master' of github.com:mitmproxy/mitmproxy
Maximilian Hils
2015-01-09
2
-4
/
+12
|
|
\
|
|
*
Merge pull request #442 from nickhs/441
Maximilian Hils
2015-01-09
1
-2
/
+10
|
|
|
\
|
|
|
*
Error to stdout when loading bad replays from the command line
Nick HS
2015-01-08
1
-2
/
+10
|
|
|
/
|
|
*
Merge pull request #440 from michaeljau/patch-2
Maximilian Hils
2015-01-07
1
-2
/
+2
|
|
|
\
|
|
|
*
Update inlinescripts.html
michaeljau
2015-01-07
1
-2
/
+2
|
|
|
/
|
*
/
fix #443
Maximilian Hils
2015-01-09
4
-4
/
+28
|
|
/
*
|
now mitmproxy supports multiple saved flows files too. also fixed server_play...
Marcelo Glezer
2015-01-06
1
-5
/
+7
*
|
first steps in scenario support
Marcelo Glezer
2015-01-05
3
-9
/
+11
|
/
*
Pin browserify to most recent version that works
Aldo Cortesi
2015-01-04
1
-1
/
+1
*
Ditch old gulpfile
Aldo Cortesi
2015-01-03
2
-180
/
+0
*
Add PEG support to gulpfile
Aldo Cortesi
2015-01-03
8
-646
/
+670
*
Fix unit tests
Aldo Cortesi
2015-01-02
1
-2
/
+2
*
Unit test framework for web client-side code
Aldo Cortesi
2015-01-02
6
-55
/
+91
*
Merge branch 'master' of ssh.github.com:mitmproxy/mitmproxy
Aldo Cortesi
2015-01-02
2
-24
/
+18
|
\
|
*
we do not support https2http in upstream proxy mode
Maximilian Hils
2015-01-01
2
-24
/
+18
*
|
Clean up har_extractor example
Aldo Cortesi
2015-01-02
1
-54
/
+76
*
|
Consolidate reading flows from file, use in mitmweb.
Aldo Cortesi
2015-01-02
6
-30
/
+60
|
/
*
components/utils.js -> common.js
Aldo Cortesi
2015-01-01
8
-241
/
+237
*
Make header more compact
Aldo Cortesi
2015-01-01
4
-20
/
+5
*
Use Facebook's dispatcher
Aldo Cortesi
2015-01-01
3
-63
/
+349
*
Replace custom EventEmitter with one from browserify
Aldo Cortesi
2015-01-01
5
-100
/
+343
*
Remove unused files
Aldo Cortesi
2015-01-01
3
-57
/
+0
*
All files and only files in in js/components are jsx
Aldo Cortesi
2015-01-01
12
-40
/
+40
[next]