aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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.
| * docs: add mitmweb stubMaximilian Hils2016-12-203-0/+17
| |
| * rename logging.py example. this conflicted with Python's stdlibMaximilian Hils2016-12-191-2/+2
| |
* | Administrivia: docs for new config file, minor adjustmentsAldo Cortesi2016-12-171-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 eventsAldo Cortesi2016-12-171-0/+17
| | | | Fixes #1572
* fix install.rstMaximilian Hils2016-12-111-0/+4
|
* docs: update installationThomas Kriechbaumer2016-12-111-49/+37
|
* fix docsThomas Kriechbaumer2016-11-232-2/+2
|
* websocket: add event documentationThomas Kriechbaumer2016-11-231-12/+46
|
* rename WebSocket{s,} protocolThomas Kriechbaumer2016-11-232-5/+5
|
* organize examplesMaximilian Hils2016-11-212-15/+15
| | | | | | | This commit is largely based on work by Thiago Arrais (@thiagoarrais) and Shane Bradfield (@l33tLumberjack). I wasn't really able to get their PR reasonably merged onto the latest master, so I reapplied their changes manually here and did some further improvements on that.
* docs: Fix typosQuentin Pradet2016-11-141-2/+2
|
* addons.proxyauth: out with the old, in with the newAldo Cortesi2016-11-131-5/+4
| | | | | - Strip out old auth mechanisms, and enable addon - Disable web app auth for now - this should just use the Tornado auth stuff
* Refine handling of HTTP CONNECTAldo Cortesi2016-11-121-0/+13
| | | | | | | - CONNECT requests do not generate the usual http events. Instead, they generate the http_connect event and handlers then have the option of setting an error response to abort the connect. - The connect handler is called for both upstream proxy and regular proxy CONNECTs.
* [MINOR] fix link in documentationNaveen Pai2016-11-041-1/+4
|
* Update for Ubuntu 16.04Andrew Orr2016-10-311-4/+16
|
* docs: examples/logging -> examples/context_loggingAldo Cortesi2016-10-301-3/+3
|
* docs: fix broken versionAldo Cortesi2016-10-211-3/+3
|
* The final piece: netlib -> mitproxy.netAldo Cortesi2016-10-203-6/+3
|
* netlib.version -> mitmproxy.versionAldo Cortesi2016-10-201-3/+3
|
* mitmproxy.protocol -> mitmproxy.proxy.protocolAldo Cortesi2016-10-191-1/+1
| | | | | The protocols here are compltely proxy-specific, are only used from within the proxy module, and are not exposed to users.
* Move all tools into mitmproxy.tools, move models/* to top levelAldo Cortesi2016-10-191-8/+8
| | | | | | The primary motivation here (and for all the other moving around) is to present a clean "front of house" to library users, and to migrate primary objects to the top of the module hierarchy.
* addons.Addons -> addonmanager, builtins -> addonsAldo Cortesi2016-10-192-4/+6
|
* First-order conversion to Python3-onlyAldo Cortesi2016-10-171-3/+3
| | | | | | - Zap various occurrences of Python2 in docs and scripts - Remove six from netlib, and some other places where obvious project-wide search and replace works.
* docs: concurrency, developing scriptsAldo Cortesi2016-10-161-20/+19
|
* docs: scripts on saved flowsAldo Cortesi2016-10-161-7/+23
|
* docs: link to correct tagMaximilian Hils2016-10-161-5/+16
|