aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-22weekly.2011-09-21weekly.2011-09-21Andrew Gerrand
2011-09-21exp/template/html: elide comments in template source.Mike Samuel
2011-09-22A&C: Add Paul Sbarra.David Symonds
2011-09-21exp/template/html: simplify transition functionsMike Samuel
2011-09-21test: match gccgo error messagesIan Lance Taylor
2011-09-21godoc: simplify internal FileSystem interfaceRobert Griesemer
2011-09-21gob: slightly simpler decodeUintRobert Griesemer
2011-09-21gob: slightly simpler code for encodeUintRobert Griesemer
2011-09-21bytes: fix Replace so it actually copiesGustavo Niemeyer
2011-09-21http: add a (disabled) test for TLS handshake timeoutsBrad Fitzpatrick
2011-09-20exp/template/html: fix bug, '<' normalization for text nodes that change contextMike Samuel
2011-09-20test: match gccgo error messagesIan Lance Taylor
2011-09-20test: match gccgo error messages for bug349.goIan Lance Taylor
2011-09-20test: match gccgo error messages for goto.go and bug344.goIan Lance Taylor
2011-09-20suffixarray: improved serialization codeRobert Griesemer
2011-09-20reflect: add comment about the doubled semantics of Value.String.Rob Pike
2011-09-20httptest: add NewUnstartedServerBrad Fitzpatrick
2011-09-20codereview: save CL messages in $(hg root)/last-changeRuss Cox
2011-09-20gob: fix allocation for singletons.Rob Pike
2011-09-20test: match gccgo error message for bug337.goIan Lance Taylor
2011-09-20exp/ssh: refactor halfConnection to transportDave Cheney
2011-09-19exp/template/html: change transition functions to return indicesMike Samuel
2011-09-19http: fix TLS handshake blocking server accept loopBrad Fitzpatrick
2011-09-19exp/template/html: allow commenting out of actionsMike Samuel
2011-09-19exp/template/html: define isComment helperMike Samuel
2011-09-19gob: don't allocate a slice if there's room to decode alreadyRob Pike
2011-09-19doc: when configuring gold for gccgo, use --enable-gold=defaultIan Lance Taylor
2011-09-19http: always include Content-Length header, even for 0Dave Grijalva
2011-09-19sync/atomic: replace MFENCE with LOCK XADDDmitriy Vyukov
2011-09-19suffixarray: generate less garbage during constructionEric Eisner
2011-09-19http: prevent DumpRequest from adding implicit headersBrad Fitzpatrick
2011-09-19json: clearer Unmarshal docRuss Cox
2011-09-19gc: disallow invalid map keysRuss Cox
2011-09-19http: check explicit wrong Request.ContentLength valuesBrad Fitzpatrick
2011-09-19cgo: cgo to use GOARCH from the environment, not runtime.GOARCH (otherwise it...Jaroslavas Počepko
2011-09-19gc: handle complex CONVNOPRuss Cox
2011-09-198l: remove left over debuggingDave Cheney
2011-09-19json: skip nil in UnmarshalJSON and (for symmetry) MarshalJSONRuss Cox
2011-09-19net: use /etc/hosts first when looking up IP addresses using native Go's dns ...Andrey Mirtchovski
2011-09-19exp/norm: Adopt regexp to exp/regexp semantics.Marcel van Lohuizen
2011-09-19exp/ssh: fix constant in package documentationDave Cheney
2011-09-19 crypto/bcrypt: new packageJeff Hodges
2011-09-19 crypto/blowfish: exposing the blowfish key scheduleJeff Hodges
2011-09-19doc: link to golang-franceAndrew Gerrand
2011-09-19tag release.r60.1Andrew Gerrand
2011-09-19doc: update release.r60.1 notesAndrew Gerrand
2011-09-18exp/template/html: allow quotes on either side of conditionals and dynamic HT...Mike Samuel
2011-09-18exp/template/html: normalize '<' in text and RCDATA nodes.Mike Samuel
2011-09-18exp/template/html: recognize whitespace at start of URLs.Mike Samuel
2011-09-17exp/ssh: new package.Adam Langley