summaryrefslogtreecommitdiff
path: root/src/pkg/net/http/fs_test.go
Commit message (Expand)AuthorAgeFilesLines
* net/http: skip content-type sniffing if the header is explicitly unset.Michael Piatek2013-10-151-6/+12
* net/http: accept Content-Range for entire fileRuss Cox2013-09-231-0/+7
* net/http: skip TestDirJoin on Windows, even if /etc/hosts existsShivakumar GN2013-07-301-0/+3
* net/http: in ServeContent, don't seek on content until necessaryBrad Fitzpatrick2013-07-101-6/+25
* net/http: less flaky leaking goroutine testBrad Fitzpatrick2013-03-151-13/+13
* net/http: deflake testDmitriy Vyukov2013-03-121-1/+1
* net/http: fix a bunch of test leaksBrad Fitzpatrick2013-02-261-0/+16
* all: use t.Skip{,f}Dave Cheney2013-01-241-12/+6
* net/http: fix data race in testDmitriy Vyukov2012-11-031-0/+2
* net/http: use r.Body.Close to close connection during TestServeFileFromCWDAlex Brainman2012-09-241-5/+1
* net/http: add If-None-Match and If-Range support to ServeContentBrad Fitzpatrick2012-09-101-37/+126
* net/http: disable TestServeFileFromCWD test on windowsAlex Brainman2012-08-071-0/+5
* net/http: don't allow zero byte in FileServer pathsBrad Fitzpatrick2012-07-301-0/+17
* net/http: clean up fs tests a bitBrad Fitzpatrick2012-07-031-9/+14
* net/http: ignore malicious or dumb Range requestsBrad Fitzpatrick2012-06-301-0/+1
* net/http: support multiple byte ranges in ServeContentBrad Fitzpatrick2012-06-291-39/+84
* net/http: use index.html modtime (not directory) for If-Modified-SinceBrad Fitzpatrick2012-06-131-0/+117
* net/http: make a test more paranoid & reliable on Windows, maybe.Brad Fitzpatrick2012-02-291-1/+9
* os: delete os.EINVAL and so onRob Pike2012-02-171-1/+2
* net/http: fix race in sendfile testBrad Fitzpatrick2012-02-161-3/+7
* net/http: make strace test more robustBrad Fitzpatrick2012-02-151-16/+5
* net/http: more robust testBrad Fitzpatrick2012-02-141-2/+2
* net/http: add a Linux-only sendfile testBrad Fitzpatrick2012-02-141-0/+92
* net/http: add ServeContentBrad Fitzpatrick2012-02-101-7/+57
* os: turn FileStat.Sys into a method on FileInfoGustavo Niemeyer2012-02-031-1/+1
* net/http: change test to use override param instead of chan.David Symonds2012-01-181-8/+5
* net/http: fix data race in testDmitriy Vyukov2012-01-161-3/+4
* os: new FileInfo, FileMode types + update treeRuss Cox2011-11-301-2/+2
* http: fix serving from CWD with http.ServeFileAndrew Gerrand2011-11-171-0/+28
* renaming_3: gofix -r go1pkgrename src/pkg/[m-z]*Rob Pike2011-11-081-3/+3
* net: renamingsRob Pike2011-11-031-0/+308