summaryrefslogtreecommitdiff
path: root/source3/lib/sendfile.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-26s3: add Darwin sendfile support and merge with the FreeBSD codeBjörn Jacke1-50/+44
2012-06-16build: Remove support for non-64bit sendfile()Andrew Bartlett1-87/+0
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett1-9/+9
2012-04-05build: do not use HAVE_EXPLICIT_LARGEFILE_SUPPORT and *64() fucntions any moreAndrew Bartlett1-12/+0
2010-12-15Fix read/write calls over sockets to cope with EAGAIN/EWOULDBLOCK for non-blo...Jeremy Allison1-6/+30
2009-05-12Clean up assignments to iov_base, ensure it's always cast to void *. This sho...Jeremy Allison1-4/+4
2009-01-13Fix bug noticed by Volker - if sendfile returns zero thenJeremy Allison1-4/+12
2009-01-13Fix bug #6019 File corruption in Clustered SMB/NFS environment managed via CTDBJeremy Allison1-2/+2
2008-07-22Fix various build warningsZach Loafman1-1/+2
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r14393: Fix a couple of AIX warnings.Jeremy Allison1-1/+0
2007-10-10r4296: Patch from William Jojo <jojowil@hvcc.edu> to fix HPUX sendfile and addJeremy Allison1-1/+57
2007-10-10r3944: Fix the problem we get on Linux where sendfile fails, but we've alread...Jeremy Allison1-2/+26
2003-11-02Cast to fix warning on Solaris sendfile - check buildfarm outputTim Potter1-1/+1
2003-01-24merging [un]signed declarationGerald Carter1-1/+1
2002-10-01Fix Solaris sendfile detection. Add small fixes to sendfile code.Jeremy Allison1-3/+2
2002-09-30Added Solaris sendfile patch + configure tests from Pierre Belanger <belanger...Jeremy Allison1-3/+84
2002-09-30Don't zero out numwritten before using.... Found by Pierre Belanger belanger@...Jeremy Allison1-2/+2
2002-09-21Merge back Richard's FreeBSD sendfile fixes.Jeremy Allison1-5/+5
2002-09-18HPUX sendfile is now detected correctly.Jeremy Allison1-1/+2
2002-09-17Actually use sendfile if selected.Jeremy Allison1-2/+2
2002-09-17Attempt to make broken Linux sendfile work.... Still in progress.Jeremy Allison1-7/+17
2002-09-14Use HAVE_SENDFILE64, not SENDFILE64.Jeremy Allison1-2/+5
2002-09-14Added fix for broken Linux (no sendfile64). When offset + count > 2GBJeremy Allison1-0/+57
2002-09-12Fixed up FreeBSD sendfile code - only Solaris left then I can add theJeremy Allison1-22/+55
2002-09-12HPUX takes offset, not pointer to offset.Jeremy Allison1-2/+2
2002-09-12Fixup sendfile to match HPUX semantics with signal interrups. This wasJeremy Allison1-12/+52
2002-09-12First cut at portable sendfile code. Only used in readX at the momentJeremy Allison1-0/+158