More tweaks for Actions.
[rsync.git] / flist.c
2023-05-17 Wayne DavisonFix old stats bug that counted devices as symlinks.
2023-04-29 Wayne DavisonPreparing for release of 3.3.0pre1 [buildall] v3.3.0pre1
2023-01-09 Wayne DavisonDon't call memcmp() on an empty lastdir.
2022-10-02 Wayne DavisonRead a 4-byte mtime as unsigned (old-protocol).
2022-09-14 Wayne DavisonFix exclusion of /. with --relative.
2022-09-14 Wayne DavisonUse UNSUPPORTED instead of PROTOCOL for various validat...
2022-09-13 Wayne DavisonFix bug with validing remote filter rules.
2022-09-10 Wayne DavisonImprove various things in the checksum code
2022-08-01 Wayne DavisonSome extra file-list safety checks.
2022-03-27 Wayne DavisonAdd new & improved `--copy-devices` option.
2022-01-16 Wayne DavisonPreparing for release of 3.2.4pre2 v3.2.4pre2
2022-01-02 Wayne DavisonPreparing for release of 3.2.4pre1 v3.2.4pre1
2021-10-01 Jindřich MakovičkaReduce memory usage (#235)
2021-07-09 Wayne DavisonSupport --crtimes on Cygwin.
2020-07-26 Wayne DavisonFix issue where rdev major could get out of sync
2020-07-22 Wayne DavisonAdd --crtimes option.
2020-07-13 Wayne DavisonMention file & line on OOM and overflow errors.
2020-07-08 Wayne DavisonMust read the nsec val even w/o CAN_SET_NSEC.
2020-07-08 Wayne DavisonWarning fixes & impossible-failure improvements
2020-07-06 Wayne DavisonRemove another file_struct kluge.
2020-07-06 Wayne DavisonSend the uid/gid 0 name since not all systems use 0...
2020-07-06 Wayne DavisonSome C99 flexible array changes
2020-06-26 Wayne DavisonA few more tweaks.
2020-06-26 Wayne DavisonSome memory allocation improvements
2020-06-13 Wayne DavisonTweak the hashtable routines to be a little clearer...
2020-06-11 Wayne DavisonCreate a get_device_size() helper function.
2020-05-26 Wayne DavisonImprove how negotiated info affects batch files.
2020-05-25 Wayne DavisonA few more compression tweaks.
2020-05-25 Wayne DavisonMore compress changes
2020-05-23 Wayne DavisonSome checksum improvements
2020-04-30 Wayne DavisonA few superficial tweaks.
2020-04-30 Wayne DavisonUse a varint to send the file-list flags
2020-04-27 Wayne DavisonFix a couple issues with the atime file-list value.
2020-04-23 Wayne DavisonAdded --atimes and --set-noatime options.
2020-04-12 Wayne DavisonA few file-data improvements.
2020-04-09 Wayne DavisonSet Copyright years and make them easier to update
2020-04-05 Wayne DavisonDon't throw an error if a potential fuzzy dir isn't...
2019-03-16 Wayne DavisonTweak the copyright year.
2018-11-20 Wayne DavisonFix itemizing of wrong dir name on some --iconv transfers.
2018-01-15 Wayne DavisonTweak copyright date.
2017-11-07 Wayne DavisonMore archaic-checksum improvements. This makes the...
2017-08-31 Wayne DavisonAdd nanosecond mtime support for Mac OS X.
2017-01-23 Wayne DavisonAdd a way to specify xattr name filtering.
2017-01-22 Wayne DavisonJoin some lines.
2016-10-29 Wayne DavisonMore fixes for --progress quirks.
2016-10-29 Wayne DavisonWe need a LF after filelist-progress with a CR.
2016-05-02 Wayne DavisonAdd --checksum-choice option to choose the checksum...
2015-08-08 Wayne DavisonUpdate the copyright year.
2015-07-04 Wayne DavisonAdd parent-dir validation for --no-inc-recurse too.
2014-12-31 Wayne DavisonComplain if an inc-recursive path is not right for...
2014-06-13 Wayne DavisonFix hard-link bugs when receiver isn't capable.
2014-04-19 Wayne DavisonChange args to file_checksum() to prepare for future...
2014-04-13 Wayne DavisonReceiver now rejects invalid filenames in filelist.
2014-03-03 Wayne DavisonHave receiver strip bogus leading slashes on filenames.
2014-01-26 Wayne DavisonBump the year to 2014.
2014-01-19 Wayne DavisonAdd IS_MISSING_FILE(statbuf) macro.
2013-06-16 Wayne DavisonMention right option when using --delete-delay.
2013-01-19 Wayne DavisonUpdate copyright year.
2011-10-22 Wayne DavisonFix --delete-missing-args when --relative is active.
2011-08-27 Wayne DavisonMove implied_dot_dir=1, just to be safe.
2011-08-27 Wayne DavisonFix sending of "." attributes for implied-dot-dir.
2011-06-18 Wayne DavisonCheck if sender file changed before allowing a remove.
2011-04-04 Wayne DavisonMove var declaration for older C compilers.
2011-01-30 Matt McCutchenAvoid changing file_extra_cnt during deletion.
2011-01-30 Wayne DavisonSome minor variable and flag cleanup.
2010-06-26 Wayne DavisonOlder protocols should send 1-incremented dev numbers.
2010-05-29 Wayne DavisonAvoid a double-increment of a file's st_dev value
2010-03-31 Wayne DavisonRemoving now-redundant path-size check from send_if_dir...
2010-03-26 Wayne DavisonFix directory-length overflow bug (7057).
2009-12-21 Wayne DavisonPass the 'f' compatibility flag to the server (via -e)
2009-10-30 Wayne DavisonFix a hang when dealing with really large numbers of...
2009-10-27 Wayne DavisonGet rid of some unneeded externs.
2009-10-24 Wayne DavisonA few more --files-from fixes, and an enhanced testsuit...
2009-10-24 Wayne DavisonFixed some backward-compatibility issues with --files...
2009-10-24 Wayne DavisonGive iconvbufs() an ICB_INIT flag.
2009-10-17 Wayne DavisonA major overhaul of I/O routines, creating perform_io().
2009-09-12 Wayne DavisonPut file descriptor arg at the start of the arg list...
2009-09-07 Wayne DavisonAdd support for transferring & setting nsec time values.
2009-09-02 Wayne DavisonHave --fake-super turn a symlink into a file when
2009-08-22 Wayne DavisonHave the sender use dead time to pad out the file list.
2009-08-08 Wayne DavisonAdd conditional support for excluding types of files...
2009-05-23 Wayne DavisonUse typedefs for the filter structures.
2009-04-26 Wayne DavisonChange sending/receiving/storing of the rdev value...
2009-04-01 Wayne DavisonFixed improper deletion of mount-point hierarchies.
2009-03-13 Wayne DavisonMy version of Matt's improvements related to missing...
2009-03-13 Wayne DavisonMake missing args governed by protect filters, not...
2009-03-07 Wayne DavisonDon't let --chmod tweak a 0 mode value (which marks...
2009-02-28 Wayne DavisonAdded the --delete-missing-args option to delete specified
2009-02-28 Wayne DavisonMade --progress use ir-chk instead of to-chk when the...
2009-02-14 Wayne DavisonHandle a link_stat() failure with errno ENOENT as a...
2009-02-05 Wayne DavisonEnsure that the sender turns off any msg_fd_in use...
2009-02-05 Wayne DavisonDo not try to send a symlink with a 0-length value.
2009-01-17 Wayne DavisonUse a varint when sending the error_code.
2009-01-03 Wayne DavisonUpdate the copyright year.
2009-01-03 Wayne DavisonAdded init_stat_x() to avoid duplication of acl/xattr...
2008-12-27 Wayne DavisonAllow opendir() in send_directory() to fail with ENOENT.
2008-11-16 Wayne DavisonAdding the --usermap/--groupmap/--chown options.
2008-11-10 Matt McCutchenAdd flist_find_ignore_dirness() and change delete_in_di...
2008-11-10 Wayne DavisonFixed the use of a dot-dir path (foo/./bar) inside...
2008-09-27 Wayne DavisonEnhanced the --stats output:
next