Fixed an ACL/xattr corruption issue where the --backup option could cause
[rsync/rsync.git] / fileio.c
2009-01-03 Wayne DavisonUpdate the copyright year.
2008-11-12 Wayne DavisonChange some size_t vars to ints.
2008-11-12 Wayne DavisonMake sparse_seek an OFF_T (pointed out by Pedro Valasco).
2008-09-02 Wayne DavisonSplit up the ifuncs.h file into 3 .h files.
2008-09-01 Wayne DavisonOutput numbers in 3-digit groups by default (e.g. 1...
2008-07-17 Wayne DavisonChanged human_num() to big_num() with an extra arg...
2008-03-01 Wayne DavisonInclude 2008 in the copyright years.
2007-09-03 Wayne DavisonUse new0() function instead of new() followed by memset().
2007-07-10 Wayne DavisonTweaking the license text a bit more.
2007-07-07 Wayne DavisonSwitching to GPL 3.
2007-05-26 Wayne Davison- Do less seeking when writing a sparse file.
2007-02-04 Wayne DavisonFurther modifications to the copyright comment section.
2006-12-28 Wayne DavisonOnly sparse_files > 0 now indicates option is enabled.
2006-11-21 Wayne DavisonUse an explicit cast when a value gets stored in a...
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.