aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Hotkeys cleanupMiroslav2018-02-2018-58/+1
|
* Merge pull request #2873 from kajojify/contentviews_itemsMaximilian Hils2018-02-201-1/+2
|\ | | | | Fix a bug with two-words contentview modes
| * shlex.quoteMiroslav2018-02-191-1/+2
| |
| * quotes instead of joinMiroslav2018-02-191-3/+2
| |
| * Fix a bug with two-words contentview modesMiroslav2018-02-191-1/+2
| |
* | Merge pull request #2881 from cortesi/refreshoptMaximilian Hils2018-02-197-15/+15
|\ \ | | | | | | option refresh_server_playback -> server_replay_refresh
| * | option replay_kill_extra -> server_replay_kill_extraAldo Cortesi2018-02-207-8/+8
| | | | | | | | | | | | Continuing effort to collect all sever replay options under a commmon prefix.
| * | option refresh_server_playback -> server_replay_refreshAldo Cortesi2018-02-205-7/+7
| | | | | | | | | | | | All other server playback options have this form.
* | | Merge pull request #2878 from PaleNeutron/patch-1Maximilian Hils2018-02-191-3/+1
|\ \ \ | |_|/ |/| | Remove heading_key of [script:n]
| * | Remove heading_key of [script:n]John Lyu2018-02-191-3/+1
|/ /
* | Merge pull request #2757 from mhils/issue-2720Maximilian Hils2018-02-161-0/+1
|\ \ | | | | | | Add alternative keybindings for changing the layout pane on WSL (#2720)
| * | add ctrl + right as an alias, fix #2720Maximilian Hils2018-02-161-0/+1
|/ /
* | Merge pull request #2870 from mhils/transparent-ipv6Maximilian Hils2018-02-161-6/+28
|\ \ | | | | | | Linux: support IPv6 destinations in transparent mode
| * | linux: support IPv6 destinations in transparent modeMaximilian Hils2018-02-161-6/+28
|/ / | | | | | | This fixes #2869 with the help of @aniketpanjwani.
* | Merge pull request #2841 from aniketpanjwani/fix_linux_transparent_proxy_docsMaximilian Hils2018-02-131-1/+3
|\ \ | | | | | | Modify Linux transparent proxy docs to include ipv6 configuration.
| * | docs: don't set accept_redirects.Maximilian Hils2018-02-131-2/+0
| | | | | | | | | | | | | | | | | | it's not really clear why we are even doing this, so let's just remove it entirely and see what happens. Discussion: https://github.com/mitmproxy/mitmproxy/pull/2841#discussion_r165928492
| * | Modify Linux transparent proxy docs to include ipv6 configuration.Aniket Panjwani2018-02-041-0/+4
| | |
* | | Merge pull request #2858 from kajojify/revert_flowMaximilian Hils2018-02-132-0/+5
|\ \ \ | | | | | | | | Fix reverting of a flow
| * | | backup for flow.decode/encodeMiroslav2018-02-122-1/+4
| | | |
| * | | Fix reverting of a flowMiroslav2018-02-102-0/+2
| | | |
* | | | Merge pull request #2863 from mitmproxy/requires-io-masterMaximilian Hils2018-02-131-1/+1
|\ \ \ \ | | | | | | | | | | [requires.io] dependency update on master branch
| * | | | [requires.io] dependency updaterequires.io2018-02-121-1/+1
| | | | |
* | | | | Merge pull request #2847 from kira0204/key-cookie-issueMaximilian Hils2018-02-123-34/+49
|\ \ \ \ \ | |/ / / / |/| | | | Handling empty key with value for cookies, fix #2827
| * | | | keeping consistency, better testingkira02042018-02-113-36/+47
| | | | |
| * | | | fixing logickira02042018-02-072-7/+11
| | | | |
* | | | | Merge pull request #2860 from emedvedev/patch-1Thomas Kriechbaumer2018-02-111-4/+4
|\ \ \ \ \ | | | | | | | | | | | | Fix a typo in events.rst
| * | | | | Fix a typo in events.rstEdward Medvedev2018-02-111-4/+4
|/ / / / / | | | | | | | | | | This PR fixes a tiny typo in the documentation.
* | | | | Merge pull request #2803 from kajojify/issue-2777Maximilian Hils2018-02-103-4/+15
|\ \ \ \ \ | | | | | | | | | | | | Persist flowfilter when editing it, fix #2777
| * | | | | DocsMiroslav2018-02-081-2/+4
| | | | | |
| * | | | | New commandMiroslav2018-02-084-20/+13
| | | | | |
| * | | | | Fix #2777Miroslav2018-01-192-2/+18
| | | | | |
* | | | | | Merge pull request #2851 from mhils/always-use-tls-settingsMaximilian Hils2018-02-105-27/+46
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use TLS options also for request replay
| * | | | | | use TLS options also for request replay, refs #2840Maximilian Hils2018-02-085-27/+46
| | | | | | |
* | | | | | | Merge pull request #2855 from gokulchandra/patch-1Thomas Kriechbaumer2018-02-091-2/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Fixes issue with the pfctl config on OSX
| * | | | | | Updates the pfctl configGokul2018-02-091-2/+1
|/ / / / / / | | | | | | | | | | | | The previous config threw a syntax error when saving.
* | | | | | Merge pull request #2852 from kajojify/excess_returnMaximilian Hils2018-02-081-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Excess return was deleted
| * | | | | | Excess return was deletedMiroslav2018-02-081-1/+1
|/ / / / / /
* | | | | | Merge pull request #2842 from mitmproxy/web-timingsMaximilian Hils2018-02-071-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | [web] fix timing display for keepalive connections
| * | | | | | [web] fix timing display for keepalive connectionsMaximilian Hils2018-02-051-1/+1
| | |_|/ / / | |/| | | | | | | | | | see https://discourse.mitmproxy.org/t/mitmweb-details-tab-timing/848/3
* / | | | | [requires.io] dependency update on master branch (#2848)Thomas Kriechbaumer2018-02-071-1/+1
|/ / / / /
* | | | | Merge pull request #2835 from MatthewShao/mitmweb-sortMaximilian Hils2018-02-053-3/+10
|\ \ \ \ \ | |_|_|/ / |/| | | | [web] Fix unstable sorting
| * | | | [web] Fix unstable sorting by using 'stable' dependencyMatthew Shao2018-02-053-3/+10
| | | | |
* | | | | Extend mypy checking, fix #2194 (#2819)Arushit Mudgal2018-02-036-56/+68
| | | | |
* | | | | don't raise when pyperclip doesn't find a clipboard, fix #2816Samoilenko Roman2018-02-034-4/+27
| | | | |
* | | | | add shortcuts for console.choose, fix #2785Samoilenko Roman2018-02-031-6/+25
|/ / / /
* | | | Merge pull request #2833 from mitmproxy/issue-2824Maximilian Hils2018-02-012-2/+16
|\| | | | | | | | | | | Improve error message for missing scripts, fix #2824
| * | | remove quotes around filenameMaximilian Hils2018-02-012-1/+15
| | | |
| * | | improve error message for missing scripts, fix #2824Maximilian Hils2018-02-011-1/+1
|/ / /
* | | Merge pull request #2814 from kajojify/issue-2753Maximilian Hils2018-01-304-12/+21
|\ \ \ | | | | | | | | Fix #2753. Fix resetting editings.
| * | | Fix #2753. Fix resetting editings.Miroslav2018-01-264-12/+21
| |/ /