aboutsummaryrefslogtreecommitdiffstats
path: root/docs/scripting/api.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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-191-3/+5
|
* docs: logging and the contextAldo Cortesi2016-10-161-5/+15
|
* docs: overview, classes, argumentsAldo Cortesi2016-10-161-0/+8
|
* docs: improve external source links, tweak code docsAldo Cortesi2016-10-161-3/+17
|
* docs: cleanups improvements and fighting sphinxAldo Cortesi2016-10-161-0/+8
- Hide links to internal code listings, and link to github instead - Improve formatting of code/example captions - Fix outdated documentation of command-line options - Complete documentation of all events + improved formatting - tcp_open -> tcp_start, tcp_close -> tcp_end to reduce confusion