]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/go/internal/modfetch/fetch.go
[dev.cmdgo] all: merge master (9eee0ed) into dev.cmdgo
[gostls13.git] / src / cmd / go / internal / modfetch / fetch.go
2021-07-28 Jay Conrod[dev.cmdgo] all: merge master (9eee0ed) into dev.cmdgo
2021-07-28 Michael Matloob[dev.cmdgo] cmd/go: maintain a go.work.sum file
2021-07-07 Jay Conrodcmd/go: don't lock .mod and .sum files for read in...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-03-18 Michael Matloobcmd/go: remove renameio package and its last usage
2021-03-11 Michael Matloobcmd/go: remove some fsyncs when writing files
2021-03-05 Jay Conrodcmd/go/internal/modfetch: detect and recover from missi...
2021-03-02 Baokun Leecmd/go: reject relative paths in GOMODCACHE environment
2021-01-23 Gerrit Code ReviewMerge "[dev.typeparams] all: merge dev.regabi (7e0a81d...
2021-01-23 Matthew Dempsky[dev.typeparams] all: merge dev.regabi (7e0a81d) into...
2021-01-22 Matthew Dempsky[dev.regabi] all: merge master (dab3e5a) into dev.regabi
2021-01-08 Jay Conrodcmd/go: revise 'go help' documentation for modules
2020-12-14 Robert Griesemer[dev.typeparams] merge: merge branch 'dev.regabi' into...
2020-12-14 Alexander RakoczyMerge branch 'master' into dev.regabi
2020-12-09 Russ Coxall: update to use os.ReadFile, os.WriteFile, os.Create...
2020-12-03 Russ Cox[dev.regabi] all: merge master (d0c0dc682c1f) into...
2020-12-02 Russ Coxall: update to use filepath.WalkDir instead of filepath...
2020-11-20 Robert Griesemer[dev.typeparams] Merge branch 'master' into dev.typeparams
2020-11-09 Russ Coxcmd/go: add GOVCS setting to control version control...
2020-11-05 Dmitri Shuralyovcmd/go: revert "add GOVCS setting to control version...
2020-11-05 Russ Coxcmd/go: add GOVCS setting to control version control...
2020-11-03 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-23 Jay Conrodcmd/go: don't fetch files missing sums in readonly...
2020-10-23 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-20 Russ Coxall: update references to symbols moved from io/ioutil...
2020-10-20 Russ Coxall: update references to symbols moved from os to...
2020-10-13 Bryan C. Millscmd/go/internal/modfetch: remove error return from...
2020-10-01 Jay Conrodcmd/go/internal/modfetch: always extract module directo...
2020-09-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-08-27 Bryan C. Millscmd/go/internal/modfetch: do not use mangled version...
2020-08-21 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-08-20 Michael Matloobcmd/go: add tracing for querying and downloading from...
2020-08-20 Michael Matloobcmd/go: do context propagation for tracing downloads
2020-08-18 Dmitri Shuralyovcmd/go: revert 3 CLs affecting par.Work, context propag...
2020-08-17 Michael Matloobcmd/go: add tracing for querying and downloading from...
2020-08-17 Michael Matloobcmd/go: do context propagation for tracing downloads
2020-08-14 Jay Conrodcmd/go: don't save sums for modules loaded for import...
2020-08-14 Jay Conrodcmd/go/internal/modfetch: stop migrating go.modverify...
2020-04-23 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-21 BurtonQincmd/go/internal/modfetch: add Unlock before return...
2020-04-10 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-08 Michael Matloobcmd/go: allow configuring module cache directory with...
2020-03-13 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-11 Jay Conrodcmd/go: extract module zip files in place
2020-03-11 Jay Conrodcmd/go: make module zip extraction more robust
2020-02-28 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-02-26 Jay Conrodcmd/go/internal/modfetch: retry rename for unzipped...
2019-11-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-11-08 Gerrit Code ReviewMerge "cmd: merge branch 'dev.link' into master"
2019-11-07 Jay Conrodcmd/go/internal/modfetch: switch to golang.org/x/mod/zip
2019-11-06 Bryan C. Millscmd/go: use lockedfile instead of renameio for go.mod...
2019-11-03 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-11-01 Bryan C. Millscmd/go: adjust module-related logging
2019-11-01 Than McIntosh[dev.link] all: merge branch 'master' into dev.link
2019-10-29 Jay Conrodcmd/go: delete internal packages moved to x/mod
2019-10-25 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-22 Jay Conrodcmd/go: support -modcacherw in 'go mod' subcommands
2019-10-21 Bryan C. Millscmd/go: add a flag to avoid creating unwritable directo...
2019-09-25 Marwan Sulaimancmd/go: consistent output for -json failures
2019-09-12 Bryan C. Millscmd/go/internal/modfetch: reduce path redundancy in...
2019-08-21 Russ Coxcmd/go: accept GOSUMDB=sum.golang.google.cn
2019-06-24 Bryan C. Millscmd/go: fix a typo in module-private help text
2019-06-12 Russ Coxcmd/go: add GOPRIVATE environment variable
2019-06-05 Bryan C. Millscmd/go: replace uses of ioutil.ReadFile with renameio...
2019-05-24 Bryan C. Millscmd/go: when resolving packages, try all module paths...
2019-05-23 Russ Coxcmd/go: default to GOPROXY=https://proxy.golang.org...
2019-05-15 Baokun Leecmd/go/internal/renameio: allow write file with the...
2019-05-08 Marwan Sulaimancmd/go: disallow go.sum updates in -mod=readonly
2019-04-29 Russ Coxcmd/go: implement Go checksum database support
2019-03-07 Russ Coxcmd/go: add notary simulation and GONOVERIFY support
2018-11-30 Bryan C. Millscmd/go/internal/modfetch: make directories read-only...
2018-11-29 Bryan C. Millscmd/go/internal/modfetch: lock files and directories
2018-11-29 Bryan C. Millscmd/go/internal/modfetch: make Repo.Zip write to an...
2018-11-16 Russ Coxcmd/go: fix detection of unexpected files in downloaded...
2018-09-13 Roberto Selbachcmd/go/internal/modfetch: stop cutting the last charact...
2018-08-21 Russ Coxcmd/go: add go.sum entries to go mod download -json...
2018-08-10 Russ Coxcmd/go: add go mod download
2018-08-01 Russ Coxcmd/go: move module cache from $GOPATH/src/mod to ...
2018-07-23 marwan-at-workcmd/go/internal/modfetch: do not panic when zip is...
2018-07-19 Russ Coxcmd/go: scrub go.sum during go mod -sync
2018-07-18 Russ Coxcmd/go/internal/modfetch: do not rely on file system...
2018-07-12 Russ Coxcmd/go: merge module support from x/vgo repo