summaryrefslogtreecommitdiff
path: root/source3/lib/sendfile.c
Commit message (Expand)AuthorAgeFilesLines
* s3: smbd: Fix AIX sendfile() for SMB2. Ensure we don't spin on EAGAIN.Jeremy Allison2018-07-201-5/+44
* s3: smbd: Fix FreeBSD sendfile() for SMB2. Ensure we don't spin on EAGAIN.Jeremy Allison2018-07-201-4/+44
* s3: smbd: Fix HPUX sendfile() for SMB2. Ensure we don't spin on EAGAIN.Jeremy Allison2018-07-201-6/+50
* s3: smbd: Fix Solaris sendfile() for SMB2. Ensure we don't spin on EAGAIN.Jeremy Allison2018-07-201-6/+50
* s3: smbd: Fix Linux sendfile() for SMB2. Ensure we don't spin on EAGAIN.Jeremy Allison2018-07-201-7/+77
* Remove a few #ifdef EWOULDBLOCkVolker Lendecke2014-09-181-20/+0
* s3: add Darwin sendfile support and merge with the FreeBSD codeBjörn Jacke2012-07-261-50/+44
* build: Remove support for non-64bit sendfile()Andrew Bartlett2012-06-161-87/+0
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-9/+9
* build: do not use HAVE_EXPLICIT_LARGEFILE_SUPPORT and *64() fucntions any moreAndrew Bartlett2012-04-051-12/+0
* Fix read/write calls over sockets to cope with EAGAIN/EWOULDBLOCK for non-blo...Jeremy Allison2010-12-151-6/+30
* Clean up assignments to iov_base, ensure it's always cast to void *. This sho...Jeremy Allison2009-05-121-4/+4
* Fix bug noticed by Volker - if sendfile returns zero thenJeremy Allison2009-01-131-4/+12
* Fix bug #6019 File corruption in Clustered SMB/NFS environment managed via CTDBJeremy Allison2009-01-131-2/+2
* Fix various build warningsZach Loafman2008-07-221-1/+2
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r14393: Fix a couple of AIX warnings.Jeremy Allison2007-10-101-1/+0
* r4296: Patch from William Jojo <jojowil@hvcc.edu> to fix HPUX sendfile and addJeremy Allison2007-10-101-1/+57
* r3944: Fix the problem we get on Linux where sendfile fails, but we've alread...Jeremy Allison2007-10-101-2/+26
* Cast to fix warning on Solaris sendfile - check buildfarm outputTim Potter2003-11-021-1/+1
* merging [un]signed declarationGerald Carter2003-01-241-1/+1
* Fix Solaris sendfile detection. Add small fixes to sendfile code.Jeremy Allison2002-10-011-3/+2
* Added Solaris sendfile patch + configure tests from Pierre Belanger <belanger...Jeremy Allison2002-09-301-3/+84
* Don't zero out numwritten before using.... Found by Pierre Belanger belanger@...Jeremy Allison2002-09-301-2/+2
* Merge back Richard's FreeBSD sendfile fixes.Jeremy Allison2002-09-211-5/+5
* HPUX sendfile is now detected correctly.Jeremy Allison2002-09-181-1/+2
* Actually use sendfile if selected.Jeremy Allison2002-09-171-2/+2
* Attempt to make broken Linux sendfile work.... Still in progress.Jeremy Allison2002-09-171-7/+17
* Use HAVE_SENDFILE64, not SENDFILE64.Jeremy Allison2002-09-141-2/+5
* Added fix for broken Linux (no sendfile64). When offset + count > 2GBJeremy Allison2002-09-141-0/+57
* Fixed up FreeBSD sendfile code - only Solaris left then I can add theJeremy Allison2002-09-121-22/+55
* HPUX takes offset, not pointer to offset.Jeremy Allison2002-09-121-2/+2
* Fixup sendfile to match HPUX semantics with signal interrups. This wasJeremy Allison2002-09-121-12/+52
* First cut at portable sendfile code. Only used in readX at the momentJeremy Allison2002-09-121-0/+158