- 26 Apr, 2012 7 commits
-
-
Andrew Gerrand authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6121054
-
Andrew Gerrand authored
««« CL 6123055 / fdfe4968b115 doc: go1.0.1 release notes R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6123055 »»» R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6109062
-
Shenghou Ma authored
««« CL 5849053 / f68d1d478a97 cmd/godoc: update App Engine README and script for Go 1 R=adg, dsymonds CC=golang-dev https://golang.org/cl/5849053 »»» Also applied !appengine build constrain to main.go from CL 5969063 so that the godoc app at release-branch.go1 will build and work properly. R=golang-dev, adg CC=golang-dev https://golang.org/cl/6112063
-
Andrew Gerrand authored
««« CL 6127050 / 6d5417240a0c time: doc fix. R=golang-dev, r CC=golang-dev https://golang.org/cl/6127050 »»» R=golang-dev CC=golang-dev https://golang.org/cl/6118057
-
Andrew Gerrand authored
««« CL 6119054 / a7183646b353 doc: simplify the image_draw article example for converting an image to RGBA. R=adg, r, bsiegert CC=golang-dev https://golang.org/cl/6119054 »»» R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6119056
-
Andrew Gerrand authored
««« CL 6112060 / bcd5635a53b0 cmd/go: new tag selection logic The new logic is "use go1 if it's there, otherwise no tag." Nothing needs to say "I require go1.0.1", and I want to preserve some flexibility in defining what tags mean. Right now (before go1.0.1) there is only one possible tag, "go1", and I'd like to keep it that way. R=golang-dev, bradfitz, r, adg CC=golang-dev https://golang.org/cl/6112060 »»» R=golang-dev CC=golang-dev https://golang.org/cl/6116059
-
Andrew Gerrand authored
««« CL 6116055 / d282c379aad7 doc: update wiki article to use html/template properly. Fixes #3569. R=golang-dev, r CC=golang-dev https://golang.org/cl/6116055 »»» R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6119055
-
- 25 Apr, 2012 1 commit
-
-
Russ Cox authored
««« CL 6119051 / 1384d7510575 mime: make ParseMediaType return zero results on error Fixes #3562 R=golang-dev, adg, rsc CC=golang-dev https://golang.org/cl/6119051 »»» R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6127045
-
- 10 Apr, 2012 1 commit
-
-
Russ Cox authored
««« backport ca2868ad4611 A+C: Akshat Kumar (individual CLA) R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6004043 »»»
-
- 25 Apr, 2012 1 commit
-
-
Bobby Powers authored
««« backport 233ff5d46b3d encoding/json: allow punctuation in tag names everything except backslash and the quote chars is fair game. Fixes #3546. R=rsc, r CC=golang-dev https://golang.org/cl/6048047 »»»
-
- 24 Apr, 2012 2 commits
-
-
Brad Fitzpatrick authored
««« backport 4ecca118488b mime/multipart: report io.EOF correctly on part ending without newlines If a part ends with "--boundary--", without a final "\r\n", that's also a graceful EOF, and we should return io.EOF instead of the fmt-wrapped io.EOF from bufio.Reader.ReadSlice. I found this bug parsing an image attachment from gmail. Minimal test case stripped down from the original gmail-generated attachment included. R=golang-dev, r CC=golang-dev https://golang.org/cl/6118043 »»»
-
Rob Pike authored
««« backport ab273014412e path: document that Clean deletes trailing slashes. Fixes #3492. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6112044 »»»
-
- 23 Apr, 2012 2 commits
-
-
Rémy Oudompheng authored
««« backport 0739e30d5df7 net: fix typo in Listener.File() documentation R=golang-dev, dave, rsc CC=golang-dev, remy https://golang.org/cl/6097044 »»»
-
Luuk van Dijk authored
««« backport a890477d3dfb cmd/gc: fix addresses escaping through closures called in-place. Fixes #3545. R=rsc CC=golang-dev https://golang.org/cl/6061043 »»»
-
- 02 Apr, 2012 1 commit
-
-
Andrew Gerrand authored
««« backport 953b30b83997 doc: sync playground.js R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5956043 »»»
-
- 23 Apr, 2012 1 commit
-
-
Rob Pike authored
««« backport 82aaf0925029 reflect: document and test TypeOf(nil) Fixes #3549. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/6107047 »»»
-
- 21 Apr, 2012 1 commit
-
-
Dave Cheney authored
««« backport 5f24ff99b5f1 net: fix race between Close and Read Fixes #3507. Applied the suggested fix from rsc. If the connection is in closing state then errClosing will bubble up to the caller. The fix has been applied to udp, ip and unix as well as their code path include nil'ing c.fd on close. Func tests are available in the linked issue that verified the bug existed there as well. R=rsc, fullung, alex.brainman, mikioh.mikioh CC=golang-dev https://golang.org/cl/6002053 »»»
-
- 20 Apr, 2012 1 commit
-
-
Andrew Gerrand authored
««« backport f4f63fb397c6 doc: don't wrap package names in directory listing Fixes #3522. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/6063054 »»»
-
- 19 Apr, 2012 4 commits
-
-
Shenghou Ma authored
««« backport 362b760ecfc7 net/http: add example for FileServer to mention StripPrefix Fixes #3530. R=golang-dev, rsc, bradfitz CC=golang-dev https://golang.org/cl/6032052 »»»
-
Brad Fitzpatrick authored
««« backport b93d51d8ac36 A+C: add Bjorn Tillenius (Individual CLA) R=golang-dev, kevlar CC=golang-dev https://golang.org/cl/6075045 »»»
-
Brad Fitzpatrick authored
««« backport a08a6e660bf0 A+C: Add Michael Chaten (Individual CLA) R=golang-dev, kevlar CC=golang-dev https://golang.org/cl/6075044 »»»
-
Benny Siegert authored
««« backport a224d214002e doc/articles/image_draw.html: Change ColorImage to Uniform Fixes #3474. R=nigeltao CC=golang-dev https://golang.org/cl/6048050 »»»
-
- 18 Apr, 2012 1 commit
-
-
Adam Langley authored
««« backport d088bc4e2e64 encoding/asn1: allow lengths up to the maximum int value. Previously we capped lengths at 2**24 rather than 2**31. R=golang-dev, r, r CC=golang-dev https://golang.org/cl/6050050 »»»
-
- 17 Apr, 2012 1 commit
-
-
David Symonds authored
««« backport 059ba0d0dc6a flag: update style. R=golang-dev, r, r CC=golang-dev https://golang.org/cl/6051044 »»»
-
- 16 Apr, 2012 3 commits
-
-
Brad Fitzpatrick authored
««« backport 4875dfefc730 CONTRIBUTORS: add Colby Ranger (Google CLA) R=golang-dev, adg CC=golang-dev https://golang.org/cl/6037052 »»»
-
Shenghou Ma authored
««« backport 543047268d1a doc/code: mention $GOBIN R=golang-dev, adg CC=golang-dev https://golang.org/cl/5989045 »»»
-
Robert Hencke authored
««« backport 99292bad0d6d time: parse fractional second with single digit Fixes #3487. R=golang-dev, r CC=golang-dev https://golang.org/cl/6011050 »»»
-
- 12 Apr, 2012 1 commit
-
-
Adam Langley authored
««« backport 6a2ea47583df crypto/tls: don't always use the default private key. When SNI based certificate selection is enabled, we previously used the default private key even if we selected a non-default certificate. Fixes #3367. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5987058 »»»
-
- 14 Apr, 2012 1 commit
-
-
Andrew Gerrand authored
««« backport f6e1ee2d8cd1 doc: update Mercurial installation instructions R=r CC=golang-dev https://golang.org/cl/6031046 »»»
-
- 13 Apr, 2012 2 commits
-
-
Jongmin Kim authored
««« backport 29acc3fb59c3 doc/effective_go.html: fixed the Request channel parameter R=golang-dev, r CC=golang-dev, gri https://golang.org/cl/6010051 »»»
-
Gustavo Niemeyer authored
««« backport 4ed98a6b6fe5 time: panic if UnixNano is out of range R=golang-dev, remyoudompheng, dsymonds, gustavo, dchest, r, rsc CC=golang-dev https://golang.org/cl/5985059 »»»
-
- 12 Apr, 2012 2 commits
-
-
Rob Pike authored
««« backport 344d5c33331a fmt: fix crash of %b on huge negative int64 The buffer had 64 bytes but needs one more for the sign. Fixes #3510. R=golang-dev, dave, dsymonds CC=golang-dev https://golang.org/cl/6011057 »»»
-
Adam Langley authored
««« backport 5eadbc72f1d2 encoding/pem: ignore spaces and tabs at the end of header lines. Fixes #3502. R=bradfitz CC=golang-dev https://golang.org/cl/6011046 »»»
-
- 11 Apr, 2012 2 commits
-
-
Nigel Tao authored
««« backport a70135896879 html, exp/html: escape ' and " as ' and ", since IE8 and below do not support '. This makes package html consistent with package text/template's HTMLEscape function. Fixes #3489. R=rsc, mikesamuel, dsymonds CC=golang-dev https://golang.org/cl/5992071 »»»
-
Dave Cheney authored
««« backport 75c94686a4d7 doc: fix minor typo in Go 1 release notes Fixes #3478. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5986074 »»»
-
- 10 Apr, 2012 1 commit
-
-
Alex Brainman authored
««« backport 1b2b113a2d66 os: fix IsPermission on windows Fixes #3482. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5987070 »»»
-
- 09 Apr, 2012 3 commits
-
-
Rob Pike authored
««« backport a7db811befb8 runtime.Callers: make documentation match code It is a bug that Caller and Callers disagree about the offset of the skip parameter. Document the bug. R=rsc, dsymonds, r, iant CC=golang-dev https://golang.org/cl/5976064 »»»
-
Shenghou Ma authored
««« backport aa9954952235 doc/code: update newmath.Sqrt test case to make sure test succeed Fixes #3445. R=golang-dev, rsc, mtj CC=golang-dev https://golang.org/cl/5975061 »»»
-
Shenghou Ma authored
««« backport 1c42d454d4dd doc/go_spec: fix a typo R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5989065 »»»
-
- 05 Apr, 2012 1 commit
-
-
Stéphane Travostino authored
««« backport 6b46fb967ca4 net/url: Correctly escape URL as per RFC 3986 The shouldEscape function did not correctly escape the reserved characters listed in RFC 3986 §2.2, breaking some strict web servers. Fixes #3433. R=rsc CC=golang-dev https://golang.org/cl/5970050 »»»
-