Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix docs | Thomas Kriechbaumer | 2016-11-23 | 1 | -1/+1 |
| | |||||
* | websocket: add event documentation | Thomas Kriechbaumer | 2016-11-23 | 1 | -12/+46 |
| | |||||
* | rename WebSocket{s,} protocol | Thomas Kriechbaumer | 2016-11-23 | 1 | -4/+4 |
| | |||||
* | organize examples | Maximilian Hils | 2016-11-21 | 1 | -11/+11 |
| | | | | | | | 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. | ||||
* | docs: examples/logging -> examples/context_logging | Aldo Cortesi | 2016-10-30 | 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 |
| | |||||
* | 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: logging and the context | Aldo Cortesi | 2016-10-16 | 3 | -23/+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 | 1 | -3/+17 |
| | |||||
* | docs: cleanups improvements and fighting sphinx | Aldo Cortesi | 2016-10-16 | 6 | -253/+293 |
| | | | | | | | | - 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 | ||||
* | websockets_handshake -> websocket_handshake | Aldo Cortesi | 2016-10-04 | 1 | -1/+1 |
| | | | | The plural feels awkward. | ||||
* | fix docs | Maximilian Hils | 2016-10-02 | 1 | -2/+1 |
| | |||||
* | add docs for websocket_handshake hook | Thomas Kriechbaumer | 2016-09-01 | 1 | -0/+12 |
| | |||||
* | remove script contexts | Maximilian Hils | 2016-07-07 | 1 | -19/+4 |
| | |||||
* | minor docs fix | Maximilian Hils | 2016-06-26 | 1 | -1/+1 |
| | |||||
* | update examples, tests, docs | Maximilian Hils | 2016-06-13 | 1 | -1/+1 |
| | |||||
* | docs: minor fixes | Maximilian Hils | 2016-04-30 | 1 | -1/+1 |
| | |||||
* | docs: better data structure docs | Maximilian Hils | 2016-04-11 | 1 | -3/+3 |
| | |||||
* | Doc tweaks | Aldo Cortesi | 2016-02-21 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | 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 level | Aldo Cortesi | 2016-02-18 | 2 | -0/+258 |
| | |||||
* | move mitmproxy | Maximilian Hils | 2016-02-15 | 2 | -258/+0 |
| | |||||
* | Add Inline Script Hooks to TCP mode | Michael J. Bazzinotti | 2016-01-10 | 1 | -23/+40 |
| | |||||
* | docs :tada: | Maximilian Hils | 2015-09-06 | 2 | -2/+2 |
| | |||||
* | docs++ | Maximilian Hils | 2015-09-05 | 1 | -4/+2 |
| | |||||
* | rewrite basic docs for readthedocs | Maximilian Hils | 2015-09-04 | 2 | -0/+243 |