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