Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3: clean up super and __future__ | Aldo Cortesi | 2016-10-17 | 1 | -1/+0 |
| | |||||
* | python3: clean up class brackets | Aldo Cortesi | 2016-10-17 | 1 | -1/+1 |
| | |||||
* | Zap object base class | Aldo Cortesi | 2016-10-17 | 1 | -1/+1 |
| | |||||
* | move script context to mitmproxy.ctx | Maximilian Hils | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | remove context from all scripts | Maximilian Hils | 2016-07-07 | 1 | -11/+13 |
| | |||||
* | update examples, tests, docs | Maximilian Hils | 2016-06-13 | 1 | -3/+4 |
| | |||||
* | A new interface for reply | Aldo Cortesi | 2016-06-08 | 1 | -1/+1 |
| | | | | | | | | | | | Reply is now explicit - it's no longer a callable itself. Instead, we have: reply.kill() - kill the flow reply.ack() - ack, but don't send anything reply.send(message) - send a response This is part of an incremental move to detach reply from our flow objects, and unify the script and handler interfaces. | ||||
* | format examples | Maximilian Hils | 2016-05-29 | 1 | -0/+2 |
| | |||||
* | Docs and examples to top level | Aldo Cortesi | 2016-02-18 | 1 | -0/+136 |
| | |||||
* | move mitmproxy | Maximilian Hils | 2016-02-15 | 1 | -136/+0 |
| | |||||
* | use new netlib exceptions | Maximilian Hils | 2015-09-17 | 1 | -2/+2 |
| | |||||
* | add inline script for conditional tls passthrough | Maximilian Hils | 2015-09-08 | 1 | -0/+136 |
fix #646 |