aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/utils
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3691 from mhils/sans-io-adjustmentsMaximilian Hils2019-11-122-9/+10
|\
| * update mypyMaximilian Hils2019-11-122-9/+10
* | make duration formatting more forgivingMaximilian Hils2019-11-071-1/+3
|/
* Fix several DeprecationWarning: invalid escape sequenceMickaƫl Schoentgen2019-01-051-2/+2
* Such CI, Very Wow. (#3182)Maximilian Hils2018-06-021-14/+2
* cadir -> confdirAldo Cortesi2018-05-101-3/+3
* Python 3.5 is dead -- long live Python 3.6!Thomas Kriechbaumer2018-03-311-12/+3
* don't crash if server address is unknown, fix #2969Maximilian Hils2018-03-231-1/+3
* Fix --socks option deprecated info in command line args check.Deepesh Pathak2018-02-251-2/+3
* stateobject: use typing, enable tuples and more complex datatypesMaximilian Hils2018-01-131-19/+37
* Fix #2762 (#2763)Samoilenko Roman2018-01-061-2/+2
* Merge pull request #2733 from mitmproxy/pyinstallerMaximilian Hils2017-12-301-30/+11
|\
| * single-source version processingMaximilian Hils2017-12-301-30/+11
* | Display "*" when listening on all interfacesMaximilian Hils2017-12-261-0/+2
|/
* 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
* simplify version outputMaximilian Hils2017-10-242-54/+33
* make split_special_areas more flexible, refs #2537Maximilian Hils2017-09-031-12/+10
* fix strutils.split_special_areasMaximilian Hils2017-08-261-2/+2
* add strutils.escape_special_areasMaximilian Hils2017-08-241-1/+86
* Improve options UXUjjwal Verma2017-08-071-0/+148
* remove OptManager._processedMaximilian Hils2017-07-311-1/+10
* nuke old opensslThomas Kriechbaumer2017-07-251-42/+0
* update mypyMaximilian Hils2017-07-201-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-292-3/+14
* Merge pull request #2273 from cortesi/commandsAldo Cortesi2017-04-281-14/+30
|\
| * 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
* | Merge pull request #2277 from Kriechi/bump-cryptographyThomas Kriechbaumer2017-04-271-7/+7
|\ \ | |/ |/|
| * bump cryptography min-versionThomas Kriechbaumer2017-04-271-7/+7
* | typecheck: add support for typing.AnyMaximilian Hils2017-04-261-0/+2
|/
* Fixes #2109Ujjwal Verma2017-04-091-1/+18
* Fix sliding window type specsAldo Cortesi2017-03-201-2/+2
* Make mypy succeed with imports on master.pyAldo Cortesi2017-03-191-1/+1
* Make mypy succeed with imports on master.pyAldo Cortesi2017-03-172-9/+9
* Revamp optionsAldo Cortesi2017-03-051-14/+5
* Adds PyInstaller build indicator to --version argumentNikhil Soni2017-02-181-1/+5
* increase test coverageThomas Kriechbaumer2017-02-022-5/+6
* improve version specifiersThomas Kriechbaumer2017-01-231-1/+15
* provide git information with --versionThomas Kriechbaumer2017-01-193-7/+26
* Revert "add strutils.replace_surrogates"Maximilian Hils2017-01-071-11/+0
* add strutils.replace_surrogatesMaximilian Hils2017-01-071-0/+11
* minor encoding fixesMaximilian Hils2017-01-071-17/+17
* fix IO type checkingMaximilian Hils2016-12-281-0/+2
* fix compat with Python 3.5.0Maximilian Hils2016-12-281-8/+13