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
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] src/all.bat: fix banner
Shenghou Ma
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] run.bash: fix a typo (fix build)
Shenghou Ma
2012-09-22
[release-branch.go1] run.bash: set appropriate ulimits
Shenghou Ma
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] build: print go banner before restoring windows PATH
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] cmd/dist: emit \r in env -w output
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] cmd/ld: support zero-filled section for Mach-O files
Shenghou Ma
2012-09-22
[release-branch.go1] cmd/gc: Suggest *T in error for x.(T) if it would work.
Daniel Morsing
2012-09-22
[release-branch.go1] cmd/go: be clear that import loops are bad
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] cmd/gc: fix escape analysis bug with variable capture in...
Andrew Gerrand
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] cmd/yacc/units.txt: fix exchange rates
Andrew Balholm
2012-09-22
[release-branch.go1] cmd/ld: handle a special case of scattered relocation 2/...
Andrew Gerrand
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] cmd/6g: fix float32/64->uint64 conversion
Shenghou Ma
2012-09-22
[release-branch.go1] cmd/ld: set ELF header flags for our Linux/ARM binary
Shenghou Ma
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] pprof: make it work on windows again
Alex Brainman
[next]