summaryrefslogtreecommitdiff
path: root/flist.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change args to file_checksum() to prepare for future changes.Wayne Davison2014-04-191-1/+1
* Receiver now rejects invalid filenames in filelist.Wayne Davison2014-04-131-6/+8
* Have receiver strip bogus leading slashes on filenames.Wayne Davison2014-03-021-1/+5
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
* Add IS_MISSING_FILE(statbuf) macro.Wayne Davison2014-01-191-3/+3
* Mention right option when using --delete-delay.Wayne Davison2013-06-161-1/+2
* Update copyright year.Wayne Davison2013-01-191-1/+1
* Fix --delete-missing-args when --relative is active.Wayne Davison2011-10-221-2/+6
* Move implied_dot_dir=1, just to be safe.Wayne Davison2011-08-271-1/+1
* Fix sending of "." attributes for implied-dot-dir.Wayne Davison2011-08-271-8/+13
* Check if sender file changed before allowing a remove.Wayne Davison2011-06-181-8/+0
* Move var declaration for older C compilers.Wayne Davison2011-04-031-1/+2
* Avoid changing file_extra_cnt during deletion.Matt McCutchen2011-01-291-2/+5