Sign in
fuchsia
/
third_party
/
golang
/
net
/
HEAD
97edce0
websocket: mention the gorilla package
by Brad Fitzpatrick
· 8 years ago
main
master
4971afd
ipv6: don't fail test on IPv6 disabled kernel
by Mikio Hara
· 8 years ago
1fd7727
ipv6: simplify references to RFCs in package documentation
by Mikio Hara
· 8 years ago
45b0d82
ipv6: document that package ipv6 doesn't support Darwin kernel version 12 or below
by Mikio Hara
· 8 years ago
6683f96
internal/nettest: make SupportsIPv6 return false on Darwin kernel version 12 or below
by Mikio Hara
· 8 years ago
1c5acb2
http2: fix a typo
by Mikio Hara
· 8 years ago
e57319c
http2: don't crash when writing RST_STREAM on idle or closed streams
by Tom Bergan
· 8 years ago
cac2206
trace: remove internal Google reference from comment
by Tormod Erevik Lea
· 8 years ago
5bc3a08
webdav: gofmt -w -s
by Mikio Hara
· 8 years ago
00ed5e9
http2: schedule RSTStream writes onto its stream's queue
by Brad Fitzpatrick
· 8 years ago
0dd7c8d
http2/h2demo: use Let's Encrypt for the TLS cert
by Brad Fitzpatrick
· 8 years ago
6dfeb34
http2: make Server respect http1 Server's SetKeepAlivesEnabled
by Brad Fitzpatrick
· 8 years ago
8566e93
Revert "ipv6: disable multicast packet delivery tests on darwin 12 or below"
by Mikio Hara
· 8 years ago
67a4d4e
ipv6: disable multicast packet delivery tests on darwin 12 or below
by Mikio Hara
· 8 years ago
0e2717d
http2: conditionally log stacks from panics in Server Handlers like net/http
by Brad Fitzpatrick
· 8 years ago
9ef2211
http2: fix CloseNotify data race
by Brad Fitzpatrick
· 8 years ago
40d3034
http2: don't overflow stream IDs in server push
by Tom Bergan
· 9 years ago
e36fcd2
http2: fix racey and flaky server push test
by Tom Bergan
· 9 years ago
87635b2
http2: disable server push on receiving a GOAWAY
by Tom Bergan
· 9 years ago
5d99779
all: make copyright headers consistent with one space after period
by Dmitri Shuralyov
· 9 years ago
55a3084
http2: fix state tracking for pushed streams
by Tom Bergan
· 9 years ago
158696d
Revert "context: use Go 1.8 type alias for CancelFunc and Context"
by Brad Fitzpatrick
· 9 years ago
569280f
http2: fix over-aggressive ignoring of frames while in "go away" mode
by Brad Fitzpatrick
· 9 years ago
6c4ac8b
http2: fix Transport race sending RST_STREAM while reading DATA on cancels
by Brad Fitzpatrick
· 9 years ago
3389dde
http2: remove h2-14 ALPN proto
by Brad Fitzpatrick
· 9 years ago
4bb47a1
webdav: add Context argument to FileSystem interface
by Daniel Theophanes
· 9 years ago
541150a
http2: make http2.Server access http1's Server via an interface check
by Brad Fitzpatrick
· 9 years ago
4cfeeeb
http2/h2i: do not assume that stdin value is always 0
by Alex Brainman
· 9 years ago
73058b0
http2: add support for graceful shutdown of Server
by Brad Fitzpatrick
· 9 years ago
d6520b8
webdav: fix recently-broken tests
by Brad Fitzpatrick
· 9 years ago
76c1a11
http2: change how Server.IdleTimeout is initialized from http.Server
by Brad Fitzpatrick
· 9 years ago
fca93ed
http2/h2i: update line endings for recent change to console package
by Brad Fitzpatrick
· 9 years ago
3fe3024
webdav: have escapeXML perform fewer allocations.
by Nigel Tao
· 9 years ago
dffc95c
context: use Go 1.8 type alias for CancelFunc and Context
by Brad Fitzpatrick
· 9 years ago
b336a97
http2: initialize Server.IdleTimeout from http.Server as http1 does
by Brad Fitzpatrick
· 9 years ago
b626cca
http2: fix optimized write scheduling
by Brad Fitzpatrick
· 9 years ago
c46f265
http2: implement support for server push
by Tom Bergan
· 9 years ago
65dfc08
http2: reject stream self-dependencies
by Tom Bergan
· 9 years ago
e7b1435
http2: optimize server frame writes
by Brad Fitzpatrick
· 9 years ago
4be9b97
http2: interface to support pluggable schedulers
by Tom Bergan
· 9 years ago
5695785
publicsuffix: update table to latest list from publicsuffix.org
by Nigel Tao
· 9 years ago
c33d378
http2: add Server.IdleTimeout
by Brad Fitzpatrick
· 9 years ago
f11d712
webdav: escape displayname
by Luka Zakrajšek
· 9 years ago
41c5c5c
http2: make Server return conn protocol errors on bad idle stream frames
by Brad Fitzpatrick
· 9 years ago
40a0a18
http2: fix Server race with concurrent Read/Close
by Brad Fitzpatrick
· 9 years ago
daba796
ipv6: remove unnecessary control message marshaling
by Mikio Hara
· 9 years ago
4bc7a68
ipv4: remove unnecessary control message marshaling
by Mikio Hara
· 9 years ago
3bafa33
http2: make Server reuse 64k request body buffer between requests
by Brad Fitzpatrick
· 9 years ago
a625e39
http2: never Read from Request.Body in Transport to determine ContentLength
by Brad Fitzpatrick
· 9 years ago
8b4af36
websocket: drop support for go1.4 or below
by Mikio Hara
· 9 years ago
236cde1
websocket: use of crypto/rand package in test
by Mikio Hara
· 9 years ago
c4e6936
ipv6: drop support for go1.4 or below
by Mikio Hara
· 9 years ago
8e2f460
ipv4: drop support for go1.4 or below
by Mikio Hara
· 9 years ago
6dba816
websocket: limit incoming payload size
by Artyom Pervukhin
· 9 years ago
cf4effb
ipv4: add support for FreeBSD 11
by Mikio Hara
· 9 years ago
f4b625e
trace: don't allocate all events upfront
by Radu Berinde
· 9 years ago
9b4f494
Revert "trace: don't allocate all events upfront"
by Brad Fitzpatrick
· 9 years ago
084869a
lif: rename internal types and constants generated by cgo
by Mikio Hara
· 9 years ago
30df40a
ipv6: rename internal types and constants generated by cgo
by Mikio Hara
· 9 years ago
a14f429
ipv4: rename internal types and constants generated by cgo
by Mikio Hara
· 9 years ago
88c1a61
trace: don't allocate all events upfront
by Radu Berinde
· 9 years ago
2a824cf
ipv6: don't refer to cgo-generated union field
by Mikio Hara
· 9 years ago
534e187
ipv4: don't refer to cgo-generated union field
by Mikio Hara
· 9 years ago
a776970
ipv6: add support for solaris
by Mikio Hara
· 9 years ago
c8c327c
ipv4: add support for solaris
by Mikio Hara
· 9 years ago
ffe101c
ipv6: rename thunk_linux_386.s to sys_linux_386.s
by Mikio Hara
· 9 years ago
c67f381
ipv4: rename thunk_linux_386.s to sys_linux_386.s
by Mikio Hara
· 9 years ago
0f2be02
http2: remove duplicate map lookups in checkConnHeaders
by Brad Fitzpatrick
· 9 years ago
819f4c5
websocket: use net.Dialer to open tcp connection
by Cezar Sa Espinola
· 9 years ago
cd95c68
http2: mention bogus header value in error messages
by Ivan Babrou
· 9 years ago
1f79cc9
trace: spelling consistency tweaks
by Sam Whited
· 9 years ago
0d8126f
http2: don't sniff Request.Body on 100-continue requests in Transport
by Brad Fitzpatrick
· 9 years ago
6972930
http2: in Server, disarm connection's ReadTimeout after first request
by Brad Fitzpatrick
· 9 years ago
a333c53
http2: add Transport support for IdleConnTimeout
by Brad Fitzpatrick
· 9 years ago
8058fc7
http: fix build on Go 1.6 and below
by Brad Fitzpatrick
· 9 years ago
ed0556c
http2: implement Ping method on ClientConn
by Olivier Poitrey
· 9 years ago
fbd690d
x/net/http2: use request url scheme
by ayanamist
· 9 years ago
9f0e377
lif: new package
by Mikio Hara
· 9 years ago
f09c466
route: fix typo
by Mikio Hara
· 9 years ago
99a5550
ipv4: fix typo
by Mikio Hara
· 9 years ago
6ea239c
ipv6: fix typo
by Mikio Hara
· 9 years ago
6d3beae
route: test helper code cleanup
by Mikio Hara
· 9 years ago
f4fe4ab
http2: fix broken tests
by Tom Bergan
· 9 years ago
71a0359
x/net/http2: Fix various typos in doc comments.
by Mike Appleby
· 9 years ago
de35ec4
ipv6: simplify init function for darwin
by Mikio Hara
· 9 years ago
26b81fb
internel/nettest: add SupportsIPv6MulticastDeliveryOnLoopback
by Mikio Hara
· 9 years ago
749a502
http2: don't sniff first Request.Body byte in Transport until we have a conn
by Brad Fitzpatrick
· 9 years ago
57c7820
http2: add Transport support for unicode domain names
by Brad Fitzpatrick
· 9 years ago
324491d
http2: fix bug where '*' as a valid :path value in Transport
by Brad Fitzpatrick
· 9 years ago
cfe3c2a
icmp: don't step on recycled socket descriptors
by Mikio Hara
· 9 years ago
9313baa
net: skip tests on OS X 10.8 to avoid a kernel panic
by Brad Fitzpatrick
· 9 years ago
1358eff
http2: fix all vet warnings
by Brad Fitzpatrick
· 9 years ago
9bc2a33
internal/netreflect: fix test on nacl, plan9 and windows
by Mikio Hara
· 9 years ago
6250b41
ipv6: deduplicate socket option code
by Mikio Hara
· 9 years ago
b398290
ipv4: deduplicate socket option code
by Mikio Hara
· 9 years ago
7722dc0
ipv6: use of internal/netreflect package
by Mikio Hara
· 9 years ago
7625277
ipv4: use of internal/netreflect package
by Mikio Hara
· 9 years ago
6c89f96
internal/netreflect: new package
by Mikio Hara
· 9 years ago
3a1f9ef
http2: don't send bogus :path pseudo headers if Request.URL.Opaque is set
by Brad Fitzpatrick
· 9 years ago
7394c11
http2: fix protocol violation regression when writing certain request bodies
by Brad Fitzpatrick
· 9 years ago
Next »
Otomatik - 108.177.127.82
CloudFlare DNS
Türk Telekom DNS
Google DNS
Open DNS
OSZAR »