Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [requires.io] dependency update on master branch (#2360) | Maximilian Hils | 2017-05-31 | 1 | -2/+2 |
| | |||||
* | fix mypy annotations | Maximilian Hils | 2017-05-26 | 1 | -1/+1 |
| | |||||
* | cleanup old tls_parser | Thomas Kriechbaumer | 2017-05-26 | 1 | -1/+0 |
| | |||||
* | upgrade pytest and remove our pytest.raises wrapper | Thomas Kriechbaumer | 2017-05-24 | 1 | -17/+10 |
| | |||||
* | [requires.io] dependency update (#2328) | Maximilian Hils | 2017-05-18 | 1 | -1/+1 |
| | |||||
* | update packages | Thomas Kriechbaumer | 2017-05-11 | 1 | -2/+2 |
| | |||||
* | fixed lint | Charles d'Hondt | 2017-05-04 | 1 | -1/+1 |
| | |||||
* | Added ldap mock test | Charles d'Hondt | 2017-05-04 | 1 | -1/+1 |
| | |||||
* | added ldap3 to setup.py | Charles d'Hondt | 2017-05-02 | 1 | -0/+1 |
| | |||||
* | bump cryptography min-version | Thomas Kriechbaumer | 2017-04-27 | 1 | -1/+1 |
| | | | | This removes OpenSSL v0.9.8 support. | ||||
* | Remove watchdog, solidify script testing | Aldo Cortesi | 2017-04-26 | 1 | -1/+0 |
| | | | | | | | | - Remove the watchdog dependency. We now just stat the script file every 2 seconds to check for an updated mtime. - Further solidify our script testing, and in particular make the example tests nicer. These should exemplify how we want users to test their own addon scripts. More work on addon testing to follow. | ||||
* | [requires.io] dependency update on master branch (#2252) | Maximilian Hils | 2017-04-20 | 1 | -1/+1 |
| | |||||
* | [requires.io] dependency update on master branch (#2241) | Maximilian Hils | 2017-04-17 | 1 | -2/+2 |
| | |||||
* | Update setup.py | Maximilian Hils | 2017-04-16 | 1 | -1/+1 |
| | |||||
* | [requires.io] dependency update | requires.io | 2017-04-16 | 1 | -1/+1 |
| | |||||
* | update kaitai and recompile formats | Thomas Kriechbaumer | 2017-04-16 | 1 | -1/+1 |
| | |||||
* | bump h2 | Thomas Kriechbaumer | 2017-03-24 | 1 | -2/+2 |
| | |||||
* | [requires.io] dependency update on master branch (#2193) | Maximilian Hils | 2017-03-21 | 1 | -1/+1 |
| | |||||
* | Make mypy succeed with imports on master.py | Aldo Cortesi | 2017-03-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | We get little benefit from our mypy QA checks at the moment, because we skip imports. This patch is what's needed to make mypy succeed with imports on a single file: master.py It also updates mypy to the current version, and enables a QA check. Mypy bugs I encountered: dict.update with kwargs not supported: https://github.com/python/mypy/issues/1031 property setters and getters must be adjacent: https://github.com/python/mypy/issues/1465 | ||||
* | bump h2 and hyperframe | Thomas Kriechbaumer | 2017-03-16 | 1 | -2/+2 |
| | |||||
* | Merge pull request #2167 from mhils/update-dependencies | Aldo Cortesi | 2017-03-16 | 1 | -1/+1 |
|\ | | | | | update mypy | ||||
| * | update mypy | Maximilian Hils | 2017-03-15 | 1 | -1/+1 |
| | | |||||
* | | bump sphinx | Thomas Kriechbaumer | 2017-03-15 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #2159 from Kriechi/bump-pyparsing | Thomas Kriechbaumer | 2017-03-15 | 1 | -1/+1 |
|\ | | | | | bump pyparsing | ||||
| * | bump pyparsing | Thomas Kriechbaumer | 2017-03-15 | 1 | -1/+1 |
| | | |||||
* | | bump cryptography | Thomas Kriechbaumer | 2017-03-15 | 1 | -1/+1 |
|/ | |||||
* | Remove pytz in hardump | Ujjwal Verma | 2017-02-25 | 1 | -1/+0 |
| | |||||
* | protobuf: coverage++ | Thomas Kriechbaumer | 2017-02-19 | 1 | -3/+0 |
| | |||||
* | nuke Pillow | Thomas Kriechbaumer | 2017-02-15 | 1 | -1/+1 |
| | |||||
* | 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. |