]> git.ipfire.org Git - thirdparty/rsync.git/history - receiver.c
More tweaks for Actions.
[thirdparty/rsync.git] / receiver.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.
2022-09-10  Wayne DavisonImprove various things in the checksum code
2022-08-21  Wayne DavisonAdd safety check for local --remove-source-files.
2022-08-01  Wayne DavisonSome extra file-list safety checks.
2022-03-27  Wayne DavisonSome `--write-device` fixes.
2022-01-16  Wayne DavisonPreparing for release of 3.2.4pre2 v3.2.4pre2
2022-01-02  Wayne DavisonPreparing for release of 3.2.4pre1 v3.2.4pre1
2021-10-17  Achim LeitnerLinux: Handle protected_regular in inplace writes ...
2021-09-27  Wayne DavisonAdd --fsync option (promoted from patches).
2021-07-28  Natanael CopaAdd test and fix regression for --delay-updates (#192...
2021-07-04  Wayne DavisonSet whole_file = 0 when whole_file < 0. Fixes issue...
2021-06-27  Wayne DavisonNeed to also check stdout_format_has_i in some INFO...
2020-06-14  Wayne DavisonSome indentation fixes.
2020-06-11  Wayne DavisonCreate a get_device_size() helper function.
2020-04-30  Wayne DavisonA resumed partial-dir file is transferred in-place.
2020-04-09  Wayne DavisonSet Copyright years and make them easier to update
2020-04-05  Wayne DavisonAdd progress output via SIGINFO and SIGVTALRM
2020-04-05  Wayne DavisonAdded the --write-devices option.
2019-03-16  Wayne DavisonTweak the copyright year.
2018-01-15  Wayne DavisonTweak copyright date.
2017-12-04  Wayne DavisonFix issue with earlier path-check (fixes "make check")
2017-12-04  Jeriko OneCheck daemon filter against fnamecmp in recv_files().
2017-12-04  Jeriko OneCheck fname in recv_files sooner.
2017-11-07  Wayne DavisonMore archaic-checksum improvements. This makes the...
2016-10-31  Wayne DavisonFix extern of preallocated_len w/o SUPPORT_PREALLOCATION.
2016-10-10  Wayne DavisonSupport --sparse combined with --preallocate or --inplace.
2016-05-02  Wayne DavisonAdd --checksum-choice option to choose the checksum...
2015-09-07  Wayne DavisonFixed logging of %b & %c when using --log-file.
2015-08-08  Wayne DavisonUpdate the copyright year.
2014-06-08  Wayne DavisonAdded a flag to disable xattr hlink optimization.
2014-02-26  Wayne DavisonAvoid the use of an extra leading dot when using -...
2014-01-26  Wayne DavisonBump the year to 2014.
2014-01-19  Wayne DavisonUndo the hard-link xattr optimization in 78286a03.
2013-09-28  Wayne DavisonFlush write buffer on an aborted in-place transfer.
2013-06-02  Wayne DavisonAvoid preallocation on inplace file that is already...
2013-01-19  Wayne DavisonUpdate copyright year.
2012-01-28  Wayne DavisonFix --only-write-batch hang with --hard-links.
2011-11-23  Wayne Davisonmake repeated --fuzzy option look into alt-dest dirs.
2011-04-05  Wayne DavisonAdd some temp-name dot heuristics for OS X's sake.
2011-04-05  Wayne DavisonApplying the preallocate patch.
2011-03-26  Wayne DavisonAvoid re-setting (and sending) xattrs on a hard-linked...
2011-01-02  Wayne DavisonAvoid directory permission issues with --fake-super.
2010-11-26  Wayne DavisonAvoid splitting a multi-byte character when trimming...
2010-11-06  Wayne DavisonUse ftruncate() at the end of a --sparse file.
2010-11-06  Wayne DavisonMention seek effect of an unmoved --inplace chunk.
2010-08-21  Wayne DavisonAvoid a crash with --append-verify when discarding...
2010-08-21  Wayne DavisonAvoid a non-writable-by-the-user file when copying...
2010-01-02  Wayne DavisonMore --timeout improvements, especially for the receivi...
2009-10-26  Wayne DavisonFix %b and %c so that they count per-transfer bytes...
2009-10-17  Wayne DavisonA major overhaul of I/O routines, creating perform_io().
2009-08-29  Wayne DavisonCreate non-transferred files in a more atomic manner:
2009-05-23  Wayne DavisonUse typedefs for the filter structures.
2009-04-12  Wayne DavisonFixed the use of --xattrs with --only-write-batch.
2009-04-11  Wayne DavisonMore backup improvements:
2009-04-04  Wayne DavisonFixed --dry-run with --read-batch:
2009-01-19  Wayne DavisonCheck the right flist_num in gen_wants_ndx().
2009-01-17  Wayne DavisonFixed the delete statistics with --delete-delay and...
2009-01-17  Wayne DavisonFixed a hang in the inc_recurse batch-reading code.
2009-01-03  Wayne DavisonImproved the backup code:
2009-01-03  Wayne DavisonUpdate the copyright year.
2008-11-15  Wayne DavisonAn ftruncate() failure should result in FERROR_XFER.
2008-11-10  Wayne DavisonFixed a bunch of "warn_unused_result" compiler warnings.
2008-09-27  Wayne DavisonEnhanced the --stats output:
2008-09-27  Wayne DavisonMore batch-mode fixes to handle redos properly (and...
2008-09-24  Wayne DavisonFixed skipping of unneeded updates in a batch file...
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-08-02  Wayne DavisonProperly handle a failure to create a partial directory...
2008-07-21  Wayne DavisonInclude the array-size in array externs so that IBM...
2008-07-21  Wayne DavisonChanged the chksum debug flag to deltasum.
2008-07-20  Wayne DavisonAdded a '%C' (MD5 checksum) flag for the output/logfile...
2008-07-17  Wayne DavisonChanged human_num() to big_num() with an extra arg...
2008-07-14  Wayne DavisonAdded the --info=FLAGS an --debug=FLAGS options, which...
2008-03-24  Wayne DavisonDon't send daemon-config filter-action messages back...
2008-03-20  Wayne DavisonChanged the name of the server_filter_list to be
2008-03-01  Wayne DavisonInclude 2008 in the copyright years.
2008-02-18  Wayne DavisonThe daemon no longer logs a recv entry for a file that...
2008-01-27  Wayne DavisonFixed several glitches with failed updates and batch...
2007-12-31  Wayne DavisonFixed a case where the receiver indicates a successful...
2007-12-08  Wayne DavisonUpdated indexing for accurate progress and improved...
2007-11-22  Wayne DavisonNew logging categories added to allow differentiation...
2007-11-03  Wayne Davison- Renamed updating_basis -> updating_basis_or_equiv.
2007-10-29  Wayne DavisonMy version of Matt's cleanup patch from bug 5051. ...
2007-10-28  Wayne DavisonMade some more char pointers const.
2007-10-28  Wayne DavisonFixed setting of updating_basis value.
2007-09-01  Wayne DavisonHandle the new --append and --append-verify options.
2007-07-10  Wayne DavisonTweaking the license text a bit more.
2007-07-08  Wayne DavisonIf we get an ndx that is 1 entry prior to an incrementa...
2007-07-07  Wayne DavisonChanged "count" to "used" in struct file_list since...
2007-07-07  Wayne DavisonSwitching to GPL 3.
2007-04-26  Wayne DavisonPrevent a hang in incremental-recursion mode when the...
2007-04-26  Wayne DavisonThe --iconv option has now made it to the trunk.
2007-04-07  Wayne DavisonThe improved --xattrs option is landing on the trunk.
2007-03-18  Wayne DavisonMade a char* arg const.
2007-03-18  Wayne DavisonProtocol 30 now uses MD5 checksums instead of MD4.
2007-03-11  Wayne DavisonThe ACL support has arrived! This version has a brand...
2007-02-04  Wayne DavisonFurther modifications to the copyright comment section.
2007-01-31  Wayne DavisonMention the year 2007 in the copyright declarations.
2007-01-27  Wayne DavisonChanged the variable "incremental" to "inc_recurse".
next