aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* | docs: don't make links extra boldMaximilian Hils2018-11-091-1/+1
| |
* | docs: Add mitm.it link in the certificates docs.Abhigyan Khaund2018-11-051-1/+1
| |
* | Fixed doc about domain whitelistingTey2018-10-051-5/+11
|/
* Merge pull request #3186 from andersonvom/masterAldo Cortesi2018-07-111-1/+16
|\ | | | | Add scripting example to intercept & change requests
| * Add example to intercept/change specific requestsAnderson Mesquita2018-06-161-0/+15
| | | | | | | | | | | | | | | | | | This example captures requests to a specific URL and returns an arbitrary response instead. It's common enough that is useful to have in the docs. It also adds links to the Request and Response classes to help developers writing scripts.
| * Rename scripting fileAnderson Mesquita2018-06-081-1/+1
| | | | | | | | | | In order to add the more scripting examples, it makes sense to rename this file and avoid confusion.
* | Update howto-transparent.mdbunnyhero2018-07-051-3/+3
|/ | | | | i got a syntax error on macOS high sierra with the existing example pf.conf line. based on sample pf rules i found online, i believe it was missing the `pass` keyword, which i added. also, the surrounding text refers to "two lines," when there is only one, so i've updated that too.
* docs: fix minimum page heightMaximilian Hils2018-05-251-0/+8
|
* docs: minor improvements to Windows installationMaximilian Hils2018-05-161-7/+6
|
* docs: complete, informative documentation on our SOCKS5 modeAldo Cortesi2018-05-161-3/+1
|
* docs: installation, WSLAldo Cortesi2018-05-162-6/+14
|
* docs: clarify binary packaage admonitionAldo Cortesi2018-05-151-13/+12
|
* docs: console key binding docs and exampleAldo Cortesi2018-05-151-0/+18
|
* docs: split out tool documentationAldo Cortesi2018-05-155-39/+51
|
* cadir -> confdirAldo Cortesi2018-05-101-4/+4
| | | | | We store a lot more than just the CAs in our configuration directory. Clarify the option name.
* Merge pull request #2986 from miheerdew/patch-1Thomas Kriechbaumer2018-05-061-2/+36
|\ | | | | Workaround for MacOS transparent proxy
| * Merge masterMiheer Dewaskar2018-03-2422-181/+255
| |\
| * | SpellingMiheer Dewaskar2018-03-111-2/+2
| | |
| * | Extrac comment and typoMiheer Dewaskar2018-03-111-1/+2
| | |
| * | Workaround for MacOS transparent proxyMiheer Dewaskar2018-03-111-2/+37
| | | | | | | | | This workaround (adopted from #1261) allows MacOS users to redirect their machine's outgoing traffic to mitmproxy transparently.
* | | Fix typo in addons-overview.mdSimon Elvery2018-05-051-1/+1
| | |
* | | Changed syntax from v2 to v3p1uymi2018-04-261-3/+3
| | | | | | | | | | | | --client-certs = v2 syntax --> --set client_certs=value = v3 syntax --cadir = v2 syntax --> --set cadir=value = v3 syntax
* | | fix GA idMaximilian Hils2018-04-111-1/+1
| | |
* | | Merge pull request #3025 from Kriechi/py36Aldo Cortesi2018-04-011-4/+4
|\ \ \ | | | | | | | | Python 3.5 is dead -- long live Python 3.6!
| * | | Python 3.5 is dead -- long live Python 3.6!Thomas Kriechbaumer2018-03-311-4/+4
| | | | | | | | | | | | | | | | fixes #2266
* | | | Update addons-overview.mdghillu2018-04-011-2/+2
|/ / / | | | | | | Fixed a typo
* | | Merge pull request #3012 from Kriechi/docs-optionsAldo Cortesi2018-03-3011-60/+112
|\ \ \ | | | | | | | | docs: add auto-generated options reference
| * | | docs: add auto-generated options referenceThomas Kriechbaumer2018-03-2511-63/+101
| | | |
| * | | docs: add skeleton for options scriptMaximilian Hils2018-03-241-0/+14
| | |/ | |/|
* / | Fixed Typo in Transparent Proxy Setup for MacMichael Shi2018-03-261-1/+1
|/ / | | | | Fixed typo referencing `en2` when it should mention `en0`
* | fix cloudfront invalidation pathsMaximilian Hils2018-03-213-3/+3
| |
* | various docs improvementsMaximilian Hils2018-03-2115-96/+141
| | | | | | | | | | | | | | - add clickable anchors for headers - add "outdated" warning for archived docs - add "edit on github" button - beautify template
* | improve transparent mode docsMaximilian Hils2018-03-201-80/+75
| |
* | minor docs fixesMaximilian Hils2018-03-203-36/+43
| |
* | add google analyticsMaximilian Hils2018-03-202-0/+2
| |
* | abort doc scripts on errorMaximilian Hils2018-03-205-1/+6
| |
* | add README for docs installMaximilian Hils2018-03-201-0/+22
|/
* docs: cloudfront invalidationAldo Cortesi2018-03-073-8/+8
|
* release: revamped release upload processAldo Cortesi2018-03-071-1/+1
|
* docs: enable upload to docs.mitmproxy.org/masterAldo Cortesi2018-03-072-8/+13
|
* docs: add robots.txt and error.htmlAldo Cortesi2018-03-054-1/+19
| | | | | | - robots.txt prevents crawling of everything but /stable - error.html has a simple meta refresh to the latest stable docs. This will also help crawlers find the right path.
* docs: add build and upload scriptsAldo Cortesi2018-03-054-0/+36
| | | | | | The upload scripts might be unified down the track, or might not. CloudFront is not set up for the docs bucket yet, so CDN invalidation is commented out. This will be added later.
* docs: port changes in .css to .scss sourceAldo Cortesi2018-03-052-15/+11
|
* Merge pull request #2949 from Kriechi/docs-protocolsAldo Cortesi2018-03-051-0/+93
|\ | | | | docs: add protocols description
| * docs: add protocols descriptionThomas Kriechbaumer2018-03-031-0/+93
| |
* | Merge pull request #2948 from Kriechi/docs-sidebar-heightMaximilian Hils2018-03-041-1/+0
|\ \ | | | | | | render sidebar without height limit
| * | render sidebar without height limitThomas Kriechbaumer2018-03-031-1/+0
| |/
* / make sidebar visually distinctThomas Kriechbaumer2018-03-031-0/+4
|/
* readd Wireshark SSL master secrets docsThomas Kriechbaumer2018-03-021-0/+28
|
* Merge pull request #2920 from kira0204/docs-2913Maximilian Hils2018-02-259-8/+8
|\ | | | | Docs updates