aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/addons/cut.py
Commit message (Expand)AuthorAgeFilesLines
* update mypyMaximilian Hils2019-11-121-5/+3
* Incompatible typesMiroslav2018-04-261-2/+2
* Fix #3002. Auto-expandingMiroslav2018-04-261-1/+4
* fix Python 3.6 variable type annotations #3053oscure762018-04-141-2/+2
* Update cut.pyjplochocki2018-03-181-1/+1
* Misc. typosluz.paz2018-02-241-1/+1
* don't raise when pyperclip doesn't find a clipboard, fix #2816Samoilenko Roman2018-02-031-1/+4
* Fix for #2750 and #2783 (#2809)Samoilenko Roman2018-01-251-20/+23
* avoid TLS/SSL ambiguity for Cert classThomas Kriechbaumer2018-01-071-1/+1
* cuts: don't crash when retrieving header of a non-existent responseAldo Cortesi2017-12-201-0/+2
* commands: refactor typesAldo Cortesi2017-12-181-8/+9
* command cuts: add completionAldo Cortesi2017-12-171-26/+16
* commands: Reassess the cuts APIAldo Cortesi2017-12-171-42/+37
* commands: add a Path argument typeAldo Cortesi2017-12-131-2/+2
* commands: cut.clip copies cuts to system clipboardAldo Cortesi2017-04-301-0/+25
* cut: more flexible cut specification based on attribute pathsAldo Cortesi2017-04-301-44/+52
* cut: use csv module to encode multi-values for savingAldo Cortesi2017-04-301-24/+30
* Introduce cuts: a flow dissectorAldo Cortesi2017-04-291-0/+112