Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: scripts on saved flows | Aldo Cortesi | 2016-10-16 | 1 | -7/+23 |
| | |||||
* | docs: link to correct tag | Maximilian Hils | 2016-10-16 | 1 | -5/+16 |
| | |||||
* | docs: logging and the context | Aldo Cortesi | 2016-10-16 | 4 | -24/+44 |
| | |||||
* | docs: overview, classes, arguments | Aldo Cortesi | 2016-10-16 | 2 | -20/+60 |
| | |||||
* | docs: improve external source links, tweak code docs | Aldo Cortesi | 2016-10-16 | 2 | -18/+31 |
| | |||||
* | docs: cleanups improvements and fighting sphinx | Aldo Cortesi | 2016-10-16 | 13 | -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 Sokhey | 2016-10-13 | 1 | -3/+14 |
| | | | | | | | | | | | | | | * doc changes * doc changes * doc changes * doc changes * Documentation updated * Documentation for custom certificate updated | ||||
* | use flt instead of filt for flowfilter expressions | Thomas Kriechbaumer | 2016-10-04 | 1 | -1/+1 |
| | |||||
* | websockets_handshake -> websocket_handshake | Aldo Cortesi | 2016-10-04 | 1 | -1/+1 |
| | | | | The plural feels awkward. | ||||
* | rename mitmproxy.filt -> mitmproxy.flowfilter | Thomas Kriechbaumer | 2016-10-03 | 1 | -2/+1 |
| | |||||
* | fix docs | Maximilian Hils | 2016-10-02 | 1 | -2/+1 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' | Aldo Cortesi | 2016-09-30 | 1 | -1/+1 |
|\ | |||||
| * | fix typo | Maximilian Hils | 2016-09-28 | 1 | -1/+1 |
| | | |||||
* | | docs: minor formatting/cleanups | Aldo Cortesi | 2016-09-30 | 1 | -30/+1 |
| | | |||||
* | | docs: remove auto-generated stubs | Aldo Cortesi | 2016-09-30 | 4 | -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 legible | Aldo Cortesi | 2016-09-30 | 1 | -0/+4 |
|/ | |||||
* | Update reverse proxy host header docs | Ryan Laughlin | 2016-09-26 | 1 | -24/+9 |
| | |||||
* | Fixed restructuredText error. | smill | 2016-09-15 | 1 | -1/+2 |
| | |||||
* | Improved the documentation. | smill | 2016-09-05 | 1 | -5/+17 |
| | |||||
* | Improved error-handling / supplemented documention. | smill | 2016-09-04 | 1 | -0/+16 |
| | |||||
* | Merge pull request #1482 from Kriechi/improve-docs | Aldo Cortesi | 2016-09-03 | 2 | -89/+89 |
|\ | | | | | update docs: how mitmproxy works | ||||
| * | update docs: introduction | Thomas Kriechbaumer | 2016-08-17 | 1 | -11/+10 |
| | | |||||
| * | update docs: how mitmproxy works | Thomas Kriechbaumer | 2016-08-15 | 1 | -78/+79 |
| | | |||||
* | | add docs for websocket_handshake hook | Thomas Kriechbaumer | 2016-09-01 | 1 | -0/+12 |
| | | |||||
* | | introduce Response.make for simple response creation | Maximilian Hils | 2016-08-23 | 1 | -0/+2 |
|/ | |||||
* | Update install.rst | Maximilian Hils | 2016-08-02 | 1 | -1/+1 |
| | |||||
* | Update gamecenter.rst | Drake Caraker | 2016-07-16 | 1 | -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-encoding | Maximilian Hils | 2016-07-15 | 1 | -19/+4 |
|\ | |||||
| * | remove script contexts | Maximilian Hils | 2016-07-07 | 1 | -19/+4 |
| | | |||||
* | | message.content -> .raw_content, implement .text | Maximilian Hils | 2016-07-02 | 1 | -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 #1290 | Maximilian Hils | 2016-06-29 | 1 | -2/+7 |
| | |||||
* | minor docs fix | Maximilian Hils | 2016-06-26 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1285 from westurner/patch-1 | Maximilian Hils | 2016-06-23 | 1 | -2/+18 |
|\ | | | | | DOC: install.rst: Installation on Fedora, Ubuntu | ||||
| * | DOC: install.rst: Installation on Fedora, Ubuntu | Wes Turner | 2016-06-21 | 1 | -2/+18 |
| | | |||||
* | | Show how to upgrade pip. | BSalita | 2016-06-22 | 1 | -1/+3 |
|/ | | | Windows install failed due to out of date pip. Show how to upgrade to latest pip. | ||||
* | update examples, tests, docs | Maximilian Hils | 2016-06-13 | 1 | -1/+1 |
| | |||||
* | Fold mitmproxy.version and pathod.version into netlib.version | Aldo Cortesi | 2016-06-12 | 1 | -3/+3 |
| | |||||
* | Remove odict | Aldo Cortesi | 2016-06-09 | 1 | -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 docs | Maximilian Hils | 2016-06-06 | 1 | -1/+1 |
| | |||||
* | docs: remove option directive | Maximilian Hils | 2016-06-06 | 18 | -54/+54 |
| | | | | | inserting " .. option::" tags create ugly markup, so we just ditch this entirely and continue using refs. | ||||
* | fix MultiView docs | Maximilian Hils | 2016-06-06 | 1 | -4/+10 |
| | |||||
* | docs: adjust theme override inclusion | Aldo Cortesi | 2016-06-07 | 1 | -5/+2 |
| | | | | https://github.com/rtfd/readthedocs.org/issues/2116 | ||||
* | Migrate pathod docs to Sphinx | Aldo Cortesi | 2016-06-07 | 7 | -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 Hils | 2016-05-18 | 1 | -0/+11 |
| | |||||
* | docs: minor fixes | Maximilian Hils | 2016-04-30 | 4 | -3/+6 |
| | |||||
* | Update certinstall.rst | Maximilian Hils | 2016-04-28 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of https://github.com/mitmproxy/mitmproxy | Maximilian Hils | 2016-04-11 | 1 | -0/+11 |
|\ | |||||
| * | Add installation instructions for Arch Linux (#1079) | Felix Yan | 2016-04-11 | 1 | -0/+11 |
| | | |||||
* | | docs: better data structure docs | Maximilian Hils | 2016-04-11 | 5 | -9/+13 |
|/ | |||||
* | docs: fix logo | Maximilian Hils | 2016-04-10 | 2 | -0/+0 |
| |