Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | snapshots: fix build tag | Maximilian Hils | 2016-03-31 | 1 | -1/+2 |
| | |||||
* | minor pyinstaller fixes | Maximilian Hils | 2016-03-12 | 1 | -14/+17 |
| | |||||
* | Add icon for binaries | Aditya | 2016-03-11 | 5 | -5/+10 |
| | |||||
* | add icon for binaries | Maximilian Hils | 2016-03-08 | 1 | -0/+0 |
| | | | | | This differs from the favicon as that the .ico file stores the logo in multiple resolutions. | ||||
* | fix snapshot upload | Maximilian Hils | 2016-02-27 | 1 | -20/+24 |
| | |||||
* | First-order conversion of rtool to flat directory structure | Aldo Cortesi | 2016-02-19 | 1 | -80/+59 |
| | |||||
* | Merge branch 'master' of https://github.com/mitmproxy/mitmproxy | Maximilian Hils | 2016-02-18 | 2 | -1/+3 |
|\ | |||||
| * | Pull bin to the top, move pathod examples to examples dir | Aldo Cortesi | 2016-02-18 | 5 | -5/+5 |
| | | |||||
| * | Adjust release for new repo structure | Aldo Cortesi | 2016-02-18 | 8 | -20/+7 |
| | | |||||
* | | move bin into release, update rtool | Maximilian Hils | 2016-02-18 | 13 | -22/+29 |
|/ | |||||
* | fix minor things | Thomas Kriechbaumer | 2016-02-16 | 3 | -3/+3 |
| | |||||
* | rtool: remove support for source distributions | Maximilian Hils | 2016-02-16 | 1 | -40/+22 |
| | |||||
* | fix release tool, refs #947 | Maximilian Hils | 2016-02-16 | 6 | -81/+55 |
| | |||||
* | merge metadata files | Maximilian Hils | 2016-02-15 | 5 | -0/+110 |
| | |||||
* | add release | Maximilian Hils | 2016-02-15 | 6 | -0/+625 |
| | |||||
* | move mitmproxy | Maximilian Hils | 2016-02-15 | 3 | -66/+0 |
| | |||||
* | add new pyinstaller spec files | Maximilian Hils | 2015-11-29 | 4 | -90/+34 |
| | |||||
* | Adjust pyinstaller spec paths | Aldo Cortesi | 2015-11-06 | 2 | -2/+2 |
| | |||||
* | Disable mitmweb OSX binary generation for now | Aldo Cortesi | 2015-08-16 | 1 | -0/+0 |
| | |||||
* | Adapt mitmdump and mitmweb for certifi and release process | Aldo Cortesi | 2015-08-16 | 2 | -12/+22 |
| | |||||
* | Adapt mitmproxy.spec for new cryptography, certifi and new release structure | Aldo Cortesi | 2015-08-16 | 1 | -6/+11 |
| | |||||
* | Remove release tools | Aldo Cortesi | 2015-08-16 | 4 | -400/+0 |
| | |||||
* | remove evil unicode_literals | Maximilian Hils | 2015-08-06 | 1 | -1/+1 |
| | |||||
* | update build script | Maximilian Hils | 2015-07-22 | 1 | -69/+97 |
| | |||||
* | make build script amazing | Maximilian Hils | 2015-07-22 | 3 | -97/+168 |
| | |||||
* | make build script executable on *nix | Maximilian Hils | 2015-07-22 | 1 | -0/+0 |
| | |||||
* | preliminary release script | Maximilian Hils | 2015-07-21 | 2 | -54/+87 |
| | |||||
* | streamline build process | Maximilian Hils | 2015-07-21 | 3 | -8/+133 |
| | |||||
* | Changelog for v0.12.1 | Aldo Cortesi | 2015-06-03 | 1 | -2/+2 |
| | |||||
* | Post-release version bump, and checklist addition. | Aldo Cortesi | 2015-05-26 | 1 | -0/+3 |
| | |||||
* | release: include resources PyInstaller doesn't record in spec files. | Aldo Cortesi | 2015-05-25 | 3 | -0/+12 |
| | |||||
* | Better error when invalid palette is specified | Aldo Cortesi | 2015-03-12 | 1 | -1/+1 |
| | |||||
* | Re-enable OSX binary builds for mitmproxy and mitmweb | Aldo Cortesi | 2015-03-12 | 1 | -8/+8 |
| | |||||
* | Virtualenv is the one and only recommended dev environment | Aldo Cortesi | 2015-03-12 | 1 | -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 PyInstaller | Aldo Cortesi | 2015-03-12 | 4 | -15/+11 |
| | |||||
* | Minor tweaks to release checlist and binary builds | Aldo Cortesi | 2014-12-29 | 2 | -6/+3 |
| | |||||
* | Adjust how doc rendering uses mitmproxy source location | Aldo Cortesi | 2014-12-28 | 1 | -11/+9 |
| | | | | | We now make sure our imports come from here too, and that we have mod cons like tilde expansion in the env variable. | ||||
* | Generalize binary building, add static resources, add spec files for ↵ | Aldo Cortesi | 2014-12-28 | 4 | -25/+138 |
| | | | | | | | 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 process | Aldo Cortesi | 2014-12-28 | 2 | -3/+11 |
| | | | | | - Add --shortversion on tools to make packaging easier - Automate tarfile generation | ||||
* | bump version, update release checklist | Maximilian Hils | 2014-12-24 | 1 | -6/+1 |
| | |||||
* | Some additions to the release checklist | Aldo Cortesi | 2014-11-15 | 1 | -0/+15 |
| | |||||
* | Remove entry points in favor of vanilla scripts, fix test-release | Aldo Cortesi | 2014-11-11 | 1 | -7/+8 |
| | |||||
* | Minor doc adjustments | Aldo Cortesi | 2014-11-07 | 1 | -2/+0 |
| | |||||
* | Release prep: binaries build script, release checklist, fuzzing | Aldo Cortesi | 2014-11-02 | 2 | -1/+6 |
| | |||||
* | actually remove test dependencies from requirements.txt | Maximilian Hils | 2014-01-28 | 1 | -0/+3 |
| | |||||
* | Release test script and checklist. | Aldo Cortesi | 2014-01-19 | 2 | -0/+62 |
| | |||||
* | Prep for release: CHANGELOG and CONTRIBUTORS | Aldo Cortesi | 2013-08-25 | 1 | -2/+9 |
| | |||||
* | Formalize OSX binary script a bit more. | Aldo Cortesi | 2013-06-16 | 1 | -5/+12 |
| | |||||
* | Remove pyinstaller specs. Add a quick-and-dirty script for building OSX ↵ | Aldo Cortesi | 2013-06-16 | 3 | -36/+16 |
| | | | | binaries. | ||||
* | Make ready for pyinstaller. | Aldo Cortesi | 2013-05-15 | 3 | -0/+38 |