Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-22 | Imported Upstream version 3.2.7upstream/3.2.7upstream | TizenOpenSource | 152 | -11339/+18853 | |
2022-02-16 | Imported Upstream version 3.2.3upstream/3.2.3 | DongHun Kwak | 83 | -1907/+3277 | |
2022-02-16 | Imported Upstream version 3.2.2upstream/3.2.2 | DongHun Kwak | 70 | -1523/+1709 | |
2022-02-16 | Imported Upstream version 3.2.1upstream/3.2.1 | DongHun Kwak | 34 | -4320/+4748 | |
2022-02-16 | Imported Upstream version 3.2.0upstream/3.2.0 | DongHun Kwak | 178 | -18148/+29839 | |
2022-02-16 | Imported Upstream version 3.1.3upstream/3.1.3 | DongHun Kwak | 72 | -591/+1950 | |
2022-02-16 | Imported Upstream version 3.1.2upstream/3.1.2 | DongHun Kwak | 84 | -504/+17303 | |
2014-10-10 | Add a missing closing paren. | Wayne Davison | 1 | -1/+1 | |
2014-09-06 | Prepare the repository for more development. | Wayne Davison | 3 | -106/+124 | |
2014-09-06 | Mention DRY RUN in --debug=exit output. | Wayne Davison | 1 | -2/+4 | |
2014-09-04 | Adding the long options that BackupPC likes to use. | Wayne Davison | 3 | -8/+32 | |
2014-07-31 | Set GIT_MERGE_AUTOEDIT=no in the environment. | Wayne Davison | 1 | -0/+2 | |
2014-07-31 | Match latest git's repo branch message. | Wayne Davison | 1 | -1/+1 | |
2014-07-31 | Match latest git's repo status messages. | Wayne Davison | 2 | -3/+3 | |
2014-07-31 | Remove superfluous ${INSTALL_STRIP} uses. | Wayne Davison | 1 | -3/+3 | |
2014-07-31 | Fix a typo. | Wayne Davison | 1 | -1/+1 | |
2014-06-22 | Preparing for release of 3.1.1v3.1.1 | Wayne Davison | 6 | -12/+12 | |
2014-06-22 | Add a clarification about shell wildcard expansion. | Wayne Davison | 1 | -1/+4 | |
2014-06-22 | Make sure the link() destination file doesn't exist. | Wayne Davison | 1 | -0/+2 | |
2014-06-15 | Make sure cmp_time() doesn't mess up due to a time_t overflow. | Wayne Davison | 2 | -7/+11 | |
Fixes bug 10643. | |||||
2014-06-14 | Updated NEWS & tweaked a comment. | Wayne Davison | 2 | -1/+4 | |
2014-06-14 | Put zlib and popt -I options early in the CFLAGS. | Wayne Davison | 1 | -2/+2 | |
2014-06-13 | Fix hard-link bugs when receiver isn't capable. | Wayne Davison | 4 | -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-08 | Added a flag to disable xattr hlink optimization. | Wayne Davison | 6 | -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-08 | I missed this tweak in the undo of a prior xattr optimization. | Wayne Davison | 1 | -2/+1 | |
2014-05-26 | Preparing for release of 3.1.1pre2v3.1.1pre2 | Wayne Davison | 4 | -9/+9 | |
2014-05-26 | Mention all the latest changes in the NEWS. | Wayne Davison | 1 | -2/+37 | |
2014-05-26 | Avoid an xattr-finding glitch on the receiver. | Wayne Davison | 1 | -3/+4 | |
Fixes bug 9594. | |||||
2014-05-26 | Add new-compress option to rrsync. | Wayne Davison | 1 | -0/+1 | |
2014-05-25 | Make --omit-dir-times avoid early-create directories. | Wayne Davison | 2 | -0/+13 | |
2014-05-25 | Exit with a partial-transfer error for a sender-remove failure. | Wayne Davison | 1 | -2/+2 | |
2014-05-05 | Check for attr lib. | Wayne Davison | 1 | -1/+2 | |
2014-04-30 | Fix usermap/groupmap parsing of MIN-MAX IDs. | Wayne Davison | 1 | -2/+5 | |
2014-04-20 | Check F_IS_ACTIVE() in a few more spots. | Wayne Davison | 1 | -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-19 | Change args to file_checksum() to prepare for future changes. | Wayne Davison | 3 | -5/+5 | |
2014-04-19 | Add new-style compression that skips matching data. | Wayne Davison | 6 | -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-19 | Expand the backslash description a bit more in excludes. | Wayne Davison | 1 | -0/+4 | |
2014-04-13 | Avoid infinite wait reading secrets file. | Wayne Davison | 1 | -11/+13 | |
2014-04-13 | Receiver now rejects invalid filenames in filelist. | Wayne Davison | 3 | -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-07 | Mention how "max verbosity" affects info & debug opts. | Wayne Davison | 2 | -0/+15 | |
2014-03-02 | Have receiver strip bogus leading slashes on filenames. | Wayne Davison | 1 | -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-26 | Avoid the use of an extra leading dot when using --temp-dir. | Wayne Davison | 3 | -3/+12 | |
2014-02-24 | Explicitly mention that dirs aren't affected by --update. | Wayne Davison | 1 | -1/+1 | |
2014-02-24 | Include a systemd file that some distros might want. | Wayne Davison | 2 | -0/+13 | |
2014-02-24 | Fix --info=progress2 info as a file is transferred. | Wayne Davison | 2 | -5/+11 | |
Applying Anish Shankar's patch to fix speed and stats of files as they are transferred. Fixes bug 10450. | |||||
2014-01-27 | Improve the *.spec file a bit. | Wayne Davison | 1 | -3/+5 | |
2014-01-27 | Use the patch's list of generated files for each patch. | Wayne Davison | 1 | -15/+25 | |
2014-01-26 | Preparing for release of 3.1.1pre1v3.1.1pre1 | Wayne Davison | 4 | -11/+11 | |
2014-01-26 | Bump the year to 2014. | Wayne Davison | 57 | -58/+58 | |
2014-01-26 | More NEWS improvements. | Wayne Davison | 1 | -15/+16 | |