summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-10-11If va_copy is defined, use it when defining VA_COPY.Wayne Davison1-1/+1
2005-10-07Pass XFLG_ABS_IF_SLASH instead of XFLG_ANCHORED2ABS for server excludes.Wayne Davison1-5/+5
2005-10-07Support new XFLG_ABS_IF_SLASH flag.Wayne Davison1-5/+9
2005-10-07Added XFLG_ABS_IF_SLASH.Wayne Davison1-0/+1
2005-10-07Mention recent changes.Wayne Davison1-3/+15
2005-10-07Clarify how the fitler rule "-/" works.Wayne Davison1-3/+5
2005-10-04Improved the usage comments.Wayne Davison1-2/+8
2005-10-03A simple filter script to output messages from a single module.Wayne Davison1-0/+28
2005-09-29Changed the variable names for --existing and --ignore-existing.Wayne Davison2-18/+19
2005-09-29Reverted one xfer_dirs change from the last commit that should notWayne Davison1-1/+1
2005-09-29Keeping silent about stat() errors is never a good idea -- it hidesWayne Davison1-5/+2
2005-09-29Mention that --delete now works with --dirs.Wayne Davison1-1/+3
2005-09-29- When --dirs is specified w/o --recursive, avoid marking solo dirsWayne Davison1-8/+7
2005-09-29Allow deletions to occur in directories transferred with theWayne Davison1-2/+2
2005-09-29Fixed a poorly-worded sentence and a misspelled word.Wayne Davison1-2/+2
2005-09-26Some systems don't define WCOREDUMP(), so #ifdef that code.Wayne Davison1-1/+23
2005-09-26Fixed wait_process() to handle cases where waitpid() fails orWayne Davison1-7/+17
2005-09-26Changed RERR_CRASH to RERR_CRASHED.Wayne Davison2-2/+2
2005-09-26Handle new RERR_CRASH AND RERR_TERMINATED exit codes.Wayne Davison1-0/+2
2005-09-26Defined RERR_CRASH and RERR_TERMINATED.Wayne Davison1-0/+2
2005-09-26Mention some chanages in the patches dir.Wayne Davison1-0/+6
2005-09-24Use AC_HELP_STRING() in the two AC_ARG_WITH() macros that used aWayne Davison1-2/+2
2005-09-21Reordered the usage lines to cover push, then pull (which has aWayne Davison2-10/+10
2005-09-21Cast some time values to (int), just to silence some warnings onWayne Davison1-6/+6
2005-09-21Include limits.h (if it exists), which defines NAME_MAX on someWayne Davison1-0/+4
2005-09-21If we get less data than expected from a read() in map_ptr(), weWayne Davison1-22/+27
2005-09-21Check for limits.h.Wayne Davison1-1/+1
2005-09-21Tweaked the output that the mknod() tests generate.Wayne Davison1-2/+2
2005-09-19Tweaked some comments.Wayne Davison1-36/+39
2005-09-17Changed one strcpy() into a strlcpy().Wayne Davison1-1/+1
2005-09-16Improved the sDefault initialization so that the prefixedWayne Davison1-34/+34
2005-09-16Got rid of some old command-line parsing code that was onlyWayne Davison1-16/+1
2005-09-16Mention '!' fix.Wayne Davison1-0/+2
2005-09-16Really fix '!' in a .cvsignore file this time.Wayne Davison1-1/+2
2005-09-16Tweaked the code a little in the always_checksum handling of theWayne Davison1-14/+8
2005-09-15Mention that the dir used with --delay-updates cannot be on aWayne Davison1-2/+5
2005-09-15Added a comment.Wayne Davison1-0/+2
2005-09-15Mention doc changes.Wayne Davison1-0/+2
2005-09-15Removed conflicting ssh citation in the SETUP section.Wayne Davison1-3/+0
2005-09-13The --help text was outputting some incomplete information on howWayne Davison1-3/+2
2005-09-09Mention the latest fix.Wayne Davison1-2/+5
2005-09-09When pop_dir(olddir) fails, pass the right string pointerWayne Davison1-1/+1
2005-09-09Improved the -F, --exclude-from, and --include-from sections.Wayne Davison1-12/+12
2005-09-06Tweaked the calculation that goes into sum->count so that it cannotWayne Davison1-2/+2
2005-09-03Complicate the lseek64() function prototype because some systemsWayne Davison1-0/+4
2005-09-03Make use of the per-module "temp dir" setting.Wayne Davison1-0/+11
2005-09-03Added a per-module "temp dir" setting.Wayne Davison1-0/+4
2005-09-03Sorted some of the data structures (using vim's "!sort" commandWayne Davison1-119/+129
2005-08-30- Allow --no-v and --no-verbose in the daemon options.Wayne Davison1-0/+10
2005-08-30Mention latest changes.Wayne Davison1-0/+6