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