summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* weekly.2011-04-04weekly.2011-04-04Andrew Gerrand2011-04-052-1/+53
* http: ignore Transfer-Encoding on HEAD responsesBrad Fitzpatrick2011-04-043-2/+60
* http: fix Transport connection re-use raceBrad Fitzpatrick2011-04-042-19/+38
* net: fix typoMikio Hara2011-04-051-2/+2
* filepath: new Abs functionGustavo Niemeyer2011-04-042-4/+60
* http: fix hanging bug with HEAD responsesBrad Fitzpatrick2011-04-042-2/+31
* os: add Seek whence constantsBrad Fitzpatrick2011-04-046-12/+19
* gotest: fix buildRuss Cox2011-04-041-0/+1
* path/filepath.Glob: add an error return.Rob Pike2011-04-043-29/+53
* bufio: Write and WriteString cleanupEvan Shaw2011-04-041-41/+27
* http: use upper case hex in URL escapingMatt Jones2011-04-042-4/+4
* CONTRIBUTORS: add Matt Jones (Google CLA)Russ Cox2011-04-041-0/+1
* codereview: only retry on HTTP 500 errorRuss Cox2011-04-041-2/+2
* os: Fix MkdirAll("/thisdoesnotexist").Albert Strasheim2011-04-042-1/+18
* syscall: add BPF support for freebsd/386, freebsd/amd64Mikio Hara2011-04-046-1599/+2141
* httptest: add NewTLSServerBrad Fitzpatrick2011-04-043-10/+107
* http: make triv.go example compile againBrad Fitzpatrick2011-04-041-1/+1
* version.bash: strip changeset hash from 'hg tags' outputAndrew Gerrand2011-04-041-0/+1
* path/filepath: add support for plan9Andrey Mirtchovski2011-04-033-1/+32
* os: add a few missing plan9 errorsAndrey Mirtchovski2011-04-031-0/+4
* Make.pkg: increase test timeout to 120 seconds.Ian Lance Taylor2011-04-021-1/+1
* os: Plan 9 support.Yuval Pavel Zholkover2011-04-0216-447/+1400
* R=rsc, brainman, ality, r2, rYuval Pavel Zholkover2011-04-0217-6/+1604
* go/parser: package name must not be the blank identifierRobert Griesemer2011-04-011-0/+3
* syscall: make Rawsyscall6 pass 6th arg on linux/386Evan Shaw2011-04-011-2/+1
* gc: avoid saying same error 3 timesRuss Cox2011-04-013-3/+5
* syscall: make Syscall6 pass 6th arg on linux/386Evan Shaw2011-04-011-2/+1
* path/filepath.Glob: don't drop known matches on error.Rob Pike2011-04-011-9/+12
* misc/notepadplus: add syntax and completion support for notepad++Anthony Starks2011-04-013-0/+110
* gotest: another attempt to make it run on WindowsAlex Brainman2011-04-011-1/+8
* gotest: execute gomake properly on WindowsAlex Brainman2011-04-011-0/+4
* testing: add -test.timeout option.Ian Lance Taylor2011-03-314-2/+32
* fmt: implement precs for %q.Rob Pike2011-03-312-5/+27
* roadmap: remove description of implementation of garbage collector.Rob Pike2011-03-312-3/+2
* http: add Transport.MaxIdleConnsPerHostBrad Fitzpatrick2011-03-312-3/+73
* net, syscall: fix windows buildAlexey Borzenkov2011-03-312-8/+37
* gotest: another try at flags.Rob Pike2011-03-304-106/+228
* gopack: comment out debugging printRuss Cox2011-03-301-1/+1
* gopack: add P flag to remove prefix from filename informationRuss Cox2011-03-302-13/+161
* fmt: remove uintptrGetter type checksRuss Cox2011-03-301-5/+7
* gotype: support for more tests, added one new testRobert Griesemer2011-03-303-9/+36
* scanner: treat line comments like in GoRobert Griesemer2011-03-302-49/+62
* test: don't require specific GOARCH values.Ian Lance Taylor2011-03-301-3/+6
* gotest: exclude . files when parsing directories (per r's suggestion)Robert Griesemer2011-03-301-1/+1
* go/parser: fix scoping for local type declarationsRoger Peppe2011-03-301-3/+4
* godoc: remove errant space in HTML tagAndrew Gerrand2011-03-301-1/+1
* go/printer/gofmt: remove special case for multi-line raw stringsRobert Griesemer2011-03-298-107/+61
* time: make TestAfterQueuing retry 3 times before declaring failure.Andrew Gerrand2011-03-301-3/+20
* test: add test for interfaces with unexported methods.Ian Lance Taylor2011-03-292-0/+50
* test: adjust bug324 to expect run-time failure, not compile-time.Ian Lance Taylor2011-03-293-3/+5