]> git.ipfire.org Git - thirdparty/rsync.git/history - fileio.c
More tweaks for Actions.
[thirdparty/rsync.git] / fileio.c
2023-04-29  Wayne DavisonPreparing for release of 3.3.0pre1 [buildall] v3.3.0pre1
2023-04-29  Wayne DavisonFix issue with trailing --sparse --inplace blocks.
2020-06-26  Wayne DavisonSome memory allocation improvements
2020-05-25  Wayne DavisonTwo sparse fixes from Yuxuan Shui.
2020-04-16  Wayne DavisonTwo more spelling fixes and some year updates.
2020-04-16  Wayne DavisonSpelling fixes from a Fossies run done by Jens.
2019-03-16  Wayne DavisonTweak the copyright year.
2019-01-08  Wayne DavisonMake sure that some memory zeroing always happens.
2018-01-15  Wayne DavisonTweak copyright date.
2016-10-10  Wayne DavisonSupport --sparse combined with --preallocate or --inplace.
2015-08-08  Wayne DavisonUpdate the copyright year.
2014-01-26  Wayne DavisonBump the year to 2014.
2013-09-16  Wayne DavisonFix error in write_sparse() on incomplete write.
2013-01-19  Wayne DavisonUpdate copyright year.
2013-01-18  Wayne DavisonAlign fileio's map_ptr() reads. Fixes bug 8177.
2013-01-18  Wayne DavisonReformat a few things for wider lines.
2010-11-06  Wayne DavisonUse ftruncate() at the end of a --sparse file.
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.