aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Made it possible to modify the server_conn.connection attribute,smill2016-09-052-3/+8
| * Removed a mistakenly inserted newline character.smill2016-09-041-1/+0
| * Improved error-handling / supplemented documention.smill2016-09-046-9/+33
| * Introduced some minor improvements to the shim loader.smill2016-09-031-19/+27
| * Introduced the capability to spoof the source addresssmill2016-09-036-7/+101
* | ci: enable verbose test logging by defaultMaximilian Hils2016-09-212-2/+2
* | Merge pull request #1522 from chhsiao90/dump-ready-#1505Maximilian Hils2016-09-211-0/+4
|\ \
| * | Notify when proxy server startedchhsiao902016-09-221-0/+4
* | | fix mitmdump error logging, fix #1549 (#1565)Maximilian Hils2016-09-213-6/+11
* | | Merge pull request #1564 from mhils/issue-1554Maximilian Hils2016-09-212-9/+15
|\ \ \ | |/ / |/| |
| * | fix Response.make content-length headerMaximilian Hils2016-09-212-9/+15
* | | Merge pull request #1563 from mhils/fix-1562Maximilian Hils2016-09-216-4/+19
|\ \ \ | |/ / |/| |
| * | fix pathod http2 response creationMaximilian Hils2016-09-212-3/+3
| * | raise TypeError on invalid header assignment, fix #1562Maximilian Hils2016-09-214-1/+16
|/ /
* | Merge pull request #1509 from arjun23496/regex_star_modMaximilian Hils2016-09-212-2/+5
|\ \
| * | Changed filter to match replacement for DOTALLarjun234962016-09-091-0/+3
| * | Convert to flags=value for future compatibilityarjun234962016-09-091-2/+2
| * | Fixes #1471 - Change .* to match entire bodyarjun234962016-09-091-2/+2
* | | Merge pull request #1559 from dwfreed/patch-1Thomas Kriechbaumer2016-09-181-1/+1
|\ \ \
| * | | console/options: kill -> replay_kill_extraDoug Freed2016-09-171-1/+1
|/ / /
* | | Merge pull request #1558 from vulnminer/patch-1Thomas Kriechbaumer2016-09-171-1/+1
|\ \ \
| * | | Update app.pyvulnminer2016-09-171-1/+1
|/ / /
* | | Merge pull request #1552 from cortesi/creplayAldo Cortesi2016-09-1217-216/+156
|\ \ \
| * | | Misc cleanupsAldo Cortesi2016-09-123-14/+15
| * | | console: update flow list when state is modifiedAldo Cortesi2016-09-111-0/+2
| * | | Remove obsolete exceptions.ScriptExceptionAldo Cortesi2016-09-111-24/+0
| * | | Redesign client replayAldo Cortesi2016-09-1116-180/+141
* | | | Merge pull request #1553 from Kriechi/bumpThomas Kriechbaumer2016-09-111-1/+1
|\ \ \ \
| * | | | bump brotlipyThomas Kriechbaumer2016-09-111-1/+1
|/ / / /
* | | | Merge pull request #1551 from cortesi/sreplayAldo Cortesi2016-09-113-42/+24
|\| | |
| * | | console: fix/improve server replayAldo Cortesi2016-09-113-42/+24
|/ / /
* | | Merge pull request #1550 from cortesi/scriptAldo Cortesi2016-09-115-61/+72
|\ \ \
| * | | Add "run_once" support to the script addon, use it in mitmproxyAldo Cortesi2016-09-115-61/+72
|/ / /
* | | Merge pull request #1548 from cortesi/optsAldo Cortesi2016-09-1010-88/+76
|\ \ \
| * | | options.replay_ignore* -> options.server_replay_ignore*Aldo Cortesi2016-09-106-52/+42
| * | | options.nopop -> options.server_replay_nopopAldo Cortesi2016-09-105-11/+10
| * | | options.rheaders -> options.server_replay_use_headersAldo Cortesi2016-09-105-11/+11
| * | | options.kill -> options.replay_kill_extraAldo Cortesi2016-09-109-18/+17
|/ / /
* | | Merge pull request #1545 from cortesi/tsyncAldo Cortesi2016-09-105-177/+229
|\ \ \ | |/ / |/| |
| * | Roll out synchronisation for mitmproxy testsAldo Cortesi2016-09-1011-226/+265
* | | Merge pull request #1542 from cortesi/replayconsoleAldo Cortesi2016-09-096-49/+36
|\ \ \ | |/ / |/| |
| * | Fix interactive server replay in mitmproxy consoleAldo Cortesi2016-09-096-46/+28
| * | Extend addons.Addons with a get method that retrieves an addon by nameAldo Cortesi2016-09-092-1/+9
| * | Fix immediate server replay-related crash in mitmproxyAldo Cortesi2016-09-092-6/+3
|/ /
* | Merge pull request #1532 from cortesi/playbackAldo Cortesi2016-09-0711-491/+433
|\ \
| * | Fix byte/string comparison error in server playbackAldo Cortesi2016-09-071-5/+11
| * | Move server playback in to an addonAldo Cortesi2016-09-0611-491/+427
* | | Merge pull request #1531 from Schamper/encoding-patchThomas Kriechbaumer2016-09-062-3/+9
|\ \ \ | |/ / |/| |
| * | Make 'none' synonymous to 'identity'Schamper2016-09-062-10/+11
| * | Add testSchamper2016-09-061-0/+5