Age | Commit message (Expand) | Author | Files | Lines |
2009-05-12 | Clean up assignments to iov_base, ensure it's always cast to void *. This sho... | Jeremy Allison | 1 | -4/+4 |
2009-01-13 | Fix bug noticed by Volker - if sendfile returns zero then | Jeremy Allison | 1 | -4/+12 |
2009-01-13 | Fix bug #6019 File corruption in Clustered SMB/NFS environment managed via CTDB | Jeremy Allison | 1 | -2/+2 |
2008-07-22 | Fix various build warnings | Zach Loafman | 1 | -1/+2 |
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r14393: Fix a couple of AIX warnings. | Jeremy Allison | 1 | -1/+0 |
2007-10-10 | r4296: Patch from William Jojo <jojowil@hvcc.edu> to fix HPUX sendfile and add | Jeremy Allison | 1 | -1/+57 |
2007-10-10 | r3944: Fix the problem we get on Linux where sendfile fails, but we've alread... | Jeremy Allison | 1 | -2/+26 |
2003-11-02 | Cast to fix warning on Solaris sendfile - check buildfarm output | Tim Potter | 1 | -1/+1 |
2003-01-24 | merging [un]signed declaration | Gerald Carter | 1 | -1/+1 |
2002-10-01 | Fix Solaris sendfile detection. Add small fixes to sendfile code. | Jeremy Allison | 1 | -3/+2 |
2002-09-30 | Added Solaris sendfile patch + configure tests from Pierre Belanger <belanger... | Jeremy Allison | 1 | -3/+84 |
2002-09-30 | Don't zero out numwritten before using.... Found by Pierre Belanger belanger@... | Jeremy Allison | 1 | -2/+2 |
2002-09-21 | Merge back Richard's FreeBSD sendfile fixes. | Jeremy Allison | 1 | -5/+5 |
2002-09-18 | HPUX sendfile is now detected correctly. | Jeremy Allison | 1 | -1/+2 |
2002-09-17 | Actually use sendfile if selected. | Jeremy Allison | 1 | -2/+2 |
2002-09-17 | Attempt to make broken Linux sendfile work.... Still in progress. | Jeremy Allison | 1 | -7/+17 |
2002-09-14 | Use HAVE_SENDFILE64, not SENDFILE64. | Jeremy Allison | 1 | -2/+5 |
2002-09-14 | Added fix for broken Linux (no sendfile64). When offset + count > 2GB | Jeremy Allison | 1 | -0/+57 |
2002-09-12 | Fixed up FreeBSD sendfile code - only Solaris left then I can add the | Jeremy Allison | 1 | -22/+55 |
2002-09-12 | HPUX takes offset, not pointer to offset. | Jeremy Allison | 1 | -2/+2 |
2002-09-12 | Fixup sendfile to match HPUX semantics with signal interrups. This was | Jeremy Allison | 1 | -12/+52 |
2002-09-12 | First cut at portable sendfile code. Only used in readX at the moment | Jeremy Allison | 1 | -0/+158 |