summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-08[pkg] build binaries into platform folderKali Kaneko (leap communications)
2019-08-08[docs] document the need for go>=1.11Kali Kaneko (leap communications)
2019-08-08[pkg] remove vendorKali Kaneko (leap communications)
2019-08-07[pkg] make updating go easierKali Kaneko (leap communications)
2019-08-07[pkg] fixup symlinkKali Kaneko (leap communications)
2019-08-07[pkg] missing snap boilerplateKali Kaneko (leap communications)
2019-08-07[pkg] add cross compilation tools to the DockerfileRuben Pollan
2019-08-07[docs] update paths in READMEKali Kaneko (leap communications)
2019-08-07[pkg] do not make user mess with symlinks in gopathKali Kaneko (leap communications)
2019-08-07[pkg] add curlKali Kaneko (leap communications)
2019-08-07[pkg] make windows cross pkg workRuben Pollan
2019-08-07[feat] shrink binaries passing flags to linkerKali Kaneko (leap communications)
2019-08-06[pkg] add cross pkg for win and osxRuben Pollan
2019-08-06[pkg] Add cross compilation for win and osxRuben Pollan
2019-08-06[pkg] do not copy binaries for osx on prepare stepKali Kaneko (leap communications)
2019-08-06[pkg] update dependsKali Kaneko (leap communications)
2019-08-06[pkg] be more silentKali Kaneko (leap communications)
2019-08-06[pkg] squash targetsKali Kaneko (leap communications)
2019-08-06[bug] typoKali Kaneko (leap communications)
2019-08-05[pkg] cleanup iconsKali Kaneko (leap communications)
2019-08-05[pkg] debian templateKali Kaneko (leap communications)
2019-08-05[pkg] snap templateKali Kaneko (leap communications)
2019-08-05[pkg] fix windows paths after testingKali Kaneko (leap communications)
2019-08-05[feat] osx build templatesKali Kaneko (leap communications)
2019-08-05[bug] allow to fail on cleanupKali Kaneko (leap communications)
2019-08-05[feat] windows templatesKali Kaneko (leap communications)
2019-08-05[refactor] rename templatesKali Kaneko (leap communications)
2019-08-05[feat] allow overriding of PROVIDER_CONFIGKali Kaneko (leap communications)
2019-08-05[pkg] bump modulesKali Kaneko (leap communications)
2019-08-05[feat] strip built binariesKali Kaneko (leap communications)
2019-08-05[feat] add make prepare target to MakefileKali Kaneko (leap communications)
2019-08-05[refactor] rename thingsKali Kaneko (leap communications)
2019-08-05[refactor] move svg icon to assets folderKali Kaneko (leap communications)
2019-08-05[bug] fix path for the snap iconKali Kaneko (leap communications)
2019-08-05[feat] add vendorize script to generate configKali Kaneko (leap communications)
2019-07-10[feat] add debug info to bitmask-root callKali Kaneko
2019-07-05Fix helper url after move to bitmask-vpnkwadronaut
2019-07-03[bug] temporarily disable polkit checkKali Kaneko (leap communications)
latest release 0.19.6 included a polkit check. this check is failing in some setups, leading to an unusable experience. I'm temporarily disabling the check to be able to have an usable release until we can debug what's causing the issue. - Related: #152
2019-06-13[ci] get the right path for the docker image0.19.6Ruben Pollan
2019-06-13[bug] wait for tear downRuben Pollan
Before finishing the main thread let's wait for the finish of the bitmask/pid/... tear down. So the firewall gets down when you ctrl-c. - Resolves: #142
2019-06-13[feat] check if polkit is running and launch it if possibleRuben Pollan
- Resolves: #141
2019-05-23[feat] retry fetching the eip jsonRuben Pollan
If bitmask-vpn attempts to connect when there is no internet let's keep retrying fetching the eip json until internet comes. - Resolves: #126
2019-05-17[ci] limit push step to master branchKali Kaneko (leap communications)
2019-05-16[bug] start VPN automatically on first launchRuben Pollan
When there was no configuration file the 'conf.StartVPN' was set tu false. Let's set it properly even if there is no config file. - Resolves: #128
2019-05-15[ci] separate push into its own stageKali Kaneko (leap communications)
2019-05-15[ci] use an image that has curlKali Kaneko (leap communications)
2019-05-15[ci] trigger build in riseup-vpn_package repoKali Kaneko (leap communications)
2019-05-14[ci] push to a branch other than master for buildsKali Kaneko (leap communications)
2019-05-13[ci] fix image pathKali Kaneko (leap communications)
2019-05-13setup a basic push testMicah Anderson