summaryrefslogtreecommitdiffstats
path: root/source/lib/sendfile.c
Commit message (Collapse)AuthorAgeFilesLines
* r14393: Fix a couple of AIX warnings.Jeremy Allison2006-03-141-1/+0
| | | | Jeremy.
* r4296: Patch from William Jojo <jojowil@hvcc.edu> to fix HPUX sendfile and addJeremy Allison2004-12-201-1/+57
| | | | | configure.in tests and code for sendfile on AIX. Jeremy.
* r3944: Fix the problem we get on Linux where sendfile fails, but we've ↵Jeremy Allison2004-11-241-2/+26
| | | | | | | | | | | already sent the header using send(). As our implementation of sendfile can't return EINTR (it restarts in that case) use an errno of EINTR to signal the linux sendfile fail after header case. When that happens send the rest of the data and then turn off sendfile. Sendfile should be safe to enable on all systems now (even though it may not help in all performance cases). Jeremy.
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+382
metze