aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/addons/test_cut.py
Commit message (Expand)AuthorAgeFilesLines
* test: shift test_data out of our public APIAldo Cortesi2018-04-231-3/+2
* asyncio: move log mechanism onto the event loopAldo Cortesi2018-04-071-4/+6
* don't raise when pyperclip doesn't find a clipboard, fix #2816Samoilenko Roman2018-02-031-0/+8
* Fix for #2750 and #2783 (#2809)Samoilenko Roman2018-01-251-0/+19
* avoid TLS/SSL ambiguity for Cert classThomas Kriechbaumer2018-01-071-1/+1
* rename TLS/SSL-related attributesThomas Kriechbaumer2018-01-061-2/+2
* fix test flow timestamps to values that don't overflow in certain timezonesMaximilian Hils2018-01-051-8/+7
* cuts: don't crash when retrieving header of a non-existent responseAldo Cortesi2017-12-201-0/+5
* command cuts: add completionAldo Cortesi2017-12-171-55/+60
* commands: Reassess the cuts APIAldo Cortesi2017-12-171-72/+31
* fixed addon errorUjjwal Verma2017-07-261-1/+1
* commands: cut.clip copies cuts to system clipboardAldo Cortesi2017-04-301-0/+21
* cut: more flexible cut specification based on attribute pathsAldo Cortesi2017-04-301-3/+24
* cut: use csv module to encode multi-values for savingAldo Cortesi2017-04-301-3/+30
* Introduce cuts: a flow dissectorAldo Cortesi2017-04-291-0/+109