Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace iOS install instructions for CAs | Thomas Kriechbaumer | 2017-01-20 | 1 | -1/+3 |
| | | | | fixes #1898 | ||||
* | provide git information with --version | Thomas Kriechbaumer | 2017-01-19 | 1 | -1/+1 |
| | | | | fixes #1848 | ||||
* | reSt verbatim formatting error | tripleee | 2017-01-13 | 1 | -2/+2 |
| | | | The rendered code snippets would be rewrapped as if it were prose, which wreaks havoc with the code. | ||||
* | clarify windows install docs | Maximilian Hils | 2017-01-10 | 1 | -3/+3 |
| | |||||
* | Added note about server-side replay for sessions recorded in reverse-proxy mode | Rodrigo Senra | 2017-01-07 | 1 | -0/+13 |
| | |||||
* | add mitmweb explanation to introduction | Maximilian Hils | 2016-12-26 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' into admin | Aldo Cortesi | 2016-12-24 | 5 | -59/+105 |
|\ | |||||
| * | reflow docs | Thomas Kriechbaumer | 2016-12-21 | 2 | -25/+45 |
| | | |||||
| * | update installation page | Maximilian Hils | 2016-12-20 | 1 | -60/+69 |
| | | | | | | | | | | We emphasize the binary installation because that is usually the simplest method to install mitmproxy on all major platforms. | ||||
| * | docs: add mitmweb stub | Maximilian Hils | 2016-12-20 | 3 | -0/+17 |
| | | |||||
| * | rename logging.py example. this conflicted with Python's stdlib | Maximilian Hils | 2016-12-19 | 1 | -2/+2 |
| | | |||||
* | | Administrivia: docs for new config file, minor adjustments | Aldo Cortesi | 2016-12-17 | 1 | -79/+6 |
|/ | | | | | For now, the config file docs basically say "it's YAML, read the source". We should do better for the next release. | ||||
* | Addon test docs, remove stray deprecated events | Aldo Cortesi | 2016-12-17 | 1 | -0/+17 |
| | | | | Fixes #1572 | ||||
* | fix install.rst | Maximilian Hils | 2016-12-11 | 1 | -0/+4 |
| | |||||
* | 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 |
| |