rsync/rsync-patches.git
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...
2006-10-24 Wayne DavisonGot rid of some patch fuzz.
2006-10-22 Wayne DavisonChanged the sys_acl_get_file() function to return ENOTS...
2006-10-22 Wayne DavisonAdded missing DEBUG() define.
2006-10-22 Wayne DavisonNeed to use (mode_t)~0 instead of ~0u for portability.
2006-10-22 Wayne DavisonFixed the crash problem Matt found.
2006-10-21 Wayne DavisonFixed a bug when acls are being preserved and one of...
2006-10-18 Wayne DavisonFixed failing hunk.
2006-10-16 Wayne Davison- Fixed the filename passed to make_mutable().
2006-10-16 Wayne DavisonGot rid of the (unneeded) ./prepare_source instructions.
2006-10-15 Wayne DavisonFixed compilation problems that crept into the code.
2006-10-15 Wayne DavisonI don't think we need this.
2006-10-15 Wayne DavisonChanged the code to call make_mutable() on a temp file...
2006-10-15 Wayne DavisonThe changes to cleanup.c now use the new case_N.h file.
2006-10-14 Wayne DavisonFixed a failing hunk.
2006-10-14 Wayne DavisonFixed failing hunk.
2006-10-13 Wayne DavisonFixed failing hunks.
2006-10-13 Wayne DavisonGot rid of double-fuzz hunk.
2006-10-13 Wayne DavisonFixed failing hunks.
2006-10-13 Wayne DavisonFixed a failing hunk.
2006-10-12 Wayne DavisonUpdated for rolled-back trunk.
2006-10-11 Wayne DavisonFixed failing hunks and failing itemize testsuite.
2006-10-09 Wayne DavisonFixed a failing hunk.
2006-10-09 Wayne DavisonFixed some failing hunks.
2006-10-08 Wayne DavisonFixed failing hunks.
2006-09-24 Wayne DavisonFixed some failing hunks.
2006-09-20 Wayne DavisonSome improvements from marineam@osuosl.org.
2006-09-20 Wayne DavisonFixed failing hunks.
2006-07-25 Wayne DavisonFixed failing hunks.
2006-07-05 Wayne DavisonFixed failing hunks.
2006-06-07 Wayne DavisonA patch from Antti Tapaninen.
2006-06-07 Wayne DavisonFixed failing hunks.
2006-06-07 Wayne DavisonA patch from Stefan Müller.
2006-06-05 Wayne DavisonGot rid of some patch fuzz.
2006-06-05 Wayne DavisonFixed a failing hunk.
2006-06-01 Wayne DavisonFixed a failing hunk.
2006-05-31 Wayne DavisonMention -X isn't included in --archive (-a) in option...
2006-05-31 Wayne DavisonMention -A isn't included in --archive (-a) in option...
2006-05-29 Wayne DavisonFixed failing hunks.
2006-05-18 Wayne DavisonFixed a failing hunk.
2006-05-17 Wayne DavisonFixed some patch fuzz.
2006-05-17 Wayne DavisonFixed a failing hunk.
2006-05-13 Wayne DavisonGot rid of patch fuzz.
2006-05-09 Wayne DavisonFixed failing hunks.
2006-05-09 Wayne DavisonApplied this to the trunk (with a few improvements).
2006-05-05 Wayne DavisonFixed some patch fuzz.
2006-05-05 Wayne DavisonFixed failing hunks.
2006-05-04 Wayne DavisonFixed a problem with the ACLS_NEED_MASK code in unpack_...
2006-05-04 Wayne Davison- A couple minor changes for systems with a forced...
2006-05-03 Wayne DavisonFixed failing hunks.
2006-05-03 Wayne DavisonFixed failing hunks.
2006-05-02 Wayne DavisonFixed failing hunks.
2006-05-01 Wayne Davison- Updated to apply over the new ACL patch.
2006-05-01 Wayne Davison- Improved send_acl() to handle an error case where...
2006-05-01 Wayne DavisonGot rid of the extra file-list int32 index vars on...
2006-05-01 Wayne DavisonMoved the inclusion of the ACL include files from h...
next