Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename TLS/SSL-related functions | Thomas Kriechbaumer | 2018-01-06 | 19 | -63/+63 |
| | | | | | | SSL is an outdated protocol superseeded by TLS. Although the commonly used library is called OpenSSL, it is no reason to still use outdated language for function names. | ||||
* | rename TLS/SSL-related attributes | Thomas Kriechbaumer | 2018-01-06 | 17 | -69/+79 |
| | | | | | | SSL is an outdated protocol superseeded by TLS. Although the commonly used library is called OpenSSL, it is no reason to still use outdated language for attributes. | ||||
* | Merge pull request #2759 from mhils/issue-1833 | Maximilian Hils | 2018-01-05 | 13 | -148/+184 |
|\ | | | | | Fix #1833, clean up common.format_keyvals | ||||
| * | fix #1833 | Maximilian Hils | 2018-01-05 | 1 | -1/+24 |
| | | |||||
| * | refactor common.format_keyvals | Maximilian Hils | 2018-01-05 | 6 | -98/+117 |
| | | | | | | | | | | | | | | the semantics here were really quite unclear, now it is hopefully a bit more obvious what's happening. Once we are Python 3.6+ exclusively, we may consider changing the signature to accept a (order-preserving) dict instead of a list. | ||||
| * | minor fixes | Maximilian Hils | 2018-01-05 | 3 | -20/+18 |
| | | |||||
| * | fix test flow timestamps to values that don't overflow in certain timezones | Maximilian Hils | 2018-01-05 | 6 | -29/+25 |
|/ | |||||
* | Merge pull request #2754 from mhils/issue-2470 | Thomas Kriechbaumer | 2018-01-04 | 2 | -2/+5 |
|\ | | | | | fix #2470 | ||||
| * | fix #2470 | Maximilian Hils | 2018-01-04 | 2 | -2/+5 |
| | | |||||
* | | dependency update | Maximilian Hils | 2018-01-04 | 1 | -1/+1 |
| | | |||||
* | | Bugs with console fixed. (#2746) | Samoilenko Roman | 2018-01-04 | 1 | -1/+10 |
| | | | | | | Clicking on a tab now focuses it. Fixes #2676. | ||||
* | | Merge pull request #2755 from mhils/fix-unfocused-pane-click | Maximilian Hils | 2018-01-04 | 1 | -14/+20 |
|\ \ | |/ |/| | fix #2738 | ||||
| * | fix #2738 | Maximilian Hils | 2018-01-04 | 1 | -14/+20 |
| | | |||||
* | | Merge pull request #2756 from mitmproxy/pyinstaller | Maximilian Hils | 2018-01-04 | 8 | -4/+12 |
|\ \ | | | | | | | Update pysftp, fix wheel testing. | ||||
| * | | do not add leading zeroes to .dev version part. | Maximilian Hils | 2018-01-04 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | wheel normalizes to no leading zeroes, and we don't want to special-case that. | ||||
| * | | pin snapshot server hostkey, update pysftp | Maximilian Hils | 2018-01-04 | 6 | -2/+10 |
|/ / | |||||
* | | Merge pull request #2745 from bksahu/patch-1 | Maximilian Hils | 2018-01-04 | 5 | -49/+125 |
|\ \ | | | | | | | Add additional OSes/software specific instructions on mitm.it | ||||
| * | | don't use red text for informational message | Maximilian Hils | 2018-01-04 | 1 | -1/+1 |
| | | | |||||
| * | | Added favicon and logos in /static/images | bksahu | 2018-01-02 | 2 | -0/+0 |
| | | | |||||
| * | | Added logos to mitm.it | bksahu | 2018-01-02 | 3 | -6/+6 |
| | | | |||||
| * | | Additional OSes/software added to the list | bksahu | 2018-01-02 | 3 | -44/+120 |
| | | | |||||
* | | | Merge pull request #2742 from mhils/dataviewer-fix-edit | Maximilian Hils | 2018-01-04 | 4 | -75/+52 |
|\ \ \ | | | | | | | | | Dataviewer: disable (broken) edit | ||||
| * | | | dataviewer: disable (broken) edit | Maximilian Hils | 2018-01-02 | 4 | -75/+52 |
| | |/ | |/| | | | | | | | | | | | | | The edit functionality was previously broken due to encoding issues, so we just replace the column type with a generic read-only variant. | ||||
* | | | fix broken link | Maximilian Hils | 2018-01-02 | 1 | -1/+1 |
| | | | |||||
* | | | Fix crash when using body filters (#2744) | Wouter Visser | 2018-01-02 | 2 | -7/+7 |
| | | | | | | | | | | | | | | | fix crash when using body filters They still don't work, but at least the web interface won't crash. | ||||
* | | | docs: minor improvements | Maximilian Hils | 2018-01-01 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #2741 from Kriechi/unvendor-wsproto | Thomas Kriechbaumer | 2018-01-01 | 9 | -1440/+11 |
|\ \ \ | |/ / |/| | | unvendor wsproto | ||||
| * | | unvendor wsproto | Thomas Kriechbaumer | 2018-01-01 | 9 | -1440/+11 |
|/ / | |||||
* | | minor fixes | Maximilian Hils | 2017-12-31 | 2 | -1/+5 |
| | | |||||
* | | Merge pull request #2733 from mitmproxy/pyinstaller | Maximilian Hils | 2017-12-30 | 11 | -118/+165 |
|\ \ | | | | | | | Update PyInstaller, add dev version info to builds. | ||||
| * | | update installbuilder | Maximilian Hils | 2017-12-30 | 1 | -1/+1 |
| | | | |||||
| * | | fix #2470 | Maximilian Hils | 2017-12-30 | 1 | -2/+3 |
| | | | |||||
| * | | fix appveyor build script | Maximilian Hils | 2017-12-30 | 3 | -4/+2 |
| | | | | | | | | | | | | | | | we now have a module named "types", which of course confuses Python 3.5. O:-) | ||||
| * | | single-source version processing | Maximilian Hils | 2017-12-30 | 6 | -67/+95 |
| | | | |||||
| * | | rtool: include dev version in binaries | Maximilian Hils | 2017-12-29 | 4 | -37/+77 |
| | | | |||||
| * | | tox.ini: python3 -> python | Maximilian Hils | 2017-12-29 | 1 | -2/+2 |
| | | | | | | | | | | | | "python3" points to a different binary... on Windows, at least. | ||||
| * | | remove rtool's setup.py, embrace tox | Maximilian Hils | 2017-12-29 | 2 | -23/+3 |
| | | | |||||
| * | | update rtool dependencies | Maximilian Hils | 2017-12-26 | 1 | -1/+1 |
| | | | |||||
| * | | make sure that mitmproxy/rtool dependencies don't clash | Maximilian Hils | 2017-12-26 | 1 | -0/+1 |
| | | | |||||
| * | | update pyinstaller :pray: | Maximilian Hils | 2017-12-26 | 1 | -2/+1 |
| | | | |||||
* | | | Merge pull request #2703 from mhils/test-defaultkeys | Maximilian Hils | 2017-12-30 | 2 | -6/+33 |
|\ \ \ | |_|/ |/| | | Test that default key bindings are valid commands | ||||
| * | | test that defaultkeys are valid commands | Maximilian Hils | 2017-12-29 | 2 | -6/+33 |
| |/ | |||||
* | | Merge pull request #2732 from mitmproxy/websocket-flow-kill | Maximilian Hils | 2017-12-29 | 4 | -16/+32 |
|\ \ | | | | | | | fix flow.kill | ||||
| * | | fix Flow.kill behaviour | Maximilian Hils | 2017-12-29 | 4 | -18/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This now just sets a kill reply instead of committing directly. First, this seems like the more sane thing to do. Second, we have an iffy race condition where we call Reply.commit() before the addonmanager finishes its invocation, the proxy thread then progresses and sets a new flow.reply attribute, and the addonmanager then gets confused when finishing. This commit doesn't fix that, but mitigates it for Flow.kill which is now committed by the addonmanager. | ||||
| * | | websocket: add flow kill test | Thomas Kriechbaumer | 2017-12-29 | 1 | -0/+19 |
|/ / | |||||
* | | Merge pull request #2728 from Kriechi/websocket++ | Thomas Kriechbaumer | 2017-12-29 | 5 | -15/+68 |
|\ \ | | | | | | | websocket: docs++ and kill messages | ||||
| * | | websocket: test killable | Thomas Kriechbaumer | 2017-12-28 | 1 | -0/+15 |
| | | | |||||
| * | | websocket: docs++ and kill messages | Thomas Kriechbaumer | 2017-12-27 | 5 | -15/+53 |
|/ / | | | | | | | fixes #2724 | ||||
* / | Display "*" when listening on all interfaces | Maximilian Hils | 2017-12-26 | 2 | -0/+4 |
|/ | | | | | | | | | | The set of people who understand "0.0.0.0" (and/or "::") is a subset of the set of people who understand "*", so we can make things easier to understand by using the less technical notation. Empirical Evidence: - https://discourse.mitmproxy.org/t/unable-to-use-mitmproxy-on-windows/735 - https://discourse.mitmproxy.org/t/how-to-view-the-proxy-servers-url/23 | ||||
* | @concurrent decorator works for class methods. (#2708) | fate0 | 2017-12-26 | 2 | -8/+10 |
| | | | | | * @concurrent decorator should works for class methods * modify test for @concurrent decorator in class. * add docs |