summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* weekly.2011-09-21weekly.2011-09-21Andrew Gerrand2011-09-222-1/+39
* exp/template/html: elide comments in template source.Mike Samuel2011-09-212-16/+46
* A&C: Add Paul Sbarra.David Symonds2011-09-222-0/+2
* exp/template/html: simplify transition functionsMike Samuel2011-09-216-85/+60
* test: match gccgo error messagesIan Lance Taylor2011-09-214-11/+11
* godoc: simplify internal FileSystem interfaceRobert Griesemer2011-09-215-22/+18
* gob: slightly simpler decodeUintRobert Griesemer2011-09-211-14/+11
* gob: slightly simpler code for encodeUintRobert Griesemer2011-09-211-7/+6
* bytes: fix Replace so it actually copiesGustavo Niemeyer2011-09-212-8/+19
* http: add a (disabled) test for TLS handshake timeoutsBrad Fitzpatrick2011-09-211-0/+24
* exp/template/html: fix bug, '<' normalization for text nodes that change contextMike Samuel2011-09-202-2/+31
* test: match gccgo error messagesIan Lance Taylor2011-09-207-12/+13
* test: match gccgo error messages for bug349.goIan Lance Taylor2011-09-201-1/+1
* test: match gccgo error messages for goto.go and bug344.goIan Lance Taylor2011-09-202-72/+72
* suffixarray: improved serialization codeRobert Griesemer2011-09-202-18/+65
* reflect: add comment about the doubled semantics of Value.String.Rob Pike2011-09-201-0/+2
* httptest: add NewUnstartedServerBrad Fitzpatrick2011-09-201-28/+54
* codereview: save CL messages in $(hg root)/last-changeRuss Cox2011-09-202-0/+13
* gob: fix allocation for singletons.Rob Pike2011-09-202-13/+44
* test: match gccgo error message for bug337.goIan Lance Taylor2011-09-201-1/+1
* exp/ssh: refactor halfConnection to transportDave Cheney2011-09-205-155/+209
* exp/template/html: change transition functions to return indicesMike Samuel2011-09-193-143/+147
* http: fix TLS handshake blocking server accept loopBrad Fitzpatrick2011-09-192-7/+19
* exp/template/html: allow commenting out of actionsMike Samuel2011-09-194-39/+98
* exp/template/html: define isComment helperMike Samuel2011-09-194-16/+27
* gob: don't allocate a slice if there's room to decode alreadyRob Pike2011-09-194-13/+79
* doc: when configuring gold for gccgo, use --enable-gold=defaultIan Lance Taylor2011-09-191-2/+2
* http: always include Content-Length header, even for 0Dave Grijalva2011-09-192-6/+34
* sync/atomic: replace MFENCE with LOCK XADDDmitriy Vyukov2011-09-191-2/+7
* suffixarray: generate less garbage during constructionEric Eisner2011-09-191-2/+4
* http: prevent DumpRequest from adding implicit headersBrad Fitzpatrick2011-09-193-104/+162
* json: clearer Unmarshal docRuss Cox2011-09-191-8/+10
* gc: disallow invalid map keysRuss Cox2011-09-192-5/+50
* http: check explicit wrong Request.ContentLength valuesBrad Fitzpatrick2011-09-192-8/+112
* cgo: cgo to use GOARCH from the environment, not runtime.GOARCH (otherwise it...Jaroslavas Počepko2011-09-192-10/+16
* gc: handle complex CONVNOPRuss Cox2011-09-192-0/+15
* 8l: remove left over debuggingDave Cheney2011-09-191-1/+1
* json: skip nil in UnmarshalJSON and (for symmetry) MarshalJSONRuss Cox2011-09-193-13/+42
* net: use /etc/hosts first when looking up IP addresses using native Go's dns ...Andrey Mirtchovski2011-09-191-0/+12
* exp/norm: Adopt regexp to exp/regexp semantics.Marcel van Lohuizen2011-09-191-2/+2
* exp/ssh: fix constant in package documentationDave Cheney2011-09-191-1/+1
* crypto/bcrypt: new packageJeff Hodges2011-09-195-0/+528
* crypto/blowfish: exposing the blowfish key scheduleJeff Hodges2011-09-193-8/+141
* doc: link to golang-franceAndrew Gerrand2011-09-191-0/+7
* tag release.r60.1Andrew Gerrand2011-09-191-1/+2
* doc: update release.r60.1 notesAndrew Gerrand2011-09-191-2/+7
* exp/template/html: allow quotes on either side of conditionals and dynamic HT...Mike Samuel2011-09-187-40/+286
* exp/template/html: normalize '<' in text and RCDATA nodes.Mike Samuel2011-09-182-32/+81
* exp/template/html: recognize whitespace at start of URLs.Mike Samuel2011-09-182-1/+8
* exp/ssh: new package.Adam Langley2011-09-1710-0/+2742