summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-03-21Make glob_expand() return an indicator if the glob had no matches.Wayne Davison1-7/+13
2008-03-21Changed d_name() to be a static inline function.Wayne Davison2-9/+10
2008-03-21A couple improvements to the new arg-globbing code:Wayne Davison2-45/+54
2008-03-20Changed the arg-globbing routine to use a custom arg-globbing algorithmWayne Davison4-94/+149
2008-03-20Some improvements to the file-name cleaning code:Wayne Davison6-41/+62
2008-03-20Changed the name of the server_filter_list to beWayne Davison9-46/+45
2008-03-20Fixed a bug in the truncating of daemon-excluded paths.Wayne Davison1-5/+3
2008-03-19A couple more support/rrsync tweaks:Wayne Davison1-1/+2
2008-03-19Some more minor changes for the skip/missing/dry_run code.Wayne Davison2-12/+14
2008-03-19Unsnarl missing_below/dry_run logic.Matt McCutchen2-38/+69
2008-03-18Fix a poorly placed sentence in rsyncd.conf.yo.Matt McCutchen1-8/+7
2008-03-18My modified version of Matt's improvements to the sections onWayne Davison1-50/+49
2008-03-18Improved arg-path checking so that wildcards can't be used toWayne Davison1-9/+38
2008-03-18Use the missing_below code to make the daemon-exclusionsWayne Davison1-29/+20
2008-03-18Reject a daemon-excluded destination.Wayne Davison1-0/+8
2008-03-18Output a non-existent-file error for server-excluded files instead ofWayne Davison1-4/+14
2008-03-17More typo fixes.Matt McCutchen2-3/+3
2008-03-17A couple more changes for dealing with "checker" warnings.Wayne Davison2-2/+2
2008-03-17Fix typo in rsyncd.conf man page.Matt McCutchen1-1/+1
2008-03-17Attempting to silence some more "checker" warnings.Wayne Davison5-3/+14
2008-03-16Mention all the latest changes in the NEWS file.Wayne Davison1-4/+79
2008-03-16If we're not compiling one or more major options (ACLs, xattrs, & iconv),Wayne Davison1-0/+11
2008-03-16Changed stat() call to do_stat().Wayne Davison1-1/+1
2008-03-16Moved declaration of "int i" outside the ifdef in send_protected_args().Wayne Davison1-1/+2
2008-03-16If the system's popt.h file is not found, use our provided popt code.Wayne Davison1-1/+3
2008-03-16Added "const" to a couple more char * args.Wayne Davison2-4/+4
2008-03-16Fixed hard-linking when some of the files can get skipped. This addsWayne Davison3-19/+129
2008-03-16Made the FLAG_MOUNT_DIR bit only honored on a directory.Wayne Davison1-2/+2
2008-03-16Moved the --append check so that files that don't need to be transferredWayne Davison2-6/+10
2008-03-16Make the --ignore-existing option not overwrite a regular file withWayne Davison1-6/+7
2008-03-16A daemon no longer tries to refuse the iconv option when it is not enabled.Wayne Davison1-0/+2
2008-03-16Fixed a hang when using --remove-source-files in dry-run mode.Wayne Davison1-1/+1
2008-03-15Added missing $(CPPFLAGS) from the building of rounding.h.Wayne Davison1-1/+1
2008-03-15Fixed the use of --protect-args (-s) with a daemon.Wayne Davison5-71/+93
2008-03-15Generate a helpful message when we get an option-error from a daemonWayne Davison1-0/+43
2008-03-15Another optimization of "bp" adding when creating a file_struct.Wayne Davison1-3/+2
2008-03-15Got rid of some useless uses of the -t option.Wayne Davison1-2/+2
2008-03-15- Fixed a crash bug when backing up files with ACLs enabled and weWayne Davison1-17/+18
2008-03-14Have configure check to see if /usr/include/popt/popt.h is aroundWayne Davison2-7/+11
2008-03-13(Matt) More itemize clarifications.Wayne Davison1-2/+2
2008-03-12Clarify that the change/checksum itemize flag can be missingWayne Davison1-0/+2
2008-03-11Fixed the 'T' itemized output for a symlink the right way this time.Wayne Davison2-4/+2
2008-03-11- One more fix for the 'T' itemized output for a symlink when we'reWayne Davison1-1/+2
2008-03-10(Matt) Add missing --no-y option.Wayne Davison1-0/+1
2008-03-10Fixed some itemized logging failures:Wayne Davison7-32/+51
2008-03-09Fixed the itemizing of perms with -E.Wayne Davison2-7/+11
2008-03-08Some popt improvements:Wayne Davison3-4/+13
2008-03-07Fixed the latest xattrs tests on OS X.Wayne Davison1-4/+4
2008-03-07Restore a long-attribute test that was temporarily disabled.Wayne Davison1-2/+0
2008-03-07Fixed a syntax problem for non-HAVE_LINUX_ATTRS systems.Wayne Davison1-6/+6