summaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/lockedfile
Commit message (Expand)AuthorAgeFilesLines
* cmd: add wasip1 supportJohan Brandhorst-Satzkorn2023-04-063-5/+5
* cmd/go/internal/lockedfile/internal/filelock: use errors.ErrUnsupportedTobias Klauser2023-03-175-42/+8
* cmd/go/internal/lockedfile/internal/filelock: re-use filelock_other.go for plan9Tobias Klauser2023-03-162-37/+1
* cmd/go/internal/lockedfile: avoid failing tests due to arbitrary timeoutsBryan C. Mills2023-01-191-9/+24
* cmd/go: use testenv.Command instead of exec.Command in testsBryan C. Mills2022-11-152-4/+2
* cmd/go/internal/lockedfile/internal/filelock: remove unused type tokenTobias Klauser2022-09-291-2/+0
* all: gofmt main repoRuss Cox2022-04-111-3/+3
* all: separate doc comment from //go: directivesRuss Cox2022-04-052-0/+2
* all: use new "unix" build tag where appropriateIan Lance Taylor2022-03-291-1/+1
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-2810-10/+0
* cmd/go: don't lock .mod and .sum files for read in overlayJay Conrod2021-07-072-6/+3
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-2010-0/+10
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-092-8/+6
* cmd/go: support overlaying go.mod filesMichael Matloob2020-11-202-3/+6
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-3/+2
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-209-27/+29
* cmd/go/internal/lockedfile/internal/filelock: remove stale TODO commentTobias Klauser2020-09-291-3/+0
* syscall, cmd/go/internal/lockedfile/internal/filelock: add and use Flock on i...Tobias Klauser2020-09-173-3/+3
* cmd/go/internal/lockedfile: use a retry loop to suppress EDEADLK on AIX and S...Bryan C. Mills2020-03-102-5/+163
* cmd/go/internal/lockedfile, os: fix O_CREATE flag on Plan 9Fazlul Shahriar2019-11-091-6/+0
* cmd/go/internal/lockedfile: skip flaky TestTransform on plan9Bryan C. Mills2019-11-081-0/+6
* cmd/go/internal/lockedfile: add a unit-test for TransformBryan C. Mills2019-11-081-0/+104
* cmd/go: use lockedfile instead of renameio for go.mod and go.sum filesBryan C. Mills2019-11-061-0/+65
* all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick2019-10-091-1/+1
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-092-2/+2
* all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow2019-04-301-3/+6
* cmd/go/internal/lockedfile: add a sync.Mutex to lockedfile.MutexBryan C. Mills2019-04-031-2/+9
* cmd/go/internal/lockedfile: fix filelock.Unlock() called twiceClément Chigot2018-12-051-10/+11
* syscall, cmd/go/internal/lockedfile: remove Flock syscall for aix/ppc64Clément Chigot2018-12-043-5/+7
* cmd/go/internal/lockedfile/internal/filelock: fix test on iOSElias Naur2018-11-301-0/+3
* cmd/go/internal/lockedfile: add package and support libraryBryan C. Mills2018-11-2912-0/+1157