index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
internal
/
buildid
Age
Commit message (
Expand
)
Author
2025-10-21
all: eliminate unnecessary type conversions
Jes Cok
2024-10-21
cmd/internal/buildid: skip over GNU build ID from buildid computation
Cherry Mui
2024-10-21
cmd/internal/buildid: skip over Mach-O UUID from buildid computation
Cherry Mui
2024-03-04
cmd/internal/buildid: fix typo in comment
guoguangwu
2023-08-17
cmd/internal/buildid: don't crash on 0 phdr.p_align field
Ian Lance Taylor
2022-09-27
debug/elf: suport files with >= 65280 (0xff00) sections
Zeke Lu
2022-09-20
all: replace package ioutil with os and io in src
Andy Pan
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-08-20
cmd/internal/buildid: reject empty id
Russ Cox
2020-12-01
cmd/internal/buildid: update Mach-O code signature when rewriting buildid
Cherry Zhang
2020-12-01
cmd/internal/buildid: exclude Mach-O code signature in hash calculation
Cherry Zhang
2020-10-28
cmd/buildid: move and reuse duplicated HashToString code to cmd/internal/buil...
Mikhail Fesenko
2020-10-20
all: update references to symbols moved from os to io/fs
Russ Cox
2019-11-21
all: base64-encode binaries that will cause Apple notarization to fail
Andrew
2018-12-10
all: move cmd/internal/xcoff to internal/xcoff
Clément Chigot
2018-10-31
cmd: allow build with gccgo on AIX
Clément Chigot
2018-07-16
cmd/internal/buildid: close ELF file after reading note
Ian Lance Taylor
2018-02-26
cmd: avoid unnecessary type conversions
Kunpei Sakai
2018-01-05
cmd/go: add support for build IDs with gccgo
Ian Lance Taylor
2017-10-11
cmd/internal/buildid: add missing f.Close in ReadFile
Russ Cox
2017-10-11
cmd/buildid: add new tool factoring out code needed by go command
Russ Cox