aboutsummaryrefslogtreecommitdiff
path: root/src/lib/http/server.go
AgeCommit message (Expand)Author
2009-06-09mv src/lib to src/pkgRob Pike
2009-06-08Pad error text for browsers that are too smart.Russ Cox
2009-05-18move ShortWrite error into io so that other packages can use it.Russ Cox
2009-05-12Allow http.Redirect to do both temporary (307) and permanent (301) redirects.David Symonds
2009-05-08implications of stricter type equality:Russ Cox
2009-05-08embeddability: change bufio.BufRead to bufio.Reader etc.Rob Pike
2009-05-08Name change to improve embeddability:Rob Pike
2009-04-27Fix the chunked encoding - terminate the chunk with CRLF.Stephen Ma
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike
2009-04-15make Location translate relative path to absoluteRuss Cox
2009-04-14http additionsRuss Cox
2009-04-07add path.Clean and other utilities.Russ Cox
2009-03-11Rename os.FD to os.File.Russ Cox
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox
2009-02-13convert composite literals from { } to ( ).Russ Cox
2009-02-05take advantage of methods on funcsRuss Cox
2009-02-03bufio:Russ Cox
2009-02-02flesh out http server.Russ Cox
2009-01-30update go code tree to new func rules.Russ Cox
2009-01-20delete exportRuss Cox
2009-01-16casify httpRuss Cox
2009-01-15convert strconvRuss Cox
2008-11-17correctly rounded floating-point conversionsRuss Cox
2008-10-08Fixes breakage caused by semicolon restriction.Cary Hull
2008-09-24early HTTP library and trivial serverRuss Cox