rsync/rsync.git
2003-10-25 J.W. SchultzAdded reminder to update yo manpage when adding to
2003-10-25 Wayne DavisonAdded exit code 0.
2003-10-25 Wayne DavisonUpdated exit codes as Jon Jensen and J.W. suggested.
2003-10-13 Wayne DavisonFixed an operator-precedence problem in the batch-mode...
2003-10-07 Wayne DavisonTried to improve the documentation surrounding a traili...
2003-09-16 Wayne DavisonTweaked the just-added error message to use my new...
2003-09-16 J.W. SchultzDetect and report when open or opendir succeed but...
2003-09-11 Wayne DavisonMention my recent changes.
2003-09-11 Wayne DavisonImproved file-related error messages by using the new
2003-09-11 Wayne DavisonTweaked an error message.
2003-09-11 Wayne DavisonAdded a new function, full_fname(), that makes a filena...
2003-09-11 Wayne DavisonInclude a few new stubs to handle the new full_fname...
2003-09-11 Wayne DavisonGot rid of some "/* dw */" comments and fixed some...
2003-09-11 Wayne DavisonGot rid of some "/* dw */" comments.
2003-09-11 Wayne DavisonIf lp_path() returns "/", set exclude_path_prefix to...
2003-09-11 Wayne DavisonMake sure that the new slash-stripping P_PATH code...
2003-09-10 Wayne DavisonChanged main() definition to avoid an extra prototype...
2003-09-10 Wayne DavisonMake sure that the "path" value has any trailing slashe...
2003-09-10 Wayne DavisonGot rid of trailing whitespace.
2003-09-09 Wayne DavisonAdded the new --protocol option.
2003-09-09 Wayne DavisonChanged most instances of "remote_version" to "protocol...
2003-09-09 Wayne DavisonChanged most instances of "remote_version" to "protocol...
2003-09-09 Wayne DavisonChanged "remote_version" to "protocol_version".
2003-09-04 J.W. Schultz*** empty log message ***
2003-09-04 J.W. SchultzAllow non-dir special files to be replaced with regular
2003-08-22 Wayne DavisonCast various s->blength references inside of MIN()...
2003-08-22 Wayne DavisonWhitespace tweaks.
2003-08-22 Wayne DavisonFixed the multiplying of blength*blength so that it...
2003-08-22 Wayne DavisonMade the UNUSED(parameter) macro calls read a little...
2003-08-22 Wayne DavisonMark unused vars.
2003-08-22 Wayne DavisonMake extra backup dirs mode 0700, not 0755.
2003-08-21 Wayne DavisonGot rid of a duplicate include for malloc.h and improve...
2003-08-21 Wayne DavisonGot rid of signed/unsigned-comparison warning if st_rde...
2003-08-21 Wayne DavisonGot rid of signed/unsigned-comparison warning if st_dev...
2003-08-21 Wayne DavisonLet's try only including malloc.h if stdlib.h isn't...
2003-08-21 Wayne DavisonSilenced a couple compiler warnings.
2003-08-20 Wayne DavisonMention some more bug fixes.
2003-08-20 Wayne DavisonCall setgroups(1, &gid) after setting the gid (rather...
2003-08-20 Wayne DavisonUse the AVAIL_OUT_SIZE() macro in a few more places...
2003-08-18 Wayne DavisonFixed a couple option-name typos (that had '_' instead...
2003-08-17 Wayne Davison- Made special exclusion-handling of '.' work in -R...
2003-08-15 J.W. SchultzWhitespace and indentation cleanup. There is a lot...
2003-08-06 J.W. SchultzMake --progress imply --verbose without incrementing...
2003-08-05 Wayne DavisonGot rid of unused OPT_* enums.
2003-08-04 Wayne DavisonImproved the mkstemp error message.
2003-08-04 Wayne DavisonMake sure that the error message for mkstemp() includes...
2003-08-04 Wayne DavisonInstead of ignoring SIG_CHLD, reap zombies in the signa...
2003-08-01 Wayne DavisonChange the way we pass the --suffix option to the remot...
2003-08-01 Wayne DavisonComplain if the --suffix value contains slashes (which...
2003-08-01 Wayne DavisonWe should bump the deletion_count for backed-up deleted...
2003-08-01 Wayne DavisonMention the --backup fix.
2003-08-01 Wayne DavisonProperly handle the backup_suffix/backup_dir settings...
2003-08-01 Wayne DavisonGot rid of suffix_specified and instead set backup_suff...
2003-08-01 Wayne DavisonUse the new backup_suffix_len and backup_dir_len variab...
2003-08-01 Wayne DavisonClarify some --backup/--backup-dir/--suffix issues.
2003-07-31 J.W. SchultzWhitespace and indentation fixes.
2003-07-30 Wayne DavisonNo longer needed (replaced by wildmatch).
2003-07-30 Wayne DavisonUpdated the exclude/include section to mention the...
2003-07-30 Wayne DavisonChanged the "**" description to reflect its no-longer...
2003-07-30 Wayne DavisonInclude "lib/wildmatch.h", not "lib/fnmatch.h" or ...
2003-07-30 Wayne DavisonGot rid of test for fnmatch.
2003-07-30 Wayne DavisonCall wildmatch(), not fnmatch().
2003-07-30 Wayne DavisonChanged lib/fnmatch.o to lib/wildmatch.o.
2003-07-26 Wayne DavisonMade the list of exclude/include changes more prominent...
2003-07-26 Wayne DavisonSome superficial tweaks I made while reading through...
2003-07-14 Wayne DavisonAdded one more test.
2003-07-14 Wayne DavisonUpdated for latest character-class change.
2003-07-14 Wayne DavisonMake sure that no character class can match a '/'.
2003-07-08 Wayne DavisonOptimized show_progress() to reduce the calls to gettim...
2003-07-08 Wayne DavisonOnly call show_progress() and end_progress() if do_prog...
2003-07-07 Wayne DavisonChanged "./0123456789" to just ".0123456789".
2003-07-07 Wayne DavisonI decided to go with the slightly simpler logic Thorild...
2003-07-07 Wayne DavisonImproved deficiencies in the hostname-vs-address check...
2003-07-07 Wayne DavisonCommented-out a test that wasn't consistent across...
2003-07-07 Wayne DavisonSilence some compiler warnings on HP-UX.
2003-07-07 Wayne DavisonA few more tests.
2003-07-07 Wayne DavisonImproved the summary output to use correct English...
2003-07-07 Wayne DavisonDon't treat "[:" as the start of a named set if there...
2003-07-06 Wayne DavisonAdded a few more items to the tests.
2003-07-06 Wayne DavisonImprove the format of the --iterations output.
2003-07-06 Wayne Davison- Return ABORT_ALL for a syntax error in the pattern...
2003-07-06 Wayne DavisonAdded match for new "no errors" line from wildtest.
2003-07-06 Wayne DavisonSwitch to using an input file so that backslashes are...
2003-07-06 Wayne DavisonAdded some portability code for the ctype functions.
2003-07-06 Wayne DavisonUpdated for latest wildmatch.c changes.
2003-07-06 Wayne Davison- Added [:class:] handling to the character-class code.
2003-07-05 Wayne DavisonWe now figure out if diff accepts -u and we'll use...
2003-07-05 Wayne DavisonSimplified the character-class code a bit.
2003-07-05 Wayne DavisonFixed the output of popt errors and changed our one...
2003-07-05 Wayne DavisonA wildtest change to handle someone using the included...
2003-07-05 Wayne DavisonAdded dependencies for wildtest.o.
2003-07-05 Wayne DavisonChanged some names since "depth" wasn't really the...
2003-07-05 Wayne DavisonAnother change to the wildtest rule to make it more...
2003-07-05 Wayne DavisonAdded a --depth option to report recursion depth values.
2003-07-05 Wayne DavisonImproved the ABORT logic to allow aborting consecutive...
2003-07-05 Wayne DavisonChanged the build rule for wildtest.
2003-07-05 Wayne DavisonAdded in the ABORT optimization logic from a newer...
2003-07-05 Wayne DavisonRestored an isdigit() check in the match_address()...
2003-07-05 Wayne DavisonA couple comment tweaks.
2003-07-05 Wayne DavisonChanged "diff -u" back to "diff -c" (for portability).
next