A helper file for cleanup.c.
[rsync/rsync.git] / fileio.c
2006-04-25 Wayne DavisonUpdated the FSF's address to an even newer one.
2006-04-25 Wayne Davison- Updated the address for the FSF in the opening comment.
2006-04-08 Wayne DavisonFixed the value of map->p_fd_offset when a read() fails...
2005-09-21 Wayne DavisonIf we get less data than expected from a read() in...
2005-02-27 Wayne DavisonImproved do_lseek()'s failure message.
2005-01-17 Wayne Davison- Changed the map_size parameter to map_file() to be...
2005-01-01 Wayne Davison- Use an int32 for the each block-size variable.
2004-08-03 Wayne Davison- Changed the calling syntax for map_file() so that...
2004-07-20 Wayne Davison- Added a new block_size arg to map_file(). Use it...
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.