aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| |
* | docs: better data structure docsMaximilian Hils2016-04-115-9/+13
|/
* docs: fix logoMaximilian Hils2016-04-102-0/+0
|
* update document for the removal of CONTENT_MISSINGMatthew Shao2016-03-261-2/+1
|
* Doc tweaksAldo Cortesi2016-02-215-6/+11
| | | | | | | | | | | | | | | | | | | This patch does the following: - Fixes all warnings in the doc tree - Adds a modd + devd conf file that renders HTML and treats doc warnings as errors. This lets you send warning output to your desktop notifier, and gives livereload similar to the livehtml entry in the Makefile. - Some small tweaks Sphinx currently has a bug that causes unknown options to generate a warning: https://github.com/sphinx-doc/sphinx/issues/2229 This is fixed in stable, but not yet released. You can update Sphinx to the latest stable like so: pip install --upgrade https://github.com/sphinx-doc/sphinx/archive/stable.zip
* Docs and examples to top levelAldo Cortesi2016-02-18107-0/+6518
|
* move mitmproxyMaximilian Hils2016-02-15107-6520/+0
|
* workaround for RTD issue rtfd/readthedocs.org#152Maximilian Hils2016-02-111-1/+1
|
* fix #823Maximilian Hils2016-02-103-3/+13
|
* remove compatible version specifiersMaximilian Hils2016-02-051-0/+3
|
* Add SNI ignore docs and have code match itDavid Weinstein2016-01-261-2/+2
|
* Add Inline Script Hooks to TCP modeMichael J. Bazzinotti2016-01-101-23/+40
|
* [docs/libmproxy/test] Support single client-side cert file as argument toMichael J. Bazzinotti2015-12-281-3/+14
| | | | --client-certs
* docs: fix typosJakub Wilk2015-12-123-4/+4
|