rsync/rsync.git
2004-02-02 Wayne DavisonClarify the various safe/unsafe symlink options.
2004-02-02 Wayne DavisonGo back to using malloc() for the hard-link data struct...
2004-02-02 Wayne DavisonFree the hlink data again.
2004-02-02 Wayne DavisonMake sure that the idev struct's data is 4-byte aligned.
2004-02-02 Wayne Davison- Changed the file-list allocation to alloc all the...
2004-02-02 Wayne DavisonDon't free the hlink data (it is not separately allocat...
2004-02-02 Wayne DavisonChanged args to make_file() and free_file().
2004-02-02 Wayne DavisonAdded CLEAR_STRUCT and FREE_STRUCT defines.
2004-02-01 Wayne DavisonAdded some missing #if SUPPORT_HARD_LINK and #if SUPPOR...
2004-02-01 Wayne Davison- Fixed the bug where the --daemon option would squelch...
2004-02-01 Wayne DavisonChanged the rdev code to have both an "rdev" variable...
2004-01-31 Wayne DavisonOne more improvement to the 0-flag-byte avoidance algor...
2004-01-31 Wayne DavisonA small optimization to the symlink-send code, and...
2004-01-31 Wayne DavisonFixed the test to ensure that we don't send a flag...
2004-01-31 Wayne DavisonOne more minor variable-name change.
2004-01-31 Wayne DavisonSwitched a buffer name in make_file() to make the code...
2004-01-30 Wayne DavisonFixed the optional sanitization of the files_from arg.
2004-01-28 Wayne DavisonOK, "find ... -print0 | xargs -0 ..." wasn't portable...
2004-01-28 Wayne DavisonGot rid of indeterminacy in the overlapping-files.
2004-01-28 Wayne DavisonA couple more unsigned char changes to silence compiler...
2004-01-27 Wayne DavisonNew test to make sure that merging files from multiple...
2004-01-27 Wayne DavisonUse who_am_i() to qualify some debug messages.
2004-01-27 Wayne DavisonSet the am_generator flag. Use who_am_i().
2004-01-27 Wayne DavisonNew function: who_am_i() returns "sender", "receiver...
2004-01-27 Wayne DavisonAdded "am_generator".
2004-01-27 Wayne DavisonDon't free lastdir! It is still needed by the flist...
2004-01-27 Wayne DavisonRelocated the externs.
2004-01-27 Wayne DavisonSilenced some compiler warnings.
2004-01-27 Wayne DavisonBetter pid handling.
2004-01-27 Wayne DavisonCast getpid() to a long for output.
2004-01-27 Wayne DavisonBetter pid handling.
2004-01-27 Wayne DavisonFixed a comment.
2004-01-27 Wayne DavisonTweaked the externs.
2004-01-27 Wayne DavisonPercentage of file-count output was off by one.
2004-01-27 J.W. SchultzEXCLUDE PATTERNS is not just about syntax.
2004-01-27 Wayne DavisonMention the latest -x improvement. Also improved the...
2004-01-27 Wayne DavisonOptimized the -x option by removing the skip_filesystem...
2004-01-27 Wayne DavisonAdded FLAG_MOUNT_POINT.
2004-01-27 Wayne DavisonTweaked a comment.
2004-01-27 Wayne DavisonImproved the differentiation of the transmit flags...
2004-01-27 Wayne DavisonUse the new names for the transmit-flag defines. We...
2004-01-27 Wayne DavisonUse the new names for the transmit-flag defines.
2004-01-26 Wayne DavisonFixed reference to -u that should have been -o.
2004-01-26 J.W. SchultzBack out bad refactor (thanks Wayne)
2004-01-26 Wayne DavisonMention new hard-link optimization.
2004-01-25 Wayne DavisonAdded defines (FLAG_HLINK_EOL, HL_CHECK_MASTER, and...
2004-01-25 Wayne DavisonWe now link the hard-linked flist entries into a circul...
2004-01-25 Wayne DavisonUse the new hard_link_check() function to figure out...
2004-01-25 Wayne DavisonMoved the call to do_hard_links() and the final directo...
2004-01-25 Wayne DavisonChanged F_HEAD to F_HLINDEX.
2004-01-25 Wayne DavisonTweaked a comment.
2004-01-25 J.W. SchultzTightened up code in skip_filesystem()
2004-01-24 Wayne DavisonReplaced an snprintf() call with pathjoin().
2004-01-24 Wayne DavisonThe static last_in value in match_gid() needed to defau...
2004-01-24 Wayne DavisonAnother improvement in the "use chroot" section.
2004-01-23 Wayne DavisonRefer to I/O (not IO), ID (not id), and "an rsync"...
2004-01-23 Wayne DavisonImproved the "use chroot" discussion on ID mapping.
2004-01-23 Wayne DavisonMore changes to make the --owner and --group items...
2004-01-23 Wayne DavisonUse "an" in front of rsync, not "a".
2004-01-23 Wayne DavisonTweaked the --help text to refer to I/O (not IO) and...
2004-01-23 Wayne DavisonImproved the "use chroot" section to mention how to...
2004-01-23 Wayne DavisonImproved comments on --owner and --groups, and removed...
2004-01-23 Wayne DavisonProperly punctuate "etc." and changed all occurrences...
2004-01-23 Wayne DavisonFixed two more misspelled words.
2004-01-23 Wayne DavisonSome spelling corrections and other simple fixes.
2004-01-22 Wayne DavisonWhen setting an flist entry's flags, mask it with LIVE_...
2004-01-22 Wayne DavisonA couple comment tweaks.
2004-01-22 Wayne DavisonMade the getgroups() code a little more portable. ...
2004-01-22 Wayne DavisonImproved to add the default gid if it is missing from...
2004-01-22 Wayne DavisonRemoved an obsolete comment.
2004-01-22 Wayne DavisonTweaked an argv-type variable so that it's a little...
2004-01-22 Wayne DavisonUse the new f_name_to() calling syntax.
2004-01-22 Wayne Davison- Ensure in make_file() that we can't make a name that...
2004-01-22 Wayne DavisonAdded more missing news.
2004-01-22 Wayne DavisonNew news.
2004-01-22 Wayne DavisonSize-check the --temp-dir string so we don't have to...
2004-01-21 Wayne DavisonImproved a couple comments.
2004-01-20 Wayne DavisonUse new push_dir() syntax.
2004-01-20 Wayne Davison- Use the new push_dir() and pop_dir() calling syntax.
2004-01-20 Wayne Davison- Changed push_dir() to not take a "save" arg and to...
2004-01-20 Wayne DavisonUse new stringjoin() function.
2004-01-20 Wayne DavisonFind last '@' in the user@site string, just in case...
2004-01-20 Wayne DavisonUse new stringjoin() and pathjoin() functions.
2004-01-20 Wayne DavisonUse new pathjoin() function.
2004-01-20 Wayne DavisonUse new pathjoin() function.
2004-01-20 Wayne DavisonUse new stringjoin() function.
2004-01-20 Wayne DavisonUse new pathjoin() function.
2004-01-20 Wayne DavisonAdded stringjoin() and pathjoin().
2004-01-20 J.W. SchultzEliminate unneeded strlen after strlcpy.
2004-01-20 Wayne DavisonMake sure that strlcpy() returns the right value when...
2004-01-20 Wayne DavisonFixed a bug in strlcat() where it would not properly...
2004-01-19 Wayne DavisonMake sure that the batch-prefix string isn't overly...
2004-01-19 Wayne DavisonActually, let's avoid snprintf() where possible.
2004-01-18 Wayne DavisonUse snprintf() instead of strlcpy()+strlcat().
2004-01-17 Wayne DavisonA few minor string optimizations and a new complaint...
2004-01-17 Wayne DavisonGot rid of an extra call to io_start_buffering_out().
2004-01-17 Wayne DavisonUnified the externs.
2004-01-17 Wayne DavisonA fix for --cvs-exclude.
2004-01-17 Wayne DavisonItems read from a per-directory .cvsignore file should...
2004-01-16 Wayne DavisonOutput an error before we die if we get a wacko message...
next