summaryrefslogtreecommitdiff
path: root/src/cmd/internal/buildid
Commit message (Expand)AuthorAgeFilesLines
* cmd/internal/buildid: reject empty idRuss Cox2021-08-202-0/+11
* cmd/internal/buildid: update Mach-O code signature when rewriting buildidCherry Zhang2020-12-011-9/+30
* cmd/internal/buildid: exclude Mach-O code signature in hash calculationCherry Zhang2020-12-012-0/+81
* cmd/buildid: move and reuse duplicated HashToString code to cmd/internal/buil...Mikhail Fesenko2020-10-281-4/+25
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-202-7/+9
* all: base64-encode binaries that will cause Apple notarization to failAndrew2019-11-219-15/+30
* all: move cmd/internal/xcoff to internal/xcoffClément Chigot2018-12-101-1/+1
* cmd: allow build with gccgo on AIXClément Chigot2018-10-311-0/+83
* cmd/internal/buildid: close ELF file after reading noteIan Lance Taylor2018-07-161-0/+1
* cmd: avoid unnecessary type conversionsKunpei Sakai2018-02-261-1/+1
* cmd/go: add support for build IDs with gccgoIan Lance Taylor2018-01-052-11/+88
* cmd/internal/buildid: add missing f.Close in ReadFileRuss Cox2017-10-111-2/+1
* cmd/buildid: add new tool factoring out code needed by go commandRuss Cox2017-10-118-0/+596