summaryrefslogtreecommitdiff
path: root/fileio.c
AgeCommit message (Expand)AuthorFilesLines
2005-01-17- Changed the map_size parameter to map_file() to be an int32 namedWayne Davison1-18/+20
2005-01-01- Use an int32 for the each block-size variable.Wayne Davison1-12/+8
2004-08-03- Changed the calling syntax for map_file() so that it takes bothWayne Davison1-12/+11
2004-07-20- Added a new block_size arg to map_file(). Use it to set theWayne Davison1-8/+8
2004-07-16Added a max_map_size variable, initialized to MAX_MAP_SIZE.Wayne Davison1-1/+3
2004-07-16Make wf_writeBufSize based on a multiple of WRITE_SIZE insteadWayne Davison1-5/+6
2004-05-11Use memset() to initialize a new map_struct.Wayne Davison1-10/+5
2004-01-05Some whitespace tweaks.Wayne Davison1-15/+15
2004-01-02Improved flush_write_file().Wayne Davison1-8/+17
2004-01-02Applying my updated version of Craig Barratt's buffered I/O patch.Wayne Davison1-1/+31
2003-12-06Merged in the security fixes from 2.5.7.Wayne Davison1-2/+2
2003-09-16Detect and report when open or opendir succeed but read andJ.W. Schultz1-2/+12
2003-05-22Changed write file to cope with partial writes by loopingJ.W. Schultz1-8/+11
2002-01-25More signedness fixes; should be harmless.Martin Pool1-4/+6
2002-01-23Signedness security patch from Sebastian Krahmer <krahmer@suse.de> --Martin Pool1-2/+2
1998-12-30no longer use mmap() in rsync because of the risk of a SIGBUS whenAndrew Tridgell1-89/+84
1998-11-03patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to addAndrew Tridgell1-2/+2
1998-05-27heaps of cleanup in the io code.Andrew Tridgell1-0/+218