summaryrefslogtreecommitdiff
path: root/flist.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-22Imported Upstream version 3.2.7upstream/3.2.7upstreamTizenOpenSource1-14/+61
2022-02-16Imported Upstream version 3.2.3upstream/3.2.3DongHun Kwak1-30/+77
2022-02-16Imported Upstream version 3.2.2upstream/3.2.2DongHun Kwak1-23/+10
2022-02-16Imported Upstream version 3.2.0upstream/3.2.0DongHun Kwak1-44/+115
2022-02-16Imported Upstream version 3.1.3upstream/3.1.3DongHun Kwak1-50/+31
2022-02-16Imported Upstream version 3.1.2upstream/3.1.2DongHun Kwak1-3/+49
2014-06-13Fix hard-link bugs when receiver isn't capable.Wayne Davison1-1/+8
2014-04-19Change args to file_checksum() to prepare for future changes.Wayne Davison1-1/+1
2014-04-13Receiver now rejects invalid filenames in filelist.Wayne Davison1-6/+8
2014-03-02Have receiver strip bogus leading slashes on filenames.Wayne Davison1-1/+5
2014-01-26Bump the year to 2014.Wayne Davison1-1/+1
2014-01-19Add IS_MISSING_FILE(statbuf) macro.Wayne Davison1-3/+3
2013-06-16Mention right option when using --delete-delay.Wayne Davison1-1/+2
2013-01-19Update copyright year.Wayne Davison1-1/+1
2011-10-22Fix --delete-missing-args when --relative is active.Wayne Davison1-2/+6
2011-08-27Move implied_dot_dir=1, just to be safe.Wayne Davison1-1/+1
2011-08-27Fix sending of "." attributes for implied-dot-dir.Wayne Davison1-8/+13
2011-06-18Check if sender file changed before allowing a remove.Wayne Davison1-8/+0
2011-04-03Move var declaration for older C compilers.Wayne Davison1-1/+2
2011-01-29Avoid changing file_extra_cnt during deletion.Matt McCutchen1-2/+5
2011-01-29Some minor variable and flag cleanup.Wayne Davison1-5/+3
2010-06-26Older protocols should send 1-incremented dev numbers.Wayne Davison1-2/+4
2010-05-29Avoid a double-increment of a file's st_dev valueWayne Davison1-5/+5
2010-03-31Removing now-redundant path-size check from send_if_directory().Wayne Davison1-6/+0
2010-03-26Fix directory-length overflow bug (7057).Wayne Davison1-6/+14
2009-12-21Pass the 'f' compatibility flag to the server (via -e)Wayne Davison1-6/+25
2009-10-29Fix a hang when dealing with really large numbers of filesWayne Davison1-0/+1
2009-10-27Get rid of some unneeded externs.Wayne Davison1-1/+0
2009-10-24A few more --files-from fixes, and an enhanced testsuite for it.Wayne Davison1-9/+7
2009-10-24Fixed some backward-compatibility issues with --files-from.Wayne Davison1-1/+12
2009-10-23Give iconvbufs() an ICB_INIT flag.Wayne Davison1-5/+5
2009-10-17A major overhaul of I/O routines, creating perform_io().Wayne Davison1-4/+13
2009-09-12Put file descriptor arg at the start of the arg list for consistency.Wayne Davison1-7/+6
2009-09-07Add support for transferring & setting nsec time values.Wayne Davison1-2/+40
2009-09-02Have --fake-super turn a symlink into a file whenWayne Davison1-1/+1
2009-08-22Have the sender use dead time to pad out the file list.Wayne Davison1-5/+6
2009-08-08Add conditional support for excluding types of files from xattr ops.Wayne Davison1-0/+1
2009-05-23Use typedefs for the filter structures.Wayne Davison1-3/+3
2009-04-26Change sending/receiving/storing of the rdev value for special files.Wayne Davison1-11/+21
2009-03-31Fixed improper deletion of mount-point hierarchies.Wayne Davison1-1/+1
2009-03-13My version of Matt's improvements related to missing source args:Wayne Davison1-6/+13
2009-03-13Make missing args governed by protect filters, not hide.Wayne Davison1-1/+1
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