aboutsummaryrefslogtreecommitdiff
path: root/src
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-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-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-17Make non-errored RPC calls return 'nil' error to caller.Aron Nopanen
2009-11-17cmd/cc: Fix -I switch to handle a path with blankspaces correctlySergio Luis O. B. Correia
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-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-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-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-16s/AJMP/AB/ to fix build breakage.Kai Backman
2009-11-15gc: fix up floating point NaN comparisonsRuss Cox
2009-11-15crypto/md5: fix comment typo.Adam Langley
2009-11-15godefs: avoid gcc 4'isms in command line.Russ 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
2009-11-15gc: five bug fixes, one better error.Russ Cox
2009-11-15http.URLEscape: escape all bytes required by RFC 2396Russ Cox
2009-11-15gotest: show the test file pattern in "no test files" errorRuss Cox
2009-11-15fix bug in bytes.Map and add test cases for Map in both strings and bytes pac...Rob Pike
2009-11-15cc: drop redundant strcpyRuss Cox
2009-11-14cc: eliminate two fixed-size buffersRuss Cox
2009-11-14complain if GOARCH != arm. fix build break caused by gomakeKai Backman
2009-11-14crypto/rsa: handle the case of non-coprime blinds.Adam Langley
2009-11-14Build changes to support work on the BSDs.Devon H. O'Dell
2009-11-14encoding/binary: implemented the Write functionMôshe van der Sterre
2009-11-14gc: do not try to constant-evaluate (interface{})("bar")Russ Cox
2009-11-14move evaluation of null-matching instructions one iteration earlier.Rob Pike
2009-11-14 xml: Fixed CDATA parsing.Abhinav Gupta
2009-11-14typosRuss Cox
2009-11-13Created new Conn.Flush() public method so the fd pipeline can be drained arbi...David Titarenco
2009-11-13Remove unnecessary int(h) casts in image.go.Nigel Tao
2009-11-13json: minor comment fix.Adam Langley
2009-11-13Explain whyRob Pike
2009-11-13json: allow one to unmarshal a top-level JSON array.Adam Langley