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
*
fix #506
Legend Tang
2015-03-06
3
-19
/
+23
*
clean up web builds
Maximilian Hils
2015-03-05
22
-8881
/
+11140
*
Merge branch 'master' of github.com:mitmproxy/mitmproxy
Maximilian Hils
2015-03-04
3
-13
/
+40
|
\
|
*
Merge pull request #500 from sunu/master
Maximilian Hils
2015-03-04
3
-13
/
+40
|
|
\
|
|
*
Minor refactor to PR #496
Tarashish Mishra
2015-03-04
2
-11
/
+13
|
|
*
sorted timing information by timestamp
Marcelo Glezer
2015-03-03
1
-21
/
+18
|
|
*
removed unused parameter
Marcelo Glezer
2015-03-03
1
-1
/
+1
|
|
*
minor refactor
Marcelo Glezer
2015-03-03
1
-5
/
+4
|
|
*
added timing information to FlowDetailView
Marcelo Glezer
2015-03-03
1
-8
/
+32
|
|
*
fixed formatting and added a 'test' (sort of)
Marcelo Glezer
2015-03-02
3
-18
/
+14
|
|
*
#487 added microsecond support to format_timestamp and used in FlowDetailView...
Marcelo Glezer
2015-03-02
2
-10
/
+19
|
|
*
Merge pull request #2 from mitmproxy/master
Marcelo Glezer
2015-03-02
18
-51
/
+220
|
|
|
\
|
|
|
/
|
|
/
|
*
|
|
update docs
Maximilian Hils
2015-03-04
1
-2
/
+6
*
|
|
Documentation for the client side certificate is added
sentient07
2015-03-03
1
-1
/
+4
|
/
/
*
|
Merge pull request #489 from tekii/feature-487
Maximilian Hils
2015-03-02
3
-8
/
+31
|
\
\
|
*
|
changes requested by @mhils
Marcelo Glezer
2015-03-01
1
-9
/
+2
|
*
|
added to flowlist / flowdetail time elapsed between request sent and response...
Marcelo Glezer
2015-02-26
3
-1
/
+31
|
|
/
*
|
do some housekeeping
Maximilian Hils
2015-03-02
2
-39
/
+39
*
|
Merge pull request #493 from elitest/master
Maximilian Hils
2015-03-02
2
-10
/
+19
|
\
\
|
*
|
Update Server.py to fix SNI handling
elitest
2015-03-02
1
-1
/
+1
|
*
|
Update Config.py to clarify help messages
elitest
2015-03-01
1
-2
/
+2
|
*
|
Update config.py
elitest
2015-03-01
1
-1
/
+1
|
*
|
Un-executable'd setup.py
Jim Shaver
2015-03-01
1
-0
/
+0
|
*
|
specified cipher_list in a few more locations, added a missing comma
Jim Shaver
2015-03-01
3
-3
/
+5
|
*
|
Update Server.py to improve cipher selection
elitest
2015-02-28
1
-1
/
+2
|
*
|
Update Config.py to improve cipher selection
elitest
2015-02-28
1
-5
/
+11
*
|
|
Merge pull request #492 from mitmproxy/entrypoints
Maximilian Hils
2015-03-02
1
-1
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
use entry_points for Windows support
Maximilian Hils
2015-02-27
1
-1
/
+7
*
|
|
SSLKEYLOGFILE docs
Maximilian Hils
2015-02-28
3
-0
/
+10
*
|
|
fix #319
Maximilian Hils
2015-02-27
6
-22
/
+43
*
|
|
Merge remote-tracking branch 'sakurai/feature/issue319'
Maximilian Hils
2015-02-27
3
-1
/
+28
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Correct typo; https://github.com/mitmproxy/mitmproxy/issues/319
Youhei Sakurai
2015-02-27
1
-1
/
+1
|
*
|
Change from checking __call__ to using callable;
Youhei Sakurai
2015-02-27
2
-2
/
+2
|
*
|
Modify example to notify incompatibility with --stream SIZE command line
Youhei Sakurai
2015-02-27
1
-0
/
+8
|
*
|
Maybe it should work; https://github.com/mitmproxy/mitmproxy/issues/319
Youhei Sakurai
2015-02-27
3
-1
/
+20
|
|
/
*
|
add example inline script for dns spoofing, refs #486
Maximilian Hils
2015-02-27
2
-0
/
+36
*
|
always include SNI as SAN entry
Maximilian Hils
2015-02-27
1
-3
/
+4
*
|
Merge branch 'master' of github.com:mitmproxy/mitmproxy
Maximilian Hils
2015-02-27
6
-46
/
+235
|
\
|
|
*
Merge pull request #474 from tekii/feature-426
Maximilian Hils
2015-02-13
5
-14
/
+70
|
|
\
|
|
*
added sni and ssl_established=true in ServerConnection. removed check for Non...
Marcelo Glezer
2015-02-12
2
-5
/
+4
|
|
*
less is more
Marcelo Glezer
2015-02-12
1
-3
/
+1
|
|
*
added ClientConnection and ServerConnection to new request
Marcelo Glezer
2015-02-12
1
-3
/
+14
|
|
*
removed useless try except
Marcelo Glezer
2015-02-12
1
-5
/
+6
|
|
*
fixed typos
Marcelo Glezer
2015-02-12
1
-2
/
+2
|
|
*
missing str in http.parse_url
Marcelo Glezer
2015-02-11
1
-1
/
+1
|
|
*
renamed add_request to create_request and added a tiny docstring
Marcelo Glezer
2015-02-11
2
-2
/
+8
|
|
*
set sni to None when no server_conn is None
Marcelo Glezer
2015-02-10
1
-2
/
+4
|
|
*
request is absolute
Marcelo Glezer
2015-02-10
1
-1
/
+1
|
|
*
added support for creating new requests. still wip (not working for https)
Marcelo Glezer
2015-02-10
4
-12
/
+51
|
|
/
|
*
Merge pull request #467 from mitmproxy/clipboard
Maximilian Hils
2015-02-08
4
-32
/
+165
|
|
\
[next]