summaryrefslogtreecommitdiff
path: root/flist.c
Commit message (Expand)AuthorAgeFilesLines
* Fix hard-link bugs when receiver isn't capable.Wayne Davison2014-06-131-1/+8
* Change args to file_checksum() to prepare for future changes.Wayne Davison2014-04-191-1/+1
* Receiver now rejects invalid filenames in filelist.Wayne Davison2014-04-131-6/+8
* Have receiver strip bogus leading slashes on filenames.Wayne Davison2014-03-021-1/+5
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
* Add IS_MISSING_FILE(statbuf) macro.Wayne Davison2014-01-191-3/+3
* Mention right option when using --delete-delay.Wayne Davison2013-06-161-1/+2
* Update copyright year.Wayne Davison2013-01-191-1/+1
* Fix --delete-missing-args when --relative is active.Wayne Davison2011-10-221-2/+6
* 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
* Check if sender file changed before allowing a remove.Wayne Davison2011-06-181-8/+0
* Move var declaration for older C compilers.Wayne Davison2011-04-031-1/+2
* Avoid changing file_extra_cnt during deletion.Matt McCutchen2011-01-291-2/+5
* Some minor variable and flag cleanup.Wayne Davison2011-01-291-5/+3
* Older protocols should send 1-incremented dev numbers.Wayne Davison2010-06-261-2/+4
* Avoid a double-increment of a file's st_dev valueWayne Davison2010-05-291-5/+5
* 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
* Pass the 'f' compatibility flag to the server (via -e)Wayne Davison2009-12-211-6/+25
* Fix a hang when dealing with really large numbers of filesWayne Davison2009-10-291-0/+1
* Get rid of some unneeded externs.Wayne Davison2009-10-271-1/+0
* A few more --files-from fixes, and an enhanced testsuite for it.Wayne Davison2009-10-241-9/+7
* Fixed some backward-compatibility issues with --files-from.Wayne Davison2009-10-241-1/+12
* Give iconvbufs() an ICB_INIT flag.Wayne Davison2009-10-231-5/+5
* A major overhaul of I/O routines, creating perform_io().Wayne Davison2009-10-171-4/+13
* Put file descriptor arg at the start of the arg list for consistency.Wayne Davison2009-09-121-7/+6
* Add support for transferring & setting nsec time values.Wayne Davison2009-09-071-2/+40
* Have --fake-super turn a symlink into a file whenWayne Davison2009-09-021-1/+1
* Have the sender use dead time to pad out the file list.Wayne Davison2009-08-221-5/+6
* Add conditional support for excluding types of files from xattr ops.Wayne Davison2009-08-081-0/+1
* Use typedefs for the filter structures.Wayne Davison2009-05-231-3/+3
* Change sending/receiving/storing of the rdev value for special files.Wayne Davison2009-04-261-11/+21
* Fixed improper deletion of mount-point hierarchies.Wayne Davison2009-03-311-1/+1
* My version of Matt's improvements related to missing source args:Wayne Davison2009-03-131-6/+13
* Make missing args governed by protect filters, not hide.Wayne Davison2009-03-131-1/+1
* Don't let --chmod tweak a 0 mode value (which marks a missing arg).Wayne Davison2009-03-061-2/+2
* Added the --delete-missing-args option to delete specifiedWayne Davison2009-02-281-7/+20
* Made --progress use ir-chk instead of to-chk when the incrementalWayne Davison2009-02-281-2/+5
* 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
* Use a varint when sending the error_code.Wayne Davison2009-01-171-3/+3
* Update the copyright year.Wayne Davison2009-01-031-1/+1
* Added init_stat_x() to avoid duplication of acl/xattr init code.Wayne Davison2009-01-031-2/+1
* Allow opendir() in send_directory() to fail with ENOENT.Wayne Davison2008-12-271-0/+2
* Adding the --usermap/--groupmap/--chown options.Wayne Davison2008-11-151-2/+7
* 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
* Enhanced the --stats output:Wayne Davison2008-09-261-19/+40