summaryrefslogtreecommitdiffhomepage
path: root/auto/sendfile (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-08-17Supporting platforms without sendfile() implementation.Max Romanov1-4/+2
This is a quick and dirty sendfile() replacement. This closes #452 PR on GitHub.
2020-03-17Checking sendfile() availability in configure.Max Romanov1-24/+32
Removing SF_NODISKIO flag for FreeBSD sendfile() check because it is not used yet and to support DragonFlyBSD. This closes #414 issue on GitHub.
2017-01-17Initial version.Igor Sysoev1-0/+158