Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: simplify install instructions | Maximilian Hils | 2017-08-15 | 1 | -5/+5 |
| | | | | | We only need pip3 now on all OSes as cryptography now ships wheels on Linux :tada:. Also remove `pip3 install --user` recommendation because that won't end up on $PATH. | ||||
* | docs: Fix typo | Paulo Romeira | 2017-07-29 | 1 | -3/+3 |
| | |||||
* | minor docs improvements | Maximilian Hils | 2017-07-04 | 1 | -12/+11 |
| | |||||
* | update streaming docs | Ujjwal Verma | 2017-07-04 | 5 | -72/+107 |
| | |||||
* | Note to enable `Certificate Trust Settings` in iOS 10.3 or up (#2312) | Zhigang Fang | 2017-05-05 | 1 | -0/+3 |
| | |||||
* | prominently link to examples in script docs | Maximilian Hils | 2017-04-27 | 1 | -0/+6 |
| | |||||
* | clarify that `--cert` expects a leaf certificate | Maximilian Hils | 2017-04-26 | 1 | -1/+1 |
| | | | refs #2254 | ||||
* | Revamp how addons work | Aldo Cortesi | 2017-04-25 | 2 | -20/+4 |
| | | | | | | | | | | | | | | | | | | | - Addons now nest, which means that addons can manage addons. This has a number of salutary effects - the scripts addon no longer has to poke into the global addons list, we no longer have to replace/remove/boot-outof parent addons when we load scripts, and this paves the way for making our top-level tools into addons themselves. - All addon calls are now wrapped in a safe execution environment where exceptions are caught, and output to stdout/stderr are intercepted and turned into logs. - We no longer support script arguments in sys.argv - creating an option properly is the only way to pass arguments. This means that all scripts are always directly controllable from interctive tooling, and that arguments are type-checked. For now, I've disabled testing of the har dump example - it needs to be moved to the new argument handling, and become a class addon. I'll address that in a separate patch. | ||||
* | Replace phrase "an TLS" with "a TLS" | jonathanrfisher1 | 2017-03-29 | 1 | -4/+4 |
| | | | Updating usage of 'a' or 'an' to be more consistent with general English grammatical rules. TLS is pronounced with a consonant sound for both the expanded and abbreviated versions. | ||||
* | minor fixes | Maximilian Hils | 2017-03-11 | 1 | -4/+3 |
| | |||||
* | Changed docs | Ujjwal Verma | 2017-03-11 | 1 | -4/+4 |
| | |||||
* | Merge pull request #2124 from mitmproxy/opensuse-docs | Maximilian Hils | 2017-03-08 | 1 | -0/+14 |
|\ | | | | | Add install docs for openSUSE | ||||
| * | add install docs for openSUSE | Maximilian Hils | 2017-03-08 | 1 | -0/+14 |
| | | |||||
* | | Merge pull request #2090 from mitmproxy/fix-pathod-header-doc | Thomas Kriechbaumer | 2017-03-08 | 1 | -2/+2 |
|\ \ | |/ |/| | pathoc: fix documentation for headers | ||||
| * | pathoc: fix documentation for headers | Maximilian Hils | 2017-03-02 | 1 | -2/+2 |
| | | |||||
* | | fix other occurences of options shortcut | Maximilian Hils | 2017-03-07 | 8 | -10/+10 |
| | | |||||
* | | Update tcpproxy.rst | Yamamori Akihiro | 2017-03-07 | 1 | -1/+1 |
| | | | | | | Correction in key short cut for TCP Proxy | ||||
* | | update docs wording | Maximilian Hils | 2017-03-04 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into on-issues | Nikhil Soni | 2017-03-03 | 1 | -6/+6 |
|\| | |||||
| * | docs: fix cert install link | Maximilian Hils | 2017-03-02 | 1 | -1/+1 |
| | | |||||
| * | docs: http -> https where possible | Maximilian Hils | 2017-03-02 | 1 | -6/+6 |
| | | |||||
| * | link to stackoverflow for chrome certificate management | Thomas Taschauer | 2017-03-02 | 1 | -1/+1 |
| | | |||||
* | | Updates help msg and docs for --keep-host-header | Nikhil Soni | 2017-03-03 | 1 | -2/+3 |
|/ | |||||
* | remove zlib1g dependency from install instructions | Thomas Kriechbaumer | 2017-02-15 | 1 | -2/+2 |
| | |||||
* | nuke Pillow | Thomas Kriechbaumer | 2017-02-15 | 1 | -2/+2 |
| | |||||
* | Add transparent proxy support for OpenBSD | Jihyun Yu | 2017-02-11 | 3 | -1/+55 |
| | | | | Add transparent proxy support for OpenBSD with pf divert-to. | ||||
* | Merge pull request #1964 from mhils/new-contribution-docs | Maximilian Hils | 2017-01-31 | 8 | -66/+15 |
|\ | | | | | New contribution docs | ||||
| * | add contributing section that redirects to README | Maximilian Hils | 2017-01-29 | 3 | -3/+15 |
| | | |||||
| * | remove outdated testing section from docs | Maximilian Hils | 2017-01-29 | 2 | -48/+0 |
| | | |||||
| * | remove outdated architecture section from docs | Maximilian Hils | 2017-01-29 | 5 | -15/+0 |
| | | |||||
* | | Update shim path (#1968) | Markus Unterwaditzer | 2017-01-30 | 1 | -1/+1 |
|/ | |||||
* | fix link to macOS and Linux binaries | Eric Hanchrow | 2017-01-23 | 1 | -2/+3 |
| | |||||
* | replace iOS install instructions for CAs | Thomas Kriechbaumer | 2017-01-20 | 1 | -1/+3 |
| | | | | fixes #1898 | ||||
* | provide git information with --version | Thomas Kriechbaumer | 2017-01-19 | 1 | -1/+1 |
| | | | | fixes #1848 | ||||
* | reSt verbatim formatting error | tripleee | 2017-01-13 | 1 | -2/+2 |
| | | | The rendered code snippets would be rewrapped as if it were prose, which wreaks havoc with the code. | ||||
* | clarify windows install docs | Maximilian Hils | 2017-01-10 | 1 | -3/+3 |
| | |||||
* | Added note about server-side replay for sessions recorded in reverse-proxy mode | Rodrigo Senra | 2017-01-07 | 1 | -0/+13 |
| | |||||
* | add mitmweb explanation to introduction | Maximilian Hils | 2016-12-26 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' into admin | Aldo Cortesi | 2016-12-24 | 5 | -59/+105 |
|\ | |||||
| * | reflow docs | Thomas Kriechbaumer | 2016-12-21 | 2 | -25/+45 |
| | | |||||
| * | update installation page | Maximilian Hils | 2016-12-20 | 1 | -60/+69 |
| | | | | | | | | | | We emphasize the binary installation because that is usually the simplest method to install mitmproxy on all major platforms. | ||||
| * | docs: add mitmweb stub | Maximilian Hils | 2016-12-20 | 3 | -0/+17 |
| | | |||||
| * | rename logging.py example. this conflicted with Python's stdlib | Maximilian Hils | 2016-12-19 | 1 | -2/+2 |
| | | |||||
* | | Administrivia: docs for new config file, minor adjustments | Aldo Cortesi | 2016-12-17 | 1 | -79/+6 |
|/ | | | | | For now, the config file docs basically say "it's YAML, read the source". We should do better for the next release. | ||||
* | Addon test docs, remove stray deprecated events | Aldo Cortesi | 2016-12-17 | 1 | -0/+17 |
| | | | | Fixes #1572 | ||||
* | fix install.rst | Maximilian Hils | 2016-12-11 | 1 | -0/+4 |
| | |||||
* | docs: update installation | Thomas Kriechbaumer | 2016-12-11 | 1 | -49/+37 |
| | |||||
* | fix docs | Thomas Kriechbaumer | 2016-11-23 | 2 | -2/+2 |
| | |||||
* | websocket: add event documentation | Thomas Kriechbaumer | 2016-11-23 | 1 | -12/+46 |
| | |||||
* | rename WebSocket{s,} protocol | Thomas Kriechbaumer | 2016-11-23 | 2 | -5/+5 |
| |