s3: Avoid some transaction_commit on gencache.tdb
[kai/samba.git] / source3 / lib / sendfile.c
2012-07-26 Björn Jackes3: add Darwin sendfile support and merge with the...
2012-06-16 Andrew Bartlettbuild: Remove support for non-64bit sendfile()
2012-04-05 Andrew Bartlettbuild: Remove SMB_OFF_T, replace with off_t
2012-04-05 Andrew Bartlettbuild: do not use HAVE_EXPLICIT_LARGEFILE_SUPPORT and...
2010-12-15 Jeremy AllisonFix read/write calls over sockets to cope with EAGAIN...
2009-05-12 Jeremy AllisonClean up assignments to iov_base, ensure it's always...
2009-01-13 Jeremy AllisonFix bug noticed by Volker - if sendfile returns zero...
2009-01-13 Jeremy AllisonFix bug #6019 File corruption in Clustered SMB/NFS...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-07-22 Zach LoafmanFix various build warnings
2007-10-10 Andrew Tridgellr23801: The FSF has moved around a lot. This fixes...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Jeremy Allisonr14393: Fix a couple of AIX warnings.
2007-10-10 Jeremy Allisonr4296: Patch from William Jojo <jojowil@hvcc.edu> to...
2007-10-10 Jeremy Allisonr3944: Fix the problem we get on Linux where sendfile...
2003-11-05 Tim PotterMerge from 3.0:
2003-11-02 Tim PotterCast to fix warning on Solaris sendfile - check buildfa...
2003-01-24 Gerald Cartermerging [un]signed declaration
2003-01-16 Andrew BartlettFix a signed/unsigned warning.
2002-10-01 Jeremy AllisonFix Solaris sendfile detection. Add small fixes to...
2002-10-01 Jeremy AllisonFix Solaris sendfile detection. Add small fixes to...
2002-09-30 Jeremy AllisonAdded Solaris sendfile patch + configure tests from...
2002-09-30 Jeremy AllisonAdded Solaris sendfile patch + configure tests from...
2002-09-30 Jeremy AllisonDon't zero out numwritten before using.... Found by...
2002-09-30 Jeremy AllisonDon't zero out numwritten before using.... Found by...
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-09-21 Jeremy AllisonMerge back Richard's FreeBSD sendfile fixes.
2002-09-18 Jeremy AllisonHPUX sendfile is now detected correctly.
2002-09-17 Jeremy AllisonActually use sendfile if selected.
2002-09-17 Jeremy AllisonAttempt to make broken Linux sendfile work.... Still...
2002-09-14 Jeremy AllisonUse HAVE_SENDFILE64, not SENDFILE64.
2002-09-14 Jeremy AllisonAdded fix for broken Linux (no sendfile64). When offset...
2002-09-12 Jeremy AllisonFixed up FreeBSD sendfile code - only Solaris left...
2002-09-12 Jeremy AllisonHPUX takes offset, not pointer to offset.
2002-09-12 Jeremy AllisonFixup sendfile to match HPUX semantics with signal...
2002-09-12 Jeremy AllisonFirst cut at portable sendfile code. Only used in readX...