summaryrefslogtreecommitdiff
path: root/source3/lib/recvfile.c
AgeCommit message (Expand)AuthorFilesLines
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