aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/utils/typecheck.py
Commit message (Expand)AuthorAgeFilesLines
* stateobject: use typing, enable tuples and more complex datatypesMaximilian Hils2018-01-131-19/+37
* types: use new type validation mechanism in commandsAldo Cortesi2017-12-191-35/+0
* introduce @command.argumentMaximilian Hils2017-12-141-1/+1
* commands: formalise a Choice typeAldo Cortesi2017-12-131-1/+1
* Minor Update for /options API of mitmweb.Matthew Shao2017-06-241-2/+2
* Add typesepc_to_str function to mitmproxy/utils/typechck.pyMatthew Shao2017-06-131-0/+12
* commands: support *args for commandsAldo Cortesi2017-04-301-3/+3
* Introduce cuts: a flow dissectorAldo Cortesi2017-04-291-0/+10
* command: save.file flowspec path -> NoneAldo Cortesi2017-04-271-0/+2
* console: flow resolution commandAldo Cortesi2017-04-271-0/+14
* Basic outline of the command subsystemAldo Cortesi2017-04-271-14/+14
* typecheck: add support for typing.AnyMaximilian Hils2017-04-261-0/+2
* Make mypy succeed with imports on master.pyAldo Cortesi2017-03-191-1/+1
* Make mypy succeed with imports on master.pyAldo Cortesi2017-03-171-6/+6
* Revamp optionsAldo Cortesi2017-03-051-14/+5
* increase test coverageThomas Kriechbaumer2017-02-021-0/+1
* fix IO type checkingMaximilian Hils2016-12-281-0/+2
* fix compat with Python 3.5.0Maximilian Hils2016-12-281-8/+13
* py36: fix type informationThomas Kriechbaumer2016-12-271-7/+20
* Extend type checker validate Sequence specsAldo Cortesi2016-12-121-6/+12
* fix type checksMaximilian Hils2016-11-161-2/+2
* typecheck options, fix current inconsistenciesMaximilian Hils2016-10-251-0/+54