Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-16 | [pkg] update go modules to latest | Kali Kaneko (leap communications) | |
2019-08-16 | [pkg] need to vendorize allendang w32 lib | Kali Kaneko (leap communications) | |
we use go mod edit -replace | |||
2019-08-16 | [pkg] fix Dockerfile install | Kali Kaneko (leap communications) | |
2019-08-16 | [pkg] add helpers to repo, generate hooks in snap | Kali Kaneko (leap communications) | |
2019-08-16 | [pkg] ability to skip ca check | Kali Kaneko (leap communications) | |
sometimes we have no network access | |||
2019-08-08 | [pkg] fix makefile for xbuild | Kali Kaneko (leap communications) | |
2019-08-08 | [pkg] install latest golang in docker | Kali Kaneko (leap communications) | |
2019-08-08 | [pkg] typo | Kali Kaneko (leap communications) | |
2019-08-08 | [pkg] add-apt-repository not installed by default | Kali Kaneko (leap communications) | |
2019-08-08 | [pkg] use cross-build flag in makefile | Kali Kaneko (leap communications) | |
2019-08-08 | [pkg] build binaries into platform folder | Kali Kaneko (leap communications) | |
2019-08-08 | [docs] document the need for go>=1.11 | Kali Kaneko (leap communications) | |
2019-08-08 | [pkg] remove vendor | Kali Kaneko (leap communications) | |
2019-08-07 | [pkg] make updating go easier | Kali Kaneko (leap communications) | |
2019-08-07 | [pkg] fixup symlink | Kali Kaneko (leap communications) | |
2019-08-07 | [pkg] missing snap boilerplate | Kali Kaneko (leap communications) | |
2019-08-07 | [pkg] add cross compilation tools to the Dockerfile | Ruben Pollan | |
2019-08-07 | [docs] update paths in README | Kali Kaneko (leap communications) | |
2019-08-07 | [pkg] do not make user mess with symlinks in gopath | Kali Kaneko (leap communications) | |
2019-08-07 | [pkg] add curl | Kali Kaneko (leap communications) | |
2019-08-07 | [pkg] make windows cross pkg work | Ruben Pollan | |
2019-08-07 | [feat] shrink binaries passing flags to linker | Kali Kaneko (leap communications) | |
2019-08-06 | [pkg] add cross pkg for win and osx | Ruben Pollan | |
2019-08-06 | [pkg] Add cross compilation for win and osx | Ruben Pollan | |
2019-08-06 | [pkg] do not copy binaries for osx on prepare step | Kali Kaneko (leap communications) | |
2019-08-06 | [pkg] update depends | Kali Kaneko (leap communications) | |
2019-08-06 | [pkg] be more silent | Kali Kaneko (leap communications) | |
2019-08-06 | [pkg] squash targets | Kali Kaneko (leap communications) | |
2019-08-06 | [bug] typo | Kali Kaneko (leap communications) | |
2019-08-05 | [pkg] cleanup icons | Kali Kaneko (leap communications) | |
2019-08-05 | [pkg] debian template | Kali Kaneko (leap communications) | |
2019-08-05 | [pkg] snap template | Kali Kaneko (leap communications) | |
2019-08-05 | [pkg] fix windows paths after testing | Kali Kaneko (leap communications) | |
2019-08-05 | [feat] osx build templates | Kali Kaneko (leap communications) | |
2019-08-05 | [bug] allow to fail on cleanup | Kali Kaneko (leap communications) | |
2019-08-05 | [feat] windows templates | Kali Kaneko (leap communications) | |
2019-08-05 | [refactor] rename templates | Kali Kaneko (leap communications) | |
2019-08-05 | [feat] allow overriding of PROVIDER_CONFIG | Kali Kaneko (leap communications) | |
2019-08-05 | [pkg] bump modules | Kali Kaneko (leap communications) | |
2019-08-05 | [feat] strip built binaries | Kali Kaneko (leap communications) | |
2019-08-05 | [feat] add make prepare target to Makefile | Kali Kaneko (leap communications) | |
2019-08-05 | [refactor] rename things | Kali Kaneko (leap communications) | |
2019-08-05 | [refactor] move svg icon to assets folder | Kali Kaneko (leap communications) | |
2019-08-05 | [bug] fix path for the snap icon | Kali Kaneko (leap communications) | |
2019-08-05 | [feat] add vendorize script to generate config | Kali Kaneko (leap communications) | |
2019-07-10 | [feat] add debug info to bitmask-root call | Kali Kaneko | |
2019-07-05 | Fix helper url after move to bitmask-vpn | kwadronaut | |
2019-07-03 | [bug] temporarily disable polkit check | Kali 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.6 | Ruben Pollan | |
2019-06-13 | [bug] wait for tear down | Ruben 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 |