aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* docs++Maximilian Hils2015-11-071-13/+13
|
* Added information on cert pinning (Fixes #689)David Dworken2015-11-061-0/+10
|
* docs: fix broken graphicMaximilian Hils2015-11-021-0/+0
|
* docs: improve mode flowchartMaximilian Hils2015-11-022-0/+0
|
* improve reverse proxy docsMaximilian Hils2015-11-021-3/+3
|
* Ubuntu install missing libjpeg8-dev, zlib1g-devNick Badger2015-10-221-1/+1
| | | As per https://pillow.readthedocs.org/en/3.0.0/installation.html#linux-installation, to avoid missing install dependencies.
* Update ubuntu installation to includ libjpegNick Badger2015-10-221-1/+1
| | | Otherwise install fails with error "--enable-jpeg requested but jpeg not found"
* doc typo fixBen Lerner2015-10-131-1/+1
|
* adjust to netlib response changes + docsMaximilian Hils2015-09-261-8/+11
|
* adjust to netlib request changes + docsMaximilian Hils2015-09-263-9/+43
|
* experimental: run tests using py.testsMaximilian Hils2015-09-212-3/+4
|
* improve readmeMaximilian Hils2015-09-161-1/+1
|
* docs: update documentedlist, add filter table headersMaximilian Hils2015-09-082-14/+15
|
* docs: minor fixesMaximilian Hils2015-09-0730-80/+91
|