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
/
pkg
Age
Commit message (
Expand
)
Author
2012-09-21
[release-branch.go1] syscall: use exported StringToUTF16 in windows test
go1.0.3
Andrew Gerrand
2012-08-07
net/http: disable TestServeFileFromCWD test on windows
Alex Brainman
2012-09-22
[release-branch.go1] remove src/pkg/exp
Andrew Gerrand
2012-09-22
[release-branch.go1] net/http: add missing hasToken function
Andrew Gerrand
2012-09-22
[release-branch.go1] encoding/gob: fix comment
Robert Griesemer
2012-09-22
[release-branch.go1] builtin: Changed documentation for rune type.
Anthony Eufemio
2012-09-22
[release-branch.go1] image/jpeg: ignore an incorrect but harmless trailing re...
Nigel Tao
2012-09-22
[release-branch.go1] runtime: fix SI_USER for FreeBSD
Shenghou Ma
2012-09-22
[release-branch.go1] os/exec: don't crash when out of fds
Brad Fitzpatrick
2012-09-22
[release-branch.go1] html/template: fix URL doc
Russ Cox
2012-09-22
[release-branch.go1] net/rpc/jsonrpc: fix test error message
Russ Cox
2012-09-22
[release-branch.go1] crypto/rand: typo fix from a69e30463bf4
Adam Langley
2012-09-22
[release-branch.go1] crypto/rand: zero length reads shouldn't crash on Windows.
Adam Langley
2012-09-22
[release-branch.go1] net,mime: Minor corrections to documentation comments.
Lucio De Re
2012-09-22
[release-branch.go1] image/jpeg: fix quantization tables to be in zig-zag ord...
Nigel Tao
2012-09-22
[release-branch.go1] net: fix {FileConn, FileListener, FilePacketConn} fd lea...
Sébastien Paolacci
2012-09-22
[release-branch.go1] runtime/pprof: emit end-of-log marker at end of CPU prof...
Alan Donovan
2012-09-22
[release-branch.go1] net/http/pprof: updated documentation (run an http server)
Patrick Crosby
2012-09-22
[release-branch.go1] runtime: increase stack frame during cgo call on windows...
Andrew Gerrand
2012-09-22
[release-branch.go1] cmd/gc: fix PkgPath of byte, rune types
Russ Cox
2012-09-22
[release-branch.go1] runtime: add vdso support for linux/amd64. Fixes issue 1...
Ivan Krasin
2012-09-22
[release-branch.go1] runtime/pprof: restore articles in type doc comments
Russ Cox
2012-09-22
[release-branch.go1] go/scanner: don't print garbage if there's no error
Robert Griesemer
2012-09-22
[release-branch.go1] path: improve documentation for Dir
Rob Pike
2012-09-22
[release-branch.go1] net/rpc: protect serviceMap with RWMutex
Dmitriy Vyukov
2012-09-22
[release-branch.go1] net/http/httputil: fix race in DumpRequestOut
Dave Cheney
2012-09-22
[release-branch.go1] net: delete unused socket-level option helpers
Mikio Hara
2012-09-22
[release-branch.go1] net/http: send an explicit zero Content-Length when Hand...
Andrew Gerrand
2012-09-22
[release-branch.go1] database/sql: stop reuse of bad connections
Julien Schmidt
2012-09-22
[release-branch.go1] crypto/tls: return better error message in the case of a...
Adam Langley
2012-09-22
[release-branch.go1] time: avoid data race in abs
Rob Pike
2012-09-22
[release-branch.go1] net/http: Set TLSClientConfig.ServerName on every HTTP r...
Dave Borowitz
2012-09-22
[release-branch.go1] net/http: fix misplaced defer and example
Dave Cheney
2012-09-22
[release-branch.go1] os: fix data race on Process.done
Dave Cheney
2012-09-22
[release-branch.go1] strconv: consistent parameter names for ParseUint
Volker Dobler
2012-09-22
[release-branch.go1] net/http: reduce mutex contention
Dmitriy Vyukov
2012-09-22
[release-branch.go1] all: move defers to after error check to avoid nil indir...
Rob Pike
2012-09-22
[release-branch.go1] runtime/pprof: fix comments
Dmitriy Vyukov
2012-09-22
[release-branch.go1] text/template/parse: fix bug handling /*/
Andrew Gerrand
2012-09-22
[release-branch.go1] runtime: use sched_getaffinity for runtime.NumCPU() on L...
Shenghou Ma
2012-09-22
[release-branch.go1] go/build: correct shouldBuild bug reading whole contents...
Rémy Oudompheng
2012-09-22
[release-branch.go1] math: update definition of NaN in assembly language files
Charles L. Dorian
2012-09-22
[release-branch.go1] io: amend ReaderFrom doc as per r's comment
Andrew Gerrand
2012-09-22
[release-branch.go1] crypto/rand: Example for Read.
Yves Junqueira
2012-09-22
[release-branch.go1] image/jpeg: send a correct Start Of Scan (SOS) header.
Nigel Tao
2012-09-22
[release-branch.go1] io: document ReaderFrom and WriterTo
Brad Fitzpatrick
2012-09-22
[release-branch.go1] text/template: fix range example.
Yves Junqueira
2012-09-22
[release-branch.go1] math, runtime: use a NaN that matches gcc's
Shenghou Ma
2012-09-22
[release-branch.go1] runtime: remove unnecessary ROUND in alg.c
Shenghou Ma
2012-09-22
[release-branch.go1] syscall: fix plan9 build broken by CL 6458050
Andrew Gerrand
[next]