summaryrefslogtreecommitdiff
path: root/flist.c
Commit message (Expand)AuthorAgeFilesLines
* Preparing for release of 3.3.0pre1 [buildall]v3.3.0pre1Wayne Davison2023-04-291-1/+1
* Don't call memcmp() on an empty lastdir.Wayne Davison2023-01-081-1/+1
* Read a 4-byte mtime as unsigned (old-protocol).Wayne Davison2022-10-021-1/+1
* Fix exclusion of /. with --relative.Wayne Davison2022-09-141-1/+1
* Use UNSUPPORTED instead of PROTOCOL for various validation checks.Wayne Davison2022-09-131-4/+4
* Fix bug with validing remote filter rules.Wayne Davison2022-09-121-1/+1
* Improve various things in the checksum codeWayne Davison2022-09-101-2/+4
* Some extra file-list safety checks.Wayne Davison2022-07-311-2/+15
* Add new & improved `--copy-devices` option.Wayne Davison2022-03-271-3/+28
* 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
* Reduce memory usage (#235)Jindřich Makovička2021-10-011-2/+9
* Support --crtimes on Cygwin.Wayne Davison2021-07-081-1/+1
* Fix issue where rdev major could get out of syncWayne Davison2020-07-261-2/+3
* Add --crtimes option.Wayne Davison2020-07-221-0/+45
* Mention file & line on OOM and overflow errors.Wayne Davison2020-07-121-8/+4
* Must read the nsec val even w/o CAN_SET_NSEC.Wayne Davison2020-07-081-1/+3
* Warning fixes & impossible-failure improvementsWayne Davison2020-07-081-0/+6
* Remove another file_struct kluge.Wayne Davison2020-07-061-11/+11
* Send the uid/gid 0 name since not all systems use 0 for root.Wayne Davison2020-07-051-1/+1
* Some C99 flexible array changesWayne Davison2020-07-051-8/+5
* A few more tweaks.Wayne Davison2020-06-251-3/+0
* Some memory allocation improvementsWayne Davison2020-06-251-20/+10
* Tweak the hashtable routines to be a little clearer and easier.Wayne Davison2020-06-121-4/+4
* Create a get_device_size() helper function.Wayne Davison2020-06-111-0/+14
* Improve how negotiated info affects batch files.Wayne Davison2020-05-251-2/+0
* A few more compression tweaks.Wayne Davison2020-05-241-1/+1
* More compress changesWayne Davison2020-05-241-0/+1
* Some checksum improvementsWayne Davison2020-05-221-1/+1
* A few superficial tweaks.Wayne Davison2020-04-291-2/+2
* Use a varint to send the file-list flagsWayne Davison2020-04-291-27/+53
* Fix a couple issues with the atime file-list value.Wayne Davison2020-04-261-2/+4
* Added --atimes and --set-noatime options.Wayne Davison2020-04-231-2/+25
* A few file-data improvements.Wayne Davison2020-04-121-5/+5
* Set Copyright years and make them easier to updateWayne Davison2020-04-091-1/+1
* Don't throw an error if a potential fuzzy dir isn't a dirWayne Davison2020-04-051-1/+7
* Tweak the copyright year.Wayne Davison2019-03-161-1/+1
* Fix itemizing of wrong dir name on some --iconv transfers.Wayne Davison2018-11-201-1/+2
* Tweak copyright date.Wayne Davison2018-01-141-1/+1
* More archaic-checksum improvements. This makes the len vars clearerWayne Davison2017-11-071-6/+6
* Add nanosecond mtime support for Mac OS X.Wayne Davison2017-08-311-2/+2
* Add a way to specify xattr name filtering.Wayne Davison2017-01-221-27/+3
* Join some lines.Wayne Davison2017-01-221-2/+1
* More fixes for --progress quirks.Wayne Davison2016-10-291-12/+16
* We need a LF after filelist-progress with a CR.Wayne Davison2016-10-291-0/+2
* Add --checksum-choice option to choose the checksum algorithms.Wayne Davison2016-05-011-3/+3
* Update the copyright year.Wayne Davison2015-08-081-1/+1
* Add parent-dir validation for --no-inc-recurse too.Wayne Davison2015-07-041-2/+30
* Complain if an inc-recursive path is not right for its dir.Wayne Davison2014-12-311-2/+20
* Fix hard-link bugs when receiver isn't capable.Wayne Davison2014-06-131-1/+8