index
:
delta/go.git
baserock/go1.2.2
baserock/go1.3
baserock/ps/add-go-wip
dev.cc
dev.garbage
dev.power64
master
release-branch.go1
release-branch.go1.1
release-branch.go1.2
release-branch.go1.3
release-branch.go1.4
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
code.google.com: Obsolete (use go-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/http: add comment to clarify whether Dir is '/' or '\'.
Nigel Tao
2014-11-14
1
-2
/
+6
*
net/url: add example of using URL.Opaque with http.Request
Brad Fitzpatrick
2014-11-12
1
-0
/
+30
*
all: use golang.org/x/... import paths
Andrew Gerrand
2014-11-10
1
-1
/
+1
*
net/http: fix benchmark goroutine leak
Brad Fitzpatrick
2014-11-08
1
-0
/
+1
*
net/http: add missing newline in list of leaked goroutines
Ian Lance Taylor
2014-10-31
1
-1
/
+1
*
net: add test for lookupIPDeadline
Mikio Hara
2014-10-28
1
-0
/
+62
*
net: if a DNS lookup times out, forget that it is in flight
Ian Lance Taylor
2014-10-27
2
-28
/
+89
*
net/http/pprof: run GC for /debug/pprof/heap?gc=1
Russ Cox
2014-10-24
1
-0
/
+4
*
net/http: don't send implicit gzip Accept-Encoding on Range requests
Brad Fitzpatrick
2014-10-15
3
-2
/
+70
*
net/http: don't reuse a server connection after any Write errors
Brad Fitzpatrick
2014-10-15
2
-3
/
+126
*
net/rpc: fix mutex comment
Rob Pike
2014-10-13
1
-6
/
+6
*
net: link skipped TestReadFromUDP to the issue
Alex Brainman
2014-10-10
1
-1
/
+1
*
net: skip new TestReadFromUDP on nacl and plan9 (fixes build)
Alex Brainman
2014-10-10
1
-0
/
+5
*
net: disable SIO_UDP_CONNRESET behavior on windows.
Ron Hashimoto
2014-10-10
2
-0
/
+48
*
net/rpc: fix build
David du Colombier
2014-10-09
1
-0
/
+1
*
net/rpc: skip TestGobError on Plan 9
David du Colombier
2014-10-09
1
-0
/
+3
*
net/rpc: listen on localhost, let kernel pick port
Russ Cox
2014-10-07
1
-2
/
+2
*
net/rpc: add test for issue 7689 (gob error should cause EOF)
Rob Pike
2014-10-07
1
-0
/
+51
*
net/http: fix authentication info leakage in Referer header (potential securi...
Jens Frederich
2014-10-07
3
-2
/
+68
*
net/url: document result of String
Russ Cox
2014-10-06
1
-0
/
+18
*
net: disable TestDualStackUDPListener in short mode
Russ Cox
2014-10-06
1
-0
/
+3
*
net/rpc: shut down connection if gob has error
Rob Pike
2014-10-01
1
-1
/
+24
*
net/http/httputil: ensure DumpRequestOut dumps all of Body
Brad Fitzpatrick
2014-09-30
2
-3
/
+39
*
net/http: make Transport.CloseIdleConnections also close pending dials
Brad Fitzpatrick
2014-09-29
3
-5
/
+74
*
net/http: enable Transfer-Encoding: identity without Content-Length for HTTP ...
James Tucker
2014-09-29
2
-7
/
+43
*
net/http: clarify Request.FormValue docs
Brad Fitzpatrick
2014-09-29
1
-1
/
+2
*
net: fix misleading package comment example
Brad Fitzpatrick
2014-09-29
1
-1
/
+0
*
net/http: update ProxyFromEnvironment docs for HTTPS_PROXY addition
Brad Fitzpatrick
2014-09-24
1
-3
/
+10
*
net/http: allow double-quotes only on cookie values, not cookie
Nigel Tao
2014-09-25
2
-5
/
+37
*
net/http: check for CloseWrite interface, not TCPConn implementation
Brad Fitzpatrick
2014-09-24
3
-2
/
+35
*
net/http: support https_proxy in ProxyFromEnvironment
Brad Fitzpatrick
2014-09-24
3
-6
/
+39
*
cmd/go: fix bytes and net the right way
Russ Cox
2014-09-24
1
-10
/
+0
*
net: only "build" empty.s in non-cgo mode
Russ Cox
2014-09-24
1
-0
/
+2
*
cmd/go: prohibit C sources files unless using cgo
Russ Cox
2014-09-24
1
-0
/
+0
*
net/http: replace z_last_test hack with testing.Main
Brad Fitzpatrick
2014-09-22
1
-9
/
+21
*
net/http: document server recovering panics
Russ Cox
2014-09-19
1
-0
/
+6
*
net/http: ensured that proxy errors are returned by Transport.RoundTrip.
John Tuley
2014-09-19
2
-1
/
+19
*
net: disable TestDialMultiFDLeak
Russ Cox
2014-09-18
1
-0
/
+2
*
net: separate NaCl dependent placeholders from BSD's
Mikio Hara
2014-09-18
22
-22
/
+182
*
net/mail: allow us-ascii encoding
Russ Cox
2014-09-16
2
-1
/
+22
*
net: make TestSelfConnect less fragile
Russ Cox
2014-09-16
1
-1
/
+6
*
net/http: don't call FileSystem.Open with unclean index.html path
Brad Fitzpatrick
2014-09-15
2
-1
/
+38
*
net: fix inconsistent behavior across platforms in SetKeepAlivePeriod
Mikio Hara
2014-09-11
6
-57
/
+25
*
net: don't set wrong option for controlling tcp keepalive on openbsd
Mikio Hara
2014-09-09
1
-14
/
+3
*
build: move package sources from src/pkg to src
Russ Cox
2014-09-08
240
-0
/
+54136