summaryrefslogtreecommitdiff
path: root/flist.c
Commit message (Expand)AuthorAgeFilesLines
* Move implied_dot_dir=1, just to be safe.Wayne Davison2011-08-271-1/+1
* Fix sending of "." attributes for implied-dot-dir.Wayne Davison2011-08-271-8/+13
* Move var declaration for older C compilers.Wayne Davison2011-06-241-1/+2
* Put file descriptor arg at the start of the arg list for consistency.Wayne Davison2011-02-211-7/+6
* Switch over to Matt's idea of using FLAG_OWNED_BY_US.Wayne Davison2011-01-291-9/+6
* Fix a random flist data bug w/delete, inc-recurse, and no -o.Wayne Davison2011-01-291-5/+9
* Avoid reading ACL/xattr info on filetypes not being copied.Wayne Davison2011-01-031-0/+1
* Make sure our use of idev_find() hashtable is rightWayne Davison2010-06-261-7/+9
* Removing now-redundant path-size check from send_if_directory().Wayne Davison2010-03-311-6/+0
* Fix directory-length overflow bug (7057).Wayne Davison2010-03-261-6/+14
* Ensure that the generator gets notified about an I/O error for the dirWayne Davison2009-12-211-5/+47
* Get rid of some unused externs.Wayne Davison2009-12-121-1/+0
* Change sending/receiving/storing of the rdev value for special files.Wayne Davison2009-04-261-9/+19
* Fixed improper deletion of mount-point hierarchies.Wayne Davison2009-03-311-1/+1
* Handle a link_stat() failure with errno ENOENT as a vanished file.Wayne Davison2009-02-141-7/+19
* Ensure that the sender turns off any msg_fd_in use earlier.Wayne Davison2009-02-041-0/+2
* Do not try to send a symlink with a 0-length value.Wayne Davison2009-02-041-0/+8
* Update the copyright year.Wayne Davison2009-01-171-1/+1
* Avoid a hang when using at least 3 --verbose options on a transfer withWayne Davison2008-12-281-0/+4
* Allow opendir() in send_directory() to fail with ENOENT.Wayne Davison2008-12-271-0/+2
* Add flist_find_ignore_dirness() and change delete_in_dir() to use it.Matt McCutchen2008-11-101-19/+22
* Fixed the use of a dot-dir path (foo/./bar) inside of a files-from file.Wayne Davison2008-11-091-3/+3
* Made an error of readlink_stat() use the right function name.Wayne Davison2008-08-101-1/+1
* Tweaked the symlink iconv buffer size and fixed a comment.Wayne Davison2008-08-021-4/+4
* When using --iconv, if a server-side receiver can't convert a filename,Wayne Davison2008-08-021-1/+1
* Refer to the symlink's contents as "symlink data", not "symlink name".Wayne Davison2008-08-021-4/+4
* Skip new symlink conversion step if the remote rsync is notWayne Davison2008-08-021-3/+4
* The --iconv option now converts the content of a symlink too.Wayne Davison2008-08-011-19/+94
* Fixed a problem with checking for the '.' dir in the first fileWayne Davison2008-08-011-2/+2
* Output an FERROR* for a general io_error, and an FWARNING for otherWayne Davison2008-07-311-6/+6
* Make hard-linking work when a device has an st_dev of 0.Wayne Davison2008-07-291-2/+2
* The sender now sets IOERR_GENERAL in more skipped-file instances.Matt McCutchen2008-06-221-3/+13
* Improved handling of a system that doesn't have a 64-bit offset type.Wayne Davison2008-06-041-1/+18
* Have send_file_list() check is_excluded() (but only on non-dot-dirs)Wayne Davison2008-05-311-23/+12
* If an arg is excluded, don't include its implied dirs.Wayne Davison2008-05-311-2/+4
* A simple change to change_pathname() to ensure that the error outputWayne Davison2008-03-311-5/+9
* Improved the chdir() code:Wayne Davison2008-03-301-25/+43
* Fixed a path-exclusion glitch when checking more than one arg.Wayne Davison2008-03-301-14/+7
* Improved the code that protects a '.' dir from exclusion.Wayne Davison2008-03-291-26/+28
* Allow the file-list sending code to set XMIT_SAME_UID/XMIT_SAME_GIDWayne Davison2008-03-281-22/+17
* Ensure that a per-dir merge file is also loaded from implied directoriesWayne Davison2008-03-261-20/+31
* Fixed the way rsync handles iconv-conversion problems in the file-list:Wayne Davison2008-03-251-52/+57
* Don't send daemon-config filter-action messages back to the user.Wayne Davison2008-03-241-4/+4
* Made the filename arg-parsing code skip args that have excluded pathWayne Davison2008-03-221-1/+34
* Some improvements to the file-name cleaning code:Wayne Davison2008-03-201-10/+22
* Changed the name of the server_filter_list to beWayne Davison2008-03-201-3/+3
* Output a non-existent-file error for server-excluded files instead ofWayne Davison2008-03-181-4/+14
* Another optimization of "bp" adding when creating a file_struct.Wayne Davison2008-03-151-3/+2
* - Fixed a crash bug when backing up files with ACLs enabled and weWayne Davison2008-03-151-17/+18
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1