1
0
mirror of https://github.com/golang/go synced 2024-10-04 10:31:22 -06:00
go/src/pkg
Brad Fitzpatrick a7f1141dee net/http/httputil: new package; move ClientConn and ServerConn
Part of http diet plan.

More of the lesser-used and newcomer-misleading parts of http will
move here.

R=r, rsc
CC=golang-dev
https://golang.org/cl/5336049
2011-11-03 14:44:29 -07:00
..
archive all: rename os.EOF to io.EOF in various non-code contexts 2011-11-03 14:01:30 -07:00
bufio all: rename os.EOF to io.EOF in various non-code contexts 2011-11-03 14:01:30 -07:00
builtin builtin: remove errant spaces 2011-11-03 14:52:38 +11:00
bytes all: rename os.EOF to io.EOF in various non-code contexts 2011-11-03 14:01:30 -07:00
compress all: rename os.Error to error in various non-code contexts 2011-11-01 22:58:09 -04:00
container container/heap: document what Push and Pop do 2011-11-03 15:30:57 -04:00
crypto all: rename os.EOF to io.EOF in various non-code contexts 2011-11-03 14:01:30 -07:00
debug all: sort imports 2011-11-02 15:54:16 -04:00
encoding all: rename os.EOF to io.EOF in various non-code contexts 2011-11-03 14:01:30 -07:00
errors errors: new package 2011-11-01 21:46:59 -04:00
exp html,log,math: renamings 2011-11-03 12:42:57 -07:00
expvar pkg: remove .String() from some print arguments 2011-10-27 18:03:52 -07:00
flag src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
fmt all: rename os.EOF to io.EOF in various non-code contexts 2011-11-03 14:01:30 -07:00
go gofmt, gofix: sort imports 2011-11-02 15:53:57 -04:00
hash src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
html all: rename os.EOF to io.EOF in various non-code contexts 2011-11-03 14:01:30 -07:00
image all: sort imports 2011-11-02 15:54:16 -04:00
index/suffixarray src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
io all: sort imports 2011-11-02 15:54:16 -04:00
log html,log,math: renamings 2011-11-03 12:42:57 -07:00
math all: rename os.EOF to io.EOF in various non-code contexts 2011-11-03 14:01:30 -07:00
mime all: rename os.EOF to io.EOF in various non-code contexts 2011-11-03 14:01:30 -07:00
net net/http/httputil: new package; move ClientConn and ServerConn 2011-11-03 14:44:29 -07:00
old all: sort imports 2011-11-02 15:54:16 -04:00
os os,text,unicode: renamings 2011-11-03 14:18:06 -07:00
patch src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
path all: sort imports 2011-11-02 15:54:16 -04:00
reflect src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
regexp all: rename os.Error to error in various non-code contexts 2011-11-01 22:58:09 -04:00
runtime time: faster Nanoseconds call 2011-11-03 17:35:28 -04:00
sort go/doc, godoc, gotest: support for reading example documentation 2011-10-06 11:56:17 -07:00
strconv src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
strings all: rename os.EOF to io.EOF in various non-code contexts 2011-11-03 14:01:30 -07:00
sync all: sort imports 2011-11-02 15:54:16 -04:00
syscall net: implement LookupTXT for windows 2011-11-02 17:11:40 +11:00
testing src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
text os,text,unicode: renamings 2011-11-03 14:18:06 -07:00
time time: faster Nanoseconds call 2011-11-03 17:35:28 -04:00
unicode os,text,unicode: renamings 2011-11-03 14:18:06 -07:00
unsafe unsafe: update doc 2011-08-31 17:59:35 -04:00
websocket websocket: return an error HTTP response for bad websocket request. 2011-11-03 14:13:39 +11:00
deps.bash os,text,unicode: renamings 2011-11-03 14:18:06 -07:00
Makefile net/http/httputil: new package; move ClientConn and ServerConn 2011-11-03 14:44:29 -07:00