Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | 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 | |||||
* | | | cleanup transparent linux docs | Thomas Kriechbaumer | 2017-12-21 | 1 | -26/+8 | |
| | | | ||||||
* | | | Update linux.rst | Jim Higson | 2017-12-21 | 1 | -2/+22 | |
| | | | ||||||
* | | | Merge pull request #2710 from jimhigson/update-ios-instructions | Thomas Kriechbaumer | 2017-12-21 | 1 | -5/+5 | |
|\ \ \ | | | | | | | | | Move trust instructions for ios | |||||
| * | | | minor docs improvements | Maximilian Hils | 2017-12-18 | 1 | -6/+3 | |
| | | | | | | | | | | | | | | | | 1. The way the certificate is installed (mitm.it or not) does not matter. 2. Instructions are a bit shorter now and match those provided by Apple at https://support.apple.com/en-us/HT204477. | |||||
| * | | | move extra info for ios to ios section | jimhigson | 2017-12-18 | 1 | -5/+8 | |
| | | | | ||||||
* | | | | Merge pull request #2716 from cortesi/cmdfixes | Aldo Cortesi | 2017-12-20 | 8 | -3/+49 | |
|\ \ \ \ | | | | | | | | | | | various command-related fixes | |||||
| * | | | | cuts: don't crash when retrieving header of a non-existent response | Aldo Cortesi | 2017-12-20 | 2 | -0/+7 | |
| | | | | | ||||||
| * | | | | console: ignore non-nav keys in chooser | Aldo Cortesi | 2017-12-20 | 2 | -2/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Awkward, but works Fixes #2417 | |||||
| * | | | | console options: retain focus position after edit | Aldo Cortesi | 2017-12-20 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | Fixes #2622 | |||||
| * | | | | "Commands" title -> "Command Reference" | Aldo Cortesi | 2017-12-20 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | commands: don't try to view flow returns as data | Aldo Cortesi | 2017-12-20 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | Fixes #2704 | |||||
| * | | | | console: add console.bodyview.options | Aldo Cortesi | 2017-12-20 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | This may be "request" or "response". | |||||
* | | | | | Merge pull request #2715 from cortesi/fancycommander2 | Aldo Cortesi | 2017-12-20 | 6 | -7/+144 | |
|\| | | | | | | | | | | | | | | commander: palette entries, highlight errors | |||||
| * | | | | commander: command argument underlay | Aldo Cortesi | 2017-12-20 | 3 | -3/+90 | |
| | | | | | | | | | | | | | | | | | | | | Display context-sensitive argument types as an "underlay" in commander. | |||||
| * | | | | commander: palette entries, highlight errors | Aldo Cortesi | 2017-12-20 | 6 | -6/+56 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add palette entries specific to commander - Highlight errors - Introduce an Unknown type to keep track of extra unknown arguments to commands | |||||
* | | | | | Merge pull request #2714 from cortesi/commander1 | Aldo Cortesi | 2017-12-20 | 6 | -85/+105 | |
|\| | | | | | | | | | | | | | | commander: highlight commands | |||||
| * | | | | commander: highlight commands | Aldo Cortesi | 2017-12-20 | 5 | -29/+55 | |
| | | | | | | | | | | | | | | | | | | | | Step 1 of the fancification of commander. | |||||
| * | | | | commands: partial parser now returns help for remaining arguments | Aldo Cortesi | 2017-12-19 | 5 | -61/+55 | |
| | | | | | ||||||
* | | | | | Merge pull request #2712 from cortesi/types3 | Aldo Cortesi | 2017-12-19 | 8 | -197/+279 | |
|\| | | | | | | | | | | | | | | types: add validation, use it in commands | |||||
| * | | | | types: add validation to partial parser | Aldo Cortesi | 2017-12-19 | 3 | -18/+39 | |
| | | | | | ||||||
| * | | | | types: use new type validation mechanism in commands | Aldo Cortesi | 2017-12-19 | 6 | -99/+33 | |
| | | | | | ||||||
| * | | | | types: add validation functions | Aldo Cortesi | 2017-12-19 | 2 | -6/+129 | |
| | | | | | ||||||
| * | | | | types: cleanups and minor refactorings | Aldo Cortesi | 2017-12-19 | 5 | -76/+80 | |
| | | | | | ||||||
* | | | | | Merge pull request #2705 from mhils/issue-2694 | Maximilian Hils | 2017-12-18 | 1 | -0/+22 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Re-add body editing | |||||
| * | | | | implement body editing, fix #2694 | Maximilian Hils | 2017-12-18 | 1 | -0/+22 | |
| | | | | | ||||||
* | | | | | Merge pull request #2702 from Kriechi/fix-2640 | Thomas Kriechbaumer | 2017-12-18 | 14 | -19/+128 | |
|\ \ \ \ \ | |/ / / / |/| | | | | improve websocket dumps | |||||
| * | | | | add doc string | Thomas Kriechbaumer | 2017-12-18 | 1 | -0/+5 | |
| | | | | | ||||||
| * | | | | add tests | Thomas Kriechbaumer | 2017-12-18 | 5 | -3/+33 | |
| | | | | | ||||||
| * | | | | ignore contrib type errors | Thomas Kriechbaumer | 2017-12-18 | 3 | -0/+7 | |
| | | | | |