index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
sendfile_test.go
Age
Commit message (
Expand
)
Author
2026-03-20
[release-branch.go1.26] runtime/poll: fix race condition in Window's SendFile
qmuntal
2025-05-20
net: avoid using Windows' TransmitFile on non-server machines
Shibi J M
2025-04-10
net: deduplicate sendfile files
qmuntal
2025-04-10
net: reenable sendfile on Windows
qmuntal
2024-11-01
internal/poll: fix the inaccurate comment and add a edge test case
Andy Pan
2024-10-28
os, net, internal/poll: combine unix sendfile implementations
Damien Neil
2024-04-26
net, os, internal/poll: test for use of sendfile
Damien Neil
2024-02-10
net: skip BenchmarkSendFile on Windows
Andy Pan
2024-02-07
net: support benchmark testing for sendfile on various platforms
Andy Pan
2023-10-23
net,internal/poll: mark it as handled even if sendfile(2) succeeded with 0 by...
Andy Pan
2023-09-18
net: enable most tests on wasip1 and js
Bryan C. Mills
2023-04-11
net: add wasip1 support
Johan Brandhorst-Satzkorn
2022-08-08
all: use io.Seek* instead of deprecated os.SEEK_*
Tobias Klauser
2021-12-13
net: pass a testing.TB to newLocal* helpers
Bryan C. Mills
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-03-09
net: use io.Discard in TestSendfileOnWriteTimeoutExceeded
Tobias Klauser
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2021-02-16
internal/poll: netpollcheckerr before sendfile
Wei Fu
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2019-10-09
all: remove the nacl port (part 1)
Brad Fitzpatrick
2018-12-28
os: don't let sendFile put a pipe into blocking mode
Ian Lance Taylor
2018-10-01
Revert "compress: move benchmark text from src/testdata to src/compress/testd...
Katie Hockman
2018-09-28
compress: move benchmark text from src/testdata to src/compress/testdata
Katie Hockman
2018-09-24
compress: reduce copies of new text for compression testing
Katie Hockman
2018-08-22
internal/poll, net: fix sendfile on Windows, add test
Brad Fitzpatrick
2018-06-12
net: update file read position after sendfile syscall
Tobias Klauser
2018-06-11
net: skip TestSendfileParts on dragonfly and solaris
Tobias Klauser
2018-06-11
net: add TestSendfileParts
Alex Brainman
2018-06-04
net: add js/wasm architecture
Richard Musiol
2016-04-12
net: mirror Tom Sawyer in the net package for tests
Brad Fitzpatrick
2016-04-12
net: broken sendfile on SmartOS/Solaris
Shawn Walker-Salas