aboutsummaryrefslogtreecommitdiffstats
path: root/examples/flowbasic
Commit message (Collapse)AuthorAgeFilesLines
* Remove flow module entirely, move contents to top levelAldo Cortesi2016-10-191-3/+2
| | | | | mitmproxy.flow.io -> mitmproxy.io mitmproxy.flow.export -> mitmproxy.export
* flow.state -> addons.stateAldo Cortesi2016-10-191-1/+1
|
* Kill flow.master - create master.MasterAldo Cortesi2016-10-191-2/+2
| | | | Also extract events into .events
* Improve the way we handle upstream errorsAldo Cortesi2016-09-011-2/+2
| | | | | | | - Don't log a traceback for either HTTP or HTTPS DNS resolution or TCP connection errors. These are "ordinary" errors, not mitmproxy issues. - Ensure that the error handler is correctly called for SSL-related protocol errors.
* Adjust flowbasic example for Options API changesAldo Cortesi2016-09-011-11/+13
|
* handle_* -> * leftoversMaximilian Hils2016-05-291-2/+2
|
* Update method names in /examples/flowbasicAldo Cortesi2016-05-291-2/+2
| | | | Please enter the commit message for your changes. Lines starting
* Adapt examplesAldo Cortesi2016-05-291-7/+4
|
* Docs and examples to top levelAldo Cortesi2016-02-181-0/+44
|
* move mitmproxyMaximilian Hils2016-02-151-44/+0
|
* update example inline scriptsMaximilian Hils2015-09-041-4/+3
|
* Merge remote-tracking branch 'upstream/master' into print-bracket-fixJim Shaver2015-05-311-1/+2
|\ | | | | | | | | | | | | | | Conflicts: examples/har_extractor.py examples/nonblocking.py examples/read_dumpfile libmproxy/web/app.py
| * Add coding style check, reformat.Aldo Cortesi2015-05-301-1/+2
| |
* | Fixed print function to be inline with python 3Jim Shaver2015-05-291-1/+1
|/
* Changed argument name from confdir to cadir in flowbasic exampleGabriel Kirkpatrick2014-11-281-1/+1
|
* remove default_caMaximilian Hils2014-10-181-1/+1
|
* fix support for chained certificatesMaximilian Hils2014-10-081-1/+1
|
* mitmproxy -> libmproxy.main. do some leanup on the wayMaximilian Hils2014-09-081-1/+2
|
* update examples, fix #353Maximilian Hils2014-09-081-1/+2
|
* update docs, mostly revert 2f44b26b4cd014e03dd62a125d79af9b81663a93Maximilian Hils2014-09-051-3/+6
|
* fix #341 - work on flows instead of request/response internally.Maximilian Hils2014-09-031-6/+6
|
* Introduce a filtered flow writer, and use it in dump.pyAldo Cortesi2013-03-141-4/+4
| | | | Fixes #104
* Minor docs and example script fixes.Aldo Cortesi2012-02-211-2/+2
|
* Add a basic Flow processor example.Aldo Cortesi2011-08-131-0/+39