Sign in
go
/
go
/
2308aefc845d16c44882cff5590903b74aab42bf
/
src
/
pkg
/
websocket
5b9d782
html/template, net/http, websocket: fix import paths in comments
by Lucio De Re
· 13 years ago
fd34e78
various: reduce overuse of os.EINVAL + others
by Russ Cox
· 13 years ago
45e3bcb
renaming_3: gofix -r go1pkgrename src/pkg/[m-z]*
by Rob Pike
· 13 years ago
de3d647
websocket: return an error HTTP response for bad websocket request.
by Fumitoshi Ukai
· 13 years ago
eb69292
src/pkg/[n-z]*: gofix -r error -force=error
by Russ Cox
· 13 years ago
d296fa1
websocket: tweak hybi ReadHandshake to supports Firefox implementation
by Luca Greco
· 13 years ago
3603678
http: remove Request.RawURL
by Brad Fitzpatrick
· 13 years ago
9a0a30e
websocket: add hybi-13 support
by Fumitoshi Ukai
· 13 years ago
c31f987
websocket: better error message in a test
by Brad Fitzpatrick
· 13 years ago
aeaa817
websocket: remove use of container/vector
by Russ Cox
· 14 years ago
e4790b5
websocket: add mutex to make websocket full-duplex
by Fumitoshi Ukai
· 14 years ago
e81d721
websocket: rename websocket.WebSocketAddr to *websocket.Addr.
by Russ Cox
· 14 years ago
73fd9e7
websocket: Fix infinite recursion in WebSockAddr String()
by Tarmigan Casebolt
· 14 years ago
1f523e2
websocket: fix incorrect prints found by govet
by Robert Hencke
· 14 years ago
ebf19fb
websocket: Implements new version of WebSocket protocol.
by Fumitoshi Ukai
· 14 years ago
1d8f822
url: new package
by Rob Pike
· 14 years ago
2f4632f
container/vector: removed some uses of container/vector in other pkgs
by John Asmuth
· 14 years ago
90564a9
go/printer: changed max. number of newlines from 3 to 2
by Robert Griesemer
· 14 years ago
712fb6d
os.Error API: don't export os.ErrorString, use os.NewError consistently
by Robert Griesemer
· 14 years ago
3fbd478
pkg: spelling tweaks, I-Z
by Robert Hencke
· 14 years ago
05a1b7e
http: remove finalURL from Client.Get; move to Response
by Brad Fitzpatrick
· 14 years ago
43b97ce
websocket: include *http.Request in websocket.Conn
by Andrew Gerrand
· 14 years ago
6a186d3
src/pkg: make package doc comments consistently start with "Package foo".
by Nigel Tao
· 14 years ago
a58fe3b
websocket: fix socket leak in test
by Dave Cheney
· 14 years ago
5546cc7
update tree for package net changes
by Russ Cox
· 14 years ago
aae7b69
http: move RemoteAddr & UsingTLS from ResponseWriter to Request
by Brad Fitzpatrick
· 14 years ago
545a1ee
http: add Hijacker type; remove Hijack from ResponseWriter
by Brad Fitzpatrick
· 14 years ago
ce65b72
websocket: use httptest.Server for tests
by Robert Hencke
· 14 years ago
b8fa618
http: introduce Header type, implement with net/textproto
by Petar Maymounkov
· 14 years ago
eea18d9
log: rename Exit* to Fatal*
by Rob Pike
· 14 years ago
1ce6245
throughout: fix broken calls to Printf etc.
by Rob Pike
· 14 years ago
b15c424
crypto/tls: add *Config argument to Dial
by Russ Cox
· 14 years ago
64cc5be
web socket: fix short Read
by Fumitoshi Ukai
· 14 years ago
12da5a9
log: new interface
by Rob Pike
· 14 years ago
fd9a5d2
http: revised http Handler interface
by Stephen Ma
· 15 years ago
50e0fb4
websocket: Add support for secure WebSockets
by Jukka-Pekka Kekkonen
· 15 years ago
9401e3d
websocket: fix missing Sec-WebSocket-Protocol on server response.
by Jukka-Pekka Kekkonen
· 15 years ago
da392d9
build: no required environment variables
by Russ Cox
· 15 years ago
c78be46
once: replace all uses of package once with sync.Once.
by Rob Pike
· 15 years ago
1badb46
websocket: correct challenge response
by Tarmigan Casebolt
· 15 years ago
6d37724
websocket: fix bug involving spaces in header keys
by Bill Neubauer
· 15 years ago
48e4d67
websocket: fix comment indentation
by Andrew Gerrand
· 15 years ago
96d35c6
pkg/Makefile: allow DISABLE_NET_TESTS=1 to disable network tests
by Russ Cox
· 15 years ago
1231382
single argument panic on non-darwin and in comments
by Russ Cox
· 15 years ago
c7122a3
simplify various code using new map index rule
by Russ Cox
· 15 years ago
00f9f0c
single argument panic
by Russ Cox
· 15 years ago
371496e
websocket: implement new protocol
by Fumitoshi Ukai
· 15 years ago
f15447c
websocket: use URL.RawPath to construct WebSocket-Location: header
by Fumitoshi Ukai
· 15 years ago
1f3222a
strings.Bytes -> []byte for documentation example, src/pkg/* comments, and htmlgen.go
by Andrey Mirtchovski
· 15 years ago
9750adb
strings: delete Runes, Bytes
by Russ Cox
· 15 years ago
4f8a000
websocket: fix binary frame size decoding
by Timo Savola
· 15 years ago
2161e3e
http: avoid server crash on malformed client request
by Fumitoshi Ukai
· 15 years ago
535e427
Regularize the comments for the websocket package and document all functions and methods.
by Rob Pike
· 15 years ago
914c626
Significant extension to http.Response, which now adheres to the
by Petar Maymounkov
· 15 years ago
45ca9f7
1) Change default gofmt default settings for
by Robert Griesemer
· 15 years ago
4f6dbc6
Explicitly return values where it's shadowing the parameter.
by Christopher Wedgwood
· 15 years ago
be98bc4
websocket: avoid $GOROOT in case it has spaces
by Russ Cox
· 15 years ago
f9f0184e
Add WebSocket server framework hooked into http.
by Fumitoshi Ukai
· 15 years ago