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-06-14
[release-branch.go1] syscall: fix windows build
go1.0.2
Andrew Gerrand
2012-06-13
[release-branch.go1] syscall: fix GetCurrentProcessId symbol name on Windows
Russ Cox
2012-06-13
[release-branch.go1] syscall: unexport GetCurrentProcessId on Windows
Russ Cox
2012-06-13
[release-branch.go1] runtime: improved continuity in hash computation
Jan Ziak
2012-06-13
[release-branch.go1] encoding/gob: fix doc typo
Brad Fitzpatrick
2012-06-13
[release-branch.go1] syscall: revert API changes in Windows Win32finddata fix.
Russ Cox
2012-06-13
[release-branch.go1] regexp/syntax: unexport ErrUnexpectedParen
Russ Cox
2012-06-13
[release-branch.go1] encoding/json: fix panic unmarshaling into non-nil inter...
Russ Cox
2012-06-13
[release-branch.go1] fmt: fix doc typo
Daniel Morsing
2012-06-13
[release-branch.go1] path/filepath: fix test
Mikio Hara
2012-06-13
[release-branch.go1] syscall: correct Win32finddata definition
Alex Brainman
2012-06-13
[release-branch.go1] syscall: fix 32-bit uid calls
Shenghou Ma
2012-06-13
[release-branch.go1] path/filepath: implement documented SkipDir behavior
Jan Mercl
2012-06-13
[release-branch.go1] regexp: fix a couple of bugs in the documentation
Rob Pike
2012-06-13
[release-branch.go1] compress/flate: fix overflow on 2GB input. Reset hashOff...
Ivan Krasin
2012-06-13
[release-branch.go1] runtime: do not unset the special bit after finalization.
Rémy Oudompheng
2012-06-13
[release-branch.go1] time: fix deadlock in Sleep(0)
Dmitriy Vyukov
2012-06-13
[release-branch.go1] net: fix comment on FileListener
Mikio Hara
2012-06-13
[release-branch.go1] net/http: reuse http proxy connections for different htt...
Alexey Borzenkov
2012-06-13
[release-branch.go1] syscall: simplify text returned by Errno.Error() when Fo...
Alex Brainman
2012-06-13
[release-branch.go1] runtime: handle and test large map values
Russ Cox
2012-06-13
[release-branch.go1] strconv: better documentation for FormatInt, FormatUint.
Robert Griesemer
2012-06-13
[release-branch.go1] net/mail: more liberal parsing of Date headers.
Bill Thiede
2012-06-13
[release-branch.go1] runtime: fix docs for Caller and Callers
Rob Pike
2012-06-13
[release-branch.go1] flag: include flag name in redefinition panic.
David Symonds
2012-06-13
[release-branch.go1] encoding/json: documentation fix
Brad Fitzpatrick
2012-06-13
[release-branch.go1] go/parser: resolve all parameter types
Robert Griesemer
2012-06-13
[release-branch.go1] net/http: clarify ErrBodyNotAllowed error message
Brad Fitzpatrick
2012-06-13
[release-branch.go1] text/template: exec should accept interface value as valid.
Ugorji Nwoke
2012-06-13
[release-branch.go1] runtime: support conditional execution in ARM softfloat
Shenghou Ma
2012-06-13
[release-branch.go1] unicode: fix comment about variable types
Russ Cox
2012-06-13
[release-branch.go1] go/ast: document CommentGroup.Text and add test case.
Robert Griesemer
2012-06-13
[release-branch.go1] go/parser: fix comment grouping (day 1 bug)
Robert Griesemer
2012-06-13
[release-branch.go1] net/url: better parsing of urls with @ symbol in authority
Alexey Borzenkov
2012-06-13
[release-branch.go1] crypto/ecdsa: fix case where p != 0 mod 8 and the hash l...
Adam Langley
2012-06-13
[release-branch.go1] crypto/rsa: add SHA-224 hash prefix
Russ Cox
2012-06-13
[release-branch.go1] net/http: fix duplicate status code in Response.Write
Brad Fitzpatrick
2012-06-13
[release-branch.go1] net/http: add cookies from jar to POST request.
Volker Dobler
2012-06-13
[release-branch.go1] go/build: fix some comments
Maxim Pimenov
2012-06-13
[release-branch.go1] log: fix typo in comment
Benny Siegert
2012-06-13
[release-branch.go1] runtime: fix counting of free objects
Jan Ziak
2012-06-13
[release-branch.go1] mime/multipart: fix handling of empty parts without CRLF...
Brad Fitzpatrick
2012-06-13
[release-branch.go1] regexp/syntax: replace internal error on unexpected ) w/...
Jan Mercl
2012-06-13
[release-branch.go1] crypto/tls: fix decoding of certLen in certificateMsg.un...
Michael Gehring
2012-06-13
[release-branch.go1] crypto/aes: fix comment
Russ Cox
2012-06-13
[release-branch.go1] runtime: fix c compiler warning
Shenghou Ma
2012-06-13
[release-branch.go1] math/big: fix superpolynomial complexity in Karatsuba al...
Rémy Oudompheng
2012-06-13
[release-branch.go1] encoding/json: Fix panic when trying to unmarshal the em...
Michael Chaten
2012-06-13
[release-branch.go1] crypto/x509: fix panic when using unavailable hash funct...
Adam Langley
2012-06-13
[release-branch.go1] encoding/base64: don't ignore underlying souce read erro...
Brad Fitzpatrick
[next]