summaryrefslogtreecommitdiff
path: root/generator.c
Commit message (Expand)AuthorAgeFilesLines
* Preparing for release of 3.3.0pre1 [buildall]v3.3.0pre1Wayne Davison2023-04-291-1/+1
* Fix overflow of sum2 buffer for sha1 rolling checksums.Wayne Davison2023-04-221-1/+1
* Use string length diff heuristic to skip Levenshtein Algo (#369)Kenneth Finnegan2022-09-151-3/+6
* Add safety check for local --remove-source-files.Wayne Davison2022-08-211-1/+1
* Some `--write-device` fixes.Wayne Davison2022-03-271-8/+10
* Silence some symlink mode-change failures.Wayne Davison2022-01-171-1/+1
* Preparing for release of 3.2.4pre2v3.2.4pre2Wayne Davison2022-01-151-1/+1
* Preparing for release of 3.2.4pre1v3.2.4pre1Wayne Davison2022-01-021-1/+1
* Add the --info=NONREG setting.Wayne Davison2021-11-031-3/+5
* Improve --omit-dir-times & --omit-link-timesWayne Davison2021-10-101-8/+10
* Tweak atime/crtime code a bit more.Wayne Davison2021-10-101-1/+0
* Avoid an issue where the size of st_dev != dev_t.Wayne Davison2021-10-011-11/+11
* Support --crtimes on Cygwin.Wayne Davison2021-07-081-2/+2
* Make gcc die on init overflow of an array.Wayne Davison2020-09-291-1/+2
* Change `--info=skip2` messages & add info on attr changes.Wayne Davison2020-09-231-4/+6
* Make the extra info on the "exists" messages optional.Wayne Davison2020-09-221-9/+9
* Various file comparison improvementsWayne Davison2020-09-221-120/+114
* Avoid spurious "is newer" messages with `--update`.Wayne Davison2020-09-211-1/+1
* 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