Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Excess return was deleted | Miroslav | 2018-02-08 | 1 | -1/+1 |
* | Merge pull request #2842 from mitmproxy/web-timings | Maximilian Hils | 2018-02-07 | 1 | -1/+1 |
|\ | |||||
| * | [web] fix timing display for keepalive connections | Maximilian Hils | 2018-02-05 | 1 | -1/+1 |
* | | [requires.io] dependency update on master branch (#2848) | Thomas Kriechbaumer | 2018-02-07 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #2835 from MatthewShao/mitmweb-sort | Maximilian Hils | 2018-02-05 | 3 | -3/+10 |
|\ | |||||
| * | [web] Fix unstable sorting by using 'stable' dependency | Matthew Shao | 2018-02-05 | 3 | -3/+10 |
* | | Extend mypy checking, fix #2194 (#2819) | Arushit Mudgal | 2018-02-03 | 6 | -56/+68 |
* | | don't raise when pyperclip doesn't find a clipboard, fix #2816 | Samoilenko Roman | 2018-02-03 | 4 | -4/+27 |
* | | add shortcuts for console.choose, fix #2785 | Samoilenko Roman | 2018-02-03 | 1 | -6/+25 |
|/ | |||||
* | Merge pull request #2833 from mitmproxy/issue-2824 | Maximilian Hils | 2018-02-01 | 2 | -2/+16 |
|\ | |||||
| * | remove quotes around filename | Maximilian Hils | 2018-02-01 | 2 | -1/+15 |
| * | improve error message for missing scripts, fix #2824 | Maximilian Hils | 2018-02-01 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #2814 from kajojify/issue-2753 | Maximilian Hils | 2018-01-30 | 4 | -12/+21 |
|\ | |||||
| * | Fix #2753. Fix resetting editings. | Miroslav | 2018-01-26 | 4 | -12/+21 |
* | | Merge pull request #2825 from kajojify/realtime_counter | Maximilian Hils | 2018-01-30 | 1 | -1/+2 |
|\ \ | |||||
| * | | Real-time flow counter | Miroslav | 2018-01-30 | 1 | -1/+2 |
|/ / | |||||
* | | Merge pull request #2820 from aniketpanjwani/master | Maximilian Hils | 2018-01-29 | 1 | -16/+16 |
|\ \ | |||||
| * | | Fix mistakes in examples/simple/Readme.md. | Aniket Panjwani | 2018-01-29 | 1 | -16/+16 |
|/ / | |||||
* | | Merge pull request #2817 from Kriechi/bump-bugfix-dependencies | Maximilian Hils | 2018-01-29 | 1 | -10/+10 |
|\ \ | |||||
| * | | bump minimum requirements for known bugfix releases | Thomas Kriechbaumer | 2018-01-27 | 1 | -10/+10 |
|/ / | |||||
* | | bump minimum required urwid version, fix #2815 | Maximilian Hils | 2018-01-26 | 1 | -1/+1 |
* | | Fix for #2750 and #2783 (#2809) | Samoilenko Roman | 2018-01-25 | 6 | -32/+77 |
* | | fix #2800 | Arushit Mudgal | 2018-01-25 | 2 | -3/+20 |
|/ | |||||
* | Fix #2786 (#2798) | Samoilenko Roman | 2018-01-18 | 1 | -1/+3 |
* | fix #2752 (#2796) | Samoilenko Roman | 2018-01-18 | 1 | -2/+7 |
* | [requires.io] dependency update on master branch (#2799) | Thomas Kriechbaumer | 2018-01-18 | 1 | -1/+1 |
* | Merge pull request #2736 from mitmproxy/posix-commands | Maximilian Hils | 2018-01-18 | 1 | -1/+1 |
|\ | |||||
| * | parse commands in posix mode | Maximilian Hils | 2017-12-31 | 1 | -1/+1 |
* | | update stale URL in README | Maximilian Hils | 2018-01-15 | 1 | -1/+1 |
* | | Fix #2765 (#2792) | Samoilenko Roman | 2018-01-14 | 2 | -1/+6 |
* | | Fix #2768 (#2778) | Samoilenko Roman | 2018-01-14 | 2 | -3/+12 |
* | | Merge pull request #2793 from kajojify/issue-2399 | Maximilian Hils | 2018-01-14 | 2 | -1/+2 |
|\ \ | |||||
| * | | Other condition | Miroslav | 2018-01-14 | 1 | -2/+2 |
| * | | Fix #2399 | Miroslav | 2018-01-14 | 2 | -1/+2 |
* | | | Merge pull request #2791 from mhils/tls-extensions | Maximilian Hils | 2018-01-13 | 7 | -10/+28 |
|\ \ \ | |||||
| * | | | store ClientHello extensions with client connection | Maximilian Hils | 2018-01-13 | 7 | -10/+28 |
|/ / / | |||||
* | | | Merge pull request #2790 from mhils/stateobject-improvements | Maximilian Hils | 2018-01-13 | 6 | -106/+190 |
|\ \ \ | |||||
| * | | | stateobject: use typing, enable tuples and more complex datatypes | Maximilian Hils | 2018-01-13 | 6 | -106/+190 |
* | | | | Merge pull request #2789 from mhils/move-clienthello | Maximilian Hils | 2018-01-13 | 6 | -155/+240 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | improve net.tls.ClientHello API, fix bugs, add tests | Maximilian Hils | 2018-01-13 | 4 | -19/+95 |
| * | | | move ClientHello and related functions to mitmproxy.net.tls | Maximilian Hils | 2018-01-12 | 6 | -155/+164 |
|/ / / | |||||
* | | | Merge pull request #2784 from ujjwal96/kaitai | Maximilian Hils | 2018-01-11 | 1 | -3/+5 |
|\ \ \ | |||||
| * | | | Update GIF parser | Ujjwal Verma | 2018-01-11 | 1 | -3/+5 |
* | | | | Merge pull request #2780 from ujjwal96/console-fix | Maximilian Hils | 2018-01-11 | 2 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | Fix crash when searching | Ujjwal Verma | 2018-01-11 | 2 | -2/+2 |
* | | | | | Merge pull request #2781 from MatthewShao/fix#2766 | Maximilian Hils | 2018-01-11 | 2 | -0/+7 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Add test for fix#2766. | Matthew Shao | 2018-01-11 | 1 | -0/+4 |
| * | | | | Fix #2766. | Matthew Shao | 2018-01-11 | 1 | -0/+3 |
|/ / / / | |||||
* | | | | Merge pull request #2773 from MatthewShao/fix#2760 | Thomas Kriechbaumer | 2018-01-08 | 2 | -1/+8 |
|\ \ \ \ | |||||
| * | | | | Raise a CommandError for the exception | Matthew Shao | 2018-01-08 | 2 | -5/+5 |