Sign in
go
/
go
/
89b5c6c0af854c53ba16da8bc8394853e04e6bb0
/
src
/
pkg
/
net
ba6cf63
net: give C.getaddrinfo a hint that we only want SOCK_STREAM answers
by Ian Lance Taylor
· 12 years ago
d2bff75
net/mail: comment our divergence from RFC 5322.
by David Symonds
· 12 years ago
554d47e
net: separate unix pollster initialization from network file descriptor allocation
by Mikio Hara
· 12 years ago
654f358
net: avoid string operation and make valid domain names explicit
by Volker Dobler
· 12 years ago
de04bf2
net/http: fix early side effects in the ResponseWriter's ReadFrom
by Brad Fitzpatrick
· 12 years ago
73b8baa
net/mail: AddressList fails to parse addresses with a dot
by Ryan Slade
· 12 years ago
ed8c550
net: use SetFileCompletionNotificationModes on windows if available
by Dmitriy Vyukov
· 12 years ago
a08b1d1
net/http: Various fixes to Basic authentication
by Pieter Droogendijk
· 12 years ago
60aa48c
net: fix small bug introduced by 48f7c4dd87fe
by Alex Brainman
· 12 years ago
1535727
net/http: do not send redundant Connection: close header in HTTP/1.0 responses
by Josh Bleecher Snyder
· 12 years ago
ebe91d1
net/http: treat HEAD requests like GET requests
by Brad Fitzpatrick
· 12 years ago
b29d035
net: add dial, listenStream and listenDatagram methods to netFD
by Mikio Hara
· 12 years ago
905f296
net: test that Read/Write do 0 allocations
by Dmitriy Vyukov
· 12 years ago
262d6f5
syscall: fix IPv6 wrong network mask on latest FreeBSD
by Mikio Hara
· 12 years ago
6a76bca36
net: separate pollster initialization from network file descriptor allocation
by Mikio Hara
· 12 years ago
b2fcdfa
net: detect bad F_DUPFD_CLOEXEC on OS X 10.6
by Brad Fitzpatrick
· 12 years ago
429a67e
net: fix intentional build breakage introduced in 12413043
by Dmitriy Vyukov
· 12 years ago
04b1cfa
net: reduce number of memory allocations during IO operations
by Dmitriy Vyukov
· 12 years ago
d8e27db
undo CL 12486043 / ab644299d124
by Brad Fitzpatrick
· 12 years ago
4c772cd
all: use strings.IndexByte instead of Index where possible
by Brad Fitzpatrick
· 12 years ago
37feacf
net: use F_DUPFD_CLOEXEC when duping fds
by Brad Fitzpatrick
· 12 years ago
6ab49fb
net: fix some test bug
by ChaiShushan
· 12 years ago
77f21ee
net: fix concurrent Accept on windows
by Dmitriy Vyukov
· 12 years ago
910caf9
net/http: fix Response.Header documentation for multiple headers with same key
by Josh Bleecher Snyder
· 12 years ago
a574822
runtime: disable dynamic priority boosting on windows
by Dmitriy Vyukov
· 12 years ago
8a7def2
net: reduce unnecessary syscall.Sockaddr conversions
by Mikio Hara
· 12 years ago
f0291a8
net: make IP address selection work correctly on IPv6-only kernel
by Mikio Hara
· 12 years ago
39679ca
net/url: prepend slash to path in String()
by Scott Ferguson
· 12 years ago
17d803d
net/http: don't write out invalid cookie lines
by Brad Fitzpatrick
· 12 years ago
334761a
net/http: document that Error is to be used with plain text
by Andrew Balholm
· 12 years ago
252c107
net/http: don't MIME sniff if handler set an empty string Content-Type
by Brad Fitzpatrick
· 12 years ago
fa673bd
net: add simple SetKeepAlivePeriod call test
by Mikio Hara
· 12 years ago
3abaf5c
net/http: skip TestDirJoin on Windows, even if /etc/hosts exists
by Shivakumar GN
· 12 years ago
3b6de5e
net: fix memory leak on unix
by Dmitriy Vyukov
· 12 years ago
28138f1
net: fix comment on SetKeepAlivePeriod
by Mikio Hara
· 12 years ago
8f32df5
net: add missing SetKeepAlivePeriod for Plan 9
by Mikio Hara
· 12 years ago
b873474
net: fix memory leaks on windows
by Dmitriy Vyukov
· 12 years ago
3398322
net: remove redundant comment on isWildcard
by Mikio Hara
· 12 years ago
442e614
net: document sockaddr interface
by Mikio Hara
· 12 years ago
a64bea5
net: make UnixAddr implement sockaddr interface
by Mikio Hara
· 12 years ago
e257cd8
net: extend sockaddr interface to the all address families
by Mikio Hara
· 12 years ago
bf61a97f
net: simplify socket option helpers
by Mikio Hara
· 12 years ago
29f17fb
net: temporary skip hanging test on windows Update #5971.
by Dmitriy Vyukov
· 12 years ago
cdd3598
net: give more detail when test panics
by Mikio Hara
· 12 years ago
c0a4ce5
net: simplify probeIPv6Stack
by Mikio Hara
· 12 years ago
a0a45bb
net: consolidate listenerBacklog declaration
by Mikio Hara
· 12 years ago
baa9ca0
net/http: respect tls.Config.ServerName in Transport
by Brad Fitzpatrick
· 12 years ago
abe384f
all: be more idiomatic when documenting boolean return values.
by Rob Pike
· 12 years ago
7d9a8fb
net: make use of noDeadline instead of time.Time{}
by Mikio Hara
· 12 years ago
5d14b89
net: remove unnecessary bit masking
by Mikio Hara
· 12 years ago
6ea7bf2
net: implement netpoll for windows
by Alex Brainman
· 12 years ago
b2b15d1
net/http: document and test Client.Post treating Reader body as ReadCloser
by Brad Fitzpatrick
· 12 years ago
4aa6d35
net/http: document NewRequest treating Reader as ReadCloser
by Brad Fitzpatrick
· 12 years ago
9bd32b4
net: fix setsockopt for openbsd
by Joel Sing
· 12 years ago
918922c
net: add SetKeepAlivePeriod
by David Presotto
· 12 years ago
735cf52
net/rpc: fix a test bug
by ChaiShushan
· 12 years ago
d178c01
net/http: in ServeContent, don't seek on content until necessary
by Brad Fitzpatrick
· 12 years ago
e23d19e
net/rpc: use log.Print and return error instead log.Fatal
by ChaiShushan
· 12 years ago
16c3f82
net/textproto: reduce allocations in ReadMIMEHeader
by Brad Fitzpatrick
· 12 years ago
456f6df
net/rpc: remove unnecessary code
by ChaiShushan
· 12 years ago
b86f6c9
net/rpc/jsonrpc: remove unused serverCodec.resp field
by ChaiShushan
· 12 years ago
46161cd
net/http: fix memory leak in Transport
by Brad Fitzpatrick
· 12 years ago
64441d6
net/smtp: preserve Auth errors
by Rick Arnold
· 12 years ago
8486d96
runtime: change netpoll in preparation for windows implementation
by Alex Brainman
· 12 years ago
a054028
net/http: Transport should return an error when response body ends early
by Brad Fitzpatrick
· 12 years ago
3eaaed5
net/rpc: fix RegisterName rejects "." character.
by ChaiShushan
· 12 years ago
b78aaec
net/rpc: call client.Close() when test exit
by ChaiShushan
· 12 years ago
a00958a
all: avoid leaking fds during tests
by Dave Cheney
· 12 years ago
0bc7e79
all: excise some warts found by vet -shadow
by Rob Pike
· 12 years ago
5b0bf9d
net/http: fix confusing shadowing in ProxyFromEnvironment
by Brad Fitzpatrick
· 12 years ago
3e710c0
all: fix shadowing bugs found by go tool vet -shadow
by Rob Pike
· 12 years ago
83db738
net/smtp: close conn in SendMail; add Client.Close method
by Alex Jin
· 12 years ago
2af9747
net: fix LookupNS on Plan 9
by Nicolas Owens
· 12 years ago
61d3b2d
net: coalesce duplicate in-flight DNS lookups
by Brad Fitzpatrick
· 12 years ago
06f55f5
net: introduce netgo build tag to build a pure Go net package. Fixes #4078.
by Shenghou Ma
· 12 years ago
950fa93
net/http: add another Hijacker test
by Brad Fitzpatrick
· 12 years ago
ddda798
net/http: don't send Accept-Encoding on HEAD requests
by Brad Fitzpatrick
· 12 years ago
c6c439d
net/http: use WriteString directly when possible
by Brad Fitzpatrick
· 12 years ago
27f7427
net/http: simplify transfer body; reduces allocations too
by Brad Fitzpatrick
· 12 years ago
1a94895
net: move system common global variables into fd_unix.go
by Alex Brainman
· 12 years ago
d4cbc80
net/http: fewer allocations in the server path
by Brad Fitzpatrick
· 12 years ago
38abb09
runtime: change PollDesc.fd from int32 to uintptr
by Alex Brainman
· 12 years ago
d535bc7
net/http: Fix basic authentication with empty password
by Alberto García Hierro
· 12 years ago
e1922feb
net: fix dial race on plan9 and windows
by Alex Brainman
· 12 years ago
ca6b1f3
net: do not call syscall.Bind twice on windows
by Alex Brainman
· 12 years ago
13721cf
net/http/httptest: fix incorrectly-named ResponseRecorder example
by Andrew Gerrand
· 12 years ago
2bd17bc
net: deflake raw IP protocol entry test on Windows
by Mikio Hara
· 12 years ago
73417e4
net: add missing File method document
by Mikio Hara
· 12 years ago
7bec1a6
all: fix typos
by Shenghou Ma
· 12 years ago
3828316
net: fix protocol number for IPv6 test
by Mikio Hara
· 12 years ago
61ed384
net/http: make CloseNotifier channel buffered to not leak goroutines
by Brad Fitzpatrick
· 12 years ago
8b29f15
net/http: fix a panic in Redirect
by Brad Fitzpatrick
· 12 years ago
41451dd
net: enable test for runtime.PollDesc leak
by Mikio Hara
· 12 years ago
83b7b0e
net/http/cookiejar: mention go.net/publicsuffix.
by Shenghou Ma
· 12 years ago
e13341e
net: fix possible runtime.PollDesc leak when connect or listen fails
by Mikio Hara
· 12 years ago
77a0b96
net: add test for runtime.PollDesc leak
by Dave Cheney
· 12 years ago
07c7062
net/http: fix typo in ErrMissingBoundary
by Jonathan Rudenberg
· 12 years ago
b72325f
net/http: remove some obsolete TODOs
by Brad Fitzpatrick
· 12 years ago
d97157d
net/http: better stand-alone FileServer doc example
by Brad Fitzpatrick
· 12 years ago
ca24f9e
net/smtp: allow PLAIN auth when advertised
by Brad Fitzpatrick
· 12 years ago
Next »