aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/data
Commit message (Expand)AuthorAgeFilesLines
* Use Github Actions for CI (#3713)Maximilian Hils2019-11-193-0/+0
* pfctl state output always have 2 lines for each socket. Adding outgoing lines...Tom2019-11-051-0/+6
* fix #3316Maximilian Hils2018-09-075-155/+168
* Ditch the addon stdout wrapperAldo Cortesi2018-05-081-2/+0
* asyncio: shift script reloading out of the tick eventAldo Cortesi2018-04-234-3/+19
* asyncio: clarify shutdown semanticsAldo Cortesi2018-04-161-5/+0
* Handling user script exceptions, fix #2839kira02042018-04-101-0/+7
* asyncio: test cleanupAldo Cortesi2018-04-021-1/+1
* @concurrent decorator works for class methods. (#2708)fate02017-12-261-1/+1
* fix mitmweb master shutdown, tests++Maximilian Hils2017-08-211-0/+5
* gracefully handle errors during script loadMaximilian Hils2017-08-051-0/+2
* update cert with too small keyThomas Kriechbaumer2017-07-251-16/+80
* fix loading scripts with same filenameMaximilian Hils2017-07-201-0/+1
* Kaitai parser for protobufUjjwal Verma2017-07-101-2/+0
* Increase io.compat coverageUjjwal Verma2017-05-121-3/+37
* Move export to addon, kill Python and Locust exportAldo Cortesi2017-04-3010-196/+0
* fix #2257Maximilian Hils2017-04-262-3/+12
* configure(options, updated) -> configure(updated)Aldo Cortesi2017-04-261-2/+2
* Remove watchdog, solidify script testingAldo Cortesi2017-04-262-2/+2
* Revamp how addons workAldo Cortesi2017-04-258-8/+20
* addon loader: add boot_into, which replaces returning from start()Aldo Cortesi2017-03-253-6/+6
* addons: start -> load throughoutAldo Cortesi2017-03-254-7/+7
* scripts: redirect stdout to ctx.log.warnNikos Filippakis2017-03-241-0/+2
* Enable custom options for addonsAldo Cortesi2017-03-144-5/+5
* Add test for @concurrent decorator in class.Matthew Shao2017-02-211-0/+13
* Merge pull request #2000 from s4chin/add-jpeg-parserMaximilian Hils2017-02-117-0/+17
|\
| * Add sources of images, remove copyrighted imageSachin Kelkar2017-02-125-0/+17
| * Add app1 marker and testsSachin Kelkar2017-02-102-0/+0
| * Add jpeg app0 sof0 com parsingSachin Kelkar2017-02-102-0/+0
* | eventsequence: coverage++Thomas Kriechbaumer2017-02-091-2/+2
|/
* Fix gif parsing error on some gifs and add testSachin Kelkar2017-02-082-0/+0
* Add gif parser and testsSachin Kelkar2017-02-069-0/+0
* Add iTXt and zTXt testsSachin Kelkar2017-02-031-0/+0
* Fix as per feedback and add more testsSachin Kelkar2017-02-035-0/+0
* fix io compat with previous releasesMaximilian Hils2016-12-191-0/+85
* update tests, increase coverage, add type infoMaximilian Hils2016-12-093-0/+0
* mitmweb: 100% app test coverage, numerous fixesMaximilian Hils2016-11-231-6/+0
* script.concurrent: tests to taddonsAldo Cortesi2016-11-041-0/+1
* improve flow exportMaximilian Hils2016-10-224-65/+19
* Kill flow.master - create master.MasterAldo Cortesi2016-10-191-1/+2
* master.duplicate_flow -> state.duplicate_flowAldo Cortesi2016-10-181-1/+1
* remove empty lines at beginning of fileThomas Kriechbaumer2016-10-173-3/+0
* Consolidate loggingAldo Cortesi2016-10-042-10/+10
* fix cert verification tests, remove leftoversMaximilian Hils2016-07-279-107/+160
* Addon iface: .configure(options) -> .configure(options, updated)Aldo Cortesi2016-07-231-2/+2
* script: convert test recorder to an addon classAldo Cortesi2016-07-231-18/+18
* scripts: .start can now return an Addon instanceAldo Cortesi2016-07-231-0/+22
* fix mitmproxy 0.11 dumpfile - was 0.18 beforeMaximilian Hils2016-07-221-0/+0
* Zap unused test scriptsAldo Cortesi2016-07-1510-54/+0
* Script cleanupsAldo Cortesi2016-07-151-1/+8