aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src
Commit message (Collapse)AuthorAgeFilesLines
* improve docs for win installMaximilian Hils2015-04-261-12/+18
| | | | | | | Adding Python to PATH during installation is useful, but doesn't help users who have already installed Python. The Powershell command takes care of the Scripts directory as well.
* Merge pull request #555 from elitest/userinstalldocsMaximilian Hils2015-04-262-32/+46
|\ | | | | User Installation Documentation update
| * Re-org and added platform specific install from source docs, refs: ↵Jim Shaver2015-04-251-30/+34
| | | | | | | | mitmproxy/mitmproxy#398
| * Moved installing from Source to the bottom.Jim Shaver2015-04-211-18/+18
| |
| * Removed logging out added setting variables manually.Jim Shaver2015-04-111-2/+2
| |
| * added the most important part of "sudo apt-get install ..." to the docsJim Shaver2015-04-111-1/+1
| |
| * Removed mitmweb referrences and added On This Page sectionJim Shaver2015-04-111-10/+15
| |
| * cleaned up Installing from source section.Jim Shaver2015-04-111-18/+9
| |
| * Fixed image name and moved it into the screenshots folderJim Shaver2015-04-111-0/+0
| |
| * Fixed english and made each OS consistentJim Shaver2015-04-112-12/+6
| |
| * Cleaned up Ubuntu docs and added Windows installation informationJim Shaver2015-04-112-14/+34
| |
* | Update docs to reflect non-aliased odict moduleAldo Cortesi2015-04-141-4/+3
| |
* | Housekeeping and cleanupsAldo Cortesi2015-04-141-1/+1
|/ | | | | | | | - No output to stdout on load in examples - they muck up the test suite. - Use the odict module directly, rather than aliasing it. The small convenience this gives to scripters is not worth it. - Move the cookie tests from the flow test module to the protocol_http test module.
* update docsMaximilian Hils2015-03-041-2/+6
|
* Documentation for the client side certificate is addedsentient072015-03-031-1/+4
|
* SSLKEYLOGFILE docsMaximilian Hils2015-02-283-0/+10
|
* fix #319Maximilian Hils2015-02-271-4/+5
|
* Change from checking __call__ to using callable;Youhei Sakurai2015-02-271-1/+1
| | | https://github.com/mitmproxy/mitmproxy/issues/319
* Maybe it should work; https://github.com/mitmproxy/mitmproxy/issues/319Youhei Sakurai2015-02-271-0/+3
|
* fix #468Maximilian Hils2015-02-081-2/+5
|
* Update inlinescripts.htmlmichaeljau2015-01-071-2/+2
| | | I updated the certutils.SSLCert reference from "libmproxy.certutils.SSLCert" to "netlib.certutils.SSLCert".
* we do not support https2http in upstream proxy modeMaximilian Hils2015-01-011-14/+0
|
* Adjust how doc rendering uses mitmproxy source locationAldo Cortesi2014-12-282-8/+5
| | | | | We now make sure our imports come from here too, and that we have mod cons like tilde expansion in the env variable.
* Documentation for config filesAldo Cortesi2014-12-283-2/+97
|
* web: integrate filter docsMaximilian Hils2014-12-261-23/+1
|
* fix gzipped body editMaximilian Hils2014-12-231-2/+2
|
* fix #304Maximilian Hils2014-12-091-1/+25
|
* docs++Maximilian Hils2014-11-131-0/+9
|
* We don't need requests for mitmproxyAldo Cortesi2014-11-051-2/+0
|
* Merge branch 'master' of github.com:mitmproxy/mitmproxyMaximilian Hils2014-10-239-181/+244
|\ | | | | | | | | Conflicts: doc-src/modes.html
| * Document http2https and https2httpAldo Cortesi2014-10-232-1/+30
| |
| * Correct docs - we no longer support change of basic proxy mode in the ↵Aldo Cortesi2014-10-232-6/+0
| | | | | | | | console app
| * More refactoring of installation docsAldo Cortesi2014-10-231-1/+15
| | | | | | | | | | | | - Make it clear that README.md only has the hacking installation instructions - Beef up install.html
| * Keep sidebar ordering alphabetical, add SOCKS documentationAldo Cortesi2014-10-233-4/+16
| |
| * First redraft of modes documentationAldo Cortesi2014-10-231-143/+155
| |
| * Documentation re-orgAldo Cortesi2014-10-233-30/+32
| | | | | | | | | | | | - No longer using README.md in the rendered documentation. - Rendered doc instrutions are now for the released version of mitmproxy, with dev install instructions in the README.md
* | fix typoMaximilian Hils2014-10-231-1/+1
| |
* | update proxy modes diagramsMaximilian Hils2014-10-234-0/+0
|/
* fix #378Maximilian Hils2014-10-221-3/+19
|
* add generic tcp proxying, fix #374Maximilian Hils2014-10-185-5/+45
|
* docs: make sure that inline script devs don't miss the examplesMaximilian Hils2014-09-141-2/+9
|
* Docs stub for Unbuntu, restore executable flag on binaries.Aldo Cortesi2014-09-091-0/+19
|
* add note about icmp redirects, fix #255Maximilian Hils2014-09-081-0/+10
|
* document --ignore, fix #350Maximilian Hils2014-09-083-9/+90
|
* add mitm.it error siteMaximilian Hils2014-09-072-0/+6
|
* Merge pull request #347 from mitmproxy/issue_341Aldo Cortesi2014-09-071-27/+26
|\ | | | | Remove BackReferenceMixin
| * Merge branch 'issue_341' into server_change_apiMaximilian Hils2014-09-062-0/+0
| |\
| * | update docs, mostly revert 2f44b26b4cd014e03dd62a125d79af9b81663a93Maximilian Hils2014-09-051-27/+26
| | |
* | | docs: mitmproxy now displays the reverse proxy server unless --host is ↵Maximilian Hils2014-09-071-3/+0
| | | | | | | | | | | | specified, which comes with a pretty big warning itself
* | | add docs on proxy modesMaximilian Hils2014-09-0724-1/+247
| |/ |/|