summaryrefslogtreecommitdiff
path: root/flist.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-06Don't let --chmod tweak a 0 mode value (which marks a missing arg).Wayne Davison1-2/+2
2009-02-28Added the --delete-missing-args option to delete specifiedWayne Davison1-7/+20
2009-02-28Made --progress use ir-chk instead of to-chk when the incrementalWayne Davison1-2/+5
2009-02-14Handle a link_stat() failure with errno ENOENT as a vanished file.Wayne Davison1-7/+19
2009-02-04Ensure that the sender turns off any msg_fd_in use earlier.Wayne Davison1-0/+2
2009-02-04Do not try to send a symlink with a 0-length value.Wayne Davison1-0/+8
2009-01-17Use a varint when sending the error_code.Wayne Davison1-3/+3
2009-01-03Update the copyright year.Wayne Davison1-1/+1
2009-01-03Added init_stat_x() to avoid duplication of acl/xattr init code.Wayne Davison1-2/+1
2008-12-27Allow opendir() in send_directory() to fail with ENOENT.Wayne Davison1-0/+2
2008-11-15Adding the --usermap/--groupmap/--chown options.Wayne Davison1-2/+7
2008-11-10Add flist_find_ignore_dirness() and change delete_in_dir() to use it.Matt McCutchen1-19/+22
2008-11-09Fixed the use of a dot-dir path (foo/./bar) inside of a files-from file.Wayne Davison1-3/+3
2008-09-26Enhanced the --stats output:Wayne Davison1-19/+40
2008-09-01Split up the ifuncs.h file into 3 .h files.Wayne Davison1-0/+1
2008-09-01Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison1-3/+3
2008-08-31Improved the fix that ensures that the generator gets notified about anWayne Davison1-10/+32
2008-08-10Made an error of readlink_stat() use the right function name.Wayne Davison1-1/+1
2008-08-02Tweaked the symlink iconv buffer size and fixed a comment.Wayne Davison1-4/+4
2008-08-02When using --iconv, if a server-side receiver can't convert a filename,Wayne Davison1-1/+1
2008-08-02Refer to the symlink's contents as "symlink data", not "symlink name".Wayne Davison1-4/+4
2008-08-02Skip new symlink conversion step if the remote rsync is notWayne Davison1-3/+4
2008-08-01The --iconv option now converts the content of a symlink too.Wayne Davison1-19/+94
2008-08-01Fixed a problem with checking for the '.' dir in the first fileWayne Davison1-2/+2
2008-07-31Output an FERROR* for a general io_error, and an FWARNING for otherWayne Davison1-6/+6
2008-07-29Make hard-linking work when a device has an st_dev of 0.Wayne Davison1-2/+2
2008-07-21Explicitly cast a -1 that is being assigned to a size_t.Wayne Davison1-1/+1
2008-07-19Added a '%C' (MD5 checksum) flag for the output/logfile formatting.Wayne Davison1-3/+10
2008-07-19Changed the POOL_QALIGN flag to POOL_NO_QALIGN, reversing the settingWayne Davison1-2/+2
2008-07-18We now pass the POOL_QALIGN flag to pool_create(). Also optimizedWayne Davison1-7/+10
2008-07-18Improved the hard-link logging.Wayne Davison1-11/+13
2008-07-17Added some HLINK debugging output and enabled it for hardlink tests.Wayne Davison1-1/+21
2008-07-17Changed human_num() to big_num() with an extra arg so that it canWayne Davison1-4/+4
2008-07-13Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison1-26/+26
2008-07-05Got rid of some trailing whitespace.Wayne Davison1-2/+2
2008-06-22The sender now sets IOERR_GENERAL in more skipped-file instances.Matt McCutchen1-3/+13
2008-06-04Improved handling of a system that doesn't have a 64-bit offset type.Wayne Davison1-1/+18
2008-05-31Have send_file_list() check is_excluded() (but only on non-dot-dirs)Wayne Davison1-23/+12
2008-05-31If an arg is excluded, don't include its implied dirs.Wayne Davison1-2/+4
2008-03-31A simple change to change_pathname() to ensure that the error outputWayne Davison1-5/+9
2008-03-30Improved the chdir() code:Wayne Davison1-25/+43
2008-03-30Fixed a path-exclusion glitch when checking more than one arg.Wayne Davison1-14/+7
2008-03-29Improved the code that protects a '.' dir from exclusion.Wayne Davison1-26/+28
2008-03-28Allow the file-list sending code to set XMIT_SAME_UID/XMIT_SAME_GIDWayne Davison1-22/+17
2008-03-26Ensure that a per-dir merge file is also loaded from implied directoriesWayne Davison1-20/+31
2008-03-25Fixed the way rsync handles iconv-conversion problems in the file-list:Wayne Davison1-52/+57
2008-03-24Don't send daemon-config filter-action messages back to the user.Wayne Davison1-4/+4
2008-03-22Made the filename arg-parsing code skip args that have excluded pathWayne Davison1-1/+34
2008-03-20Some improvements to the file-name cleaning code:Wayne Davison1-10/+22
2008-03-20Changed the name of the server_filter_list to beWayne Davison1-3/+3