rsync/rsync-patches.git
2005-01-18 Wayne Davison- Added a caveat about --delete to the --fuzzy descript...
2005-01-18 Wayne Davison- Added a better filename-suffix-finding heuristic...
2005-01-18 Wayne DavisonSwapped out the simplistic measure_name() run-length...
2005-01-17 Wayne DavisonSome preliminary changes got mixed in with the last...
2005-01-17 Wayne DavisonGot rid of patch-fuzz.
2005-01-17 Wayne DavisonFixed a failing hunk.
2005-01-17 Wayne DavisonApplied to trunk.
2005-01-17 Wayne Davison- Added a description of "filter" to the rsyncd.yo...
2005-01-17 Wayne Davison- Fixed the handling of the "!" list-clearing rules.
2005-01-17 Wayne DavisonTwiddled a few defines in h and improved the docs.
2005-01-17 Wayne DavisonAnother round of re-think for the enhanced syntax....
2005-01-16 Wayne Davison- Added modifiers "C" and "E" to the include/exclude...
2005-01-16 Wayne DavisonAdded an entry for --fuzzy to the man page.
2005-01-16 Wayne DavisonFixed some patch fuzz.
2005-01-16 Wayne DavisonFixed a failing hunk.
2005-01-15 Wayne DavisonFixed a failing hunk.
2005-01-15 Wayne DavisonFixed a failing hunk.
2005-01-15 Wayne DavisonThe latest --link-dest option is now compatible with...
2005-01-15 Wayne DavisonFixed some fuzz.
2005-01-15 Wayne DavisonFixed a failing hunk.
2005-01-15 Wayne DavisonChanged the syntax that specifies a merge file. It...
2005-01-15 Wayne DavisonFixed a new failing hunk.
2005-01-14 Wayne DavisonFixed a failing hunk.
2005-01-10 Wayne Davison- Error-check the MSG_SUCCESS values going from the...
2005-01-10 Wayne DavisonFixed a failing hunk.
2005-01-10 Wayne DavisonDelay the renaming of all the temp files until the...
2005-01-08 Wayne DavisonImproved a sentence in the docs.
2005-01-01 Wayne DavisonFixed fuzzy hunks.
2005-01-01 Wayne DavisonFixed failing hunks.
2004-12-03 Wayne DavisonThe reverse behavior of the --dir-times option (also...
2004-11-29 Wayne DavisonFixed the code that complains if --fuzzy is combined...
2004-11-27 Wayne DavisonFixed failing hunks.
2004-11-27 Wayne DavisonFixed patch fuzz.
2004-11-27 Wayne DavisonPromoted to the trunk.
2004-11-27 Wayne DavisonFixed failing hunks.
2004-11-27 Wayne DavisonApplied to trunk (with significant changes).
2004-11-25 Wayne Davison- A slight improvement to the option-parsing code.
2004-11-17 Wayne DavisonFixed a failing hunk.
2004-11-12 Wayne DavisonA minor improvement to the variables involved.
2004-11-11 Wayne DavisonFixed a failing hunk.
2004-11-11 Wayne DavisonThis has been applied to the trunk.
2004-11-11 Wayne DavisonApplied to the trunk.
2004-11-11 Wayne DavisonFixed the option-parsing when no qualifying multiplier...
2004-11-03 Wayne DavisonFixed failing hunks.
2004-11-03 Wayne DavisonUpdated to work with latest g2r changes.
2004-11-03 Wayne DavisonMake --inplace work with --compare-dest, and efficient...
2004-11-03 Wayne DavisonAdded the FNAMECMP_CMPDEST define to avoid a literal...
2004-11-03 Wayne DavisonOptimized the flushing of the buffered I/O when we...
2004-10-20 Wayne DavisonA few more tweaks to sysacls.c and sysacls.h.
2004-10-20 Wayne Davison- Put sysacls.c into lib because it is taken from samba...
2004-10-20 Wayne DavisonAdded a couple command-line options.
2004-10-14 Wayne DavisonGot rid of fuzz.
2004-10-14 Wayne DavisonFixed a failing hunk.
2004-10-14 Wayne DavisonFixed failing hunk.
2004-10-14 Wayne DavisonFixed 2 failing hunks.
2004-10-09 Wayne Davison- Got rid of some compiler warnings (code moved from...
2004-10-09 Wayne DavisonAdded a variable to t_stub.c so that "make test" works.
2004-10-09 Wayne DavisonMoved some variable-init code into g2r-basis-filename...
2004-10-09 Wayne DavisonA recently added compare_dest check needed to be patched.
2004-10-09 Wayne DavisonFixed a failing hunk.
2004-10-08 Wayne Davison- Handle autoconf/autoheader requirements better when...
2004-10-08 Wayne DavisonFixed a build problem and a few bugs that crept into the
2004-10-01 Wayne DavisonRemoved now that an even better version of this patch...
2004-10-01 Wayne DavisonThis no longer depends on mkfifo.diff.
2004-09-30 Wayne DavisonUpdated to apply cleanly.
2004-09-30 Wayne DavisonUpdate Makefile.in so that all targets that use syscall...
2004-09-28 Wayne DavisonBased on an idea by Demian M. Nave, but implemented...
2004-09-27 Wayne DavisonNeed to make sure that the destination file doesn't...
2004-09-27 Wayne DavisonAdded a missing close() call and removed the forcing...
2004-09-23 Wayne DavisonImproved the default (suggested) commands depending...
2004-09-23 Wayne Davison- Reject --fuzzy if combined with --inplace.
2004-09-23 Wayne DavisonMust check if whole_file > 0 these days, not just ...
2004-09-23 Wayne Davison- Only include sys/un.h in syscall.c.
2004-09-22 Wayne DavisonMake the patch safer by using strlcpy() instead of...
2004-09-22 Wayne DavisonMoved the mkfifo() and socket-making code to mkfifo...
2004-09-22 Wayne DavisonMoved the mkfifo() and socket-making stuff from tru64...
2004-09-22 Wayne DavisonOne more tweak to the code in the backup.c file.
2004-09-22 Wayne DavisonNew patch from Marc St-Onge.
2004-09-21 Wayne DavisonThis patch shouldn't be needed anymore.
2004-09-21 Wayne DavisonUpdated to apply cleanly.
2004-09-18 Wayne DavisonOne possible solution to let users who can chown files...
2004-09-08 Wayne DavisonGot rid of an UNUSED() that was causing a problem.
2004-09-08 Wayne DavisonA compatibility fix that tries to handle a transfer...
2004-09-07 Wayne DavisonUpdated to work with latest generator/receiver changes.
2004-09-07 Wayne DavisonUpdated for latest generator/receiver changes.
2004-09-07 Wayne DavisonFixed failing hunk.
2004-09-07 Wayne DavisonOutput statistics about how long certain file-list...
2004-08-31 Wayne DavisonA potential solution for symlink-dir loop-breaking.
2004-08-31 Wayne DavisonMention a TODO item in the initial comments.
2004-08-23 Wayne DavisonTweaked the text of a few error messages.
2004-08-19 Wayne DavisonConfigure now fails if ACL support is requested and...
2004-08-19 Wayne DavisonMake sure we complain if -A is specified and ACL suppor...
2004-08-19 Wayne Davison- Fixed an instruction in the opening comments.
2004-08-13 Wayne DavisonUpdated.
2004-08-13 Wayne Davison- Fixed some bogus rsyserr() calls.
2004-08-13 Wayne DavisonUpdated the section that ensures that server-excluded...
2004-08-13 Wayne DavisonMade "make test" work.
2004-08-13 Wayne DavisonNew testsuite tests needed to use the -d option.
2004-08-13 Wayne DavisonThe calls to io_start_multiplex_in() and io_start_multi...
2004-08-13 Wayne DavisonFix the time-setting section in set_perms() so that...
next