aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/buildid
AgeCommit message (Expand)Author
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-08-20cmd/internal/buildid: reject empty idRuss Cox
2020-12-01cmd/internal/buildid: update Mach-O code signature when rewriting buildidCherry Zhang
2020-12-01cmd/internal/buildid: exclude Mach-O code signature in hash calculationCherry Zhang
2020-10-28cmd/buildid: move and reuse duplicated HashToString code to cmd/internal/buil...Mikhail Fesenko
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2019-11-21all: base64-encode binaries that will cause Apple notarization to failAndrew
2018-12-10all: move cmd/internal/xcoff to internal/xcoffClément Chigot
2018-10-31cmd: allow build with gccgo on AIXClément Chigot
2018-07-16cmd/internal/buildid: close ELF file after reading noteIan Lance Taylor
2018-02-26cmd: avoid unnecessary type conversionsKunpei Sakai
2018-01-05cmd/go: add support for build IDs with gccgoIan Lance Taylor
2017-10-11cmd/internal/buildid: add missing f.Close in ReadFileRuss Cox
2017-10-11cmd/buildid: add new tool factoring out code needed by go commandRuss Cox