summaryrefslogtreecommitdiff
path: root/generator.c
Commit message (Expand)AuthorAgeFilesLines
* Add --crtimes option.Wayne Davison2020-07-221-5/+29
* Avoid some extraneous parent-dir warningsWayne Davison2020-07-211-4/+9
* Don't create a path for a file marked as missing.Wayne Davison2020-07-211-1/+1
* Allow --block-size's size to have a suffix.Wayne Davison2020-07-101-1/+1
* Some memory allocation improvementsWayne Davison2020-06-251-2/+0
* Some indentation fixes.Wayne Davison2020-06-131-35/+24
* Change 3 alt-dest vars to just one + some defines.Wayne Davison2020-06-131-13/+11
* Change a function name.Wayne Davison2020-06-131-6/+6
* Fix overzealous setting of mtime & tweak time comparisonsWayne Davison2020-06-131-14/+15
* Add hashtable to delete_in_dir() to fix -x deletionsWayne Davison2020-06-121-3/+10
* Search for double-fuzzy files only when neededbenrubson2020-05-291-15/+16
* Allow a missing parent dir when --delete-missing-args was specified.Wayne Davison2020-04-261-6/+12
* Added --atimes and --set-noatime options.Wayne Davison2020-04-231-19/+34
* A few file-data improvements.Wayne Davison2020-04-121-2/+2
* Set Copyright years and make them easier to updateWayne Davison2020-04-091-1/+1
* Tweak some indentation.Wayne Davison2020-04-051-1/+1
* Don't throw an error if a potential fuzzy dir isn't a dirWayne Davison2020-04-051-1/+1
* Added the --write-devices option.Wayne Davison2020-04-051-1/+2
* Fix bug in try_dests_reg that Florian Zumbiehl pointed out.Wayne Davison2019-03-161-13/+8
* Tweak the copyright year.Wayne Davison2019-03-161-1/+1
* Don't force nanoseconds if a file wasn't transferred or checksummed.Wayne Davison2018-01-151-1/+4
* Tweak copyright date.Wayne Davison2018-01-141-1/+1
* More archaic-checksum improvements. This makes the len vars clearerWayne Davison2017-11-071-2/+2
* Fix double-fuzzy + link-dest issue.Wayne Davison2017-10-081-1/+1
* Fix path check when prior_dir_file is NULL.Wayne Davison2016-06-041-1/+1
* Add support for comparing nanoseconds on the receiver.Wayne Davison2016-01-241-11/+13
* Fix return of stat info from try_dests_reg().Wayne Davison2015-12-051-11/+11
* Update the copyright year.Wayne Davison2015-08-081-1/+1
* Add parent-dir validation for --no-inc-recurse too.Wayne Davison2015-07-041-0/+14
* Fix hard-link bugs when receiver isn't capable.Wayne Davison2014-06-131-21/+20
* Added a flag to disable xattr hlink optimization.Wayne Davison2014-06-081-1/+4
* Make --omit-dir-times avoid early-create directories.Wayne Davison2014-05-251-0/+2
* Check F_IS_ACTIVE() in a few more spots.Wayne Davison2014-04-201-2/+12
* Change args to file_checksum() to prepare for future changes.Wayne Davison2014-04-191-1/+1
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
* Undo the hard-link xattr optimization in 78286a03.Wayne Davison2014-01-191-3/+1
* Fix itemize bug with --link-dest, -X, and -n.Wayne Davison2013-11-251-4/+8
* Update copyright year.Wayne Davison2013-01-191-1/+1
* Free ACL/xattr info in try_dests_reg() loop.Wayne Davison2013-01-191-1/+3
* Add free_stat_x() inline function.Wayne Davison2013-01-191-17/+2
* Further improve non-empty-destination --link-dest behavior:Wayne Davison2013-01-191-3/+13
* Remove -3 return from try_dests_reg() again -- let it do a local copyWayne Davison2013-01-191-9/+2
* Improve handling of existing files for alt-dest opts.Wayne Davison2013-01-181-8/+27
* Fix --only-write-batch hang with --hard-links.Wayne Davison2012-01-281-1/+2
* Allow --max-size=0 and --min-size=0.Wayne Davison2011-12-241-6/+8
* Avoid double-free of xattr/acl data in real_sx.Wayne Davison2011-12-161-2/+4
* make repeated --fuzzy option look into alt-dest dirs.Wayne Davison2011-11-231-50/+84
* Let's cast getpid() to an int instead of a long for snprintf().Wayne Davison2011-10-081-1/+1
* Dirs need +rx as well as +w for non-super xfers.Wayne Davison2011-09-031-5/+6
* Handle FES_NO_SEND properly on a hard-linked file.Wayne Davison2011-07-041-1/+7