Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update release instructions | Maximilian Hils | 2018-04-05 | 1 | -0/+5 |
| | |||||
* | Remove support for Python 3.5 | Aldo Cortesi | 2018-04-01 | 1 | -2/+2 |
| | | | | | | | | | | | There are a number of significant improvements in Python3.6 - especially in asyncio - that makes ditching Python 3.5 compelling. The next Ubuntu LTS will be released before the next version of mitmproxy, and will include Python 3.6 in base. This patch removes support for testing under Python 3.5 and changes our documentation. There are deeper changes in the type system and so forth that we will make over time. | ||||
* | Python 3.5 is dead -- long live Python 3.6! | Thomas Kriechbaumer | 2018-03-31 | 1 | -1/+1 |
| | | | | fixes #2266 | ||||
* | release: fix PR detection for appveyor | Aldo Cortesi | 2018-03-08 | 1 | -1/+3 |
| | |||||
* | release: put branches in /branches on the snapshots server | Aldo Cortesi | 2018-03-08 | 1 | -1/+3 |
| | | | | | | This is a precautionary measure to prevent a clash in case we have a branch with the same name as a tag. Tags live in the top-level directory, because these are releases that users will most often access directly. | ||||
* | release: build snapshots for all branches on the main repo | Aldo Cortesi | 2018-03-08 | 1 | -3/+2 |
| | |||||
* | release: don't upload assets for PRs from the main repo | Aldo Cortesi | 2018-03-08 | 1 | -0/+15 |
| | |||||
* | release: clean rtool | Aldo Cortesi | 2018-03-07 | 1 | -79/+0 |
| | |||||
* | release: build wheel | Aldo Cortesi | 2018-03-07 | 1 | -0/+10 |
| | |||||
* | release: shift appveyor to new process | Aldo Cortesi | 2018-03-07 | 2 | -14/+38 |
| | | | | In the process also move to InstallBuilder 18.2 | ||||
* | release: satisfy lint | Aldo Cortesi | 2018-03-07 | 1 | -30/+1 |
| | |||||
* | release: cleanup and re-enable all our Travis tests | Aldo Cortesi | 2018-03-07 | 1 | -3/+0 |
| | | | | Wheels are yet to come. | ||||
* | release: revamped release upload process | Aldo Cortesi | 2018-03-07 | 4 | -266/+251 |
| | |||||
* | improve release instructions | Thomas Kriechbaumer | 2018-02-25 | 1 | -0/+5 |
| | |||||
* | improve release instructions | Thomas Kriechbaumer | 2018-02-25 | 2 | -6/+19 |
| | |||||
* | update release instructions | Thomas Kriechbaumer | 2018-02-25 | 1 | -0/+12 |
| | |||||
* | update release instructions | Maximilian Hils | 2018-02-22 | 1 | -2/+3 |
| | |||||
* | only use annotated tags for version calculation | Maximilian Hils | 2018-01-07 | 1 | -0/+4 |
| | |||||
* | pin snapshot server hostkey, update pysftp | Maximilian Hils | 2018-01-04 | 3 | -1/+7 |
| | |||||
* | fix appveyor build script | Maximilian Hils | 2017-12-30 | 1 | -0/+1 |
| | | | | | we now have a module named "types", which of course confuses Python 3.5. O:-) | ||||
* | single-source version processing | Maximilian Hils | 2017-12-30 | 1 | -23/+6 |
| | |||||
* | rtool: include dev version in binaries | Maximilian Hils | 2017-12-29 | 1 | -34/+74 |
| | |||||
* | remove rtool's setup.py, embrace tox | Maximilian Hils | 2017-12-29 | 1 | -18/+0 |
| | |||||
* | update rtool dependencies | Maximilian Hils | 2017-12-26 | 1 | -1/+1 |
| | |||||
* | pyinstaller: add passlib hook | Maximilian Hils | 2017-09-04 | 1 | -0/+1 |
| | |||||
* | bump rtool dependencies | Thomas Kriechbaumer | 2017-08-18 | 1 | -1/+1 |
| | |||||
* | minor fixes for windows package | Maximilian Hils | 2017-06-14 | 4 | -11/+5 |
| | |||||
* | add windows store experiment | Maximilian Hils | 2017-06-04 | 4 | -0/+61 |
| | |||||
* | Update setup.py | Maximilian Hils | 2017-05-26 | 1 | -1/+1 |
| | |||||
* | bump cryptography | Maximilian Hils | 2017-05-26 | 1 | -1/+1 |
| | |||||
* | fix markdown | Thomas Kriechbaumer | 2017-04-30 | 1 | -4/+4 |
| | |||||
* | update docker-release tags during release | Thomas Kriechbaumer | 2017-04-30 | 1 | -0/+4 |
| | |||||
* | Update README.md | Maximilian Hils | 2017-04-28 | 1 | -1/+1 |
| | |||||
* | Update README.md | Maximilian Hils | 2017-04-28 | 1 | -1/+1 |
| | |||||
* | update release instructions | Thomas Kriechbaumer | 2017-03-15 | 1 | -10/+19 |
| | |||||
* | update release instructions | Thomas Kriechbaumer | 2017-03-15 | 1 | -2/+4 |
| | |||||
* | update release docs | Maximilian Hils | 2017-03-04 | 1 | -0/+2 |
| | |||||
* | Update README.md | Maximilian Hils | 2017-02-21 | 1 | -1/+1 |
| | |||||
* | Update README.md | Maximilian Hils | 2017-02-21 | 1 | -0/+1 |
| | |||||
* | improve version specifiers | Thomas Kriechbaumer | 2017-01-23 | 1 | -0/+4 |
| | |||||
* | Update README.md | Maximilian Hils | 2016-12-27 | 1 | -1/+1 |
| | |||||
* | Update README.md | Maximilian Hils | 2016-12-27 | 1 | -0/+1 |
| | |||||
* | InstallBuilder (#1826) | Maximilian Hils | 2016-12-11 | 10 | -10/+186 |
| | |||||
* | release: fix dropping _main suffix | Doug Freed | 2016-12-04 | 1 | -1/+1 |
| | |||||
* | fix pyinstaller | Maximilian Hils | 2016-11-28 | 6 | -92/+84 |
| | | | amongst other things, fix #1746 | ||||
* | fix pyinstaller (#1788) | Maximilian Hils | 2016-11-25 | 9 | -122/+27 |
| | |||||
* | Update README.md | Maximilian Hils | 2016-11-22 | 1 | -0/+1 |
| | |||||
* | Update README.md | Maximilian Hils | 2016-11-22 | 1 | -0/+1 |
| | |||||
* | fix pyinstaller builds | Maximilian Hils | 2016-10-27 | 3 | -3/+3 |
| | |||||
* | fix pyinstaller builds | Maximilian Hils | 2016-10-26 | 2 | -2/+2 |
| |