aboutsummaryrefslogtreecommitdiffstats
path: root/release/osx-binaries
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Update for latest master of PyInstallerAldo Cortesi2015-03-121-3/+8
|
* Minor tweaks to release checlist and binary buildsAldo Cortesi2014-12-291-1/+1
|
* Generalize binary building, add static resources, add spec files for ↵Aldo Cortesi2014-12-281-25/+34
| | | | | | | mitmproxy, mitmdump and mitmweb We're now ready to use the same script (more or less) to build Windows binaries.
* Minor improvements to osx binary build processAldo Cortesi2014-12-281-2/+11
| | | | | - Add --shortversion on tools to make packaging easier - Automate tarfile generation
* Release prep: binaries build script, release checklist, fuzzingAldo Cortesi2014-11-021-1/+2
|
* Prep for release: CHANGELOG and CONTRIBUTORSAldo Cortesi2013-08-251-2/+9
|
* Formalize OSX binary script a bit more.Aldo Cortesi2013-06-161-5/+12
|
* Remove pyinstaller specs. Add a quick-and-dirty script for building OSX ↵Aldo Cortesi2013-06-161-0/+16
binaries.