summaryrefslogtreecommitdiff
path: root/src/lib/http
AgeCommit message (Collapse)AuthorFilesLines
2008-11-18gobuild changes.Russ Cox1-14/+37
* handles multiple packages per directory * scans directory for files if given no arguments * infers package name * includes test rule invoking gotest R=r DELTA=746 (444 added, 150 deleted, 152 changed) OCL=19504 CL=19521
2008-11-17correctly rounded floating-point conversionsRuss Cox1-2/+2
in new package strconv. move atoi etc to strconv too. update fmt, etc to use strconv. R=r DELTA=2232 (1691 added, 424 deleted, 117 changed) OCL=19286 CL=19380
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 Hull6-46/+50
R=rsc APPROVED=rsc DELTA=50 (4 added, 0 deleted, 46 changed) OCL=16707 CL=16725
2008-09-24early HTTP library and trivial serverRuss Cox6-0/+692
R=r OCL=15777 CL=15791