Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| |/ | |||||
* / | Fix AppVeyor builds (#2604) | Maximilian Hils | 2017-10-24 | 1 | -3/+7 |
|/ | |||||
* | [requires.io] dependency update on master branch (#2586) | Thomas Kriechbaumer | 2017-10-22 | 1 | -3/+3 |
| | |||||
* | Merge pull request #2591 from ddworken/master | Maximilian Hils | 2017-10-22 | 2 | -6/+17 |
|\ | | | | | Added scanning for CSS injection and iframe injection to XSS scanner | ||||
| * | Added scanning for CSS injection and iframe injection | David Dworken | 2017-10-17 | 2 | -6/+17 |
| | | |||||
* | | Merge pull request #2596 from mhils/fix-travis | Maximilian Hils | 2017-10-20 | 2 | -0/+18 |
|\ \ | | | | | | | Skip ipv6 tests on sudo-enabled travis builds | ||||
| * | | skip ipv6 tests on sudo-enabled travis builds | Maximilian Hils | 2017-10-20 | 2 | -0/+18 |
|/ / | |||||
* | | Merge pull request #2593 from rst0git/patch-1 | Maximilian Hils | 2017-10-19 | 1 | -1/+1 |
|\ \ | | | | | | | docs-certinstall: Certificate pinning update link | ||||
| * | | docs-certinstall: Certificate pinning update link | rst0git | 2017-10-19 | 1 | -1/+1 |
|/ / | | | | | Certificate pinning (HTTP Public Key Pinning) is better described on Wikipedia | ||||
* | | Merge pull request #2592 from rst0git/patch-1 | Thomas Kriechbaumer | 2017-10-18 | 1 | -1/+1 |
|\ \ | |/ |/| | docs-install: Fix typo | ||||
| * | docs-install: Fix typo | rst0git | 2017-10-18 | 1 | -1/+1 |
|/ | |||||
* | allow pyOpenSSL 17.2 | Maximilian Hils | 2017-10-17 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2581 from mitmproxy/requires-io-master | Maximilian Hils | 2017-10-10 | 1 | -2/+2 |
|\ | | | | | [requires.io] dependency update on master branch | ||||
| * | [requires.io] dependency update | requires.io | 2017-10-06 | 1 | -1/+1 |
| | | |||||
| * | [requires.io] dependency update | requires.io | 2017-10-02 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #2583 from rgerganov/fix-typo | Maximilian Hils | 2017-10-10 | 1 | -1/+1 |
|\ \ | |/ |/| | Fix typo in the docstring of flowfilter | ||||
| * | Fix typo in the docstring of flowfilter | Radoslav Gerganov | 2017-10-10 | 1 | -1/+1 |
|/ | | | | The expression for body of response is "bs", not "bq". | ||||
* | Merge pull request #2573 from mhils/remove-html-outline | Maximilian Hils | 2017-09-15 | 4 | -29/+1 |
|\ | | | | | Remove HTML Outline Contentview, fix #2572 |