rsync/rsync-patches.git
2006-12-28 Wayne DavisonUpdated to apply to latest source.
2006-12-28 Wayne Davison- Updated to apply to latest source.
2006-12-27 Wayne Davison- Make sure that our patched files can end up with...
2006-12-27 Wayne DavisonFixed some patch fuzz.
2006-12-27 Wayne DavisonFixed failing hunks.
2006-12-18 Wayne DavisonAdding the manpage writeup from Matt.
2006-12-18 Wayne DavisonFixed failing hunks.
2006-12-17 Wayne DavisonFixed a compilation problem.
2006-12-17 Wayne DavisonUpdated to work once more (using the new file_struct...
2006-12-17 Wayne DavisonFixed a compilation error that crept into the code.
2006-12-17 Wayne DavisonFixed some compilation errors that crept into the code.
2006-12-17 Wayne DavisonFixed failing hunks.
2006-12-16 Wayne DavisonFixing failing hunks.
2006-12-16 Wayne DavisonUpdate the man page concerning the current ACL compatib...
2006-12-15 Wayne DavisonFixed failing hunks.
2006-12-15 Wayne DavisonRemoving this patch for now, as I'm not considering...
2006-12-15 Wayne DavisonFixed a failing hunk.
2006-12-12 Wayne DavisonFixed failing hunks.
2006-12-09 Wayne DavisonGot rid of some commented-out code.
2006-12-09 Wayne DavisonGot rid of some patch fuzz.
2006-12-09 Wayne DavisonFixed failing hunks.
2006-12-08 Wayne DavisonFixed failing hunks.
2006-12-08 Wayne DavisonFixed patch to work with --delete-delay.
2006-12-07 Wayne DavisonFixed a couple compile glitches.
2006-12-07 Wayne DavisonUpdated to work with new rsync.h defines.
2006-12-07 Wayne DavisonFixed failing hunks.
2006-12-07 Wayne DavisonFixed failing hunks.
2006-12-05 Wayne DavisonFixed failing hunks.
2006-12-04 Wayne DavisonDecided against this patch.
2006-12-04 Wayne DavisonFixed failing hunks.
2006-12-03 Wayne DavisonFixed failing hunks.
2006-12-03 Wayne Davison- Added a lock file.
2006-12-01 Wayne DavisonFixed failing hunks and added preallocate.diff.
2006-11-25 Wayne DavisonMatt added "const" to a couple char pointers.
2006-11-24 Wayne DavisonFixed failing hunks.
2006-11-23 Wayne DavisonFixed failing hunks.
2006-11-21 Wayne DavisonFixed failing hunks.
2006-11-19 Wayne DavisonFixed failing hunks.
2006-11-14 Wayne DavisonSimplified the patch a bit.
2006-11-11 Wayne DavisonFixed failing hunks.
2006-11-11 Wayne DavisonAdded missing no-delete check.
2006-11-11 Wayne DavisonFixed failing hunks.
2006-11-10 Wayne DavisonFixed some patch fuzz.
2006-11-10 Wayne DavisonFixed failing hunks.
2006-11-10 Wayne DavisonFixed the combining of --delete with --xattrs.
2006-11-10 Wayne DavisonFixed the combination of --acls with --delete-*.
2006-11-10 Wayne DavisonFixed failing hunks.
2006-11-10 Wayne DavisonUse the new isDigit() function.
2006-11-10 Wayne DavisonFixed failing hunks.
2006-11-09 Wayne DavisonFixed failing hunk.
2006-11-07 Wayne Davison- Fixed the setting of extra_len in receive_xattr().
2006-11-07 Wayne DavisonFixed the setting of extra_len in receive_xattr().
2006-11-05 Wayne DavisonMake sure that any weird mode bits (if they exist up...
2006-11-04 Wayne DavisonTweaked the increment style of a "for" loop.
2006-11-04 Wayne DavisonMoved the %-name preserving code into the regular xattr...
2006-11-04 Wayne DavisonThe non-linux version should not strip the "" prefix...
2006-11-04 Wayne Davison- The non-Linux version now preserves the user namespac...
2006-11-04 Wayne Davison- Improved the error messages.
2006-11-04 Wayne DavisonSimplified the prefix defines and made to work with...
2006-11-04 Wayne DavisonThe non-Linux version should also discard non-user...
2006-11-04 Wayne DavisonFixed length check when excluding XSTAT_ATTR.
2006-11-04 Wayne DavisonFixed the value of CENT_POS for non-Linux systems.
2006-11-04 Wayne DavisonMust bump the value of name_len when adding the rsync...
2006-11-04 Wayne Davison- We save our extended stat attributes using the name
2006-11-04 Wayne Davison- Changed the xattr namespaces check to filter out...
2006-11-03 Wayne DavisonFixed a compile problem in the non-Linux code.
2006-11-02 Wayne DavisonNamespace improvements.
2006-11-02 Wayne DavisonFixed to work with the latest xattr.diff.
2006-11-02 Wayne DavisonPreliminary xattr support for FreeBSD supplied by Wesle...
2006-11-01 Wayne DavisonWe now look for extra "patch -p1 <patches/FOO" commands...
2006-11-01 Wayne DavisonUpdated the opening comments to mention how to apply...
2006-10-30 Wayne DavisonGot rid of a superfluous extern.
2006-10-30 Wayne DavisonGot rid of superfluous externs.
2006-10-30 Wayne DavisonGot rid of a comment on an #endif.
2006-10-30 Wayne Davison- Tweaked the opening comments.
2006-10-30 Wayne Davison- Make sure we don't write out any extraneous mode...
2006-10-28 Wayne Davison- Really fixed the ability to configure without xattr...
2006-10-28 Wayne Davison- Improved the build when ACL support is disabled.
2006-10-28 Wayne Davison- Put the config.cache file in the parent dir of the...
2006-10-28 Wayne DavisonFixed a typo in configure.in that always enabled xattr...
2006-10-28 Wayne Davison- Improved the error handling.
2006-10-28 Wayne Davison- Make sure that we don't write an ACL in read-only...
2006-10-28 Wayne DavisonMake sure we don't write any xattrs in read-only or...
2006-10-28 Wayne Davison- I decided that we should leave as much of the real...
2006-10-28 Wayne DavisonChanged the unique_prefix and upre_len vars into defines.
2006-10-27 Wayne DavisonOne more fix to get the consistent-chmod value right.
2006-10-27 Wayne DavisonFixed the code that maintains the files with a consiste...
2006-10-27 Wayne DavisonChanged the way the fake xattr-stat data gets read...
2006-10-27 Wayne DavisonFixed a problem with the new fgetxattr() stubs.
2006-10-27 Wayne DavisonAdded sys_fgetxattr().
2006-10-27 Wayne Davison- Fixed a problem with the sscanf() count (now 5, not 4).
2006-10-27 Wayne DavisonSplit the major & minor device numbers.
2006-10-27 Wayne Davison- Fixed a bug I introduced into the daemon's "fake...
2006-10-27 Wayne DavisonMy verison of Wesley W. Terpstra's --fake-super patch.
2006-10-27 Wayne DavisonSet the xattrs prior to setting the ACLs.
2006-10-27 Wayne DavisonAdded removexattr() functions, which aren't used yet...
2006-10-26 Wayne DavisonOutput ssize_t values for rprintf() cast to long for...
2006-10-26 Wayne DavisonA fix that lets xattr support be compiled without ACL...
2006-10-26 Wayne DavisonThe OS X version now transmits a unique prefix ("user...
2006-10-26 Wayne Davison- Fixed a couple bugs in the rsync_xal_store(): the...
next