aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/lockedfile
AgeCommit message (Expand)Author
2021-07-07cmd/go: don't lock .mod and .sum files for read in overlayJay Conrod
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-11-20cmd/go: support overlaying go.mod filesMichael Matloob
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-09-29cmd/go/internal/lockedfile/internal/filelock: remove stale TODO commentTobias Klauser
2020-09-17syscall, cmd/go/internal/lockedfile/internal/filelock: add and use Flock on i...Tobias Klauser
2020-03-10cmd/go/internal/lockedfile: use a retry loop to suppress EDEADLK on AIX and S...Bryan C. Mills
2019-11-09cmd/go/internal/lockedfile, os: fix O_CREATE flag on Plan 9Fazlul Shahriar
2019-11-08cmd/go/internal/lockedfile: skip flaky TestTransform on plan9Bryan C. Mills
2019-11-08cmd/go/internal/lockedfile: add a unit-test for TransformBryan C. Mills
2019-11-06cmd/go: use lockedfile instead of renameio for go.mod and go.sum filesBryan C. Mills
2019-10-09all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-04-03cmd/go/internal/lockedfile: add a sync.Mutex to lockedfile.MutexBryan C. Mills
2018-12-05cmd/go/internal/lockedfile: fix filelock.Unlock() called twiceClément Chigot
2018-12-04syscall, cmd/go/internal/lockedfile: remove Flock syscall for aix/ppc64Clément Chigot
2018-11-30cmd/go/internal/lockedfile/internal/filelock: fix test on iOSElias Naur
2018-11-29cmd/go/internal/lockedfile: add package and support libraryBryan C. Mills