Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: update installation | Thomas Kriechbaumer | 2016-12-11 | 1 | -49/+37 |
| | |||||
* | fix docs | Thomas Kriechbaumer | 2016-11-23 | 2 | -2/+2 |
| | |||||
* | websocket: add event documentation | Thomas Kriechbaumer | 2016-11-23 | 1 | -12/+46 |
| | |||||
* | rename WebSocket{s,} protocol | Thomas Kriechbaumer | 2016-11-23 | 2 | -5/+5 |
| | |||||
* | organize examples | Maximilian Hils | 2016-11-21 | 2 | -15/+15 |
| | | | | | | | This commit is largely based on work by Thiago Arrais (@thiagoarrais) and Shane Bradfield (@l33tLumberjack). I wasn't really able to get their PR reasonably merged onto the latest master, so I reapplied their changes manually here and did some further improvements on that. | ||||
* | docs: Fix typos | Quentin Pradet | 2016-11-14 | 1 | -2/+2 |
| | |||||
* | addons.proxyauth: out with the old, in with the new | Aldo Cortesi | 2016-11-13 | 1 | -5/+4 |
| | | | | | - Strip out old auth mechanisms, and enable addon - Disable web app auth for now - this should just use the Tornado auth stuff | ||||
* | Refine handling of HTTP CONNECT | Aldo Cortesi | 2016-11-12 | 1 | -0/+13 |
| | | | | | | | - CONNECT requests do not generate the usual http events. Instead, they generate the http_connect event and handlers then have the option of setting an error response to abort the connect. - The connect handler is called for both upstream proxy and regular proxy CONNECTs. | ||||
* | [MINOR] fix link in documentation | Naveen Pai | 2016-11-04 | 1 | -1/+4 |
| | |||||
* | Update for Ubuntu 16.04 | Andrew Orr | 2016-10-31 | 1 | -4/+16 |
| | |||||
* | docs: examples/logging -> examples/context_logging | Aldo Cortesi | 2016-10-30 | 1 | -3/+3 |
| | |||||
* | docs: fix broken version | Aldo Cortesi | 2016-10-21 | 1 | -3/+3 |
| | |||||
* | The final piece: netlib -> mitproxy.net | Aldo Cortesi | 2016-10-20 | 3 | -6/+3 |
| | |||||
* | netlib.version -> mitmproxy.version | Aldo Cortesi | 2016-10-20 | 1 | -3/+3 |
| | |||||
* | mitmproxy.protocol -> mitmproxy.proxy.protocol | Aldo Cortesi | 2016-10-19 | 1 | -1/+1 |
| | | | | | The protocols here are compltely proxy-specific, are only used from within the proxy module, and are not exposed to users. | ||||
* | Move all tools into mitmproxy.tools, move models/* to top level | Aldo Cortesi | 2016-10-19 | 1 | -8/+8 |
| | | | | | | The primary motivation here (and for all the other moving around) is to present a clean "front of house" to library users, and to migrate primary objects to the top of the module hierarchy. | ||||
* | addons.Addons -> addonmanager, builtins -> addons | Aldo Cortesi | 2016-10-19 | 2 | -4/+6 |
| | |||||
* | First-order conversion to Python3-only | Aldo Cortesi | 2016-10-17 | 1 | -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 scripts | Aldo Cortesi | 2016-10-16 | 1 | -20/+19 |
| | |||||
* | 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 |
| |