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
*
Merge pull request #1564 from mhils/issue-1554
Maximilian Hils
2016-09-21
2
-9
/
+15
|
\
|
*
fix Response.make content-length header
Maximilian Hils
2016-09-21
2
-9
/
+15
*
|
Merge pull request #1563 from mhils/fix-1562
Maximilian Hils
2016-09-21
6
-4
/
+19
|
\
\
|
|
/
|
/
|
|
*
fix pathod http2 response creation
Maximilian Hils
2016-09-21
2
-3
/
+3
|
*
raise TypeError on invalid header assignment, fix #1562
Maximilian Hils
2016-09-21
4
-1
/
+16
|
/
*
Merge pull request #1509 from arjun23496/regex_star_mod
Maximilian Hils
2016-09-21
2
-2
/
+5
|
\
|
*
Changed filter to match replacement for DOTALL
arjun23496
2016-09-09
1
-0
/
+3
|
*
Convert to flags=value for future compatibility
arjun23496
2016-09-09
1
-2
/
+2
|
*
Fixes #1471 - Change .* to match entire body
arjun23496
2016-09-09
1
-2
/
+2
*
|
Merge pull request #1559 from dwfreed/patch-1
Thomas Kriechbaumer
2016-09-18
1
-1
/
+1
|
\
\
|
*
|
console/options: kill -> replay_kill_extra
Doug Freed
2016-09-17
1
-1
/
+1
|
/
/
*
|
Merge pull request #1558 from vulnminer/patch-1
Thomas Kriechbaumer
2016-09-17
1
-1
/
+1
|
\
\
|
*
|
Update app.py
vulnminer
2016-09-17
1
-1
/
+1
|
/
/
*
|
Merge pull request #1552 from cortesi/creplay
Aldo Cortesi
2016-09-12
17
-216
/
+156
|
\
\
|
*
|
Misc cleanups
Aldo Cortesi
2016-09-12
3
-14
/
+15
|
*
|
console: update flow list when state is modified
Aldo Cortesi
2016-09-11
1
-0
/
+2
|
*
|
Remove obsolete exceptions.ScriptException
Aldo Cortesi
2016-09-11
1
-24
/
+0
|
*
|
Redesign client replay
Aldo Cortesi
2016-09-11
16
-180
/
+141
*
|
|
Merge pull request #1553 from Kriechi/bump
Thomas Kriechbaumer
2016-09-11
1
-1
/
+1
|
\
\
\
|
*
|
|
bump brotlipy
Thomas Kriechbaumer
2016-09-11
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #1551 from cortesi/sreplay
Aldo Cortesi
2016-09-11
3
-42
/
+24
|
\
|
|
|
*
|
console: fix/improve server replay
Aldo Cortesi
2016-09-11
3
-42
/
+24
|
/
/
*
|
Merge pull request #1550 from cortesi/script
Aldo Cortesi
2016-09-11
5
-61
/
+72
|
\
\
|
*
|
Add "run_once" support to the script addon, use it in mitmproxy
Aldo Cortesi
2016-09-11
5
-61
/
+72
|
/
/
*
|
Merge pull request #1548 from cortesi/opts
Aldo Cortesi
2016-09-10
10
-88
/
+76
|
\
\
|
*
|
options.replay_ignore* -> options.server_replay_ignore*
Aldo Cortesi
2016-09-10
6
-52
/
+42
|
*
|
options.nopop -> options.server_replay_nopop
Aldo Cortesi
2016-09-10
5
-11
/
+10
|
*
|
options.rheaders -> options.server_replay_use_headers
Aldo Cortesi
2016-09-10
5
-11
/
+11
|
*
|
options.kill -> options.replay_kill_extra
Aldo Cortesi
2016-09-10
9
-18
/
+17
|
/
/
*
|
Merge pull request #1545 from cortesi/tsync
Aldo Cortesi
2016-09-10
5
-177
/
+229
|
\
\
|
|
/
|
/
|
|
*
Roll out synchronisation for mitmproxy tests
Aldo Cortesi
2016-09-10
11
-226
/
+265
*
|
Merge pull request #1542 from cortesi/replayconsole
Aldo Cortesi
2016-09-09
6
-49
/
+36
|
\
\
|
|
/
|
/
|
|
*
Fix interactive server replay in mitmproxy console
Aldo Cortesi
2016-09-09
6
-46
/
+28
|
*
Extend addons.Addons with a get method that retrieves an addon by name
Aldo Cortesi
2016-09-09
2
-1
/
+9
|
*
Fix immediate server replay-related crash in mitmproxy
Aldo Cortesi
2016-09-09
2
-6
/
+3
|
/
*
Merge pull request #1532 from cortesi/playback
Aldo Cortesi
2016-09-07
11
-491
/
+433
|
\
|
*
Fix byte/string comparison error in server playback
Aldo Cortesi
2016-09-07
1
-5
/
+11
|
*
Move server playback in to an addon
Aldo Cortesi
2016-09-06
11
-491
/
+427
*
|
Merge pull request #1531 from Schamper/encoding-patch
Thomas Kriechbaumer
2016-09-06
2
-3
/
+9
|
\
\
|
|
/
|
/
|
|
*
Make 'none' synonymous to 'identity'
Schamper
2016-09-06
2
-10
/
+11
|
*
Add test
Schamper
2016-09-06
1
-0
/
+5
|
*
Also fix for encoding
Schamper
2016-09-06
1
-1
/
+1
|
*
Fix decoding when content-encoding: none
Schamper
2016-09-06
1
-1
/
+1
|
/
*
Merge pull request #1515 from Kriechi/bump-brotli
Aldo Cortesi
2016-09-05
3
-35
/
+39
|
\
|
*
change test value
Thomas Kriechbaumer
2016-09-04
1
-1
/
+1
|
*
improve netlib.encoding
Thomas Kriechbaumer
2016-09-04
2
-34
/
+38
|
*
bump brotli dependency
Thomas Kriechbaumer
2016-09-04
1
-1
/
+1
|
/
*
Merge pull request #1523 from Kriechi/http2
Aldo Cortesi
2016-09-04
10
-70
/
+112
|
\
|
*
http2: improve connection lost
Thomas Kriechbaumer
2016-09-03
1
-1
/
+2
|
*
improve CI
Thomas Kriechbaumer
2016-09-03
2
-1
/
+2
[next]