- Got rid of cleanup_buf (map-file cleanup is not needed).
[rsync/rsync.git] / fileio.c
2004-07-16 Wayne DavisonAdded a max_map_size variable, initialized to MAX_MAP_SIZE.
2004-07-16 Wayne DavisonMake wf_writeBufSize based on a multiple of WRITE_SIZE...
2004-05-11 Wayne DavisonUse memset() to initialize a new map_struct.
2004-01-05 Wayne DavisonSome whitespace tweaks.
2004-01-02 Wayne DavisonImproved flush_write_file().
2004-01-02 Wayne DavisonApplying my updated version of Craig Barratt's buffered...
2003-12-06 Wayne DavisonMerged in the security fixes from 2.5.7.
2003-09-16 J.W. SchultzDetect and report when open or opendir succeed but...
2003-05-22 J.W. SchultzChanged write file to cope with partial writes by looping
2002-01-25 Martin PoolMore signedness fixes; should be harmless.
2002-01-23 Martin PoolSignedness security patch from Sebastian Krahmer <krahm...
1998-12-30 Andrew Tridgellno longer use mmap() in rsync because of the risk of...
1998-11-03 Andrew Tridgellpatch from Alberto Accomazzi <aaccomazzi@cfa.harvard...
1998-05-27 Andrew Tridgellheaps of cleanup in the io code.