rsync/rsync.git
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).
2003-07-05 Wayne DavisonChange most SAME-AS-FNMATCH "false" values to "true...
2003-07-05 Wayne DavisonGet rid of a couple compiler warnings.
2003-07-05 Wayne DavisonDon't define COMPARE_WITH_FNMATCH by default.
2003-07-05 Wayne DavisonInclude lib/wildmatch.h directly for now (until we...
2003-07-05 Wayne DavisonTest the new wildmatch() routine using the wildtest...
2003-07-05 Wayne DavisonBuild "wildtest" for "make check".
2003-07-05 Wayne DavisonIgnore "wildtest".
2003-07-05 Wayne DavisonA testbed to stress the new wildmatch() routine.
2003-07-05 Wayne DavisonA new wildcard-matching routine to replace the fnmatch...
2003-07-04 Wayne DavisonChanged "diff -c" to "diff -u".
2003-07-04 Wayne DavisonAttempting to fix the snprintf() conflict on a gcc...
2003-07-04 Wayne DavisonUse "return" at the end of main() to silence some compi...
2003-07-04 Wayne DavisonMade rprintf() of size_t value portable.
2003-07-04 Wayne DavisonImproved upon my last patch to make it clearer and...
2003-07-03 Wayne DavisonChanged the syntax of a comment.
2003-07-03 Wayne DavisonMention the compression (-z) fix.
2003-07-03 Wayne DavisonFixed a problem where we might not have enough room...
2003-07-01 Wayne DavisonMention the exclude changes.
2003-07-01 Wayne DavisonModified the glob_expand_one() function to check the...
2003-07-01 Wayne DavisonNew stubs to get the test setup to compile with the...
2003-07-01 Wayne DavisonAdded some defines for the various exclude-function...
2003-07-01 Wayne DavisonChanged add_exclude*() calls to use the revised arg...
2003-07-01 Wayne DavisonModifications to handle the new server_exclude_list...
2003-07-01 Wayne DavisonMade make_exclude() store anchored config-file excludes...
2003-07-01 Wayne DavisonWe now put the excludes from the config file into a...
2003-07-01 Wayne DavisonCall make_file() using the revised arg syntax and new...
2003-06-17 Martin PoolAdd a comment about using getpassphrase() or readpassph...
2003-06-10 J.W. SchultzCredit where due.
2003-06-10 J.W. SchultzClarified EXCLUDE PATTERNS to enforce the relativity of
2003-05-22 J.W. SchultzChanged write file to cope with partial writes by looping
2003-05-16 Wayne DavisonUpdated the long description for the --perms option.
2003-05-14 J.W. SchultzAdded AIX and OSX build workaround notes.
2003-05-12 Wayne DavisonAnother MD4 fix for protocol 27 (from Christoph Bartelmus).
2003-05-10 Wayne DavisonCleaned up whitespace/indentation.
2003-05-10 Wayne DavisonOptimized away 3 calls to strcmp().
2003-05-09 J.W. SchultzModified the (in|ex)clude [from] option descriptions to
2003-05-04 Jos BackusRemove generated file config.log.
2003-05-02 J.W. SchultzAdded --link-dest to the --help output.
2003-05-01 Wayne DavisonExclude/include bug fixes.
2003-05-01 Wayne DavisonChanged the expected results to match the new bug-fixed...
2003-05-01 Wayne DavisonTweaked the exclude_struct for our improved matching...
2003-05-01 Wayne DavisonMention that a pattern with "**" is matched against...
2003-05-01 Wayne DavisonFixed some matching bugs; made the logic of the matchin...
2003-04-24 Wayne DavisonMention the improved trailing-slash-in-destination...
2003-04-24 Wayne DavisonMade my last change a little better.
2003-04-24 Wayne DavisonIf the user specifies a trailing slash on the destinati...
2003-04-23 J.W. SchultzCopy relative path caviat from --compare-dest to
2003-04-23 Wayne DavisonChanged one part of the exclude-test setup to test...
2003-04-22 Wayne DavisonFixed a typo and added a couple clarifying phrases...
2003-04-22 Wayne DavisonTest various exclude/include patterns.
2003-04-22 Wayne DavisonChanged test_xfail to test_fail.
2003-04-22 Wayne DavisonFixed a problem with the test code and enabled it ...
2003-04-21 J.W. SchultzMake explicit that (in|ex)clude patterns are for relative
2003-04-18 Wayne DavisonMade a slight tweak to the previous --stats change.
2003-04-17 Wayne DavisonMention the change to the --stats output.
2003-04-17 Wayne DavisonOnly display the malloc stats if we're at least double...
2003-04-17 Wayne DavisonSome whitespace/indentation cleanup.
2003-04-11 J.W. Schultzdocument bug fix for --link-dest and lack of -pgo.
2003-04-10 restrict(Really mbp)
2003-04-10 Wayne DavisonFixed a weird line corruption in the last check-in...
2003-04-10 J.W. Schultz - Per-file dynamic block size is now sqrt(file...
2003-04-10 J.W. Schultz - for protocol version >= 27, mdfour_tail() is called...
2003-04-10 J.W. SchultzNow support dynamic per-file checksum2 size.
2003-04-10 J.W. Schultzversions prior to 1.7.0 (protcol version 17) cannot...
2003-04-09 Paul GreenFix bug reported by engard.ferenc at innomed.hu whereby...
2003-04-01 J.W. SchultzRemove tempname length problem and files-from from...
2003-03-31 J.W. SchultzRemoving vestigial support for protocol versions prior...
2003-03-31 J.W. SchultzLogic error in preserve_perms + link_dest
2003-03-30 Wayne DavisonFixed a typo.
2003-03-30 Wayne DavisonStarted a new section for the next release.
2003-03-30 Wayne DavisonTweaked the O_BINARY code to the latest idiom.
2003-03-30 Wayne DavisonDefine O_BINARY as "0" if it isn't defined.
2003-03-30 Wayne DavisonDocumented --files-from, --no-relative, --no-implied...
2003-03-30 Wayne DavisonSupport the new --files-from, --no-relative, --no-impli...
2003-03-30 Wayne DavisonOpen the file in BINARY fd mode, handle the normal...
2003-03-30 Wayne DavisonSupport the new --files-from and --no-implied-dirs...
2003-03-30 Wayne DavisonSupport the new --files-from and --from0 options.
2003-03-30 Wayne DavisonSupport the new --files-from option.
2003-03-26 J.W. SchultzMake link-dest aware of --perms, --owner and --group.
2003-03-26 J.W. SchultzPrevent tempfile names from overflowing.
2003-03-25 J.W. SchultzWarn if 64bit value sent or received on system that...
2003-03-25 J.W. SchultzSeperate the uint64_t macros from int64_t
2003-03-25 J.W. SchultzFrustration mounting. I'll get it right eventually.
2003-03-25 J.W. Schultzearlier problem was a typo.
2003-03-25 J.W. SchultzAnother stab at uint64 because some platforms seem...
2003-03-25 J.W. Schultzremoved log_transfer() It was no more than a conditional
2003-03-25 J.W. SchultzCreate uint64 for INO64_T and DEV64_T eliminating type...
2003-03-24 J.W. SchultzIncreased maximum protocol version.
2003-03-24 J.W. SchultzMinor correction to protocol annotation.
2003-03-24 J.W. SchultzAnnotated each release with protocol version and
2003-03-21 Wayne DavisonThe close_all() function was missing its "void" prototype.
2003-03-21 Wayne DavisonGet rid of eol whitespace.
2003-03-21 Wayne DavisonOptimized the implied-directory code to avoid putting...
2003-03-21 Wayne Davison- Use popt to better effect for the two options that...
next