Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | commands: support *args for commands | Aldo Cortesi | 2017-04-30 | 1 | -3/+3 |
* | Introduce cuts: a flow dissector | Aldo Cortesi | 2017-04-29 | 2 | -3/+14 |
* | Merge pull request #2273 from cortesi/commands | Aldo Cortesi | 2017-04-28 | 1 | -14/+30 |
|\ | |||||
| * | command: save.file flowspec path -> None | Aldo Cortesi | 2017-04-27 | 1 | -0/+2 |
| * | console: flow resolution command | Aldo Cortesi | 2017-04-27 | 1 | -0/+14 |
| * | Basic outline of the command subsystem | Aldo Cortesi | 2017-04-27 | 1 | -14/+14 |
* | | Merge pull request #2277 from Kriechi/bump-cryptography | Thomas Kriechbaumer | 2017-04-27 | 1 | -7/+7 |
|\ \ | |/ |/| | |||||
| * | bump cryptography min-version | Thomas Kriechbaumer | 2017-04-27 | 1 | -7/+7 |
* | | typecheck: add support for typing.Any | Maximilian Hils | 2017-04-26 | 1 | -0/+2 |
|/ | |||||
* | Fixes #2109 | Ujjwal Verma | 2017-04-09 | 1 | -1/+18 |
* | Fix sliding window type specs | Aldo Cortesi | 2017-03-20 | 1 | -2/+2 |
* | Make mypy succeed with imports on master.py | Aldo Cortesi | 2017-03-19 | 1 | -1/+1 |
* | Make mypy succeed with imports on master.py | Aldo Cortesi | 2017-03-17 | 2 | -9/+9 |
* | Revamp options | Aldo Cortesi | 2017-03-05 | 1 | -14/+5 |
* | Adds PyInstaller build indicator to --version argument | Nikhil Soni | 2017-02-18 | 1 | -1/+5 |
* | increase test coverage | Thomas Kriechbaumer | 2017-02-02 | 2 | -5/+6 |
* | improve version specifiers | Thomas Kriechbaumer | 2017-01-23 | 1 | -1/+15 |
* | provide git information with --version | Thomas Kriechbaumer | 2017-01-19 | 3 | -7/+26 |
* | Revert "add strutils.replace_surrogates" | Maximilian Hils | 2017-01-07 | 1 | -11/+0 |
* | add strutils.replace_surrogates | Maximilian Hils | 2017-01-07 | 1 | -0/+11 |
* | minor encoding fixes | Maximilian Hils | 2017-01-07 | 1 | -17/+17 |
* | fix IO type checking | Maximilian Hils | 2016-12-28 | 1 | -0/+2 |
* | fix compat with Python 3.5.0 | Maximilian Hils | 2016-12-28 | 1 | -8/+13 |
* | py36: fix type information | Thomas Kriechbaumer | 2016-12-27 | 1 | -7/+20 |
* | Extend type checker validate Sequence specs | Aldo Cortesi | 2016-12-12 | 1 | -6/+12 |
* | update tests, increase coverage, add type info | Maximilian Hils | 2016-12-09 | 1 | -0/+30 |
* | fix pyinstaller | Maximilian Hils | 2016-11-28 | 1 | -2/+2 |
* | fix type checks | Maximilian Hils | 2016-11-16 | 1 | -2/+2 |
* | tests: clean up test/mitmproxy/tutils.py | Aldo Cortesi | 2016-11-02 | 1 | -2/+5 |
* | remove mitmproxy.utils.lrucache | Maximilian Hils | 2016-10-27 | 1 | -32/+0 |
* | typecheck options, fix current inconsistencies | Maximilian Hils | 2016-10-25 | 1 | -0/+54 |
* | The final piece: netlib -> mitproxy.net | Aldo Cortesi | 2016-10-20 | 2 | -4/+3 |
* | netlib.utils.[get,set]bit -> mitmproxy.utils.bits | Aldo Cortesi | 2016-10-20 | 2 | -0/+58 |
* | netlib.debug -> mitmproxy.utils.debug | Aldo Cortesi | 2016-10-20 | 1 | -0/+120 |
* | mitmproxy.types.[basethread,multidict,serializable] | Aldo Cortesi | 2016-10-20 | 1 | -0/+0 |
* | netlib.strutils -> mitmproxy.utils.strutils | Aldo Cortesi | 2016-10-20 | 1 | -0/+142 |
* | netlib.human -> mitmproxy.utils.human | Aldo Cortesi | 2016-10-20 | 1 | -0/+64 |
* | Create mitmproxy.utils hierarchy | Aldo Cortesi | 2016-10-20 | 2 | -0/+65 |