summaryrefslogtreecommitdiff
path: root/source3/lib/recvfile.c
Commit message (Expand)AuthorAgeFilesLines
* Several fixes to our use of spliceVolker Lendecke2009-01-071-4/+6
* Disable the use of splice(2)Volker Lendecke2008-12-311-1/+1
* Try to fix recvfile using splice on LinuxVolker Lendecke2008-12-311-21/+36
* Fix bug #5477 - recvfile code was broken.Jeremy Allison2008-05-201-0/+10
* Enable tests for splice on Linux. Add a static (vl, I hate this)Jeremy Allison2008-05-061-2/+19
* Make explicit draining the socket on RECVFILE. AddJeremy Allison2007-10-311-14/+7
* Handle the disk full error case correctly.Jeremy Allison2007-10-301-6/+25
* Add new parameter, "min receivefile size" (by default setJeremy Allison2007-10-301-2/+38
* Forgot to add recvfile.cJeremy Allison2007-10-291-0/+158