Age | Commit message (Expand) | Author | Files | Lines |
2009-01-03 | Update the copyright year. | Wayne Davison | 1 | -1/+1 |
2009-01-03 | Added init_stat_x() to avoid duplication of acl/xattr init code. | Wayne Davison | 1 | -2/+1 |
2008-12-27 | Allow opendir() in send_directory() to fail with ENOENT. | Wayne Davison | 1 | -0/+2 |
2008-11-15 | Adding the --usermap/--groupmap/--chown options. | Wayne Davison | 1 | -2/+7 |
2008-11-10 | Add flist_find_ignore_dirness() and change delete_in_dir() to use it. | Matt McCutchen | 1 | -19/+22 |
2008-11-09 | Fixed the use of a dot-dir path (foo/./bar) inside of a files-from file. | Wayne Davison | 1 | -3/+3 |
2008-09-26 | Enhanced the --stats output: | Wayne Davison | 1 | -19/+40 |
2008-09-01 | Split up the ifuncs.h file into 3 .h files. | Wayne Davison | 1 | -0/+1 |
2008-09-01 | Output numbers in 3-digit groups by default (e.g. 1,234,567). | Wayne Davison | 1 | -3/+3 |
2008-08-31 | Improved the fix that ensures that the generator gets notified about an | Wayne Davison | 1 | -10/+32 |
2008-08-10 | Made an error of readlink_stat() use the right function name. | Wayne Davison | 1 | -1/+1 |
2008-08-02 | Tweaked the symlink iconv buffer size and fixed a comment. | Wayne Davison | 1 | -4/+4 |
2008-08-02 | When using --iconv, if a server-side receiver can't convert a filename, | Wayne Davison | 1 | -1/+1 |
2008-08-02 | Refer to the symlink's contents as "symlink data", not "symlink name". | Wayne Davison | 1 | -4/+4 |
2008-08-02 | Skip new symlink conversion step if the remote rsync is not | Wayne Davison | 1 | -3/+4 |
2008-08-01 | The --iconv option now converts the content of a symlink too. | Wayne Davison | 1 | -19/+94 |
2008-08-01 | Fixed a problem with checking for the '.' dir in the first file | Wayne Davison | 1 | -2/+2 |
2008-07-31 | Output an FERROR* for a general io_error, and an FWARNING for other | Wayne Davison | 1 | -6/+6 |
2008-07-29 | Make hard-linking work when a device has an st_dev of 0. | Wayne Davison | 1 | -2/+2 |
2008-07-21 | Explicitly cast a -1 that is being assigned to a size_t. | Wayne Davison | 1 | -1/+1 |
2008-07-19 | Added a '%C' (MD5 checksum) flag for the output/logfile formatting. | Wayne Davison | 1 | -3/+10 |
2008-07-19 | Changed the POOL_QALIGN flag to POOL_NO_QALIGN, reversing the setting | Wayne Davison | 1 | -2/+2 |
2008-07-18 | We now pass the POOL_QALIGN flag to pool_create(). Also optimized | Wayne Davison | 1 | -7/+10 |
2008-07-18 | Improved the hard-link logging. | Wayne Davison | 1 | -11/+13 |
2008-07-17 | Added some HLINK debugging output and enabled it for hardlink tests. | Wayne Davison | 1 | -1/+21 |
2008-07-17 | Changed human_num() to big_num() with an extra arg so that it can | Wayne Davison | 1 | -4/+4 |
2008-07-13 | Added the --info=FLAGS an --debug=FLAGS options, which allows | Wayne Davison | 1 | -26/+26 |
2008-07-05 | Got rid of some trailing whitespace. | Wayne Davison | 1 | -2/+2 |
2008-06-22 | The sender now sets IOERR_GENERAL in more skipped-file instances. | Matt McCutchen | 1 | -3/+13 |
2008-06-04 | Improved handling of a system that doesn't have a 64-bit offset type. | Wayne Davison | 1 | -1/+18 |
2008-05-31 | Have send_file_list() check is_excluded() (but only on non-dot-dirs) | Wayne Davison | 1 | -23/+12 |
2008-05-31 | If an arg is excluded, don't include its implied dirs. | Wayne Davison | 1 | -2/+4 |
2008-03-31 | A simple change to change_pathname() to ensure that the error output | Wayne Davison | 1 | -5/+9 |
2008-03-30 | Improved the chdir() code: | Wayne Davison | 1 | -25/+43 |
2008-03-30 | Fixed a path-exclusion glitch when checking more than one arg. | Wayne Davison | 1 | -14/+7 |
2008-03-29 | Improved the code that protects a '.' dir from exclusion. | Wayne Davison | 1 | -26/+28 |
2008-03-28 | Allow the file-list sending code to set XMIT_SAME_UID/XMIT_SAME_GID | Wayne Davison | 1 | -22/+17 |
2008-03-26 | Ensure that a per-dir merge file is also loaded from implied directories | Wayne Davison | 1 | -20/+31 |
2008-03-25 | Fixed the way rsync handles iconv-conversion problems in the file-list: | Wayne Davison | 1 | -52/+57 |
2008-03-24 | Don't send daemon-config filter-action messages back to the user. | Wayne Davison | 1 | -4/+4 |
2008-03-22 | Made the filename arg-parsing code skip args that have excluded path | Wayne Davison | 1 | -1/+34 |
2008-03-20 | Some improvements to the file-name cleaning code: | Wayne Davison | 1 | -10/+22 |
2008-03-20 | Changed the name of the server_filter_list to be | Wayne Davison | 1 | -3/+3 |
2008-03-18 | Output a non-existent-file error for server-excluded files instead of | Wayne Davison | 1 | -4/+14 |
2008-03-15 | Another optimization of "bp" adding when creating a file_struct. | Wayne Davison | 1 | -3/+2 |
2008-03-15 | - Fixed a crash bug when backing up files with ACLs enabled and we | Wayne Davison | 1 | -17/+18 |
2008-03-01 | Include 2008 in the copyright years. | Wayne Davison | 1 | -1/+1 |
2008-02-27 | Use preserve_[ug]id values for send/recv checking, which will | Wayne Davison | 1 | -14/+16 |
2008-02-15 | Some daemon security improvements, including the new parameters | Wayne Davison | 1 | -1/+1 |
2008-02-09 | Improved the "symlink has no referent" logic to work with all the | Wayne Davison | 1 | -3/+9 |