aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* docs: logging and the contextAldo Cortesi2016-10-164-24/+44
|
* docs: overview, classes, argumentsAldo Cortesi2016-10-162-20/+60
|
* docs: improve external source links, tweak code docsAldo Cortesi2016-10-162-18/+31
|
* docs: cleanups improvements and fighting sphinxAldo Cortesi2016-10-1613-343/+375
| | | | | | | | - 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
* Issue 1461 (#1609)Sanchit Sokhey2016-10-131-3/+14
| | | | | | | | | | | | | | * doc changes * doc changes * doc changes * doc changes * Documentation updated * Documentation for custom certificate updated
* use flt instead of filt for flowfilter expressionsThomas Kriechbaumer2016-10-041-1/+1
|
* websockets_handshake -> websocket_handshakeAldo Cortesi2016-10-041-1/+1
| | | | The plural feels awkward.
* rename mitmproxy.filt -> mitmproxy.flowfilterThomas Kriechbaumer2016-10-031-2/+1
|
* fix docsMaximilian Hils2016-10-021-2/+1
|
* Merge remote-tracking branch 'upstream/master'Aldo Cortesi2016-09-301-1/+1
|\
| * fix typoMaximilian Hils2016-09-281-1/+1
| |
* | docs: minor formatting/cleanupsAldo Cortesi2016-09-301-30/+1
| |
* | docs: remove auto-generated stubsAldo Cortesi2016-09-304-41/+0
| | | | | | | | | | | | These are too verbose/low info for these docs. We should include pointers to where to start reading the code, and perhaps later we can include full auto-generated API docs separately.
* | docs: make sidebar headings more legibleAldo Cortesi2016-09-301-0/+4
|/
* Update reverse proxy host header docsRyan Laughlin2016-09-261-24/+9
|
* Fixed restructuredText error.smill2016-09-151-1/+2
|
* Improved the documentation.smill2016-09-051-5/+17
|
* Improved error-handling / supplemented documention.smill2016-09-041-0/+16
|
* Merge pull request #1482 from Kriechi/improve-docsAldo Cortesi2016-09-032-89/+89
|\ | | | | update docs: how mitmproxy works
| * update docs: introductionThomas Kriechbaumer2016-08-171-11/+10
| |
| * update docs: how mitmproxy worksThomas Kriechbaumer2016-08-151-78/+79
| |
* | add docs for websocket_handshake hookThomas Kriechbaumer2016-09-011-0/+12
| |
* | introduce Response.make for simple response creationMaximilian Hils2016-08-231-0/+2
|/
* Update install.rstMaximilian Hils2016-08-021-1/+1
|
* Update gamecenter.rstDrake Caraker2016-07-161-1/+1
| | | Typo fix: changed plist score value from '0' to '55', aligning with the subsequent explanatory text.
* Merge remote-tracking branch 'origin/master' into message-body-encodingMaximilian Hils2016-07-151-19/+4
|\
| * remove script contextsMaximilian Hils2016-07-071-19/+4
| |
* | message.content -> .raw_content, implement .textMaximilian Hils2016-07-021-2/+0
|/ | | | | | | | | | | | | | | This PR improves our handling of HTTP message body encodings: - The unaltered message body is now accessible as `.raw_content` - The "content-encoding"-decoded content (i.e. gzip removed) content is not `.content`, as this is what we want in 99% of the cases. - `.text` now provides the "content-encoding"-decoded and then "content-type charset"-decoded message body. - The decoded values for `.content` and `.text` are cached, so that repeated access and `x.text = x.text` is cheap. - The `decoded()` decorator is now deprecated, as we can now just use `.content`. Similarly `HTTPMessage.get_decoded_content()` is deprecated.
* improve docs, fix #1290Maximilian Hils2016-06-291-2/+7
|
* minor docs fixMaximilian Hils2016-06-261-1/+1
|
* Merge pull request #1285 from westurner/patch-1Maximilian Hils2016-06-231-2/+18
|\ | | | | DOC: install.rst: Installation on Fedora, Ubuntu
| * DOC: install.rst: Installation on Fedora, UbuntuWes Turner2016-06-211-2/+18
| |
* | Show how to upgrade pip.BSalita2016-06-221-1/+3
|/ | | Windows install failed due to out of date pip. Show how to upgrade to latest pip.
* update examples, tests, docsMaximilian Hils2016-06-131-1/+1
|
* Fold mitmproxy.version and pathod.version into netlib.versionAldo Cortesi2016-06-121-3/+3
|
* Remove odictAldo Cortesi2016-06-091-6/+6
| | | | | | | | - Adds default implementations for _kconv and _reduce_values to MultiDict. Without these, operations fail in really, really non-obvious ways. - Replace the remaining few instances of ODict Fixes #1159
* fix docsMaximilian Hils2016-06-061-1/+1
|
* docs: remove option directiveMaximilian Hils2016-06-0618-54/+54
| | | | | inserting " .. option::" tags create ugly markup, so we just ditch this entirely and continue using refs.
* fix MultiView docsMaximilian Hils2016-06-061-4/+10
|
* docs: adjust theme override inclusionAldo Cortesi2016-06-071-5/+2
| | | | https://github.com/rtfd/readthedocs.org/issues/2116
* Migrate pathod docs to SphinxAldo Cortesi2016-06-077-3/+643
| | | | | | All the content of the pathod docs are moved into Sphinx. The interactive format has not translated well to static docs, and there's still a lot of rewriting, format fixing, structuring, etc to be done.
* docs++Maximilian Hils2016-05-181-0/+11
|
* docs: minor fixesMaximilian Hils2016-04-304-3/+6
|
* Update certinstall.rstMaximilian Hils2016-04-281-2/+2
|
* Merge branch 'master' of https://github.com/mitmproxy/mitmproxyMaximilian Hils2016-04-111-0/+11
|\
| * Add installation instructions for Arch Linux (#1079)Felix Yan2016-04-111-0/+11
| |