]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
2006-12-28  Wayne DavisonHandle the new incremental-recursion mode.
2006-12-28  Wayne Davison- Handle the new incremental-recursion mode.
2006-12-28  Wayne DavisonNew functions, variables, and file-list code to support...
2006-12-28  Wayne DavisonNew support function: change_local_filter_dir().
2006-12-28  Wayne Davison- Choose --delete-before or --delete-during depending...
2006-12-28  Wayne DavisonSome new defines for incremental-recursion mode.
2006-12-28  Wayne Davison- Changes to handle new default of --delete-during...
2006-12-28  Wayne DavisonOnly append_mode > 0 now indicates option is enabled.
2006-12-28  Wayne DavisonOnly sparse_files > 0 now indicates option is enabled.
2006-12-28  Wayne DavisonNeaten up use of uid_t/gid_t variable types.
2006-12-28  Wayne DavisonDon't include MATCHFLG_PERISHABLE in CVS-exclude handli...
2006-12-27  Wayne DavisonFix the building of mkrounding$(EXEEXT) when building...
2006-12-27  Wayne DavisonMade the int_byte_cnt[] array 75% smaller.
2006-12-27  Wayne DavisonIgnore all conftest* items, as Matt suggested.
2006-12-26  Wayne DavisonFix usage message.
2006-12-26  Wayne DavisonTest --only-write-batch option.
2006-12-25  Wayne DavisonCan just test ignore_errors w/o lp_ignore_errors(module...
2006-12-25  Wayne DavisonSet ignore_errors variable based on lp_ignore_errors...
2006-12-24  Wayne DavisonImproved the new --pasword-file error message.
2006-12-24  Wayne DavisonFixed a thinko in the last news item.
2006-12-24  Wayne DavisonMention checking of --password-file's use.
2006-12-24  Wayne DavisonMake the --password-file option's summary even better.
2006-12-24  Wayne DavisonImproved the docs for the --password-file option.
2006-12-24  Wayne DavisonImproved the summary of the --password-file option.
2006-12-24  Wayne DavisonIf the user specified --password-file without using...
2006-12-23  Wayne DavisonMake use of the SHORT_SUM_LENGTH define.
2006-12-23  Wayne DavisonFixed a problem with the output of %f for non-daemon...
2006-12-23  Wayne DavisonMention the %f fix.
2006-12-20  Wayne DavisonFixed the item numbers in the regex comment.
2006-12-18  Wayne DavisonCall SIGACTION() instead of signal().
2006-12-18  Wayne DavisonMoved the write_stream_flags() call from io.c into...
2006-12-18  Wayne DavisonRenamed flist_extra_cnt to file_extra_cnt.
2006-12-18  Wayne DavisonGot rid of the "tweaked" versions of the uid and gid...
2006-12-18  Wayne DavisonTweaked the output a little.
2006-12-17  Wayne DavisonA few more minor tweaks.
2006-12-17  Wayne Davison- We now define int16 and uint16.
2006-12-17  Wayne DavisonWe now check for these: int16_t, uint16_t, int32_t...
2006-12-17  Wayne DavisonGot rid of the code that sorted based on struct idev...
2006-12-17  Wayne DavisonUse F_ROOTDIR() in place of dir.root.
2006-12-17  Wayne DavisonUse F_DEPTH() in place of dir.depth.
2006-12-17  Wayne DavisonGot rid of the hlink_pool in favor of using the new...
2006-12-17  Wayne Davison- Got rid of "struct idev".
2006-12-17  Wayne DavisonMoved the flist_extra_cnt stuff from options.c to compa...
2006-12-17  Wayne Davison- Ensure that mkrouding gets rebuilt when rsync.h changes.
2006-12-16  Wayne DavisonMake the error messages a little clearer.
2006-12-16  Wayne DavisonOutput some info about the size of our structures.
2006-12-16  Wayne DavisonChanged the static file_struct var to match the changes...
2006-12-16  Wayne DavisonUse the new rounding.h file to optionally round up...
2006-12-16  Wayne DavisonBuild & run mkrounding to make the rounding.h file...
2006-12-16  Wayne DavisonMoved the file_extra union out of the file_struct.
2006-12-16  Wayne DavisonNew file to figure out if a system has any rounding...
2006-12-16  Wayne DavisonAdded mkrounding and rounding.h.
2006-12-16  Wayne DavisonMention hard-link memory savings and byte-transfer...
2006-12-16  Wayne DavisonAdded a basename var to file_struct at the end, making...
2006-12-16  Wayne DavisonChanged the test for the 2.6.8 bug to preserve owner...
2006-12-15  Wayne DavisonMoved the calls to init_hard_links() into flist.c.
2006-12-15  Wayne DavisonAdded a simple hashtable routine for hashing st_dev...
2006-12-15  Wayne DavisonFor protocol 30, the sender uses the new idev_node...
2006-12-15  Wayne Davison- The XMIT_SAME_DEV define is now pre-protocol-30 specific.
2006-12-14  Wayne DavisonRenamed XMIT_HAS_IDEV_DATA to XMIT_HLINKED.
2006-12-13  Wayne DavisonRenamed the F_*HLINK* macros to make their purpose...
2006-12-13  Wayne DavisonTweaked the option-passing code's delete logic to make...
2006-12-12  Wayne DavisonCast FILE_STRUCT_LEN & EXTRA_LEN to int for rprintf().
2006-12-12  Wayne DavisonUse new BITS_EQUAL() define.
2006-12-12  Wayne DavisonAdded BITS_EQUAL() define.
2006-12-12  Wayne DavisonRemoved last reference to "struct hlist".
2006-12-12  Wayne DavisonNeaten some function formatting.
2006-12-12  Wayne DavisonProvide alternate F_LENGTH() define for systems with...
2006-12-10  Wayne DavisonMention fix for -vv --stats.
2006-12-10  Wayne DavisonAdded MSG_CLIENT to the acceptable messages the generat...
2006-12-10  Wayne DavisonAdded MSG_CLIENT to the msgcode enum.
2006-12-09  Wayne DavisonA minor format tweak.
2006-12-09  Wayne DavisonHandle the new output from the hard-link code, includin...
2006-12-09  Wayne Davison- Added FLAG_HLINK_DONE.
2006-12-09  Wayne DavisonGot rid of the pool-destroy call since this is not...
2006-12-09  Wayne DavisonCall the new hard-link init functions.
2006-12-09  Wayne Davison- Use the revamped hard-link functions.
2006-12-09  Wayne Davison- Revamped the hard-link algorithm to save memory.
2006-12-09  Wayne DavisonChanged the hlink_pool variable to be a global since...
2006-12-08  Wayne DavisonExplicitly cast the length values down to an uint32...
2006-12-08  Wayne DavisonGet rid of some signed/unsigned-comparison compiler...
2006-12-08  Wayne DavisonUse --delete-delay instead of --delete-after.
2006-12-08  Wayne Davison- The --delete-delay code now does its own output buffe...
2006-12-08  Wayne DavisonFixed --delete-delay by making the fprintf() output...
2006-12-07  Wayne DavisonAdded missing initialization of new solo_file variable.
2006-12-07  Wayne DavisonSome minor format tweaks.
2006-12-07  Wayne Davison- Use renamed hard-link defines: F_HL_IDEV() and F_HL_L...
2006-12-07  Wayne Davison- Set "solo_file" bool and use that for improved clarity.
2006-12-07  Wayne Davison- Use the new device defines: F_RDEV_P(), DEV_MAJOR...
2006-12-07  Wayne DavisonUse the new device defines: F_RDEV_P(), DEV_MAJOR(...
2006-12-07  Wayne Davison- Added a signed number to the flist_extras union.
2006-12-07  Wayne DavisonImproved the format of the debug output for mknod().
2006-12-06  Wayne DavisonMention waitpid() fix (which helps pre-xfer exec).
2006-12-06  Wayne DavisonThe wait_process() call now handles EINTR.
2006-12-06  Wayne DavisonIf the pre-xfer exec failed with -1, output the strerror()
2006-12-06  Wayne Davison#ifdef calls to hard-link functions.
2006-12-06  Wayne Davison- Make some char* pointers const.
2006-12-06  Wayne DavisonChanged i -> ndx in several variables.
2006-12-06  Wayne DavisonF_SUM() needed to use HLINK_BUMP().
2006-12-05  Wayne DavisonHandle the FLAG_LENGTH64 flag in unmake_file().
next