aboutsummaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)Author
2021-02-26[release-branch.go1.15] internal/poll: netpollcheckerr before sendfileWei Fu
2021-02-16[release-branch.go1.15] internal/poll: if copy_file_range returns 0, assume i...Ian Lance Taylor
2021-01-21[release-branch.go1.15] internal/execabs: only run tests on platforms that su...Roland Shoemaker
2021-01-16[release-branch.go1.15-security] all: introduce and use internal/execabsRoland Shoemaker
2020-11-20[release-branch.go1.15] internal/poll: use copy_file_range only on Linux kern...Tobias Klauser
2020-11-06[release-branch.go1.15] internal/poll: treat copy_file_range EIO as not-handledTobias Klauser
2020-10-07[release-branch.go1.15] bytes, internal/bytealg: fix incorrect IndexString usageMichael Munday
2020-09-24[release-branch.go1.15] internal/poll: adjust ignoringEINTR to avoid slice es...Ian Lance Taylor
2020-08-22[release-branch.go1.15] internal/poll: treat copy_file_range EPERM as not-han...Tobias Klauser
2020-08-21[release-branch.go1.15] internal/poll: treat copy_file_range EOPNOTSUPP as no...Ian Lance Taylor
2020-06-09internal/poll: correct function name in commentVee Zhang
2020-06-02internal/poll: add mutex to prevent SetDeadline race in Plan 9Richard Miller
2020-05-20cmd/go: remove GOAMD64 environment variableDavid Chase
2020-05-11internal/poll, os: loop on EINTRIan Lance Taylor
2020-05-10internal/trace: add license header to writer.goPovilas Versockas
2020-05-03syscall, internal/syscall/windows: remove utf16PtrToString parameterAlex Brainman
2020-05-01cmd/internal/obj/x86: prevent jumps crossing 32 byte boundariesMark Ryan
2020-05-01internal/unsafeheader: fix reference in godoc comment for type StringTobias Klauser
2020-05-01internal/unsafeheader: consolidate stringHeader and sliceHeader declarations ...Bryan C. Mills
2020-04-28internal/goversion: update to 1.15Bryan C. Mills
2020-04-28os, internal/poll, internal/syscall/unix: use copy_file_range on LinuxAndrei Tudor Călin
2020-04-25os, net: define and use os.ErrDeadlineExceededIan Lance Taylor
2020-04-24internal/goversion: revert "update to 1.15"Heschi Kreinick
2020-04-24internal/goversion: update to 1.15Heschi Kreinick
2020-04-17net/http/pprof: support the "seconds" param for block, mutex profilesHana Kim
2020-04-13internal/cpu: unify HWCap/HWCap2 commentsTobias Klauser
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2020-04-08cmd/go: allow configuring module cache directory with GOMODCACHEMichael Matloob
2020-04-02internal/syscall/windows: change WSAMsg.Name typeAlex Brainman
2020-03-31runtime, internal/poll: name error codesIan Lance Taylor
2020-03-24internal/poll: assume we have CancelIoEX on WindowsIan Lance Taylor
2020-03-20internal/poll: update Windows Server Performance URL in commentIan Lance Taylor
2020-03-20internal/poll: merge a couple of common definitionsIan Lance Taylor
2020-03-11strings, bytes: improve IndexAny and LastIndexAny performanceerifan01
2020-03-09internal/xcoff: fix wrong bit masking comparisonsNeven Sajko
2020-03-04bytes, strings: moves indexRabinKarp function to internal/bytealgerifan01
2020-03-02internal/cpu: use anonymous struct for CPU feature varsTobias Klauser
2020-02-28internal/cpu: add MIPS64x feature detectionMeng Zhuo
2020-02-27all: fix incorrect channel and API usage in some unit testsZiheng Liu
2020-02-25os/exec: use environment variables for user token when presentLiam 'Auzzie' Haworth
2020-02-04internal/bytealg: fix riscv64 offset namesJosh Bleecher Snyder
2019-12-31internal/poll: use correct fcntl implementationsTobias Klauser
2019-12-30internal/syscall/unix: use libc based fcntl for IsNonblock on aix and solarisTobias Klauser
2019-12-26internal/poll: use fcntl64 on 32-bit GNU/Linux systemsTobias Klauser
2019-12-23internal/syscall/unix: use fcntl64 on 32-bit GNU/Linux systemsIan Lance Taylor
2019-12-06all: fix most of the remaining windows -d=checkptr violationsAlex Brainman
2019-11-21all: base64-encode binaries that will cause Apple notarization to failAndrew
2019-11-15all: fix a bunch of misspellingsVille Skyttä
2019-11-11internal/cpu,internal/bytealg: add support for riscv64Joel Sing
2019-11-08cmd/go/internal/modfetch: add GOINSECUREwitchard