aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Replace configargparse with argparse, enable new options loadingAldo Cortesi2016-12-081-1/+0
| | | | | | | | | | | | This commit ditches configargparse and enables the new config file format. The default location is ~/.mitmproxy/config.yaml. Unifying all of the various Options objects will follow in the next patch.
* | Add YAML serialization of optionsAldo Cortesi2016-12-081-0/+1
|/ | | | | This uses ruamel.yaml. The library seems well-supported, and can do in-place modification of config files that retains user comments and file structure.
* upgrade to construct 2.8 and new APIThomas Kriechbaumer2016-12-041-1/+1
|
* fix pyinstallerMaximilian Hils2016-11-281-0/+3
| | | amongst other things, fix #1746
* update dependencies (#1789)Maximilian Hils2016-11-251-1/+1
|
* bump cryptography dependencyThomas Kriechbaumer2016-11-231-1/+1
|
* update pydivert, fix #1749Maximilian Hils2016-11-211-1/+1
|
* update dependenciesMaximilian Hils2016-11-181-2/+2
|
* setup.py: adjust mypy-lang dependency for semverDoug Freed2016-11-161-1/+1
| | | | Looks like the previous form was a typo.
* Sketch out addons.ViewAldo Cortesi2016-10-291-0/+1
| | | | The first iteration of a replacement for addons.State
* upgrade h2 to >=2.5.0Thomas Kriechbaumer2016-10-271-1/+1
|
* bump h2 versionMaximilian Hils2016-10-271-1/+1
|
* Add mypy to lintAldo Cortesi2016-10-271-0/+3
| | | | | | | An extremely modest beginning, but we'll roll this out over the whole codebase in time. Also move flake8 and mypy dependencies into setup[dev].
* typecheck options, fix current inconsistenciesMaximilian Hils2016-10-251-1/+1
|
* The final piece: netlib -> mitproxy.netAldo Cortesi2016-10-201-1/+0
|
* netlib.version -> mitmproxy.versionAldo Cortesi2016-10-201-1/+1
|
* Move all tools into mitmproxy.tools, move models/* to top levelAldo Cortesi2016-10-191-3/+3
| | | | | | The primary motivation here (and for all the other moving around) is to present a clean "front of house" to library users, and to migrate primary objects to the top of the module hierarchy.
* python3: update README and setup.py trove classifiersAldo Cortesi2016-10-171-0/+1
|
* update protobuf, reenable for py3 (#1618)Maximilian Hils2016-10-161-2/+2
|
* Merge pull request #1615 from cortesi/python3aAldo Cortesi2016-10-171-1/+0
|\ | | | | exterminate six
| * test & examples: zap sixAldo Cortesi2016-10-171-1/+0
| |
* | update pydivert dependency (#1614)Maximilian Hils2016-10-161-1/+1
|/
* First-order conversion to Python3-onlyAldo Cortesi2016-10-171-9/+0
| | | | | | - Zap various occurrences of Python2 in docs and scripts - Remove six from netlib, and some other places where obvious project-wide search and replace works.
* update dependenciesMaximilian Hils2016-10-031-2/+2
|
* update dependencies, minor fixes (#1577)Maximilian Hils2016-09-241-3/+3
|
* bump brotlipyThomas Kriechbaumer2016-09-111-1/+1
|
* bump brotli dependencyThomas Kriechbaumer2016-09-041-1/+1
|
* improve CIThomas Kriechbaumer2016-09-031-0/+1
|
* cryptography 1.5Thomas Kriechbaumer2016-09-011-1/+1
|
* bump h2 dependencyThomas Kriechbaumer2016-08-241-1/+1
| | | | This fixes a bug with empty HEAD responses: https://github.com/python-hyper/hyper-h2/issues/255
* Remove harparser dependencyShadab Zafar2016-08-151-1/+0
|
* update dependencies (#1478)Maximilian Hils2016-08-111-2/+2
|
* Integrated encode/decoder for brotliAngelo Agatino Nicolosi2016-07-301-0/+1
|
* Set upper bound on jsbeautifier package to 1.7dufferzafar2016-07-281-1/+1
|
* Make contentview requirements mandatorydufferzafar2016-07-271-2/+2
|
* Use jsbeautifier from pipdufferzafar2016-07-271-0/+1
|
* update dependencies (#1435)Maximilian Hils2016-07-251-3/+3
|
* restrict accepted lxml versions to fix buildsMaximilian Hils2016-07-251-1/+1
|
* update dependency and loosen restrictions on good citizensThomas Kriechbaumer2016-07-101-7/+7
|
* Add Python 3.5 markers to setup.pyMaximilian Hils2016-07-091-0/+2
|
* fix #1314Maximilian Hils2016-07-081-1/+0
|
* bump h2 dependencyThomas Kriechbaumer2016-07-051-1/+1
|
* update to latest `typing` releaseMaximilian Hils2016-06-291-1/+1
|
* bump depdenciesMaximilian Hils2016-06-291-6/+6
|
* compile docs on python 3.5Maximilian Hils2016-06-281-1/+1
|
* simplify tox setupMaximilian Hils2016-06-281-2/+3
|
* Fold mitmproxy.version and pathod.version into netlib.versionAldo Cortesi2016-06-121-1/+1
|
* Improve debugging of thread and other leaksAldo Cortesi2016-06-111-1/+1
| | | | | | | - Add basethread.BaseThread that all threads outside of test suites should use - Add a signal handler to mitmproxy, mitmdump and mitmweb that dumps resource information to screen when SIGUSR1 is received. - Improve thread naming throughout to make thread dumps understandable
* use tox in TravisThomas Kriechbaumer2016-06-071-1/+1
|
* don't declare codecov as dev dependencyMaximilian Hils2016-06-071-1/+0
|