Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Preparing for release of 3.1.1 | Wayne Davison | 2014-06-22 | 1 | -1/+1 |
| | |||||
* | Make sure cmp_time() doesn't mess up due to a time_t overflow. | Wayne Davison | 2014-06-15 | 1 | -0/+3 |
| | | | | Fixes bug 10643. | ||||
* | Updated NEWS & tweaked a comment. | Wayne Davison | 2014-06-14 | 1 | -0/+3 |
| | |||||
* | Fix hard-link bugs when receiver isn't capable. | Wayne Davison | 2014-06-13 | 1 | -0/+4 |
| | | | | | | 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). | ||||
* | Added a flag to disable xattr hlink optimization. | Wayne Davison | 2014-06-08 | 1 | -2/+2 |
| | | | | | | | | 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. | ||||
* | Mention all the latest changes in the NEWS. | Wayne Davison | 2014-05-26 | 1 | -2/+37 |
| | |||||
* | Avoid the use of an extra leading dot when using --temp-dir. | Wayne Davison | 2014-02-26 | 1 | -0/+3 |
| | |||||
* | Include a systemd file that some distros might want. | Wayne Davison | 2014-02-24 | 1 | -0/+4 |
| | |||||
* | Fix --info=progress2 info as a file is transferred. | Wayne Davison | 2014-02-24 | 1 | -0/+5 |
| | | | | | Applying Anish Shankar's patch to fix speed and stats of files as they are transferred. Fixes bug 10450. | ||||
* | More NEWS improvements. | Wayne Davison | 2014-01-26 | 1 | -15/+16 |
| | |||||
* | Fix "unchanged" protocol designation. | Wayne Davison | 2014-01-19 | 1 | -1/+1 |
| | |||||
* | Mention the latest NEWS items. | Wayne Davison | 2014-01-19 | 1 | -0/+50 |
| | |||||
* | A few more new options that rsync 3.1.0 can pass. | Wayne Davison | 2013-10-04 | 1 | -1/+1 |
| | |||||
* | Prepare repository for more development. | Wayne Davison | 2013-10-03 | 1 | -239/+3 |
| | |||||
* | Preparing for release of 3.1.0 | Wayne Davison | 2013-09-28 | 1 | -1/+1 |
| | |||||
* | Flush write buffer on an aborted in-place transfer. | Wayne Davison | 2013-09-28 | 1 | -6/+11 |
| | |||||
* | Mention latest news. | Wayne Davison | 2013-09-16 | 1 | -0/+3 |
| | |||||
* | Remove bypassed checksums in --inplace to improve speed. | Wayne Davison | 2013-08-03 | 1 | -0/+3 |
| | | | | | | | | | When checking a checksum that refers to a part of an --inplace file that has been overwritten w/o getting SUMFLG_SAME_OFFSET set, we remove the checksum from the list. This will speed up files that have a lot of identical checksum blocks (e.g. sequences of zeros) that we can't use due to them not getting marked as being the same. Patch provided by Michael Chapman. | ||||
* | Mention latest changes. | Wayne Davison | 2013-06-16 | 1 | -1/+12 |
| | |||||
* | More NEWS changes. | Wayne Davison | 2013-06-09 | 1 | -5/+10 |
| | |||||
* | Updating NEWS with the latest changes. | Wayne Davison | 2013-06-09 | 1 | -3/+69 |
| | |||||
* | Avoid re-setting (and sending) xattrs on a hard-linked file w/the same xattrs. | Wayne Davison | 2011-03-26 | 1 | -2/+2 |
| | | | | Improved the xattrs testing to include hard-linking. | ||||
* | Daemon supports forward-DNS lookups for simple hostnames | Wayne Davison | 2011-01-03 | 1 | -0/+3 |
| | | | | in hosts deny/allow config settings. | ||||
* | Add @group auth and overrides to "auth user" daemon config. | Wayne Davison | 2010-10-12 | 1 | -0/+3 |
| | |||||
* | Don't mention bug fixes that are queued up for 3.0.8. | Wayne Davison | 2010-07-03 | 1 | -6/+0 |
| | |||||
* | Mention more changes. | Wayne Davison | 2010-06-26 | 1 | -0/+8 |
| | |||||
* | Mention more output changes. | Wayne Davison | 2010-06-26 | 1 | -6/+12 |
| | |||||
* | Add understanding of RSYNC_PROTECT_ARGS environment var. | Wayne Davison | 2009-12-30 | 1 | -7/+7 |
| | |||||
* | Pass the 'f' compatibility flag to the server (via -e) | Wayne Davison | 2009-12-21 | 1 | -4/+0 |
| | | | | so that 3.0.7 knows we support the safer flist-xfer method. | ||||
* | Mention the error improvements. | Wayne Davison | 2009-11-07 | 1 | -0/+5 |
| | |||||
* | Updated NEWS with some of the recent changes. | Wayne Davison | 2009-10-25 | 1 | -12/+53 |
| | |||||
* | Create non-transferred files in a more atomic manner: | Wayne Davison | 2009-08-29 | 1 | -0/+6 |
| | | | | | | | | | | If a symlink, device, special-file, or hard-linked file is replacing an existing non-directory, the new file is created using a temporary filename and then renamed into place. Also changed the handling of a cluster of hard-linked symlinks/devices/special-files to always ensure the first item in the cluster is correct, since it doesn't really save any significant work to try to find an existing correct item later in the cluster to link with. | ||||
* | Mention some recent changes. | Wayne Davison | 2009-05-23 | 1 | -3/+10 |
| | |||||
* | Added the --delete-missing-args option to delete specified | Wayne Davison | 2009-02-28 | 1 | -0/+4 |
| | | | | files on the receiver that don't exist on the sender. | ||||
* | Made --progress use ir-chk instead of to-chk when the incremental | Wayne Davison | 2009-02-28 | 1 | -5/+18 |
| | | | | | | recursion scan is still active. Mention the output change more prominently in the NEWS file. Updated the --progress output in the manpage, with mention of the new "ir-chk" string's meaning. | ||||
* | Added a way for supplementary groups to be specified in the rsyncd.conf | Wayne Davison | 2009-02-19 | 1 | -0/+4 |
| | | | | | file. Also made explicitly-set uid/gid values no longer ignored by a daemon that was not run by a super-user. | ||||
* | Adding a way for log-format numbers to become more human readable. | Wayne Davison | 2009-02-18 | 1 | -2/+4 |
| | |||||
* | Added the "reverse lookup" daemon-config parameter. | Matt McCutchen | 2009-01-15 | 1 | -0/+3 |
| | |||||
* | Added init_stat_x() to avoid duplication of acl/xattr init code. | Wayne Davison | 2009-01-03 | 1 | -0/+2 |
| | |||||
* | Mention the mapfrom/mapto scripts and how they work. | Wayne Davison | 2008-11-15 | 1 | -0/+4 |
| | |||||
* | Adding the --usermap/--groupmap/--chown options. | Wayne Davison | 2008-11-15 | 1 | -0/+3 |
| | |||||
* | Enhanced the --stats output: | Wayne Davison | 2008-09-26 | 1 | -0/+10 |
| | | | | | | | - Mention how many files were created (protocol >= 29). - Mention how many files were deleted (new in protocol 31). - Follow the file-count, created-count, and deleted-count with a break-out list of each count by type. | ||||
* | A couple instant-rsyncd improvements: | Wayne Davison | 2008-09-11 | 1 | -0/+5 |
| | | | | | - Prompt the user for the parameters when missing. - Allow the creation of a module without a user+password. | ||||
* | Improved the fix that ensures that the generator gets notified about an | Wayne Davison | 2008-08-31 | 1 | -1/+1 |
| | | | | | I/O error for the incremental directory that generated the error. The PROTOCOL_VERSION was bumped to 31 to implement this. | ||||
* | Enhanced the release scripts to be able to handle a branch release. | Wayne Davison | 2008-07-23 | 1 | -17/+1 |
| | |||||
* | Fixed a bug in match_hard_links() where an empty directory would try | Wayne Davison | 2008-07-20 | 1 | -0/+3 |
| | | | | to allocate 0 bytes of memory (which can fail on some OSes). | ||||
* | Added a '%C' (MD5 checksum) flag for the output/logfile formatting. | Wayne Davison | 2008-07-19 | 1 | -1/+18 |
| | |||||
* | Added the --info=FLAGS an --debug=FLAGS options, which allows | Wayne Davison | 2008-07-13 | 1 | -0/+7 |
| | | | | fine-grained output control (in addition to the coarse -v). | ||||
* | If the user specifies --protocol=29, rsync will avoid sending an -e | Wayne Davison | 2008-07-11 | 1 | -0/+3 |
| | | | | | | option to the server (which is only useful for protocols 30 and above anyway). This gives the user an easy way to talk to a restricted server that has overly restrictive option-checking. | ||||
* | Added the --remote-option=OPT (-M OPT) option. | Wayne Davison | 2008-07-05 | 1 | -1/+2 |
| |