aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-04html: properly close <tr> element when an new <tr> starts.Andrew Balholm
2011-11-03http: doc nitsBrad Fitzpatrick
2011-11-03http: clarify Request docsBrad Fitzpatrick
2011-11-03httputil: move dump and chunking functions out of httpBrad Fitzpatrick
2011-11-03gob: fix bug when registering the same type multiple timesRob Pike
2011-11-03http: only recognize application/x-www-form-urlencoded in ParseFormBrad Fitzpatrick
2011-11-03httputil: move ReverseProxy out of httpBrad Fitzpatrick
2011-11-04html: move <link> element from after <head> into <head>Andrew Balholm
2011-11-03net/http/httputil: new package; move ClientConn and ServerConnBrad Fitzpatrick
2011-11-03time: faster Nanoseconds callRuss Cox
2011-11-03runtime: fix set and not usedRuss Cox
2011-11-04gofix: make fix order implicit by date.David Symonds
2011-11-03os,text,unicode: renamingsRob Pike
2011-11-03all: rename os.EOF to io.EOF in various non-code contextsVincent Vanackere
2011-11-03net: renamingsRob Pike
2011-11-03html,log,math: renamingsRob Pike
2011-11-03http: don't use ClientConn in TransportBrad Fitzpatrick
2011-11-03container/heap: document what Push and Pop doRuss Cox
2011-11-03deps.bash: attempt to fix the windows buildRob Pike
2011-11-03encoding: move asn1, csv, gob, json, xml into encodingRob Pike
2011-11-03gc: Don't pollute the xmethod list with non-methods.Luuk van Dijk
2011-11-03gc, ld: sync pathtoprefix + add commentsRuss Cox
2011-11-03gopack: do not look for Go metadata in non-Go objectsRuss Cox
2011-11-038a: fix IMULL grammarRuss Cox
2011-11-03html: parse <link> elements in <head>Andrew Balholm
2011-11-03builtin: remove errant spacesAndrew Gerrand
2011-11-03http: update mime sniffing doc reference.David Symonds
2011-11-03websocket: return an error HTTP response for bad websocket request.Fumitoshi Ukai
2011-11-03test: clear execute bit from source fileMikio Hara
2011-11-03html: properly close <marquee> elements.Andrew Balholm
2011-11-02gc: package paths in symbol names: don't escape periods before last slash, al...Luuk van Dijk
2011-11-02all: sort importsRuss Cox
2011-11-02gofmt, gofix: sort importsRuss Cox
2011-11-02builtin: document the basic typesRob Pike
2011-11-02exp/sql: finish transactions, flesh out types, docsBrad Fitzpatrick
2011-11-02math: improved accuracy for TanCharles L. Dorian
2011-11-02gc: helpful message instead of internal error on method call on pointer to po...Luuk van Dijk
2011-11-02bufio: return nil line from ReadLine on error, as documentedBrad Fitzpatrick
2011-11-02gc: small fixes for printing.Luuk van Dijk
2011-11-02runtime: unify mutex code across OSesDmitriy Vyukov
2011-11-02json: fix typo in scanner_test.go.Nigel Tao
2011-11-02net: implement LookupTXT for windowsAlex Brainman
2011-11-02builtin: document built-in error typeAndrew Gerrand
2011-11-02gc: fix spelling of "GOEXPERIMENT" in a comment.David Symonds
2011-11-01spec: delete spurious articleRob Pike
2011-11-01undo CL 5330066 / 6a5647d82728Russ Cox
2011-11-01gc: add GOEXPERIMENT=os.ErrorRuss Cox
2011-11-02tag weekly.2011-11-02Andrew Gerrand
2011-11-02weekly.2011-11-02weekly.2011-11-02Andrew Gerrand
2011-11-01all: rename os.Error to error in various non-code contextsRuss Cox