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