summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-01-22Imported Upstream version 3.2.7upstream/3.2.7upstreamTizenOpenSource152-11339/+18853
2022-02-16Imported Upstream version 3.2.3upstream/3.2.3DongHun Kwak83-1907/+3277
2022-02-16Imported Upstream version 3.2.2upstream/3.2.2DongHun Kwak70-1523/+1709
2022-02-16Imported Upstream version 3.2.1upstream/3.2.1DongHun Kwak34-4320/+4748
2022-02-16Imported Upstream version 3.2.0upstream/3.2.0DongHun Kwak178-18148/+29839
2022-02-16Imported Upstream version 3.1.3upstream/3.1.3DongHun Kwak72-591/+1950
2022-02-16Imported Upstream version 3.1.2upstream/3.1.2DongHun Kwak84-504/+17303
2014-10-10Add a missing closing paren.Wayne Davison1-1/+1
2014-09-06Prepare the repository for more development.Wayne Davison3-106/+124
2014-09-06Mention DRY RUN in --debug=exit output.Wayne Davison1-2/+4
2014-09-04Adding the long options that BackupPC likes to use.Wayne Davison3-8/+32
2014-07-31Set GIT_MERGE_AUTOEDIT=no in the environment.Wayne Davison1-0/+2
2014-07-31Match latest git's repo branch message.Wayne Davison1-1/+1
2014-07-31Match latest git's repo status messages.Wayne Davison2-3/+3
2014-07-31Remove superfluous ${INSTALL_STRIP} uses.Wayne Davison1-3/+3
2014-07-31Fix a typo.Wayne Davison1-1/+1
2014-06-22Preparing for release of 3.1.1v3.1.1Wayne Davison6-12/+12
2014-06-22Add a clarification about shell wildcard expansion.Wayne Davison1-1/+4
2014-06-22Make sure the link() destination file doesn't exist.Wayne Davison1-0/+2
2014-06-15Make sure cmp_time() doesn't mess up due to a time_t overflow.Wayne Davison2-7/+11
Fixes bug 10643.
2014-06-14Updated NEWS & tweaked a comment.Wayne Davison2-1/+4
2014-06-14Put zlib and popt -I options early in the CFLAGS.Wayne Davison1-2/+2
2014-06-13Fix hard-link bugs when receiver isn't capable.Wayne Davison4-23/+33
If the receiving side cannot hard-link symlinks and/or special files (including devices) then we now properly handle incoming hard-linked items (creating separate identical items).
2014-06-08Added a flag to disable xattr hlink optimization.Wayne Davison6-10/+25
I added a compatibility flag for protocol 31 that will let both sides know if they should be using the xattr optimization that attempted to avoid sending xattr info for hardlinked files. Since this optimization was causing some issues, this compatibility flag will ensure that both sides know if they should be trying to use the optimization or not.
2014-06-08I missed this tweak in the undo of a prior xattr optimization.Wayne Davison1-2/+1
2014-05-26Preparing for release of 3.1.1pre2v3.1.1pre2Wayne Davison4-9/+9
2014-05-26Mention all the latest changes in the NEWS.Wayne Davison1-2/+37
2014-05-26Avoid an xattr-finding glitch on the receiver.Wayne Davison1-3/+4
Fixes bug 9594.
2014-05-26Add new-compress option to rrsync.Wayne Davison1-0/+1
2014-05-25Make --omit-dir-times avoid early-create directories.Wayne Davison2-0/+13
2014-05-25Exit with a partial-transfer error for a sender-remove failure.Wayne Davison1-2/+2
2014-05-05Check for attr lib.Wayne Davison1-1/+2
2014-04-30Fix usermap/groupmap parsing of MIN-MAX IDs.Wayne Davison1-2/+5
2014-04-20Check F_IS_ACTIVE() in a few more spots.Wayne Davison1-2/+12
The code needs to ignore flist entries that were marked inactive (by either duplicate removal or empty-dir pruning) in a few more spots.
2014-04-19Change args to file_checksum() to prepare for future changes.Wayne Davison3-5/+5
2014-04-19Add new-style compression that skips matching data.Wayne Davison6-34/+77
Adding new-style compression that only compresses the literal data that is sent over the wire and not also matching file data that was not sent. This new-style compression is compatible with external zlib instances, and will eventually become the default (once enough time has passed that all servers support the --new-compress and --old-compress options). NOTE: if you build rsync with an external zlib (i.e. if you specified configure --with-included-zlib=no) you will ONLY get support for the --new-compress option! A client will treat -z as uncompressed (with a warning) and a server will exit with an error (unless -zz was used).
2014-04-19Expand the backslash description a bit more in excludes.Wayne Davison1-0/+4
2014-04-13Avoid infinite wait reading secrets file.Wayne Davison1-11/+13
2014-04-13Receiver now rejects invalid filenames in filelist.Wayne Davison3-10/+19
If the receiver gets a filename with a leading slash (w/o --relative) and/or a filename with an embedded ".." dir in the path, it dies with an error (rather than continuing). Those invalid paths should never happen in reality, so just reject someone trying to pull a fast one.
2014-03-07Mention how "max verbosity" affects info & debug opts.Wayne Davison2-0/+15
2014-03-02Have receiver strip bogus leading slashes on filenames.Wayne Davison1-1/+5
If the receiver is running without --relative, it shouldn't be receiving any filenames with a leading slash. To ensure that the sender doesn't try to pull a fast one on us, we now make flist_sort_and_clean() strip a leading slash even if --relative isn't specified.
2014-02-26Avoid the use of an extra leading dot when using --temp-dir.Wayne Davison3-3/+12
2014-02-24Explicitly mention that dirs aren't affected by --update.Wayne Davison1-1/+1
2014-02-24Include a systemd file that some distros might want.Wayne Davison2-0/+13
2014-02-24Fix --info=progress2 info as a file is transferred.Wayne Davison2-5/+11
Applying Anish Shankar's patch to fix speed and stats of files as they are transferred. Fixes bug 10450.
2014-01-27Improve the *.spec file a bit.Wayne Davison1-3/+5
2014-01-27Use the patch's list of generated files for each patch.Wayne Davison1-15/+25
2014-01-26Preparing for release of 3.1.1pre1v3.1.1pre1Wayne Davison4-11/+11
2014-01-26Bump the year to 2014.Wayne Davison57-58/+58
2014-01-26More NEWS improvements.Wayne Davison1-15/+16