1
0
mirror of https://github.com/golang/go synced 2024-10-04 13:21:22 -06:00
go/src/pkg
Andrew Gerrand 43b97ce69b websocket: include *http.Request in websocket.Conn
This permits the websocket handler to inspect http headers and such.

Fixes #1726.

R=ukai, bradfitz, bradfitzgo
CC=golang-dev
https://golang.org/cl/4439069
2011-04-26 10:47:49 +10:00
..
archive src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
asn1 fix tree for reflect rename 2011-04-25 13:39:36 -04:00
big src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
bufio src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
bytes src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
cmath src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
compress src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
container container/heap: fix circular dependency in test 2011-04-22 16:29:05 -04:00
crypto fix tree for reflect rename 2011-04-25 13:39:36 -04:00
debug src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
ebnf src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
encoding fix tree for reflect rename 2011-04-25 13:39:36 -04:00
exec syscall: correct Windows CreateProcess input parameters 2011-04-21 10:36:27 +10:00
exp fix tree for reflect rename 2011-04-25 13:39:36 -04:00
expvar src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
flag src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
fmt fix tree for reflect rename 2011-04-25 13:39:36 -04:00
go fix tree for reflect rename 2011-04-25 13:39:36 -04:00
gob fix tree for reflect rename 2011-04-25 13:39:36 -04:00
hash src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
html src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
http fix tree for reflect rename 2011-04-25 13:39:36 -04:00
image jpeg: decode to a YCbCr image instead of an RGBA image. 2011-04-24 19:25:49 +10:00
index/suffixarray src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
io src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
json fix tree for reflect rename 2011-04-25 13:39:36 -04:00
log src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
math src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
mime mime/multipart: limit line length to prevent abuse 2011-04-21 10:45:49 -07:00
net fix tree for reflect rename 2011-04-25 13:39:36 -04:00
netchan fix tree for reflect rename 2011-04-25 13:39:36 -04:00
os runtime: turn "too many EPIPE" into real SIGPIPE 2011-04-25 16:58:00 -04:00
patch gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
path src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
rand delete float, complex - code changes 2011-01-19 23:09:00 -05:00
reflect reflect: rename Typeof, NewValue -> TypeOf, ValueOf 2011-04-25 13:39:16 -04:00
regexp regexp: add support for matching text read from things that implement 2011-02-03 13:58:40 -08:00
rpc fix tree for reflect rename 2011-04-25 13:39:36 -04:00
runtime runtime: fix arm build 2011-04-25 15:33:57 -07:00
scanner src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
smtp update tree for package net changes 2011-03-28 23:28:53 -04:00
sort src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
strconv src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
strings src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
sync src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
syscall syscall: fix Ftruncate under linux/arm5 2011-04-22 14:44:18 -04:00
syslog src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
tabwriter src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
template fix tree for reflect rename 2011-04-25 13:39:36 -04:00
testing fix tree for reflect rename 2011-04-25 13:39:36 -04:00
time time: Support Irix 6 location for zoneinfo files. 2011-04-25 12:37:00 -07:00
try fix tree for reflect rename 2011-04-25 13:39:36 -04:00
unicode src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
unsafe src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
utf8 src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
utf16 gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
websocket websocket: include *http.Request in websocket.Conn 2011-04-26 10:47:49 +10:00
xml fix tree for reflect rename 2011-04-25 13:39:36 -04:00
deps.bash build: add another --no-print-directory 2010-12-16 10:46:25 +11:00
Makefile os/user: new package to look up users 2011-04-22 09:30:30 -07:00