aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/addons
Commit message (Expand)AuthorAgeFilesLines
* Fix ResourceWarning: unclosed file, prevent resource leaksMickaël Schoentgen2019-01-061-2/+2
* bump dependenciesThomas Kriechbaumer2018-12-023-4/+4
* client-replay-fixrjt-gupta2018-12-011-0/+2
* Remove indent on echo_errorJessicaFavin2018-11-041-3/+1
* Display errors on sys.stderrJessica Favin2018-11-011-3/+11
* addons/browser: fallback to google-chrome-unstable as last tryBenno Fünfstück2018-09-141-0/+1
* session: implemented changes requested after PR review.madt1m2018-08-051-54/+51
* tests: Full coverage. Everything working, ready for reviewmadt1m2018-08-031-22/+26
* tests: 97% coverage reached. Session opportunely patched after emerged defects.madt1m2018-08-021-74/+144
* session: implemented filter and refilter. Ready for testing implementationmadt1m2018-08-011-21/+67
* session: basic flow capture implementedmadt1m2018-08-011-11/+99
* session: adding methods to capture and store flowsPietro Francesco Tirenna2018-07-281-0/+107
* session: temporary DB is now stored in temporary dirmadt1m2018-07-241-8/+6
* session: modified schema. Now SessionDB uses tempfile module for temp sessionmadt1m2018-07-241-10/+26
* session: load/create wrapper methods for SessionDBmadt1m2018-07-201-0/+59
* fixed exception type; full coverage on viewmadt1m2018-06-131-1/+1
* Added tests for new primitivesmadt1m2018-06-131-1/+1
* fixed linting errorsmadt1m2018-06-131-1/+3
* added return statements to commandsmadt1m2018-06-131-2/+2
* View API slightly extended; codebase cleaned in some pointsmadt1m2018-06-131-82/+133
* addons/block: teach block about IPv6 scope suffixesAldo Cortesi2018-05-271-7/+9
* clientreplay: don't restrict outbound replay address to listen hostAldo Cortesi2018-05-121-7/+2
* script: tweak explicit command invocationAldo Cortesi2018-05-121-7/+4
* script: revamp ephemeral script runningAldo Cortesi2018-05-121-8/+18
* script: invoke addons as script with exception handlerAldo Cortesi2018-05-121-1/+2
* cadir -> confdirAldo Cortesi2018-05-102-5/+5
* remove leftover processing_completeMaximilian Hils2018-05-061-1/+0
* Remove allowremote addon, add an improved take called blockAldo Cortesi2018-05-063-33/+39
* Merge pull request #3099 from Kriechi/fix-3024Aldo Cortesi2018-05-061-2/+4
|\
| * fix #3024Thomas Kriechbaumer2018-05-051-2/+4
* | Revamp dup_and_replay exampleAldo Cortesi2018-05-051-0/+1
* | Redesign keepservingAldo Cortesi2018-05-023-12/+34
* | console: use replay count commands in statusbarAldo Cortesi2018-05-021-1/+1
* | server replay: expose the replay.server.count commandAldo Cortesi2018-05-021-0/+1
* | client replay: replaying flows in-flight should be added to count()Aldo Cortesi2018-05-021-1/+6
* | client replay: expad and consolidate testsAldo Cortesi2018-05-011-15/+18
* | client replay: revert our changes if replay is abortedAldo Cortesi2018-04-301-0/+2
* | client replay: re-designAldo Cortesi2018-04-301-144/+98
* | client replay: move all client replay-related code into addonAldo Cortesi2018-04-271-2/+177
* | Merge pull request #3078 from kajojify/expanduserAldo Cortesi2018-04-262-4/+5
|\ \
| * | Incompatible typesMiroslav2018-04-261-2/+2
| * | LintMiroslav2018-04-261-1/+0
| * | Fix #3002. Auto-expandingMiroslav2018-04-262-3/+5
| |/
* / asyncio: shift script reloading out of the tick eventAldo Cortesi2018-04-231-39/+46
|/
* Merge pull request #3059 from obscure76/enh/issue-3053Aldo Cortesi2018-04-1611-17/+17
|\
| * fix Python 3.6 variable type annotations #3053oscure762018-04-1411-17/+17
* | Merge pull request #3050 from kira0204/error-scriptAldo Cortesi2018-04-151-3/+6
|\ \
| * | Handling user script exceptions, fix #2839kira02042018-04-101-3/+6
| |/
* | readfile: add a readfile_filter optionAldo Cortesi2018-04-141-1/+24
* | asyncio: adjust readfile.py addon for asyncAldo Cortesi2018-04-141-13/+17
|/