summaryrefslogtreecommitdiff
path: root/source3/lib/recvfile.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Move sys_rw* to lib/utilVolker Lendecke2015-10-131-1/+1
* lib: Split out sys_[read|write] & friendsVolker Lendecke2014-12-071-0/+1
* Remove a few #ifdef EWOULDBLOCkVolker Lendecke2014-09-181-8/+0
* s3:smbd: let default_sys_recvfile() and sys_recvfile() cope with non-blocking...Jeremy Allison2014-05-241-2/+44
* s3:lib: use stack buffers in drain_socket() and default_sys_recvfile()Stefan Metzmacher2014-04-111-16/+2
* Ensure drain_socket() operates on a blocking socket.Jeremy Allison2013-04-191-2/+15
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-4/+4
* build: Remove sys_lseek wrapperAndrew Bartlett2012-04-051-1/+1
* Third part of fix for bug #8679 - recvfile code path using splice() on Linux ...Jeremy Allison2011-12-301-21/+18
* Second part of fix for bug #8679 - recvfile code path using splice() on Linux...Jeremy Allison2011-12-301-1/+30
* Fix bug #8679 - recvfile code path using splice() on Linux leaves data in the...Jeremy Allison2011-12-251-3/+2
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* 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