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
2014-02-28
[release-branch.go1.2] runtime: fix crash in runtime.GoroutineProfile
Russ Cox
2014-02-27
[release-branch.go1.2] runtime: if traceback sees a breakpoint, don't change ...
Russ Cox
2014-02-27
[release-branch.go1.2] runtime: fix data race in GC
Russ Cox
2014-02-27
[release-branch.go1.2] net: ignore some errors in windows Accept
Russ Cox
2014-02-27
[release-branch.go1.2] database/sql: Use all connections in pool
Russ Cox
2013-11-18
[release-branch.go1.2] encoding/gob: do not use MarshalText, UnmarshalText
Andrew Gerrand
2013-11-18
[release-branch.go1.2] encoding/gob: expose encode/decode example
Andrew Gerrand
2013-11-13
[release-branch.go1.2] cmd/godoc: document package-level examples
Andrew Gerrand
2013-11-13
[release-branch.go1.2] go/doc: add full stop of Japanese, Chinese and Korean.
Andrew Gerrand
2013-11-13
[release-branch.go1.2] net/textproto: fix CanonicalMIMEHeaderKey panic
Andrew Gerrand
2013-11-01
[release-branch.go1.2] cmd/5l, runtime: fix divide for profiling tracebacks o...
Andrew Gerrand
2013-11-01
[release-branch.go1.2] database/sql: document Result methods
Andrew Gerrand
2013-11-01
[release-branch.go1.2] database/sql: Fix typos in doc
Andrew Gerrand
2013-11-01
[release-branch.go1.2] time: correct path to time zone zip file on Unix
Andrew Gerrand
2013-11-01
[release-branch.go1.2] encoding/xml: fix doc comment
Andrew Gerrand
2013-11-01
[release-branch.go1.2] net/http/httputil: fix DumpRequestOut with ContentLeng...
Andrew Gerrand
2013-11-01
[release-branch.go1.2] os: do not return Lstat errors from Readdir
Andrew Gerrand
2013-11-01
[release-branch.go1.2] debug/dwarf: add DWARF 4 form constants
Andrew Gerrand
2013-11-01
[release-branch.go1.2] runtime: relax preemption assertion during stack split
Andrew Gerrand
2013-11-01
[release-branch.go1.2] net: handle single-line non-\n-terminated files correc...
Andrew Gerrand
2013-11-01
[release-branch.go1.2] net/url: fix Encode doc comment
Andrew Gerrand
2013-11-01
[release-branch.go1.2] strings: fix Replacer bug with prefix matches
Andrew Gerrand
2013-11-01
[release-branch.go1.2] database/sql: link to wiki in package docs
Andrew Gerrand
2013-11-01
[release-branch.go1.2] time: fix ParseDuration overflow when given more than ...
Andrew Gerrand
2013-11-01
[release-branch.go1.2] math: remove unnecessary source file
Andrew Gerrand
2013-11-01
[release-branch.go1.2] go/build: document the go1.2 build tag
Andrew Gerrand
2013-11-01
[release-branch.go1.2] crypto/x509: name constraints should be a disjunction.
Andrew Gerrand
2013-11-01
[release-branch.go1.2] crypto/tls: advertise support for RSA+SHA1 in TLS 1.2 ...
Andrew Gerrand
2013-11-01
[release-branch.go1.2] net/mail: fix minor doc typo.
Andrew Gerrand
2013-11-01
[release-branch.go1.2] net: make sure failed Dial returns nil Conn
Andrew Gerrand
2013-11-01
[release-branch.go1.2] runtime: remove nomemprof
Andrew Gerrand
2013-10-17
net/url: fix regression when serializing relative URLs
Brad Fitzpatrick
2013-10-17
runtime: correct test for when to poll network
Ian Lance Taylor
2013-10-17
runtime: correct parameter name in MCentral_AllocList comment
Ian Lance Taylor
2013-10-17
encoding/xml: accept chains of interfaces and pointers
Russ Cox
2013-10-17
database/sql: make tests repeatable with -cpu=n,n
Alberto García Hierro
2013-10-16
database/sql: fix some test fmt verbs
Brad Fitzpatrick
2013-10-16
database/sql: Fix connection leak and potential deadlock
Alberto García Hierro
2013-10-16
database/sql: fix double decrement of numOpen count; test for connection leaks
Alberto García Hierro
2013-10-15
undo CL 14231047 / 2f4c2dde2756
Alex Brainman
2013-10-15
runtime/pprof: disable flaky TestGoroutineSwitch on windows
Alex Brainman
2013-10-15
net/http: skip content-type sniffing if the header is explicitly unset.
Michael Piatek
2013-10-14
debug/dwarf: report the value of an unrecognized attribute format
Ian Lance Taylor
2013-10-11
go/build: add GOOS and GOARCH to name of gccgo pkg directory
Ian Lance Taylor
2013-10-11
go/build: fix test if built with CGO_ENABLED=0
Ian Lance Taylor
2013-10-09
net: fix TestDialFailPDLeak to work when GOMAXPROCS is large
Ian Lance Taylor
2013-10-09
runtime: markfreed's error reports should be prefixed with "markfreed", not "...
Keith Randall
2013-10-09
runtime/cgo: mark callback functions as NOSPLIT
Ian Lance Taylor
2013-10-09
debug/dwarf: handle surprising clang encoding
Russ Cox
2013-10-09
net: fix typo in failure message in test
Ian Lance Taylor
[next]