summaryrefslogtreecommitdiff
path: root/source3/lib/recvfile.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-19Ensure drain_socket() operates on a blocking socket.Jeremy Allison1-2/+15
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett1-4/+4
2012-04-05build: Remove sys_lseek wrapperAndrew Bartlett1-1/+1
2011-12-30Third part of fix for bug #8679 - recvfile code path using splice() on Linux ...Jeremy Allison1-21/+18
2011-12-30Second part of fix for bug #8679 - recvfile code path using splice() on Linux...Jeremy Allison1-1/+30
2011-12-25Fix bug #8679 - recvfile code path using splice() on Linux leaves data in the...Jeremy Allison1-3/+2
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2009-01-07Several fixes to our use of spliceVolker Lendecke1-4/+6
2008-12-31Disable the use of splice(2)Volker Lendecke1-1/+1
2008-12-31Try to fix recvfile using splice on LinuxVolker Lendecke1-21/+36
2008-05-20Fix bug #5477 - recvfile code was broken.Jeremy Allison1-0/+10
2008-05-06Enable tests for splice on Linux. Add a static (vl, I hate this)Jeremy Allison1-2/+19
2007-10-31Make explicit draining the socket on RECVFILE. AddJeremy Allison1-14/+7
2007-10-30Handle the disk full error case correctly.Jeremy Allison1-6/+25
2007-10-30Add new parameter, "min receivefile size" (by default setJeremy Allison1-2/+38
2007-10-29Forgot to add recvfile.cJeremy Allison1-0/+158