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
2015-08-06
[release-branch.go1.5] cmd/newlink: remove from release branch
go1.5rc1
Andrew Gerrand
2015-08-06
net/url: allow all valid host chars in RawPath
Russ Cox
2015-08-06
net/url: do not percent-encode valid host characters
Russ Cox
2015-08-06
net/url: restrict :port checking to [ipv6]:port form
Russ Cox
2015-08-05
cmd/go: fix handling of vendored imports in foo_test.go files
Russ Cox
2015-08-05
crypto/tls: fix ConnectionState().VerifiedChains for resumed connection
Russ Cox
2015-08-05
build: clean current tree in clean.bash
Russ Cox
2015-08-05
net/http: close server conn after broken trailers
Jed Denlea
2015-08-05
crypto/tls: update testing certificates.
Adam Langley
2015-08-05
go/build: fix internal/testenv dependency
Russ Cox
2015-08-05
runtime: don't recheck heap trigger for periodic GC
Austin Clements
2015-08-05
go/build: enable cgo on freebsd/arm
Russ Cox
2015-08-05
cmd/go: skip external tests on freebsd-arm builder
Russ Cox
2015-08-05
internal/testenv: add Builder, to report builder name
Russ Cox
2015-08-05
runtime: align stack pointer during initcgo call on arm
Russ Cox
2015-08-04
reflect: fix doc string
Robert Griesemer
2015-08-04
runtime: fix typos in comments
Austin Clements
2015-08-04
runtime: fix assist utilization computation
Austin Clements
2015-08-04
runtime: revise assist ratio aggressively
Austin Clements
2015-08-04
runtime: when gcpacertrace > 0, print information about assist ratio
Austin Clements
2015-08-04
runtime: make sweep proportional to spans bytes allocated
Austin Clements
2015-08-04
runtime: always give concurrent sweep some heap distance
Austin Clements
2015-08-04
runtime: assist the GC during GC startup and shutdown
Austin Clements
2015-08-04
runtime: recheck GC trigger before actually starting GC
Austin Clements
2015-08-04
cmd/go: fix documentation for exported functions
Ian Lance Taylor
2015-08-04
archive/tar: don't treat multiple file system links as a tar hardlink
Vincent Batts
2015-08-04
cmd/go: document that functions are exported by cgo
Ian Lance Taylor
2015-08-04
go/types: remove the renaming import of go/constant
Rob Pike
2015-08-04
cmd/go: re-run mkalldocs.sh after testflag change
Caleb Spare
2015-08-04
cmd/go: documented default value of the -timeout testflag
Caleb Spare
2015-08-03
cmd/go: clean up installHeader action
Russ Cox
2015-08-03
cmd/go: document and fix 'go build -o' semantics
Russ Cox
2015-08-03
net/http: deflake TestZeroLengthPostAndResponse
Brad Fitzpatrick
2015-08-03
net/http: fix server/transport data race when sharing the request body
Brad Fitzpatrick
2015-08-03
runtime: skip TestCgoCallbackGC on dragonfly
Mikio Hara
2015-08-02
net/http: close server conn after request body error
Jed Denlea
2015-08-02
net/http: fix SetKeepAlivesEnabled receiver name
Carl Jackson
2015-07-31
cmd/objdump: don't run TestDisasmExtld if cgo is not enabled
Ian Lance Taylor
2015-07-31
os: add explicit tests for fchown(2) and lchown(2) on unix platforms
Dave Cheney
2015-07-31
cmd/go: fix go get x/... matching internal directories
Russ Cox
2015-07-31
cmd/go: fix disallow of p/vendor/x during vendor experiment
Russ Cox
2015-07-31
cmd/compile, runtime: fix placement of map bucket overflow pointer on nacl
Russ Cox
2015-07-31
net/mail: fixed quoted-local
MathiasB
2015-07-31
cmd/internal/obj/arm: fix large stack offsets on nacl/arm
Russ Cox
2015-07-31
runtime: fix systemstack tracebacks on nacl/arm
Russ Cox
2015-07-31
runtime: avoid reference to stale stack after GC shrinkstack
Russ Cox
2015-07-31
cmd/link: increase ELFRESERVE to a full page
Russ Cox
2015-07-31
cmd/go: permit installing into a subdirectory of $GOPATH/bin
Ian Lance Taylor
2015-07-30
runtime/trace: report negative frequency as a time-ordering problem
Russ Cox
2015-07-30
syscall: use fchownat(2) in place of lchown(2) for linux/arm64
Dave Cheney
[next]