aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Preparing for release of 3.1.1Wayne Davison2014-06-221-1/+1
|
* Make sure cmp_time() doesn't mess up due to a time_t overflow.Wayne Davison2014-06-151-0/+3
| | | | Fixes bug 10643.
* Updated NEWS & tweaked a comment.Wayne Davison2014-06-141-0/+3
|
* Fix hard-link bugs when receiver isn't capable.Wayne Davison2014-06-131-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 Davison2014-06-081-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 Davison2014-05-261-2/+37
|
* Avoid the use of an extra leading dot when using --temp-dir.Wayne Davison2014-02-261-0/+3
|
* Include a systemd file that some distros might want.Wayne Davison2014-02-241-0/+4
|
* Fix --info=progress2 info as a file is transferred.Wayne Davison2014-02-241-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 Davison2014-01-261-15/+16
|
* Fix "unchanged" protocol designation.Wayne Davison2014-01-191-1/+1
|
* Mention the latest NEWS items.Wayne Davison2014-01-191-0/+50
|
* A few more new options that rsync 3.1.0 can pass.Wayne Davison2013-10-041-1/+1
|
* Prepare repository for more development.Wayne Davison2013-10-031-239/+3
|
* Preparing for release of 3.1.0Wayne Davison2013-09-281-1/+1
|
* Flush write buffer on an aborted in-place transfer.Wayne Davison2013-09-281-6/+11
|
* Mention latest news.Wayne Davison2013-09-161-0/+3
|
* Remove bypassed checksums in --inplace to improve speed.Wayne Davison2013-08-031-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 Davison2013-06-161-1/+12
|
* More NEWS changes.Wayne Davison2013-06-091-5/+10
|
* Updating NEWS with the latest changes.Wayne Davison2013-06-091-3/+69
|
* Avoid re-setting (and sending) xattrs on a hard-linked file w/the same xattrs.Wayne Davison2011-03-261-2/+2
| | | | Improved the xattrs testing to include hard-linking.
* Daemon supports forward-DNS lookups for simple hostnamesWayne Davison2011-01-031-0/+3
| | | | in hosts deny/allow config settings.
* Add @group auth and overrides to "auth user" daemon config.Wayne Davison2010-10-121-0/+3
|
* Don't mention bug fixes that are queued up for 3.0.8.Wayne Davison2010-07-031-6/+0
|
* Mention more changes.Wayne Davison2010-06-261-0/+8
|
* Mention more output changes.Wayne Davison2010-06-261-6/+12
|
* Add understanding of RSYNC_PROTECT_ARGS environment var.Wayne Davison2009-12-301-7/+7
|
* Pass the 'f' compatibility flag to the server (via -e)Wayne Davison2009-12-211-4/+0
| | | | so that 3.0.7 knows we support the safer flist-xfer method.
* Mention the error improvements.Wayne Davison2009-11-071-0/+5
|
* Updated NEWS with some of the recent changes.Wayne Davison2009-10-251-12/+53
|
* Create non-transferred files in a more atomic manner:Wayne Davison2009-08-291-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 Davison2009-05-231-3/+10
|
* Added the --delete-missing-args option to delete specifiedWayne Davison2009-02-281-0/+4
| | | | files on the receiver that don't exist on the sender.
* Made --progress use ir-chk instead of to-chk when the incrementalWayne Davison2009-02-281-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.confWayne Davison2009-02-191-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 Davison2009-02-181-2/+4
|
* Added the "reverse lookup" daemon-config parameter.Matt McCutchen2009-01-151-0/+3
|
* Added init_stat_x() to avoid duplication of acl/xattr init code.Wayne Davison2009-01-031-0/+2
|
* Mention the mapfrom/mapto scripts and how they work.Wayne Davison2008-11-151-0/+4
|
* Adding the --usermap/--groupmap/--chown options.Wayne Davison2008-11-151-0/+3
|
* Enhanced the --stats output:Wayne Davison2008-09-261-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 Davison2008-09-111-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 anWayne Davison2008-08-311-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 Davison2008-07-231-17/+1
|
* Fixed a bug in match_hard_links() where an empty directory would tryWayne Davison2008-07-201-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 Davison2008-07-191-1/+18
|
* Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison2008-07-131-0/+7
| | | | fine-grained output control (in addition to the coarse -v).
* If the user specifies --protocol=29, rsync will avoid sending an -eWayne Davison2008-07-111-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 Davison2008-07-051-1/+2
|