Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-03 | Update the copyright year. | Wayne Davison | 1 | -1/+1 | |
2008-09-01 | Split up the ifuncs.h file into 3 .h files. | Wayne Davison | 1 | -0/+1 | |
2008-09-01 | Output numbers in 3-digit groups by default (e.g. 1,234,567). | Wayne Davison | 1 | -1/+1 | |
Also improved the human-readable output functions, including adding the ability to output negative numbers. | |||||
2008-07-17 | Changed human_num() to big_num() with an extra arg so that it can | Wayne Davison | 1 | -4/+4 | |
be used in place of all %.0f output idioms. | |||||
2008-07-14 | A couple xattr fixes for --fake-super. | Wayne Davison | 1 | -3/+6 | |
2008-06-12 | Cast the datum_len value to a long for rprintf(). | Wayne Davison | 1 | -2/+2 | |
2008-06-08 | A couple more xattr improvements: | Wayne Davison | 1 | -5/+6 | |
- Made the XSTATE_* defines avoid using 0. - Call !XATTR_ABBREV() in recv_xattr_request(). - Improved the "internal abbrev" error message. - Fixed the potential for a directory time glitch in xattrs.diff. | |||||
2008-06-08 | Fixed an "Internal abbrev error" when dealing with an xattr value | Wayne Davison | 1 | -4/+8 | |
that is unchanged on an early file, and changed on a later file. Added 2 new test cases to ensure this stays fixed. | |||||
2008-05-17 | Fixed several issues with preserving xattrs when using --backup. | Wayne Davison | 1 | -0/+42 | |
2008-04-15 | Use overflow_exit() for overflows, not out_of_memory(). | Wayne Davison | 1 | -7/+7 | |
2008-03-07 | Fixed a syntax problem for non-HAVE_LINUX_ATTRS systems. | Wayne Davison | 1 | -6/+6 | |
2008-03-07 | Fixed the interaction of --fake-super with --link-dest & --xattrs. | Wayne Davison | 1 | -26/+41 | |
Fixed the munging of non-user namespace xattrs w/--fake-super. Fixed the sorting of received xattrs when name-munging occurs. Added xattr tests to verify that these things stay fixed. | |||||
2008-03-01 | Include 2008 in the copyright years. | Wayne Davison | 1 | -1/+1 | |
2008-02-06 | Make get_xattr_names() even safer at fetching the list of attr names. | Wayne Davison | 1 | -22/+20 | |
2008-01-12 | Another xattr "internal abbrev" fix for an xattr object that is | Wayne Davison | 1 | -27/+5 | |
shared by multiple files: handle the case where one file has an abbreviated item set correctly, but a following item does not. Also extended testsuite/xattrs.test to verify that this works. | |||||
2008-01-12 | Fixed a bug with truncated xattr data requests when the receiver | Wayne Davison | 1 | -26/+38 | |
needs to discard some of the items from the sender's list. | |||||
2007-11-25 | Various xattr fixes: | Wayne Davison | 1 | -12/+18 | |
- Fake-super mode no longer strips the RSYNC_PREFIX from a "%name" item. - Make various places skip the fake-super xattr when --fake-super is enabled. - If we fail to re-read the xattr value of an xattr we are trying to un- abbreviate, send a zero for its length (avoiding a protocol problem). | |||||
2007-11-24 | Fixed a problem with --fake-super not getting the fully tweaked new_mode | Wayne Davison | 1 | -5/+11 | |
value. Also fixed the removal of rsync-internal xattr values on the destination files when we aren't copying rsync-internal xattr values. | |||||
2007-11-22 | New logging categories added to allow differentiation between | Wayne Davison | 1 | -14/+14 | |
transfer errors, normal errors, and warnings. New messages are translated into old FERROR/FINFO categories for older protocols. | |||||
2007-11-05 | Make sure that get_xattr_data() never tries to malloc 0 bytes. | Wayne Davison | 1 | -4/+7 | |
2007-11-05 | Fixed get_xattr_acl() -- it needed to zero *len_p. | Wayne Davison | 1 | -0/+1 | |
2007-09-29 | Added get_xattr_acl(), set_xattr_acl(), and del_def_xattr_acl(). | Wayne Davison | 1 | -0/+27 | |
2007-09-23 | Changed "statx" to "stat_x" to try to work around a build problem on AIX. | Wayne Davison | 1 | -8/+8 | |
2007-09-22 | Moved inline functions from rsync.h into ifuncs.h. | Wayne Davison | 1 | -0/+1 | |
2007-07-10 | Tweaking the license text a bit more. | Wayne Davison | 1 | -2/+3 | |
2007-07-07 | Switching to GPL 3. | Wayne Davison | 1 | -3/+2 | |
2007-07-02 | We omit copying any user-space rsync.%FOO attributes unless the | Wayne Davison | 1 | -5/+7 | |
user specified -X twice. | |||||
2007-05-20 | - Use F_OWNER() and F_GROUP() instead of F_UID() and F_GID(). | Wayne Davison | 1 | -3/+3 | |
2007-04-24 | Adding the --fake-super option. | Wayne Davison | 1 | -10/+179 | |
2007-04-20 | Changed the *_abbbrevint() functions to *_varint(). | Wayne Davison | 1 | -16/+16 | |
2007-04-07 | The improved --xattrs option is landing on the trunk. | Wayne Davison | 1 | -0/+775 | |