Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | fix #2664 | Thomas Kriechbaumer | 2017-12-13 | 1 | -1/+8 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #2668 from cortesi/commandopts | Aldo Cortesi | 2017-12-13 | 8 | -38/+109 | |
|\ \ \ \ \ | | |/ / / | |/| | | | Command improvements | |||||
| * | | | | commands: formalise a Choice type | Aldo Cortesi | 2017-12-13 | 7 | -25/+79 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This resolves as a string during MyPy checks, but at runtime has an additional attribute that is a command that returns valid options. This is very ugly and clumsy, basically because MyPy is super restrictive about what it accepts as a type. Almost any attempt to construct these types in a more sophisticated way fails in one way or another. I'm open to suggestions. | |||||
| * | | | | console: refactor console.flowview.mode | Aldo Cortesi | 2017-12-12 | 2 | -13/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We now have: console.flowview.mode gets the current mode console.flowview.mode.options gets the possible options for the mode console.flowview.mode.set sets the flowview mode This is quite a common pattern in our commands, to the point where we should formalise it. Fixes #2655 | |||||
| * | | | | minor: clarify docs for command.edit.focus* | Aldo Cortesi | 2017-12-12 | 1 | -1/+4 | |
| | |_|/ | |/| | | | | | | | | | | Fixes #2653 | |||||
* | | | | Merge pull request #2643 from Ga-ryo/master | Maximilian Hils | 2017-12-12 | 2 | -0/+5 | |
|\ \ \ \ | |_|/ / |/| | | | Fix #2594 | |||||
| * | | | minor improvements, add tests for ipv4-mapped addresses | Maximilian Hils | 2017-12-12 | 3 | -4/+5 | |
| | | | | ||||||
| * | | | Fix #2594 | @Ga_ryo_ | 2017-12-12 | 1 | -0/+4 | |
| | | | | ||||||
* | | | | fix #2529 | Maximilian Hils | 2017-12-12 | 2 | -2/+13 | |
| | | | | ||||||
* | | | | fix #2651 | Maximilian Hils | 2017-12-12 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Merge pull request #2662 from mhils/pathod-connect-host | Aldo Cortesi | 2017-12-12 | 1 | -0/+1 | |
|\ \ \ \ | | | | | | | | | | | Add host header to pathoc's CONNECT requests | |||||
| * | | | | add host header to pathoc's CONNECT requests | Maximilian Hils | 2017-12-11 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | This is required by the new HTTP RFCs. | |||||
* | | | | | Merge pull request #2661 from mhils/browser-win | Aldo Cortesi | 2017-12-12 | 2 | -10/+33 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Fix browser addon on Windows | |||||
| * | | | | Merge branch 'master' into browser-win | Aldo Cortesi | 2017-12-12 | 3 | -2/+18 | |
| |\ \ \ \ | |/ / / / |/| | | | | ||||||
* | | | | | [requires.io] dependency update on master branch (#2637) | Thomas Kriechbaumer | 2017-12-11 | 1 | -2/+2 | |
| |/ / / |/| | | | ||||||
* | | | | commands: verify command function signatures before call (#2659) | Aldo Cortesi | 2017-12-11 | 2 | -0/+16 | |
| | | | | | | | | | | | | Fixes #2652, and many other possible crashes on user input. | |||||
| * | | | fix browser addon on Windows | Maximilian Hils | 2017-12-11 | 2 | -10/+33 | |
|/ / / | ||||||
* | | | Merge pull request #2656 from cortesi/browseraddon | Aldo Cortesi | 2017-12-11 | 4 | -1/+86 | |
|\ \ \ | |/ / |/| | | browser addon: start an isolated browser attached to the proxy | |||||
| * | | browser addon: start an isolated browser attached to the proxy | Aldo Cortesi | 2017-12-10 | 4 | -1/+86 | |
|/ / | | | | | | | | | | | | | | | | | | | | | | | A simple addon that starts an instance of Chrome attached to the current proxy. The instance is isolated in its own user data directory, and addons are turned off. Future work: - I wasn't able to test the Windows executable path - a Windows dev should confirm this for us. - In future it would be nice to support other browsers like Firefox. | |||||
* | | Bug in expected_http_body_size fix (#2642) | Suraj Tripathi | 2017-11-27 | 2 | -1/+16 | |
| | | | | | | fixes #2618 | |||||
* | | Fix #2635, mitmdump does not apply filter to saved data. (#2636) | Matthew Shao | 2017-11-22 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #2621 from mhils/clientreplay | Maximilian Hils | 2017-11-16 | 6 | -14/+35 | |
|\ \ | | | | | | | Improve Clientreplay | |||||
| * | | improve clientreplay addon | Maximilian Hils | 2017-11-07 | 3 | -14/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - always refresh UI after flow is finished (refs #2616) - count currently active replay - make replay thread daemonic so that users can exit mitmproxy if replay hangs. This is not perfect yet, but vastly better than how it has been. | |||||
| * | | fix revert of duplicated flows | Maximilian Hils | 2017-11-06 | 3 | -0/+13 | |
| | | | ||||||
* | | | [requires.io] dependency update on master branch (#2629) | Thomas Kriechbaumer | 2017-11-15 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #2626 from mitmproxy/requires-io-master | Thomas Kriechbaumer | 2017-11-11 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | [requires.io] dependency update on master branch | |||||
| * | | | [requires.io] dependency update | requires.io | 2017-11-10 | 1 | -1/+1 | |
|/ / / | ||||||
* / / | [requires.io] dependency update on master branch (#2623) | Thomas Kriechbaumer | 2017-11-10 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #2619 from mhils/issue-2617 | Maximilian Hils | 2017-11-06 | 2 | -18/+16 | |
|\ \ | | | | | | | Fix #2617 | |||||
| * | | fix re-use of serverconnection source address | Maximilian Hils | 2017-11-03 | 1 | -14/+12 | |
| | | | | | | | | | | | | | | | this previously made it impossible to redirect requests from example.com to localhost, as we still tried to bind to the external interface. | |||||
| * | | fix #2617 | Maximilian Hils | 2017-11-03 | 1 | -4/+4 | |
| | | | ||||||
* | | | Merge pull request #2615 from Kriechi/bump-flake | Thomas Kriechbaumer | 2017-10-31 | 2 | -2/+2 | |
|\ \ \ | | | | | | | | | bump flake8 | |||||
| * | | | bump flake8 | Thomas Kriechbaumer | 2017-10-31 | 2 | -2/+2 | |
|/ / / | | | | | | | | | | closes #2601 | |||||
* | | | Merge pull request #2608 from mhils/web | Maximilian Hils | 2017-10-29 | 23 | -1075/+1371 | |
|\ \ \ | |/ / |/| | | [web] minor improvements, move options editor | |||||
| * | | [web] adjust tests | Maximilian Hils | 2017-10-26 | 10 | -180/+80 | |
| | | | ||||||
| * | | [web] move options editor from file menu to options menu | Maximilian Hils | 2017-10-25 | 2 | -59/+34 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ultimately we probably want to open the options editor immediately if someone presses "Options". This still requires us to 1. have a nicer editors for common settings. 2. Add a "view event log" button somewhere else, for example in the footer. For now, the options editor is marked as beta, as there are some options you clearly do not want to edit (e.g. wfile). | |||||
| * | | [web] minor fixes and cleanup | Maximilian Hils | 2017-10-25 | 6 | -170/+60 | |
| | | | ||||||
| * | | [web] remove prompt | Maximilian Hils | 2017-10-25 | 5 | -100/+4 | |
| | | | ||||||
| * | | [web] minor fixes | Maximilian Hils | 2017-10-25 | 2 | -2/+2 | |
| | | | ||||||
| * | | [web] update to react 16.0 | Maximilian Hils | 2017-10-25 | 2 | -586/+1213 | |
| | | | ||||||
* | | | Merge pull request #2610 from mhils/log-threadsafe | Maximilian Hils | 2017-10-26 | 2 | -3/+11 | |
|\ \ \ | | | | | | | | | Make master.add_log threadsafe | |||||
| * | | | make safecall threadsafe. | Maximilian Hils | 2017-10-26 | 2 | -3/+11 | |
|/ / / | ||||||
* | | | re-add discourse link in issue template | Maximilian Hils | 2017-10-25 | 1 | -0/+3 | |
| | | | ||||||
* | | | Merge pull request #2606 from mhils/issue-2563 | Maximilian Hils | 2017-10-25 | 4 | -63/+29 | |
|\ \ \ | |/ / |/| | | Fix #2563 | |||||
| * | | fix #2563 | Maximilian Hils | 2017-10-24 | 4 | -23/+29 | |
| | | | ||||||
| * | | remove old dntree implementation | Maximilian Hils | 2017-10-24 | 1 | -40/+0 | |
|/ / | ||||||
* | | Merge pull request #2602 from mhils/simplify-version | Maximilian Hils | 2017-10-24 | 3 | -56/+41 | |
|\ \ | | | | | | | Simplify version output | |||||
| * | | simplify version output | Maximilian Hils | 2017-10-24 | 3 | -56/+41 | |
| | | | ||||||
* | | | Merge pull request #2603 from mhils/wsl | Maximilian Hils | 2017-10-24 | 3 | -2/+19 | |
|\ \ \ | | | | | | | | | Fix urwid display on WSL | |||||
| * | | | fix urwid display on WSL | Maximilian Hils | 2017-10-23 | 3 | -2/+19 | |
| |/ / |