Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-10 | Fixed an ACL/xattr corruption issue where the --backup option could cause | Wayne Davison | 1 | -4/+28 | |
rsync to associate the wrong ACL/xattr information with received files. | |||||
2009-03-03 | Make the backup code call unsafe_symlink() correctly. | Wayne Davison | 1 | -1/+1 | |
2009-01-17 | Update the copyright year. | Wayne Davison | 1 | -1/+1 | |
2008-05-22 | Fixed the backing up of a device or socket. | Wayne Davison | 1 | -4/+2 | |
2008-05-17 | Fixed an "else" in the device-making part of keep_backup(). | Wayne Davison | 1 | -2/+5 | |
2008-05-17 | Fixed several issues with preserving xattrs when using --backup. | Wayne Davison | 1 | -0/+3 | |
2008-05-17 | Preserve the right errno value when trying adjunct functions during | Wayne Davison | 1 | -19/+49 | |
robust backup, copy, and renaming activities. | |||||
2008-03-01 | Include 2008 in the copyright years. | Wayne Davison | 1 | -1/+1 | |
2007-09-23 | Changed "statx" to "stat_x" to try to work around a build problem on AIX. | Wayne Davison | 1 | -2/+2 | |
2007-09-23 | Changed make_bak_dir() to take a const char *. | Wayne Davison | 1 | -24/+23 | |
2007-09-23 | Made make_bak_dir() global. | Wayne Davison | 1 | -1/+1 | |
2007-07-10 | Tweaking the license text a bit more. | Wayne Davison | 1 | -2/+3 | |
2007-07-07 | Switching to GPL 3. | Wayne Davison | 1 | -3/+2 | |
2007-04-24 | Need to call unmake_file() instead of free() on a file_struct. | Wayne Davison | 1 | -1/+1 | |
2007-04-24 | Adding the --fake-super option. | Wayne Davison | 1 | -2/+2 | |
2007-04-07 | The improved --xattrs option is landing on the trunk. | Wayne Davison | 1 | -2/+23 | |
2007-03-11 | The ACL support has arrived! This version has a brand new protocol | Wayne Davison | 1 | -8/+31 | |
that makes it incompatible with all prior versions. A patch will be provided to allow talking with older (patched) rsync versions. | |||||
2007-02-04 | Further modifications to the copyright comment section. | Wayne Davison | 1 | -4/+3 | |
2006-12-07 | Use the new device defines: F_RDEV_P(), DEV_MAJOR(), and DEV_MINOR(). | Wayne Davison | 1 | -1/+2 | |
2006-12-05 | Tweaked some externs. | Wayne Davison | 1 | -2/+0 | |
2006-12-03 | Moved an extern. | Wayne Davison | 1 | -1/+1 | |
2006-12-03 | - Typical tranfers now save 12-20 bytes per file because several vars | Wayne Davison | 1 | -16/+21 | |
were moved out of file_struct into an optional member-var setup. - Renamed and reorganized the FLAG_* defines. - Use NDX_DONE instead of a literal -1 when sending/checking the end-of-phase index value. | |||||
2006-11-28 | Added some more "const" prefixes to some "char *" vars. | Wayne Davison | 1 | -6/+6 | |
2006-11-21 | The call to do_chmod() needed to be conditional. | Wayne Davison | 1 | -0/+2 | |
2006-04-25 | Updated the FSF's address to an even newer one. | Wayne Davison | 1 | -3/+3 | |
2006-04-25 | - Updated the address for the FSF in the opening comment. | Wayne Davison | 1 | -18/+19 | |
- Standardized the format of the opening comment, including adding a brief description of what's in the file for those that lacked it. - Added some missing copyright lines. - Some minor whitespace tweaks (in a few of the files). | |||||
2006-02-24 | Got rid of unused externs. | Wayne Davison | 1 | -2/+0 | |
2006-02-24 | Call mkdir_defmode() instead of do_mkdir(). | Wayne Davison | 1 | -3/+2 | |
2006-01-30 | Call robust_rename() with its newly-added arg. | Wayne Davison | 1 | -2/+3 | |
2006-01-29 | Call the new name of set_perms(): set_file_attrs(). | Wayne Davison | 1 | -1/+1 | |
2006-01-26 | Handle separated devices and special files. | Wayne Davison | 1 | -1/+3 | |
2006-01-20 | Call make_file() with one more arg (the base flags). | Wayne Davison | 1 | -1/+1 | |
2006-01-19 | Added a new arg to the make_file() call. | Wayne Davison | 1 | -1/+1 | |
2006-01-13 | Got rid of calls to (the soon to vanish) safe_fname() function. | Wayne Davison | 1 | -8/+7 | |
2005-11-10 | Indent the "failure:" label away from column 0. | Wayne Davison | 1 | -1/+1 | |
2005-06-10 | Fixed a problem in the backing up of symlinks and devices: we | Wayne Davison | 1 | -20/+21 | |
need to remove any old symlink/device/file to create the backup. Also fixed a couple minor logic errors in the handling of symlinks and devices. NOTE: the code still doesn't handle the changing of a name from a dir to a non-dir or visa versa (which is a very old deficiency in the code). | |||||
2005-02-22 | In make_simple_backup(), if the rename() failed because we tried | Wayne Davison | 1 | -9/+23 | |
to rename a directory over a file or visa versa, try to handle it. | |||||
2005-02-14 | John E. Malmberg convinced me to standardize on #ifs for defined | Wayne Davison | 1 | -1/+1 | |
values instead of non-zero. | |||||
2005-02-07 | Adding more calls to safe_fname(). | Wayne Davison | 1 | -8/+12 | |
2005-01-25 | Renamed several exclude-related functions/variables using new | Wayne Davison | 1 | -1/+1 | |
filter terminology. | |||||
2005-01-19 | No need for conditional code around do_lstat() anymore. | Wayne Davison | 1 | -6/+1 | |
2004-10-01 | The device-handling code is no longer omitted based on HAVE_MKNOD | Wayne Davison | 1 | -2/+0 | |
(this is because do_mknod() might be using a different function to handle fifos and sockets without the help of mknod(). | |||||
2004-09-20 | Output the same backup-message prefix when verbose > 1 regardless of | Wayne Davison | 1 | -1/+1 | |
the setting of --backup-dir. | |||||
2004-09-20 | Got rid of a superfluous static buffer. | Wayne Davison | 1 | -5/+3 | |
2004-09-07 | Moved the code that determines the backup filename into a new function | Wayne Davison | 1 | -33/+43 | |
named get_backup_name(). | |||||
2004-09-07 | When we say we're skipping a non-regular file, actually skip it. | Wayne Davison | 1 | -0/+1 | |
2004-07-26 | Made a comment better. | Wayne Davison | 1 | -1/+1 | |
2004-07-22 | If we sucessfully renamed a file that has multiple links to it, unlink() | Wayne Davison | 1 | -1/+6 | |
it to ensure that rename() didn't lie to us (which it does if you try to rename() a file over another link to the same file). | |||||
2004-06-10 | The mkdir code should be using do_stat(), not do_lstat() to copy | Wayne Davison | 1 | -3/+5 | |
each existing dir's mode & owner info. | |||||
2004-05-15 | Changed rprintf() calls that included strerror() to use rsyserr(). | Wayne Davison | 1 | -18/+18 | |