Age | Commit message (Expand) | Author |
2024-04-18 | Build with v2 extensions | zp |
2021-09-28 | build.bash: also try BSD date syntax for converting SOURCE_DATE_EPOCH | Jakob Unterwurzacher |
2021-08-18 | Drop workarounds for Go 1.11 and Go 1.12 | Jakob Unterwurzacher |
2021-06-04 | Add contrib/atomicrename | Jakob Unterwurzacher |
2021-05-26 | Add contrib/findholes | Jakob Unterwurzacher |
2020-10-04 | build.bash: show "go mod edit -replace" in version string | Jakob Unterwurzacher |
2020-05-17 | Update go-fuse import path to github.com/hanwen/go-fuse/v2 | Jakob Unterwurzacher |
2020-04-18 | build.bash: handle missing git tags | Jakob Unterwurzacher |
2020-04-18 | build.bash: don't enable -buildmode=pie for static builds | Jakob Unterwurzacher |
2020-04-13 | travis: fix Go Modules build problems | Jakob Unterwurzacher |
2020-04-13 | build.bash: use GOFLAGS -trimpath and enable PIE | Jakob Unterwurzacher |
2020-04-13 | Convert build and packaging scripts to Go Modules | Jakob Unterwurzacher |
2020-04-13 | shellcheck: make top-level bash scripts warning-free | Jakob Unterwurzacher |
2020-04-13 | build.bash: append branch name != master | Jakob Unterwurzacher |
2019-09-08 | Expand statfs man page a little and include in build.bash | Jakob Unterwurzacher |
2019-03-18 | Add missing -ldflags for gocryptfs-xray | Maxim Baz |
2018-12-27 | build.bash: Escape LDFLAGS before passing them to 'go build'. | Sebastian Lackner |
2018-12-16 | build.bash: support user-set LDFLAGS | Jakob Unterwurzacher |
2018-12-16 | build.bash: use -trimpath for reproducible builds | Jakob Unterwurzacher |
2018-12-16 | build.bash: respect SOURCE_DATE_EPOCH | Jakob Unterwurzacher |
2018-08-15 | build.bash: handle args containing spaces | Jakob Unterwurzacher |
2017-11-01 | Add source packaging script | Jakob Unterwurzacher |
2017-11-01 | build.bash: support VERSION file and vendored go-fuse | Jakob Unterwurzacher |
2017-09-06 | build.bash: make reproduceable builds easier | Jakob Unterwurzacher |
2017-08-02 | build.bash: implement "you need Go 1.5" lockout in pure Go | Jakob Unterwurzacher |
2017-06-20 | build.bash: use plain "git describe" for go-fuse | Jakob Unterwurzacher |
2017-03-05 | Drop Go 1.4 compatability code everywhere | Jakob Unterwurzacher |
2017-02-20 | build.bash: use $(go env GOPATH) | Jakob Unterwurzacher |
2017-02-19 | build.bash: deduplicate build call | Jakob Unterwurzacher |
2017-02-19 | build.bash: GOPATH may be unset since Go v1.8. Handle it. | Jakob Unterwurzacher |
2016-12-06 | build-without-openssl: compile statically | Jakob Unterwurzacher |
2016-10-30 | build.bash: rename "GOPATH2" to "GOPATH1" | Jakob Unterwurzacher |
2016-10-30 | build.bash: abort if we hit a known-bad go-fuse version | Jakob Unterwurzacher |
2016-10-04 | without_openssl: support compiling completely without openssl | Jakob Unterwurzacher |
2016-09-25 | xray: add "gocryptfs-xray", on-disk-format exploration tool | Jakob Unterwurzacher |
2016-07-03 | main: bake build date into version string | Jakob Unterwurzacher |
2016-06-29 | build.bash: support colon-separated GOPATH variable | Jakob Unterwurzacher |
2016-06-19 | build.bash: check if the go-fuse tree is dirty | Jakob Unterwurzacher |
2016-06-19 | main: drop "on-disk format" from -version output, add Go version | Jakob Unterwurzacher |
2016-06-14 | build.bash: fail early if the go binary does not exist | Jakob Unterwurzacher |
2016-04-28 | build.bash: replace "git -C" | Jakob Unterwurzacher |
2016-04-10 | build.bash: bake the go-fuse commit hash into the binariesv0.9 | Jakob Unterwurzacher |
2016-01-09 | build.bash: copy binary to $GOPATH/bin | Jakob Unterwurzacher |
2015-12-20 | Make build.bash work when called from outside the gocryptfs directory | Jakob Unterwurzacher |
2015-12-20 | Make build.bash version bake-in compatible with Go 1.3 and 1.4 | Jakob Unterwurzacher |
2015-11-01 | Bake version string into binary, add "--version" switch | Jakob Unterwurzacher |
2015-10-11 | Move main files to top level dir | Jakob Unterwurzacher |
2015-10-07 | Add test.bashv0.1 | Jakob Unterwurzacher |