aboutsummaryrefslogtreecommitdiff
path: root/src/net/sendfile_test.go
AgeCommit message (Expand)Author
2026-03-20[release-branch.go1.26] runtime/poll: fix race condition in Window's SendFileqmuntal
2025-05-20net: avoid using Windows' TransmitFile on non-server machinesShibi J M
2025-04-10net: deduplicate sendfile filesqmuntal
2025-04-10net: reenable sendfile on Windowsqmuntal
2024-11-01internal/poll: fix the inaccurate comment and add a edge test caseAndy Pan
2024-10-28os, net, internal/poll: combine unix sendfile implementationsDamien Neil
2024-04-26net, os, internal/poll: test for use of sendfileDamien Neil
2024-02-10net: skip BenchmarkSendFile on WindowsAndy Pan
2024-02-07net: support benchmark testing for sendfile on various platformsAndy Pan
2023-10-23net,internal/poll: mark it as handled even if sendfile(2) succeeded with 0 by...Andy Pan
2023-09-18net: enable most tests on wasip1 and jsBryan C. Mills
2023-04-11net: add wasip1 supportJohan Brandhorst-Satzkorn
2022-08-08all: use io.Seek* instead of deprecated os.SEEK_*Tobias Klauser
2021-12-13net: pass a testing.TB to newLocal* helpersBryan C. Mills
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-03-09net: use io.Discard in TestSendfileOnWriteTimeoutExceededTobias Klauser
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-02-16internal/poll: netpollcheckerr before sendfileWei Fu
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2018-12-28os: don't let sendFile put a pipe into blocking modeIan Lance Taylor
2018-10-01Revert "compress: move benchmark text from src/testdata to src/compress/testd...Katie Hockman
2018-09-28compress: move benchmark text from src/testdata to src/compress/testdataKatie Hockman
2018-09-24compress: reduce copies of new text for compression testingKatie Hockman
2018-08-22internal/poll, net: fix sendfile on Windows, add testBrad Fitzpatrick
2018-06-12net: update file read position after sendfile syscallTobias Klauser
2018-06-11net: skip TestSendfileParts on dragonfly and solarisTobias Klauser
2018-06-11net: add TestSendfilePartsAlex Brainman
2018-06-04net: add js/wasm architectureRichard Musiol
2016-04-12net: mirror Tom Sawyer in the net package for testsBrad Fitzpatrick
2016-04-12net: broken sendfile on SmartOS/SolarisShawn Walker-Salas