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
Age
Commit message (
Expand
)
Author
2009-11-17
crypto/rsa: add PKCS#1 v1.5 signature support.
weekly.2009-11-17
Adam Langley
2009-11-17
asn1:
Adam Langley
2009-11-17
codereview: handle spaces and other unexpected chars in nicknames
Russ Cox
2009-11-17
Let us have side by side git if we want
Josh Goebel
2009-11-17
Add myself to authors and contributors
Josh Goebel
2009-11-17
reflect: document that PkgPath and Name return
Russ Cox
2009-11-17
http: do not crash accessing r.Form if ParseForm fails
Russ Cox
2009-11-17
runtime: do not create new threads during malloc.
Russ Cox
2009-11-17
explain the situation with unicode and identifiers
Rob Pike
2009-11-17
fix botch
Ken Thompson
2009-11-17
change a n^2 algorithm in
Ken Thompson
2009-11-17
improve documentation of runtime. there was no mention of types.
Rob Pike
2009-11-17
case insensitive matching in CONTRIBUTORS file
Rob Pike
2009-11-17
Make non-errored RPC calls return 'nil' error to caller.
Aron Nopanen
2009-11-17
Add myself to 'AUTHORS' and 'CONTRIBUTORS'
Aron Nopanen
2009-11-17
codereview: discard \r characters (sigh)
Russ Cox
2009-11-17
cmd/cc: Fix -I switch to handle a path with blankspaces correctly
Sergio Luis O. B. Correia
2009-11-17
Add myself to list of AUTHORS/CONTRIBUTORS for Go.
Sergio Luis O. B. Correia
2009-11-17
codereview: add clpatch --ignore_hgpatch_errors.
Russ Cox
2009-11-17
math: fix argument names in Atan2
Russ Cox
2009-11-17
Make.pkg: have "make coverage" invoke 6cov with correct binary
Russ Cox
2009-11-17
net: enforce timeouts for ReadFrom/WriteTo
Russ Cox
2009-11-17
syscall: use correct pointer in recvfrom/sendto.
Russ Cox
2009-11-17
Pass ui into PostMessage to avoid nasty/confusing exception
Devon H. O'Dell
2009-11-17
FreeBSD-specific porting work.
Devon H. O'Dell
2009-11-16
Rework gobs to fix bad bug related to sharing of id's between encoder and dec...
Rob Pike
2009-11-16
fix bug causing empty strings to be become non-nil errors on client side of r...
Rob Pike
2009-11-16
fix typo in Append return type
Rob Pike
2009-11-16
bug218.go: testcase for issue 238
Robert Griesemer
2009-11-16
runtime: make signal handler work on 386
Russ Cox
2009-11-16
gc: change "can we const evaluate this" from blacklist to whitelist
Russ Cox
2009-11-16
6l: fix divide by zero in glibc linker.
Russ Cox
2009-11-16
unsafe: documentation typo.
Adam Langley
2009-11-16
Add id attribute to h2 and h3 tags so that they exist when referring
Robert Griesemer
2009-11-16
Don't emit line tags when source code is printed as part of
Robert Griesemer
2009-11-16
Add some primitive type aliases to exp/iterable and define Iter on them.
David Symonds
2009-11-16
An asked-for-in #go-nuts extension to quickly create a repeated
David G. Andersen
2009-11-16
Adding my name to authors/contributors. I'm waiting to hear
David G. Andersen
2009-11-16
s/AJMP/AB/ to fix build breakage.
Kai Backman
2009-11-16
doc: fix typo.
Adam Langley
2009-11-16
- Clarify that struct composite literal keys are field names not selectors.
Robert Griesemer
2009-11-15
Use ElementType consistently.
Robert Griesemer
2009-11-15
gc: fix up floating point NaN comparisons
Russ Cox
2009-11-15
crypto/md5: fix comment typo.
Adam Langley
2009-11-15
add a paragraph about GOMAXPROCS
Rob Pike
2009-11-15
godefs: avoid gcc 4'isms in command line.
Russ Cox
2009-11-15
godocs.js: fix bad variable name
Russ Cox
2009-11-15
makefiles: use correct gcc order in case --as-needed is in use.
Russ Cox
2009-11-15
cgo: arrange for English error messages
Russ Cox
2009-11-15
runtime: avoid crash in Caller
Russ Cox
[next]