Age | Commit message (Collapse) | Author | |
---|---|---|---|
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] 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 | [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] 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 | [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] 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 | [feat] allow overriding of PROVIDER_CONFIG | 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 | [feat] add vendorize script to generate config | Kali Kaneko (leap communications) | |
2019-03-19 | [locales] improve the locales workflow and document it | Ruben Pollan | |
2019-02-12 | [locales] add it, sk and sv locales | Ruben Pollan | |
2019-01-18 | [locales] update the messages.json | Ruben Pollan | |
2019-01-15 | [feat] Reorganize code | Ruben Pollan | |
Let's use a more structured folder system: https://github.com/golang-standards/project-layout - Resolves: #99 | |||
2018-12-12 | [test] make bonafide more testable | Ruben Pollan | |
Get local timezone and http client as configurable things in bonafide, so tests can set them. Also separate integration tests and unit tests. | |||
2018-11-19 | [feat] Generate messages.json for transifex | Ruben Pollan | |
Add to 'make generate_locales' the generation of a 'transifex/messages.json' that will be automatically pulled by transifex for translations. To incorporate translations from transifex into our project we'll need to manually download the selected translations and convert them with the transifex program into gotext format. -Resolves: #73 | |||
2018-10-10 | [pkg] make standalone the default build | Ruben Pollan | |
2018-08-02 | [test] build standalone on the CI | Ruben Pollan | |
2018-07-09 | [pkg] use powershell for the version number | Ruben Pollan | |
2018-06-25 | [feat] rename bitmask_go to standalone | Ruben Pollan | |
2018-06-21 | [bug] clean up vpn args for windows | Ruben Pollan | |
2018-06-20 | [feat] pure go bitmask vpn implemenation | Ruben Pollan | |
- Resolves: #42 | |||
2018-06-12 | [pkg] compile for gtk_3_18 or older | Ruben Pollan | |
- Resolves: #45 | |||
2018-06-04 | [feat] use http to communicate with the core | Ruben Pollan | |
Instead of using zmq. | |||
2018-06-04 | [feat] add version string | Ruben Pollan | |
The binary now has a --version that is extracted from the git tags/commits. - Resolves: #39 | |||
2018-02-22 | [pkg] add a convenience target for installing deps | Kali Kaneko (leap communications) | |
2018-02-21 | [feat] add i18n support | Ruben Pollan | |
Using golang.org/x/text, wich is still in early stages of development, but seems to work good enough for our needs. - Resolves: #2 |