Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-19 | [docs] add email prefs to changelog | Kali Kaneko | |
2016-04-19 | pep8/flake8 | Kali Kaneko | |
2016-04-19 | [feature] add email panel to preferences | elijah | |
2016-04-19 | some fixes after review | Kali Kaneko | |
2016-04-19 | [docs] document bitmask.core in the changelog | Kali Kaneko | |
2016-04-19 | [pkg] bump leap dependencies for 0.9.2 release | Kali Kaneko | |
2016-04-19 | [refactor] use latest implementation of service_hooks | Kali Kaneko | |
2016-04-19 | [feature] add logging | Kali Kaneko | |
2016-04-19 | [doc] notes about unneeded deps in the bundle | Kali Kaneko | |
2016-04-19 | [pkg] adapt launcher to work inside frozen binary | Kali Kaneko | |
2016-04-19 | [feat] add bitmaskd to multipackage spec | Kali Kaneko | |
2016-04-19 | [feature] add bitmaskd entrypoint | Kali Kaneko | |
2016-04-19 | [refactor] use __version__ directly | Kali Kaneko | |
2016-04-19 | [feat] multi-binary specs for cli | Kali Kaneko | |
2016-04-19 | [feature] landing of bitmask.core | Kali Kaneko | |
2016-04-19 | [feature] add bitmask_cli entrypoint | Kali Kaneko | |
2016-04-19 | [cmd] fix build cmdclass | Kali Kaneko | |
2016-04-18 | [bug] vindows initializer does not return state causing the application to ↵ | Paixu Aabuizia | |
always quit - log the init_platform failure to the critical log - return True/False in initializer - remove implementation to install driver and display informative message instead | |||
2016-04-18 | [style] autopep8 | Kali Kaneko | |
2016-04-18 | [bug] fix BSD sed syntax | Kali Kaneko | |
2016-04-18 | [pkg] move embedded copy of daemon to its own folder | Kali Kaneko | |
2016-04-18 | [pkg] remove cryptography hack, not needed with pyinst>3.0 | Kali Kaneko | |
2016-04-18 | [bug] fix missing import | Kali Kaneko | |
2016-04-18 | [bug] remove --danger flag from osx build | Kali Kaneko | |
phew! | |||
2016-04-18 | [bug] avoid osx hanging | Kali Kaneko | |
2016-04-18 | [refactor] re-add wrapper, cd needed | Kali Kaneko | |
2016-04-18 | [bug] enable first page in wizard | Kali Kaneko | |
- Resolves: #8041 - Releases: 0.9.2 | |||
2016-04-18 | [bug] fix typos in osx build | Kali Kaneko | |
2016-04-18 | [bug] check if helper.plist file exist b4 unloading it | Kali Kaneko | |
- Fixes: #7944 - Releases: 0.9.2 | |||
2016-04-18 | [pkg] update pyinst makefile to pick our custom built gpg | Kali Kaneko | |
2016-04-18 | [pkg] add gnugp build script | Kali Kaneko | |
besides: * moved openvpn and gnupg folders to top-level thirdparty * renamed jaromil's script to .zsh.old (we need to have it handy for compiling on windows) | |||
2016-04-18 | [refactor] cleanup helper usage to adapt to new one | Kali Kaneko | |
also cleanups build process | |||
2016-04-18 | [refactor] cleanup helper usage to adapt to new one | Kali Kaneko | |
also cleanups build process | |||
2016-04-18 | [feature] privileged bitmask helper | Kali Kaneko | |
This is still quite untested, and a bit hacky, but the main idea behind let us have a daemonized bitmask helper, that should be installed by the Bitmask installer. Its responsibilities are to launch the vpn process as a privileged user, and start/stop the firewall. | |||
2016-04-18 | [pkg] add Packages project | Kali Kaneko | |
this has the ability to be used from the command line, although I'm using it manually at the moment. | |||
2016-04-18 | [pkg] packaging hacks + update osx bundling notes | Kali Kaneko | |
2016-04-18 | [pkg] bump bundles version to rc1 | Kali Kaneko | |
2016-04-18 | [pkg] bump leap versions for sumo tarballs | Kali Kaneko | |
2016-04-18 | [docs] minor modifications to the release protocol | Kali Kaneko | |
2016-04-18 | Merge branch 'paixu-installer' into develop | Kali Kaneko | |
Great work by paixu, one step into the direction of winodows reproducible builds. The installer doesn't work, but this probably has to do with remaining bugs in the main qt app. | |||
2016-04-18 | comment out unrecognized command | Kali Kaneko | |
2016-04-17 | create executable folder to avoid error | Kali Kaneko | |
2016-04-16 | [pkg] fix lingering var name after versioneer upgrade | Kali Kaneko | |
2016-04-16 | [pkg] reproducible windows installer for bitmask_client | Paixu Aabuizia | |
provide a environment that allows automated builds of windows installers - prepare dockerized environment with wine, python, openssl, zlib and mingw to build windows binaries from python sourcecode - prepare dockerized environment with nullsoft installer to build installers from binaries - configure pyinstaller to build binaries - configure nsis to build distributable executables for bitmask - configure make all in pkg/windows that results in installers - add documentation - ico conversion from data/images - avoid polluting / in docker image - install dirspec and copy to wine env - remove obsolete comments - fix python path - figure out that pip install leap.a and pyinstalling a leap.b does not work - so the build script fixes that - rename dependencies to pyinstaller and move nsis code to installer - build openvpn, export the binaries for further processing - correct openvpn dependencies, fetch tap installer compatible with openvpn just built - install tap-driver with nsis - pyinstaller-build: fix mixed mkdir / show errors if there are some - installer-build: prepare rw-copy, do not expose nsh files - add openvpn_leap.exe to install directory so it gets picked up by nsis - use setup.py to install bitmask to site-packages to have a version - separate build directories for granular make - copy all openvpn dlls to installer - die to signal failure to parent makefile - cache installDependencies for quick turn-arround times - share openssl version between openvpn and pysqlcipher/other pip builds - collect files during prepare for installer - default to eip:false, mail:true - configuration in pyinstaller-build.sh - win64 tap drivers need special care getting removed from 32bit nsis - correct registry key that identifies if we installed TAP - extract version from git-tree, expose to wine python - create nsh with version for build installer - allow clean/dirty version with patches - cleanup / indent / remove comments - die when pysqlchipher patch failed - add psutil in mingw compatible version | |||
2016-04-16 | [refactor] adapt to the new Account signature | Kali Kaneko | |
2016-04-15 | [doc] update release checklist | Kali Kaneko | |
2016-04-15 | [doc] update release notes | Kali Kaneko | |
2016-04-15 | [bug] eip_can_start should return false if provider does not support eip | elijah | |
otherwise, it tries to open eip config. - Resolves: #7538 - Releases: 0.9.2 | |||
2016-04-15 | [docs] add note about login automation | Kali Kaneko | |
2016-04-15 | [tools] make uploads resumable | Kali Kaneko | |