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-03-28
remove non-go1 commands and packages
Andrew Gerrand
2012-03-28
doc: added The Go image package article
Francisco Souza
2012-03-28
path/filepath: correct comment in EvalSymlinks
Alex Brainman
2012-03-27
runtime: work around false negative in deadlock detection
Russ Cox
2012-03-27
go/build: fix import check
Russ Cox
2012-03-27
path/filepath: use windows GetShortPathName api to force GetLongPathName to d...
Alex Brainman
2012-03-27
net: ignore ECONNABORTED from syscall.Accept
Devon H. O'Dell
2012-03-27
undo CL 5844051 / 5d0322034aa8
Mikio Hara
2012-03-26
runtime: restore deadlock detection in the simplest case.
Rémy Oudompheng
2012-03-27
path/filepath: convert drive letter to upper case in windows EvalSymlinks
Alex Brainman
2012-03-26
exp/types: generalized GCImporter API.
Robert Griesemer
2012-03-26
go/build: cgoEnabled is not known to cmd/dist anymore
Shenghou Ma
2012-03-24
os: add missing byte to FileMode buffer
Stefan Nilsson
2012-03-23
text/template: fix typo in package comment
Robert Griesemer
2012-03-23
crypto/tls: don't select ECC ciphersuites with no mutual curve.
Adam Langley
2012-03-23
path/filepath: windows drive letter cannot be a digit
Alex Brainman
2012-03-22
sort: add time complexity to doc
Stefan Nilsson
2012-03-22
doc: add JSON and Go article
Francisco Souza
2012-03-22
flag: add examples
Rob Pike
2012-03-21
exp/norm/normalize.go: fix typo
Robert Griesemer
2012-03-22
go/build: clarify why we exclude files starting with '_' or '.'
Shenghou Ma
2012-03-21
html/template: fix typo and make grammar consistent in comments.
David Symonds
2012-03-20
sort: fix computation of maxDepth to avoid infinite loop
Stefan Nilsson
2012-03-20
sort: document two undocumented functions
Brad Fitzpatrick
2012-03-21
runtime: remove unused goc2c.c
Shenghou Ma
2012-03-20
html/template: add Templates and *Escape functions
Rob Pike
2012-03-20
build: do more during windows build
Alex Brainman
2012-03-20
net: drop unnecessary type assertions and fix leak in test
Mikio Hara
2012-03-19
crypto/tls: always send a Certificate message if one was requested.
Adam Langley
2012-03-19
path/filepath: implement Match and Glob on windows
Alex Brainman
2012-03-19
sysycall: remove creds_linux_test.go
Rob Pike
2012-03-19
syscall: delete passfd_test.go
Rob Pike
2012-03-18
syscall: Test SCM_CREDENTIALS, SO_PASSCRED on Linux.
Albert Strasheim
2012-03-17
syscall: add a test for passing an fd over a unix socket
Brad Fitzpatrick
2012-03-17
spec: delete references to unsafe.Reflect,Typeof,Unreflect
Rob Pike
2012-03-16
reflect: panic if MakeSlice is given bad len/cap arguments.
David Symonds
2012-03-15
runtime: do not handle signals before configuring handler
Russ Cox
2012-03-15
runtime: fix arm build
Russ Cox
2012-03-16
doc: add Gobs of data article
Francisco Souza
2012-03-15
reflect: document PkgPath, Method, StructField
Russ Cox
2012-03-15
5l, 6l, 8l: fix stack split logic for stacks near default segment size
Russ Cox
2012-03-15
os: do not assume syscall.Write will write everything
Russ Cox
2012-03-15
go/build: do not report Target for local imports
Russ Cox
2012-03-15
net/http: couple more triv.go modernizations
Brad Fitzpatrick
2012-03-15
os: return some invented data from Stat(DevNull) on windows
Alex Brainman
2012-03-14
net/http: ensure triv.go compiles and runs
Robert Hencke
2012-03-14
archive/zip: move r.zip off disk, into reader_test.go
Brad Fitzpatrick
2012-03-14
go/build: clearer argument name for Import (src -> srcDir)
Robert Griesemer
2012-03-14
io/ioutil: fix crash when Stat fails
Russ Cox
2012-03-15
runtime: manage stack by ourselves for badcallback on windows/amd64
Shenghou Ma
[next]