Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nuke pypy | Thomas Kriechbaumer | 2017-02-12 | 1 | -1/+0 |
| | |||||
* | Merge pull request #2000 from s4chin/add-jpeg-parser | Maximilian Hils | 2017-02-11 | 1 | -1/+1 |
|\ | | | | | Add jpeg parser | ||||
| * | Update kaitaistruct version to 0.6 | Sachin Kelkar | 2017-02-08 | 1 | -1/+1 |
| | | |||||
* | | update mypy | Maximilian Hils | 2017-02-11 | 1 | -1/+1 |
| | | | | | | The pypi package name has changed. | ||||
* | | update dependencies | Maximilian Hils | 2017-02-10 | 1 | -3/+3 |
|/ | |||||
* | Feedback | Sachin Kelkar | 2017-02-03 | 1 | -1/+1 |
| | |||||
* | Fix as per feedback and add more tests | Sachin Kelkar | 2017-02-03 | 1 | -0/+1 |
| | |||||
* | nuke mock dependency | Thomas Kriechbaumer | 2017-01-22 | 1 | -1/+0 |
| | | | | This is already included in Python 3.3+ as unittest.mock | ||||
* | update dependencies | Maximilian Hils | 2017-01-07 | 1 | -5/+4 |
| | |||||
* | run tests on Python 3.6 | Thomas Kriechbaumer | 2016-12-27 | 1 | -0/+1 |
| | |||||
* | bump h2 | Thomas Kriechbaumer | 2016-12-17 | 1 | -1/+1 |
| | | | | This takes care of https://github.com/python-hyper/hyper-h2/issues/422 | ||||
* | update dependencies | Maximilian Hils | 2016-12-14 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1837 from mhils/1809 | Maximilian Hils | 2016-12-11 | 1 | -4/+6 |
|\ | | | | | Fix #1809 | ||||
| * | fix version sourcing in setup.py | Maximilian Hils | 2016-12-11 | 1 | -4/+6 |
| | | |||||
* | | pin docutils version to fix docs tests | Maximilian Hils | 2016-12-11 | 1 | -0/+1 |
| | | |||||
* | | bump dependencies | Thomas Kriechbaumer | 2016-12-10 | 1 | -5/+5 |
| | | |||||
* | | Merge pull request #1831 from mhils/contentviews | Aldo Cortesi | 2016-12-11 | 1 | -1/+0 |
|\ \ | |/ |/| | Split contentviews.py into mitmproxy.contentviews | ||||
| * | remove lxml-dependent code | Maximilian Hils | 2016-12-10 | 1 | -1/+0 |
| | | |||||
* | | Merge pull request #1834 from Kriechi/remove_ssl_match_hostname | Maximilian Hils | 2016-12-10 | 1 | -1/+0 |
|\ \ | |/ |/| | remove backport.ssl_match_hostname | ||||
| * | remove backport.ssl_match_hostname | Thomas Kriechbaumer | 2016-12-10 | 1 | -1/+0 |
| | | | | | | | | This is already included in Python 3.5+ | ||||
* | | Replace configargparse with argparse, enable new options loading | Aldo Cortesi | 2016-12-08 | 1 | -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 options | Aldo Cortesi | 2016-12-08 | 1 | -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 API | Thomas Kriechbaumer | 2016-12-04 | 1 | -1/+1 |
| | |||||
* | fix pyinstaller | Maximilian Hils | 2016-11-28 | 1 | -0/+3 |
| | | | amongst other things, fix #1746 | ||||
* | update dependencies (#1789) | Maximilian Hils | 2016-11-25 | 1 | -1/+1 |
| | |||||
* | bump cryptography dependency | Thomas Kriechbaumer | 2016-11-23 | 1 | -1/+1 |
| | |||||
* | update pydivert, fix #1749 | Maximilian Hils | 2016-11-21 | 1 | -1/+1 |
| | |||||
* | update dependencies | Maximilian Hils | 2016-11-18 | 1 | -2/+2 |
| | |||||
* | setup.py: adjust mypy-lang dependency for semver | Doug Freed | 2016-11-16 | 1 | -1/+1 |
| | | | | Looks like the previous form was a typo. | ||||
* | Sketch out addons.View | Aldo Cortesi | 2016-10-29 | 1 | -0/+1 |
| | | | | The first iteration of a replacement for addons.State | ||||
* | upgrade h2 to >=2.5.0 | Thomas Kriechbaumer | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | bump h2 version | Maximilian Hils | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | Add mypy to lint | Aldo Cortesi | 2016-10-27 | 1 | -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 inconsistencies | Maximilian Hils | 2016-10-25 | 1 | -1/+1 |
| | |||||
* | The final piece: netlib -> mitproxy.net | Aldo Cortesi | 2016-10-20 | 1 | -1/+0 |
| | |||||
* | netlib.version -> mitmproxy.version | Aldo Cortesi | 2016-10-20 | 1 | -1/+1 |
| | |||||
* | Move all tools into mitmproxy.tools, move models/* to top level | Aldo Cortesi | 2016-10-19 | 1 | -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 classifiers | Aldo Cortesi | 2016-10-17 | 1 | -0/+1 |
| | |||||
* | update protobuf, reenable for py3 (#1618) | Maximilian Hils | 2016-10-16 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1615 from cortesi/python3a | Aldo Cortesi | 2016-10-17 | 1 | -1/+0 |
|\ | | | | | exterminate six | ||||
| * | test & examples: zap six | Aldo Cortesi | 2016-10-17 | 1 | -1/+0 |
| | | |||||
* | | update pydivert dependency (#1614) | Maximilian Hils | 2016-10-16 | 1 | -1/+1 |
|/ | |||||
* | First-order conversion to Python3-only | Aldo Cortesi | 2016-10-17 | 1 | -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 dependencies | Maximilian Hils | 2016-10-03 | 1 | -2/+2 |
| | |||||
* | update dependencies, minor fixes (#1577) | Maximilian Hils | 2016-09-24 | 1 | -3/+3 |
| | |||||
* | bump brotlipy | Thomas Kriechbaumer | 2016-09-11 | 1 | -1/+1 |
| | |||||
* | bump brotli dependency | Thomas Kriechbaumer | 2016-09-04 | 1 | -1/+1 |
| | |||||
* | improve CI | Thomas Kriechbaumer | 2016-09-03 | 1 | -0/+1 |
| | |||||
* | cryptography 1.5 | Thomas Kriechbaumer | 2016-09-01 | 1 | -1/+1 |
| | |||||
* | bump h2 dependency | Thomas Kriechbaumer | 2016-08-24 | 1 | -1/+1 |
| | | | | This fixes a bug with empty HEAD responses: https://github.com/python-hyper/hyper-h2/issues/255 |