aboutsummaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* fix pyinstaller buildsMaximilian Hils2016-10-273-3/+3
|
* fix pyinstaller buildsMaximilian Hils2016-10-262-2/+2
|
* Update and rename README.mkd to README.mdMaximilian Hils2016-10-252-20/+8
|
* The final piece: netlib -> mitproxy.netAldo Cortesi2016-10-202-2/+2
|
* python3: clean up super and __future__Aldo Cortesi2016-10-171-1/+0
|
* test & examples: zap sixAldo Cortesi2016-10-171-1/+0
|
* Bump to 0.18.1 to fix pypi obstreperousnessAldo Cortesi2016-10-161-58/+6
| | | | Also include contriburors update.
* docs: concurrency, developing scriptsAldo Cortesi2016-10-161-11/+0
|
* minor fixesMaximilian Hils2016-07-291-2/+2
|
* clean up release tool, build linux binariesMaximilian Hils2016-07-291-170/+118
|
* update dependencies (#1435)Maximilian Hils2016-07-251-1/+1
|
* minor fixesMaximilian Hils2016-07-191-1/+1
|
* Decode commit value in rtoolShadab Zafar2016-07-101-1/+1
|
* blacklist pysftp 0.2.9Maximilian Hils2016-07-061-1/+1
| | | https://bitbucket.org/dundeemt/pysftp/issues/97/pysftp-029-breaks-builds
* fix lxml installation on py27Maximilian Hils2016-06-261-1/+3
|
* rtool: build py3 wheels an binariesMaximilian Hils2016-06-261-2/+5
|
* snapshots: fix build tagMaximilian Hils2016-03-311-1/+2
|
* minor pyinstaller fixesMaximilian Hils2016-03-121-14/+17
|
* Add icon for binariesAditya2016-03-115-5/+10
|
* add icon for binariesMaximilian Hils2016-03-081-0/+0
| | | | | This differs from the favicon as that the .ico file stores the logo in multiple resolutions.
* fix snapshot uploadMaximilian Hils2016-02-271-20/+24
|
* First-order conversion of rtool to flat directory structureAldo Cortesi2016-02-191-80/+59
|
* Merge branch 'master' of https://github.com/mitmproxy/mitmproxyMaximilian Hils2016-02-182-1/+3
|\
| * Pull bin to the top, move pathod examples to examples dirAldo Cortesi2016-02-185-5/+5
| |
| * Adjust release for new repo structureAldo Cortesi2016-02-188-20/+7
| |
* | move bin into release, update rtoolMaximilian Hils2016-02-1813-22/+29
|/
* fix minor thingsThomas Kriechbaumer2016-02-163-3/+3
|
* rtool: remove support for source distributionsMaximilian Hils2016-02-161-40/+22
|
* fix release tool, refs #947Maximilian Hils2016-02-166-81/+55
|
* merge metadata filesMaximilian Hils2016-02-155-0/+110
|
* add releaseMaximilian Hils2016-02-156-0/+625
|
* move mitmproxyMaximilian Hils2016-02-153-66/+0
|
* add new pyinstaller spec filesMaximilian Hils2015-11-294-90/+34
|
* Adjust pyinstaller spec pathsAldo Cortesi2015-11-062-2/+2
|
* Disable mitmweb OSX binary generation for nowAldo Cortesi2015-08-161-0/+0
|
* Adapt mitmdump and mitmweb for certifi and release processAldo Cortesi2015-08-162-12/+22
|
* Adapt mitmproxy.spec for new cryptography, certifi and new release structureAldo Cortesi2015-08-161-6/+11
|
* Remove release toolsAldo Cortesi2015-08-164-400/+0
|
* remove evil unicode_literalsMaximilian Hils2015-08-061-1/+1
|
* update build scriptMaximilian Hils2015-07-221-69/+97
|
* make build script amazingMaximilian Hils2015-07-223-97/+168
|
* make build script executable on *nixMaximilian Hils2015-07-221-0/+0
|
* preliminary release scriptMaximilian Hils2015-07-212-54/+87
|
* streamline build processMaximilian Hils2015-07-213-8/+133
|
* Changelog for v0.12.1Aldo Cortesi2015-06-031-2/+2
|
* Post-release version bump, and checklist addition.Aldo Cortesi2015-05-261-0/+3
|
* release: include resources PyInstaller doesn't record in spec files.Aldo Cortesi2015-05-253-0/+12
|
* Better error when invalid palette is specifiedAldo Cortesi2015-03-121-1/+1
|
* Re-enable OSX binary builds for mitmproxy and mitmwebAldo Cortesi2015-03-121-8/+8
|
* Virtualenv is the one and only recommended dev environmentAldo Cortesi2015-03-121-28/+40
| | | | | | | | | | | - Create a "dev" script to create a virtualenv-based dev environment - Update the docs to remove non-virtualenv install recommendations - Update osx-binaries generation to use virtualenv TODO: - The dev script or an equivalent should be made to work on Windows - We still can't remove the annoying top-level command scripts, because pyinstaller doesn't support entry points. Once it does, they can go.