summaryrefslogtreecommitdiff
path: root/src/lib/http/conn.go
AgeCommit message (Collapse)AuthorFilesLines
2009-02-02flesh out http server.Russ Cox1-53/+0
convert to uppercase names. R=r DELTA=613 (460 added, 61 deleted, 92 changed) OCL=24139 CL=24145
2009-01-20delete exportRuss Cox1-2/+2
TBR=r OCL=23121 CL=23127
2009-01-06new new & makeRuss Cox1-1/+1
R=r OCL=22166 CL=22166
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-1/+1
fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581
2008-10-20add io.ReadWriteClose and use it in httpRuss Cox1-9/+2
R=r DELTA=15 (6 added, 7 deleted, 2 changed) OCL=17447 CL=17461
2008-10-08Fixes breakage caused by semicolon restriction.Cary Hull1-2/+2
R=rsc APPROVED=rsc DELTA=50 (4 added, 0 deleted, 46 changed) OCL=16707 CL=16725
2008-09-24early HTTP library and trivial serverRuss Cox1-0/+60
R=r OCL=15777 CL=15791