Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-17 | [ci] Update registry URIs in .gitlab-ci.yml | micah | |
2019-09-15 | [pkg] use buster image | Kali Kaneko (leap communications) | |
2019-09-15 | [pkg] no need for win_installer with the old repo | Kali Kaneko (leap communications) | |
2019-09-15 | [pkg] use bitmask-vpn image everywhere | Kali Kaneko (leap communications) | |
2019-09-15 | [bug] fix yaml | Kali Kaneko (leap communications) | |
2019-09-15 | [pkg] entrypoint for all vendored builds | Kali Kaneko (leap communications) | |
2019-09-08 | [pkg] bump go modules | Kali Kaneko (leap communications) | |
2019-09-08 | [bug] exit cleanly in osx | Kali Kaneko (leap communications) | |
two things happen differently in osx: - call to systray.Quit() halts the program (so if called directly, none of the deferred functions that we use for cleanup get to execute) - systray.Run() blocks (so after loop returns, the main run.Run() function did not get to receive the boolean through the finishedCh channel. proper shutdown is therefore fixed here by moving the call to systray.Quit() to a goroutine that executes when the initialize() function calls all the deferred functions. we need to revisit this in case we want to break the main select loop for a reson other than successfully terminating the program. | |||
2019-09-05 | [bug] parse the result of firewall/isup for osx | Kali Kaneko (leap communications) | |
2019-09-05 | [pkg] chmod +x | Kali Kaneko (leap communications) | |
otherwise we fail miserably. maybe we could do some extra diagnostics when openvpn fails to start. | |||
2019-09-04 | [feat] handle error during kill | Kali Kaneko (leap communications) | |
2019-09-04 | [pkg] fix osx flat package | Kali Kaneko (leap communications) | |
2019-08-28 | [pkg] ignore deploy folder | Kali Kaneko (leap communications) | |
2019-08-28 | [pkg] move artifacts to deploy folder | Kali Kaneko (leap communications) | |
2019-08-28 | [pkg] fix paths to binaries in darwin/windows | Kali Kaneko (leap communications) | |
2019-08-28 | [bug] gateway now lives in bonafide | Kali Kaneko (leap communications) | |
2019-08-28 | [bug] fix snap hooks path | Kali Kaneko (leap communications) | |
2019-08-16 | [feat] get the shapeshifter errors into the log | Ruben Pollan | |
2019-08-16 | [pkg] add our demo pluggable transports provider | Ruben Pollan | |
2019-08-16 | [feat] be able to use obfs4 | Ruben Pollan | |
2019-08-16 | [refactor] bonafide to parse eip-service.json v3 | Ruben Pollan | |
2019-08-16 | [pkg] update debian template | Kali Kaneko (leap communications) | |
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) | |