| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1.1.
Use case is SSE recommended configuration: http://www.w3.org/TR/eventsource/#notes
Removes a TODO.
LGTM=bradfitz
R=golang-codereviews, bradfitz, tommi.virtanen
CC=golang-codereviews
https://codereview.appspot.com/100000044
Committer: Brad Fitzpatrick <bradfitz@golang.org>
|
|
|
|
|
|
|
|
|
| |
Fixes Issue 8067
LGTM=r
R=r
CC=golang-codereviews
https://codereview.appspot.com/146480043
|
|
|
|
|
|
|
|
|
| |
Fixes Issue 8607
LGTM=r
R=r
CC=golang-codereviews
https://codereview.appspot.com/146470043
|
|
|
|
|
|
|
| |
LGTM=adg
R=adg
CC=golang-codereviews
https://codereview.appspot.com/142650043
|
|
|
|
|
|
|
|
|
|
|
| |
attribute values, a la RFC 6265 section 4.1.1 "Syntax".
Fixes issue 7751.
LGTM=dr.volker.dobler
R=dr.volker.dobler
CC=bradfitz, golang-codereviews
https://codereview.appspot.com/148890043
|
|
|
|
|
|
|
|
|
| |
Fixes Issue 8724
LGTM=adg
R=adg
CC=golang-codereviews
https://codereview.appspot.com/148040043
|
|
|
|
|
|
|
|
|
| |
Fixes Issue 6181
LGTM=adg
R=adg
CC=golang-codereviews
https://codereview.appspot.com/148980043
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Not sure why they used empty.s and all these other
packages were special cased in cmd/go instead.
Add them to the list.
This avoids problems with net .s files being compiled
with gcc in cgo mode and gcc not supporting // comments
on ARM.
Not a problem with bytes, but be consistent.
The last change fixed the ARM build but broke the Windows build.
Maybe *this* will make everyone happy. Sigh.
TBR=iant
CC=golang-codereviews
https://codereview.appspot.com/144530046
|
|
|
|
|
|
|
|
|
| |
In cgo mode it gets passed to gcc, and on ARM
it appears that gcc does not support // comments.
TBR=iant
CC=golang-codereviews
https://codereview.appspot.com/142640043
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Those C files would have been compiled with 6c.
It's close to impossible to use C correctly anymore,
and the C compilers are going away eventually.
Make them unavailable now.
go1.4.txt change in CL 145890046
LGTM=iant
R=iant
CC=golang-codereviews, r
https://codereview.appspot.com/149720043
|
|
|
|
|
|
|
| |
LGTM=adg
R=rsc, adg
CC=golang-codereviews
https://codereview.appspot.com/144240043
|
|
|
|
|
|
|
|
|
| |
Fixes issue 8594.
LGTM=bradfitz
R=bradfitz
CC=golang-codereviews
https://codereview.appspot.com/145760043
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes issue 8755.
LGTM=bradfitz
R=bradfitz
CC=golang-codereviews, jtuley
https://codereview.appspot.com/136710044
Committer: Brad Fitzpatrick <bradfitz@golang.org>
|
|
|
|
|
|
|
|
|
|
|
| |
It fails about 25% of the time on OS X.
I don't know what it's trying to do.
Created issue 8764 to correct this, but for now disable.
LGTM=bradfitz, mikioh.mikioh
R=bradfitz, mikioh.mikioh
CC=golang-codereviews
https://codereview.appspot.com/144070044
|
|
|
|
|
|
|
|
|
| |
To clarify the dependency of NaCl platform.
LGTM=adg
R=golang-codereviews, adg
CC=golang-codereviews
https://codereview.appspot.com/143830044
|
|
|
|
|
|
|
|
|
| |
Fixes issue 6611.
LGTM=bradfitz
R=bradfitz
CC=golang-codereviews
https://codereview.appspot.com/14990045
|
|
|
|
|
|
|
|
|
|
|
|
| |
We believe TestSelfConnect can accidentally connect to
something else listening on or dialing from that port.
Fixes issue 8680.
LGTM=bradfitz
R=bradfitz
CC=golang-codereviews, rlh
https://codereview.appspot.com/136700043
|
|
|
|
|
|
|
|
|
| |
Fixes Issue 8722
LGTM=adg
R=adg
CC=golang-codereviews
https://codereview.appspot.com/142090043
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The previous implementation used per-socket TCP keepalive options
wrong. For example, it used another level socket option to control
TCP and it didn't use TCP_KEEPINTVL option when possible.
Fixes issue 8683.
Fixes issue 8701.
Update issue 8679
LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://codereview.appspot.com/136480043
|
|
|
|
|
|
|
|
|
| |
Fixes issue 8679.
LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://codereview.appspot.com/141730043
|
|
Preparation was in CL 134570043.
This CL contains only the effect of 'hg mv src/pkg/* src'.
For more about the move, see golang.org/s/go14nopkg.
|