aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* cleanup transparent linux docsThomas Kriechbaumer2017-12-211-26/+8
|
* Update linux.rstJim Higson2017-12-211-2/+22
|
* minor docs improvementsMaximilian Hils2017-12-181-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 sectionjimhigson2017-12-181-5/+8
|
* docs++: add websocket PING/PONGThomas Kriechbaumer2017-12-121-0/+5
|
* docs++: add individual protocol pagesThomas Kriechbaumer2017-12-127-7/+63
|
* docs-certinstall: Certificate pinning update link rst0git2017-10-191-1/+1
| | | Certificate pinning (HTTP Public Key Pinning) is better described on Wikipedia
* docs-install: Fix typorst0git2017-10-181-1/+1
|
* update installation docsThomas Kriechbaumer2017-09-041-82/+75
|
* docs: simplify install instructionsMaximilian Hils2017-08-151-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 typoPaulo Romeira2017-07-291-3/+3
|
* minor docs improvementsMaximilian Hils2017-07-041-12/+11
|
* update streaming docsUjjwal Verma2017-07-045-72/+107
|
* Note to enable `Certificate Trust Settings` in iOS 10.3 or up (#2312)Zhigang Fang2017-05-051-0/+3
|
* prominently link to examples in script docsMaximilian Hils2017-04-271-0/+6
|
* clarify that `--cert` expects a leaf certificateMaximilian Hils2017-04-261-1/+1
| | | refs #2254
* Revamp how addons workAldo Cortesi2017-04-252-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"jonathanrfisher12017-03-291-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 fixesMaximilian Hils2017-03-111-4/+3
|
* Changed docsUjjwal Verma2017-03-111-4/+4
|
* Merge pull request #2124 from mitmproxy/opensuse-docsMaximilian Hils2017-03-081-0/+14
|\ | | | | Add install docs for openSUSE
| * add install docs for openSUSEMaximilian Hils2017-03-081-0/+14
| |
* | Merge pull request #2090 from mitmproxy/fix-pathod-header-docThomas Kriechbaumer2017-03-081-2/+2
|\ \ | |/ |/| pathoc: fix documentation for headers
| * pathoc: fix documentation for headersMaximilian Hils2017-03-021-2/+2
| |
* | fix other occurences of options shortcutMaximilian Hils2017-03-078-10/+10
| |
* | Update tcpproxy.rstYamamori Akihiro2017-03-071-1/+1
| | | | | | Correction in key short cut for TCP Proxy
* | update docs wordingMaximilian Hils2017-03-041-2/+2
| |
* | Merge branch 'master' into on-issuesNikhil Soni2017-03-031-6/+6
|\|
| * docs: fix cert install linkMaximilian Hils2017-03-021-1/+1
| |
| * docs: http -> https where possibleMaximilian Hils2017-03-021-6/+6
| |
| * link to stackoverflow for chrome certificate managementThomas Taschauer2017-03-021-1/+1
| |
* | Updates help msg and docs for --keep-host-headerNikhil Soni2017-03-031-2/+3
|/
* remove zlib1g dependency from install instructionsThomas Kriechbaumer2017-02-151-2/+2
|
* nuke PillowThomas Kriechbaumer2017-02-151-2/+2
|
* Add transparent proxy support for OpenBSDJihyun Yu2017-02-113-1/+55
| | | | Add transparent proxy support for OpenBSD with pf divert-to.
* Merge pull request #1964 from mhils/new-contribution-docsMaximilian Hils2017-01-318-66/+15
|\ | | | | New contribution docs
| * add contributing section that redirects to READMEMaximilian Hils2017-01-293-3/+15
| |
| * remove outdated testing section from docsMaximilian Hils2017-01-292-48/+0
| |
| * remove outdated architecture section from docsMaximilian Hils2017-01-295-15/+0
| |
* | Update shim path (#1968)Markus Unterwaditzer2017-01-301-1/+1
|/
* fix link to macOS and Linux binariesEric Hanchrow2017-01-231-2/+3
|
* replace iOS install instructions for CAsThomas Kriechbaumer2017-01-201-1/+3
| | | | fixes #1898
* provide git information with --versionThomas Kriechbaumer2017-01-191-1/+1
| | | | fixes #1848
* reSt verbatim formatting errortripleee2017-01-131-2/+2
| | | The rendered code snippets would be rewrapped as if it were prose, which wreaks havoc with the code.
* clarify windows install docsMaximilian Hils2017-01-101-3/+3
|
* Added note about server-side replay for sessions recorded in reverse-proxy modeRodrigo Senra2017-01-071-0/+13
|
* add mitmweb explanation to introductionMaximilian Hils2016-12-261-0/+2
|
* Merge branch 'master' into adminAldo Cortesi2016-12-245-59/+105
|\
| * reflow docsThomas Kriechbaumer2016-12-212-25/+45
| |
| * update installation pageMaximilian Hils2016-12-201-60/+69
| | | | | | | | | | We emphasize the binary installation because that is usually the simplest method to install mitmproxy on all major platforms.