aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy
Commit message (Expand)AuthorAgeFilesLines
...
* | docs: minor formatting/cleanupsAldo Cortesi2016-09-301-9/+12
|/
* In reverse proxy mode, always send SNIRyan Laughlin2016-09-272-3/+3
* override host header in reverse proxy mode, refs #1571Maximilian Hils2016-09-261-0/+4
* Revert "minor fixes"Maximilian Hils2016-09-261-5/+8
* minor fixesMaximilian Hils2016-09-261-8/+5
* update dependencies, minor fixes (#1577)Maximilian Hils2016-09-241-6/+9
* fix testsMaximilian Hils2016-09-241-1/+1
* minor fixesMaximilian Hils2016-09-242-4/+3
* remove option argument for addons.add (#1576)Maximilian Hils2016-09-245-8/+8
* fix #1492Maximilian Hils2016-09-241-0/+1
* fix #1393Maximilian Hils2016-09-235-19/+32
* Merge pull request #1566 from mhils/issue-1546Maximilian Hils2016-09-226-45/+64
|\
| * fix testsMaximilian Hils2016-09-221-5/+6
| * add websocket on/off switch, improve logging (fix #1546, fix #1547)Maximilian Hils2016-09-226-49/+67
* | Merge pull request #1567 from mhils/issue-1467Maximilian Hils2016-09-221-5/+28
|\ \ | |/ |/|
| * scripts: cut traceback properly, fix #1467Maximilian Hils2016-09-221-5/+28
* | Merge branch 'fully_transparent'Maximilian Hils2016-09-224-6/+26
|\ \ | |/ |/|
| * minor cleanupMaximilian Hils2016-09-221-2/+5
| * Removed obsolete code.smill@cuckoo.sh2016-09-221-6/+2
| * Fixed travis-ci issues.smill2016-09-142-1/+2
| * Made it possible to modify the server_conn.connection attribute,smill2016-09-051-1/+1
| * Improved error-handling / supplemented documention.smill2016-09-043-85/+9
| * Introduced some minor improvements to the shim loader.smill2016-09-031-19/+27
| * Introduced the capability to spoof the source addresssmill2016-09-035-6/+94
* | 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 #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
| * | Fix interactive server replay in mitmproxy consoleAldo Cortesi2016-09-095-42/+27
| * | Extend addons.Addons with a get method that retrieves an addon by nameAldo Cortesi2016-09-091-1/+6
| * | Fix immediate server replay-related crash in mitmproxyAldo Cortesi2016-09-092-6/+3
* | | console/options: kill -> replay_kill_extraDoug Freed2016-09-171-1/+1
* | | Update app.pyvulnminer2016-09-171-1/+1
* | | 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-1111-120/+87
* | | console: fix/improve server replayAldo Cortesi2016-09-113-42/+24
* | | Add "run_once" support to the script addon, use it in mitmproxyAldo Cortesi2016-09-114-61/+47
* | | options.replay_ignore* -> options.server_replay_ignore*Aldo Cortesi2016-09-105-43/+33
* | | options.nopop -> options.server_replay_nopopAldo Cortesi2016-09-104-9/+8
* | | options.rheaders -> options.server_replay_use_headersAldo Cortesi2016-09-104-10/+10
* | | options.kill -> options.replay_kill_extraAldo Cortesi2016-09-106-12/+11
* | | Roll out synchronisation for mitmproxy testsAldo Cortesi2016-09-106-47/+37
|/ /
* | Fix byte/string comparison error in server playbackAldo Cortesi2016-09-071-5/+11
* | Move server playback in to an addonAldo Cortesi2016-09-067-190/+135
* | http2: improve connection lostThomas Kriechbaumer2016-09-031-1/+2