aboutsummaryrefslogtreecommitdiff
path: root/build.bash
AgeCommit message (Expand)Author
2024-04-18Build with v2 extensionszp
2021-09-28build.bash: also try BSD date syntax for converting SOURCE_DATE_EPOCHJakob Unterwurzacher
2021-08-18Drop workarounds for Go 1.11 and Go 1.12Jakob Unterwurzacher
2021-06-04Add contrib/atomicrenameJakob Unterwurzacher
2021-05-26Add contrib/findholesJakob Unterwurzacher
2020-10-04build.bash: show "go mod edit -replace" in version stringJakob Unterwurzacher
2020-05-17Update go-fuse import path to github.com/hanwen/go-fuse/v2Jakob Unterwurzacher
2020-04-18build.bash: handle missing git tagsJakob Unterwurzacher
2020-04-18build.bash: don't enable -buildmode=pie for static buildsJakob Unterwurzacher
2020-04-13travis: fix Go Modules build problemsJakob Unterwurzacher
2020-04-13build.bash: use GOFLAGS -trimpath and enable PIEJakob Unterwurzacher
2020-04-13Convert build and packaging scripts to Go ModulesJakob Unterwurzacher
2020-04-13shellcheck: make top-level bash scripts warning-freeJakob Unterwurzacher
2020-04-13build.bash: append branch name != masterJakob Unterwurzacher
2019-09-08Expand statfs man page a little and include in build.bashJakob Unterwurzacher
2019-03-18Add missing -ldflags for gocryptfs-xrayMaxim Baz
2018-12-27build.bash: Escape LDFLAGS before passing them to 'go build'.Sebastian Lackner
2018-12-16build.bash: support user-set LDFLAGSJakob Unterwurzacher
2018-12-16build.bash: use -trimpath for reproducible buildsJakob Unterwurzacher
2018-12-16build.bash: respect SOURCE_DATE_EPOCHJakob Unterwurzacher
2018-08-15build.bash: handle args containing spacesJakob Unterwurzacher
2017-11-01Add source packaging scriptJakob Unterwurzacher
2017-11-01build.bash: support VERSION file and vendored go-fuseJakob Unterwurzacher
2017-09-06build.bash: make reproduceable builds easierJakob Unterwurzacher
2017-08-02build.bash: implement "you need Go 1.5" lockout in pure GoJakob Unterwurzacher
2017-06-20build.bash: use plain "git describe" for go-fuseJakob Unterwurzacher
2017-03-05Drop Go 1.4 compatability code everywhereJakob Unterwurzacher
2017-02-20build.bash: use $(go env GOPATH)Jakob Unterwurzacher
2017-02-19build.bash: deduplicate build callJakob Unterwurzacher
2017-02-19build.bash: GOPATH may be unset since Go v1.8. Handle it.Jakob Unterwurzacher
2016-12-06build-without-openssl: compile staticallyJakob Unterwurzacher
2016-10-30build.bash: rename "GOPATH2" to "GOPATH1"Jakob Unterwurzacher
2016-10-30build.bash: abort if we hit a known-bad go-fuse versionJakob Unterwurzacher
2016-10-04without_openssl: support compiling completely without opensslJakob Unterwurzacher
2016-09-25xray: add "gocryptfs-xray", on-disk-format exploration toolJakob Unterwurzacher
2016-07-03main: bake build date into version stringJakob Unterwurzacher
2016-06-29build.bash: support colon-separated GOPATH variableJakob Unterwurzacher
2016-06-19build.bash: check if the go-fuse tree is dirtyJakob Unterwurzacher
2016-06-19main: drop "on-disk format" from -version output, add Go versionJakob Unterwurzacher
2016-06-14build.bash: fail early if the go binary does not existJakob Unterwurzacher
2016-04-28build.bash: replace "git -C"Jakob Unterwurzacher
2016-04-10build.bash: bake the go-fuse commit hash into the binariesv0.9Jakob Unterwurzacher
2016-01-09build.bash: copy binary to $GOPATH/binJakob Unterwurzacher
2015-12-20Make build.bash work when called from outside the gocryptfs directoryJakob Unterwurzacher
2015-12-20Make build.bash version bake-in compatible with Go 1.3 and 1.4Jakob Unterwurzacher
2015-11-01Bake version string into binary, add "--version" switchJakob Unterwurzacher
2015-10-11Move main files to top level dirJakob Unterwurzacher
2015-10-07Add test.bashv0.1Jakob Unterwurzacher