aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-09-21exp/template/html: elide comments in template source.Mike Samuel
2011-09-21exp/template/html: simplify transition functionsMike Samuel
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-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-20gob: fix allocation for singletons.Rob Pike
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-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-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
2011-09-17archive/tar: document Header fields and Type flagsMike Rosset
2011-09-17runtime: increase stack system space on windows/amd64Hector Chu
2011-09-17runtime/pprof: enable test on windowsHector Chu
2011-09-17runtime: implement pprof support for windowsHector Chu
2011-09-16filepath: fix Glob to return no error on nonmatching patternsMichael Shields
2011-09-16reflect: fix commentRobert Griesemer
2011-09-16http/cgi: clean up environment.Yasuhiro Matsumoto
2011-09-16exp/norm: reverting to using strings.Repeat, as it doesn't look like exp/regexpMarcel van Lohuizen
2011-09-16exp/norm: changed trie to produce smaller tables.Marcel van Lohuizen
2011-09-16exp/template/html: type fixed point computation in templateMike Samuel
2011-09-16net: reuse channels during ioAlex Brainman
2011-09-15exp/template/html: moved error docs out of package docs onto error codesMike Samuel