summaryrefslogtreecommitdiff
path: root/compat.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify the compat logic for local_serverWayne Davison2020-08-271-11/+17
* Add --crtimes option.Wayne Davison2020-07-221-1/+8
* Send the uid/gid 0 name since not all systems use 0 for root.Wayne Davison2020-07-051-0/+5
* Lack of "saw" values now reported as "INVALID"; tweak a comment.Wayne Davison2020-06-271-1/+3
* Improve the NSTR differentiation idiom.Wayne Davison2020-06-271-17/+14
* Improve the output when a negotiation fails.Wayne Davison2020-06-271-13/+37
* Negotation env lists can specify "client & server"Wayne Davison2020-06-261-24/+52
* Some memory allocation improvementsWayne Davison2020-06-251-2/+1
* Use normal C comment style.Wayne Davison2020-06-231-1/+1
* Avoid negotiating a "none" choice by defaultWayne Davison2020-06-231-1/+4
* The server side can enforce its negotiation limitsWayne Davison2020-06-231-4/+38
* Improve how the env restricts negotiated stringsWayne Davison2020-06-231-14/+21
* More spelling fixes from FossiesWayne Davison2020-06-161-1/+1
* Some indentation fixes.Wayne Davison2020-06-131-20/+20
* Change alt_dest_name() to alt_dest_opt().Wayne Davison2020-06-131-2/+2
* Change 3 alt-dest vars to just one + some defines.Wayne Davison2020-06-131-3/+2
* Promote newer compressors to the start of the list.Wayne Davison2020-06-111-4/+2
* A couple minor tweaks.Wayne Davison2020-05-261-17/+17
* Improve how negotiated info affects batch files.Wayne Davison2020-05-251-21/+20
* Include lz4 compression support.Wayne Davison2020-05-251-0/+4
* Include zstd compression support.Wayne Davison2020-05-251-0/+4
* Output the default checksum & compress lists in the --version output.Wayne Davison2020-05-251-14/+45
* Make compression-level handling generic.Wayne Davison2020-05-251-5/+12
* Some minor tweaks & tidying up.Wayne Davison2020-05-241-11/+3
* Prefer zlibx compression consistently instead of having 2 possible default pr...Wayne Davison2020-05-241-5/+0
* Fix -z choice with older rsyncs.Wayne Davison2020-05-241-3/+7
* A few more compression tweaks.Wayne Davison2020-05-241-13/+4
* More compress changesWayne Davison2020-05-241-0/+38
* Fix negotiation of none & improve NSTR debug msgs.Wayne Davison2020-05-241-7/+14
* Add support for negotiated checksum names.Wayne Davison2020-05-241-28/+256
* Some checksum improvementsWayne Davison2020-05-221-10/+11
* Checksum negotiation & more bits for compat_flagsWayne Davison2020-05-221-5/+39
* Use a varint to send the file-list flagsWayne Davison2020-04-291-0/+5
* A resumed partial-dir file is transferred in-place.Wayne Davison2020-04-291-0/+6
* Update a few more copyright years.Wayne Davison2020-04-251-1/+1
* Added --atimes and --set-noatime options.Wayne Davison2020-04-231-4/+12
* Tweak the copyright year.Wayne Davison2019-03-161-1/+1
* Tweak copyright date.Wayne Davison2018-01-141-1/+1
* Add --checksum-choice option to choose the checksum algorithms.Wayne Davison2016-05-011-0/+2
* Update the copyright year.Wayne Davison2015-08-081-1/+1
* Make the checksum_seed a bit harder to predict.Wayne Davison2015-05-111-1/+1
* Add compat flag to allow proper seed checksum order.Wayne Davison2015-05-111-0/+5
* Added a flag to disable xattr hlink optimization.Wayne Davison2014-06-081-0/+5
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
* Update copyright year.Wayne Davison2013-01-191-1/+1
* Applying the preallocate patch.Wayne Davison2011-04-041-0/+9
* Write out the right compat_flags value into the batch file.Wayne Davison2010-02-171-1/+1
* Pass the 'f' compatibility flag to the server (via -e)Wayne Davison2009-12-211-2/+6
* Change the daemon-timeout conveyance into a protocol-31 message.Wayne Davison2009-10-271-15/+0
* A protocol 31 daemon will inform the client about its timeout settingWayne Davison2009-10-201-1/+17