aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* minor improvements, add tests for ipv4-mapped addressesMaximilian Hils2017-12-123-4/+5
|
* Fix #2594@Ga_ryo_2017-12-121-0/+4
|
* Bug in expected_http_body_size fix (#2642)Suraj Tripathi2017-11-272-1/+16
| | | fixes #2618
* Fix #2635, mitmdump does not apply filter to saved data. (#2636)Matthew Shao2017-11-221-1/+1
|
* Merge pull request #2621 from mhils/clientreplayMaximilian Hils2017-11-166-14/+35
|\ | | | | Improve Clientreplay
| * improve clientreplay addonMaximilian Hils2017-11-073-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 flowsMaximilian Hils2017-11-063-0/+13
| |
* | [requires.io] dependency update on master branch (#2629)Thomas Kriechbaumer2017-11-151-1/+1
| |
* | Merge pull request #2626 from mitmproxy/requires-io-masterThomas Kriechbaumer2017-11-111-1/+1
|\ \ | | | | | | [requires.io] dependency update on master branch
| * | [requires.io] dependency updaterequires.io2017-11-101-1/+1
|/ /
* / [requires.io] dependency update on master branch (#2623)Thomas Kriechbaumer2017-11-101-1/+1
|/
* Merge pull request #2619 from mhils/issue-2617Maximilian Hils2017-11-062-18/+16
|\ | | | | Fix #2617
| * fix re-use of serverconnection source addressMaximilian Hils2017-11-031-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 #2617Maximilian Hils2017-11-031-4/+4
| |
* | Merge pull request #2615 from Kriechi/bump-flakeThomas Kriechbaumer2017-10-312-2/+2
|\ \ | | | | | | bump flake8
| * | bump flake8Thomas Kriechbaumer2017-10-312-2/+2
|/ / | | | | | | closes #2601
* | Merge pull request #2608 from mhils/webMaximilian Hils2017-10-2923-1075/+1371
|\ \ | |/ |/| [web] minor improvements, move options editor
| * [web] adjust testsMaximilian Hils2017-10-2610-180/+80
| |
| * [web] move options editor from file menu to options menuMaximilian Hils2017-10-252-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 cleanupMaximilian Hils2017-10-256-170/+60
| |
| * [web] remove promptMaximilian Hils2017-10-255-100/+4
| |
| * [web] minor fixesMaximilian Hils2017-10-252-2/+2
| |
| * [web] update to react 16.0Maximilian Hils2017-10-252-586/+1213
| |
* | Merge pull request #2610 from mhils/log-threadsafeMaximilian Hils2017-10-262-3/+11
|\ \ | | | | | | Make master.add_log threadsafe
| * | make safecall threadsafe.Maximilian Hils2017-10-262-3/+11
|/ /
* | re-add discourse link in issue templateMaximilian Hils2017-10-251-0/+3
| |
* | Merge pull request #2606 from mhils/issue-2563Maximilian Hils2017-10-254-63/+29
|\ \ | |/ |/| Fix #2563
| * fix #2563Maximilian Hils2017-10-244-23/+29
| |
| * remove old dntree implementationMaximilian Hils2017-10-241-40/+0
|/
* Merge pull request #2602 from mhils/simplify-versionMaximilian Hils2017-10-243-56/+41
|\ | | | | Simplify version output
| * simplify version outputMaximilian Hils2017-10-243-56/+41
| |
* | Merge pull request #2603 from mhils/wslMaximilian Hils2017-10-243-2/+19
|\ \ | | | | | | Fix urwid display on WSL
| * | fix urwid display on WSLMaximilian Hils2017-10-233-2/+19
| |/
* / Fix AppVeyor builds (#2604)Maximilian Hils2017-10-241-3/+7
|/
* [requires.io] dependency update on master branch (#2586)Thomas Kriechbaumer2017-10-221-3/+3
|
* Merge pull request #2591 from ddworken/masterMaximilian Hils2017-10-222-6/+17
|\ | | | | Added scanning for CSS injection and iframe injection to XSS scanner
| * Added scanning for CSS injection and iframe injectionDavid Dworken2017-10-172-6/+17
| |
* | Merge pull request #2596 from mhils/fix-travisMaximilian Hils2017-10-202-0/+18
|\ \ | | | | | | Skip ipv6 tests on sudo-enabled travis builds
| * | skip ipv6 tests on sudo-enabled travis buildsMaximilian Hils2017-10-202-0/+18
|/ /
* | Merge pull request #2593 from rst0git/patch-1Maximilian Hils2017-10-191-1/+1
|\ \ | | | | | | docs-certinstall: Certificate pinning update link
| * | docs-certinstall: Certificate pinning update link rst0git2017-10-191-1/+1
|/ / | | | | Certificate pinning (HTTP Public Key Pinning) is better described on Wikipedia
* | Merge pull request #2592 from rst0git/patch-1Thomas Kriechbaumer2017-10-181-1/+1
|\ \ | |/ |/| docs-install: Fix typo
| * docs-install: Fix typorst0git2017-10-181-1/+1
|/
* allow pyOpenSSL 17.2Maximilian Hils2017-10-171-1/+1
|
* Merge pull request #2581 from mitmproxy/requires-io-masterMaximilian Hils2017-10-101-2/+2
|\ | | | | [requires.io] dependency update on master branch
| * [requires.io] dependency updaterequires.io2017-10-061-1/+1
| |
| * [requires.io] dependency updaterequires.io2017-10-021-1/+1
| |
* | Merge pull request #2583 from rgerganov/fix-typoMaximilian Hils2017-10-101-1/+1
|\ \ | |/ |/| Fix typo in the docstring of flowfilter
| * Fix typo in the docstring of flowfilterRadoslav Gerganov2017-10-101-1/+1
|/ | | | The expression for body of response is "bs", not "bq".
* Merge pull request #2573 from mhils/remove-html-outlineMaximilian Hils2017-09-154-29/+1
|\ | | | | Remove HTML Outline Contentview, fix #2572