aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-05weekly.2011-04-04weekly.2011-04-04Andrew Gerrand
2011-04-04http: ignore Transfer-Encoding on HEAD responsesBrad Fitzpatrick
2011-04-04http: fix Transport connection re-use raceBrad Fitzpatrick
2011-04-05net: fix typoMikio Hara
2011-04-04filepath: new Abs functionGustavo Niemeyer
2011-04-04http: fix hanging bug with HEAD responsesBrad Fitzpatrick
2011-04-04os: add Seek whence constantsBrad Fitzpatrick
2011-04-04gotest: fix buildRuss Cox
2011-04-04path/filepath.Glob: add an error return.Rob Pike
2011-04-04bufio: Write and WriteString cleanupEvan Shaw
2011-04-04http: use upper case hex in URL escapingMatt Jones
2011-04-04CONTRIBUTORS: add Matt Jones (Google CLA)Russ Cox
2011-04-04codereview: only retry on HTTP 500 errorRuss Cox
2011-04-04os: Fix MkdirAll("/thisdoesnotexist").Albert Strasheim
2011-04-04syscall: add BPF support for freebsd/386, freebsd/amd64Mikio Hara
2011-04-04httptest: add NewTLSServerBrad Fitzpatrick
2011-04-04http: make triv.go example compile againBrad Fitzpatrick
2011-04-04version.bash: strip changeset hash from 'hg tags' outputAndrew Gerrand
2011-04-03path/filepath: add support for plan9Andrey Mirtchovski
2011-04-03os: add a few missing plan9 errorsAndrey Mirtchovski
2011-04-02Make.pkg: increase test timeout to 120 seconds.Ian Lance Taylor
2011-04-02os: Plan 9 support.Yuval Pavel Zholkover
2011-04-02R=rsc, brainman, ality, r2, rYuval Pavel Zholkover
2011-04-01go/parser: package name must not be the blank identifierRobert Griesemer
2011-04-01syscall: make Rawsyscall6 pass 6th arg on linux/386Evan Shaw
2011-04-01gc: avoid saying same error 3 timesRuss Cox
2011-04-01syscall: make Syscall6 pass 6th arg on linux/386Evan Shaw
2011-04-01path/filepath.Glob: don't drop known matches on error.Rob Pike
2011-04-01misc/notepadplus: add syntax and completion support for notepad++Anthony Starks
2011-04-01gotest: another attempt to make it run on WindowsAlex Brainman
2011-04-01gotest: execute gomake properly on WindowsAlex Brainman
2011-03-31testing: add -test.timeout option.Ian Lance Taylor
2011-03-31fmt: implement precs for %q.Rob Pike
2011-03-31roadmap: remove description of implementation of garbage collector.Rob Pike
2011-03-31http: add Transport.MaxIdleConnsPerHostBrad Fitzpatrick
2011-03-31net, syscall: fix windows buildAlexey Borzenkov
2011-03-30gotest: another try at flags.Rob Pike
2011-03-30gopack: comment out debugging printRuss Cox
2011-03-30gopack: add P flag to remove prefix from filename informationRuss Cox
2011-03-30fmt: remove uintptrGetter type checksRuss Cox
2011-03-30gotype: support for more tests, added one new testRobert Griesemer
2011-03-30scanner: treat line comments like in GoRobert Griesemer
2011-03-30test: don't require specific GOARCH values.Ian Lance Taylor
2011-03-30gotest: exclude . files when parsing directories (per r's suggestion)Robert Griesemer
2011-03-30go/parser: fix scoping for local type declarationsRoger Peppe
2011-03-30godoc: remove errant space in HTML tagAndrew Gerrand
2011-03-29go/printer/gofmt: remove special case for multi-line raw stringsRobert Griesemer
2011-03-30time: make TestAfterQueuing retry 3 times before declaring failure.Andrew Gerrand
2011-03-29test: add test for interfaces with unexported methods.Ian Lance Taylor
2011-03-29test: adjust bug324 to expect run-time failure, not compile-time.Ian Lance Taylor