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
Age
Commit message (
Expand
)
Author
2020-09-01
[release-branch.go1.15-security] net/http/cgi,net/http/fcgi: add Content-Type...
Roberto Clapis
2020-08-11
[release-branch.go1.15] all: merge master into release-branch.go1.15
Andrew
2020-08-06
cmd: update golang.org/x/xerrors
Alexander Rakoczy
2020-08-06
encoding/binary: read at most MaxVarintLen64 bytes in ReadUvarint
Katie Hockman
2020-08-05
cmd/go: fix error stacks when there are scanner errors
Michael Matloob
2020-08-04
net/http: fix cancelation of requests with a readTrackingBody wrapper
Damien Neil
2020-08-02
runtime/race: fix ppc64le build
Keith Randall
2020-08-01
runtime/race: rebuild some .syso files to remove getauxval dependency
Keith Randall
2020-07-31
cmd/cgo: fix mangling of enum and union types
Matthew Dempsky
2020-07-31
runtime: validate candidate searchAddr in pageAlloc.find
Michael Anthony Knyszek
2020-07-30
testing: fix quotation marks
Katie Hockman
2020-07-30
cmd/compile: don't addLocalInductiveFacts if there is no direct edge from if ...
Cholerae Hu
2020-07-30
crypto/ed25519: remove s390x KDSA implementation
Michael Munday
2020-07-30
runtime: hold sched.lock over globrunqputbatch in runqputbatch
Michael Anthony Knyszek
2020-07-28
runtime: ensure startm new M is consistently visible to checkdead
Michael Pratt
2020-07-27
cmd/compile: add floating point load+op operations to addressing modes pass
Keith Randall
2020-07-27
cmd/link: don't mark shared library symbols reachable unconditionally
Cherry Zhang
2020-07-25
syscall: use correct file descriptor in dup2 fallback path
Ian Lance Taylor
2020-07-25
runtime, sync: add copyright headers to new files
Ian Lance Taylor
2020-07-22
runtime: don't mlock on Ubuntu 5.4 systems
Ian Lance Taylor
2020-07-17
go/printer: remove exported StdFormat flag
Dmitri Shuralyov
2020-07-16
compress/flate: fix another deflate Reset inconsistency
Russ Cox
2020-07-16
compress/flate: fix deflate Reset consistency
Klaus Post
2020-07-15
cmd/link: skip TestOldLink if the old linker does not exist
Cherry Zhang
2020-07-14
net/http: synchronize "100 Continue" write and Handler writes
Russ Cox
2020-07-14
crypto/x509: respect VerifyOptions.KeyUsages on Windows
Filippo Valsorda
2020-07-14
html/template: add tests from text/template
Russ Cox
2020-07-13
cmd/go: include GOMODCACHE in 'go help environment'
Jay Conrod
2020-07-10
net: hangup TCP connection after Dial timeout in Plan 9
Fazlul Shahriar
2020-07-09
net/textproto: correct documentation of empty line handling
Norman B. Lancaster
2020-07-08
crypto/x509/internal/macos: rename package to lowercase
Filippo Valsorda
2020-07-08
runtime: mark OpenBSD raise function nosplit
Ian Lance Taylor
2020-07-08
os: fix regression with handling of nil *File
Joe Tsai
2020-07-08
crypto: fix PKCS space in docs
Katie Hockman
2020-07-07
crypto/tls: relax the docs of InsecureSkipVerify
Filippo Valsorda
2020-07-07
net: correct address when listening on IPv4zero tcp4/udp4 on Plan 9
Fazlul Shahriar
2020-07-07
crypto/x509/pkix: print non-standard parsed Names at the end
Filippo Valsorda
2020-07-07
go/build: rewrite TestDependencies to be cleaner, more correct
Russ Cox
2020-07-07
all: go get golang.org/x/net@ab3426394381
Russ Cox
2020-07-07
path/filepath: add explicit comment marking elided errors
Russ Cox
2020-07-06
cmd/go: display test binary output if invoked with -help
Ian Lance Taylor
2020-07-06
cmd/oldlink: port bug fixes to old linker
Cherry Zhang
2020-07-06
go/build: remove use of package log
Russ Cox
2020-07-03
crypto/tls: create certs w/o KeyEncipherment KU for non-RSA keys in generate_...
Daniel
2020-07-02
Revert "encoding/json: don't reuse slice elements when decoding"
Daniel MartÃ
2020-07-01
cmd/link: skip fallocate test if not supported, and adjust allocation size on...
Cherry Zhang
2020-07-01
cmd/link: fix GC data reading from shared library (attempt 2)
Cherry Zhang
2020-07-01
cmd/link: mark special symbols reachable
Cherry Zhang
2020-06-30
Revert "cmd/link: fix GC data reading from shared library"
Cherry Zhang
2020-06-30
cmd/link: fix GC data reading from shared library
Cherry Zhang
[next]