go/src/pkg/websocket
Adam Langley bac7bc55a6 Add a []byte argument to hash.Hash to allow an allocation to be saved.
This is the result of running `gofix -r hashsum` over the tree, changing
the hash function implementations by hand and then fixing a couple of
instances where gofix didn't catch something.

The changed implementations are as simple as possible while still
working: I'm not trying to optimise in this CL.

R=rsc, cw, rogpeppe
CC=golang-dev
https://golang.org/cl/5448065
2011-12-01 12:35:37 -05:00
..
Makefile websocket: Implements new version of WebSocket protocol. 2011-08-26 13:12:08 +10:00
client.go html/template, net/http, websocket: fix import paths in comments 2011-11-18 18:33:44 -05:00
hixie.go Add a []byte argument to hash.Hash to allow an allocation to be saved. 2011-12-01 12:35:37 -05:00
hixie_test.go renaming_3: gofix -r go1pkgrename src/pkg/[m-z]* 2011-11-08 15:41:54 -08:00
hybi.go Add a []byte argument to hash.Hash to allow an allocation to be saved. 2011-12-01 12:35:37 -05:00
hybi_test.go renaming_3: gofix -r go1pkgrename src/pkg/[m-z]* 2011-11-08 15:41:54 -08:00
server.go html/template, net/http, websocket: fix import paths in comments 2011-11-18 18:33:44 -05:00
websocket.go various: reduce overuse of os.EINVAL + others 2011-11-13 22:42:42 -05:00
websocket_test.go renaming_3: gofix -r go1pkgrename src/pkg/[m-z]* 2011-11-08 15:41:54 -08:00