aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* proxapp -> proxapp.localMaximilian Hils2017-03-261-2/+2
* addon loader: add boot_into, which replaces returning from start()Aldo Cortesi2017-03-2513-20/+20
* addons: start -> load throughoutAldo Cortesi2017-03-2513-13/+13
* Remove test handlers by using taddons.RecordingMasterAldo Cortesi2017-03-161-43/+0
* Enable custom options in config filesAldo Cortesi2017-03-141-1/+2
* Optmanager: handle unknown options in value setsAldo Cortesi2017-03-141-1/+1
* Enable custom options for addonsAldo Cortesi2017-03-1413-19/+30
* fix tcp.Address leftoversMaximilian Hils2017-03-081-1/+1
* Merge branch 'master' into on-issuesNikhil Soni2017-03-032-7/+410
|\
| * added XSS scanner example (#1907)David Dworken2017-02-271-0/+407
| * Remove pytz in hardumpUjjwal Verma2017-02-251-7/+3
* | Changes dns_spoofing example to use --keep-host-headerNikhil Soni2017-03-031-8/+3
|/
* protobuf: coverage++Thomas Kriechbaumer2017-02-191-1/+1
* .headers["host"] -> .host_headerMaximilian Hils2017-02-181-2/+2
* fix typoMaximilian Hils2017-02-141-1/+1
* Encoding fixes and testsUjjwal Verma2017-02-051-1/+2
* Reset the host header to the correct destinationAmmonite2017-01-301-0/+1
* Store original host in flow metadataAmmonite2017-01-291-7/+5
* Fix host extractionAmmonite2017-01-221-1/+1
* Follow PEP-8 and add commentAmmonite2017-01-221-5/+8
* Add blank lines for lintAmmonite2017-01-211-0/+2
* Change class nameAmmonite2017-01-201-2/+2
* Get the the original header in requestheaders instead of requestAmmonite2017-01-201-19/+28
* update stream.pyFeei2017-01-161-2/+2
* update log_events.pyFeei2017-01-161-2/+2
* rename logging.py example. this conflicted with Python's stdlibMaximilian Hils2016-12-191-0/+0
* fix #1858Maximilian Hils2016-12-191-1/+1
* minor fixesMaximilian Hils2016-12-101-1/+1
* remove lxml-dependent codeMaximilian Hils2016-12-101-1/+1
* mitmweb: 100% app test coverage, numerous fixesMaximilian Hils2016-11-231-1/+2
* remove mitmweb authMaximilian Hils2016-11-221-1/+1
* remove stickycookie exampleMaximilian Hils2016-11-212-43/+0
* organize examplesMaximilian Hils2016-11-2140-236/+159
* Remove dead run_scripthooks example reference.Mike Fotinakis2016-11-171-1/+1
* explain host=pretty_host assignmentMaximilian Hils2016-11-091-0/+4
* fix SNI for transparent mode - #1638phackt2016-11-081-0/+1
* Let's not over-ride __bool__ on connection objectsAldo Cortesi2016-11-041-1/+1
* rename logging .py to prevent import errorsThomas Kriechbaumer2016-10-291-0/+0
* fix #1678Maximilian Hils2016-10-271-3/+4
* minor fixesMaximilian Hils2016-10-251-3/+3
* Include `boudary=...` in mutipart postData Slobodan Mišković2016-10-241-1/+1
* various encoding fixes, fix #1650Maximilian Hils2016-10-221-22/+17
* Handle `bytes` in request parametersSlobodan Mišković2016-10-221-2/+10
* The first argument should be the filter, then the flow.Brady Law2016-10-211-1/+1
* The final piece: netlib -> mitproxy.netAldo Cortesi2016-10-201-1/+1
* netlib.strutils -> mitmproxy.utils.strutilsAldo Cortesi2016-10-203-3/+3
* netlib.version -> mitmproxy.versionAldo Cortesi2016-10-201-1/+1
* mitmproxy.protocol -> mitmproxy.proxy.protocolAldo Cortesi2016-10-191-1/+1
* Move all tools into mitmproxy.tools, move models/* to top levelAldo Cortesi2016-10-192-3/+3
* Remove flow module entirely, move contents to top levelAldo Cortesi2016-10-193-7/+5