aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use typedefs for the filter structures.Wayne Davison2009-05-2312-60/+60
* Change filter MATCHFLGs to FILTRULEs.Wayne Davison2009-05-236-175/+175
* Support an older AIX system that doesn't have ENOTSUP.Wayne Davison2009-05-141-0/+4
* Switch from inet_aton() to inet_pton() (since we supply a compatibilityWayne Davison2009-05-141-2/+1
* Adding release info for 3.0.6 to the trunk.Wayne Davison2009-05-081-0/+58
* Fix typo pointed out by Chris Pepper.Wayne Davison2009-05-071-1/+1
* Enhance name_to_{u,g}id() to optionally parse numbers and renameWayne Davison2009-05-073-30/+25
* Move the description of include/exclude modifiers to a better placeMatt McCutchen2009-05-051-34/+34
* Clarify which options are transfer rules, and what that means.Wayne Davison2009-04-271-3/+24
* Change sending/receiving/storing of the rdev value for special files.Wayne Davison2009-04-264-18/+32
* Use upper-case HLINK in a --debug setting to avoid a really weird bugWayne Davison2009-04-131-7/+7
* Switch to upper-case in the {debug,info}_verbosity arrays.Wayne Davison2009-04-131-6/+6
* Changed the commands used to "make gen" without any stoppage.Wayne Davison2009-04-122-3/+5
* Don't allow --remove-s*-files with --read-batch.Wayne Davison2009-04-121-0/+6
* Fixed the use of --xattrs with --only-write-batch.Wayne Davison2009-04-123-6/+5
* The suffix must be non-empty if the backup-dir is the same as the destWayne Davison2009-04-112-6/+12
* More backup improvements:Wayne Davison2009-04-118-213/+216
* Fix "just in case" unlink. Prefer renaming of normal filesWayne Davison2009-04-111-5/+5
* Improved link_or_rename() to handle prefer_rename better.Wayne Davison2009-04-101-17/+12
* Don't try to backup a file being removed from the backup area.Wayne Davison2009-04-101-1/+1
* Allow a "make reconfigure" to continue, even if the Makefile changes.Wayne Davison2009-04-101-2/+6
* Fixed an ACL/xattr corruption issue where the --backup option could causeWayne Davison2009-04-103-6/+85
* Allow $RSYNC_TEST_TMP to indicate a good tmp dir for our tests.Wayne Davison2009-04-101-1/+4
* Don't try to simplify an ACL that has a mask w/o any named values.Wayne Davison2009-04-091-9/+3
* Some improvements to the rsync.yo manpage:Wayne Davison2009-04-071-3/+9
* Make sure that config.h.in is up-to-date before allowing theWayne Davison2009-04-041-6/+2
* Fixed --dry-run with --read-batch:Wayne Davison2009-04-041-14/+14
* Fixed improper deletion of mount-point hierarchies.Wayne Davison2009-03-311-1/+1
* Fixed a word ending that Jesse Weinstein and revamp some of the textWayne Davison2009-03-311-15/+14
* Make symlink iconv work for a local copy.Wayne Davison2009-03-291-1/+1
* Give a meaningful error message when we fail to write to a batch file.Matt McCutchen2009-03-131-6/+20
* My version of Matt's improvements related to missing source args:Wayne Davison2009-03-134-21/+47
* Make missing args governed by protect filters, not hide.Wayne Davison2009-03-132-2/+4
* Made --list-only output missing args as a "*missing" line.Wayne Davison2009-03-061-1/+5
* Don't let --chmod tweak a 0 mode value (which marks a missing arg).Wayne Davison2009-03-061-2/+2
* Simplify an "if" in ssh-basic.test. Fixes bug #6169;Wayne Davison2009-03-061-1/+1
* Improved the unsafe_symlink() code to not get fooled by extra '/' charsWayne Davison2009-03-032-56/+59
* Make the backup code call unsafe_symlink() correctly.Wayne Davison2009-03-031-1/+1
* Added the --delete-missing-args option to delete specifiedWayne Davison2009-02-285-8/+46
* Made --progress use ir-chk instead of to-chk when the incrementalWayne Davison2009-02-284-11/+38
* Properly indent some lines.Wayne Davison2009-02-191-10/+10
* Added a way for supplementary groups to be specified in the rsyncd.confWayne Davison2009-02-196-48/+135
* Adding a way for log-format numbers to become more human readable.Wayne Davison2009-02-183-5/+23
* Mention that only the first line of a password-file is used.Wayne Davison2009-02-161-1/+2
* Handle a link_stat() failure with errno ENOENT as a vanished file.Wayne Davison2009-02-141-7/+19
* Added --disable-iconv-open option for configure to turn off all useWayne Davison2009-02-142-2/+11
* Moved the --disable-debug check sooner in configure.in so that itWayne Davison2009-02-141-18/+16
* Made copy_section() and string_set() simpler, getting rid of aWayne Davison2009-02-061-54/+22
* Combine Globals and Locals into a Vars struct that parallels Defaults,Wayne Davison2009-02-051-79/+83
* Ensure that the sender turns off any msg_fd_in use earlier.Wayne Davison2009-02-042-1/+2