rsync/rsync.git
2004-02-10 J.W. SchultzMake idev, hlink and file_struct + strings use allocation
2004-02-09 Wayne DavisonDie if we overflowed the args[] array when building...
2004-02-09 Wayne DavisonThe batch-options now set checksum_seed to the appropri...
2004-02-09 Wayne DavisonSet checksum_seed only if it is still zero.
2004-02-09 Wayne DavisonMade checksum_seed an extern.
2004-02-09 Wayne DavisonUse asprintf() in server_options() (plus a few more...
2004-02-09 Wayne DavisonUpdated the sizeof syntax and tweaked some whitespace.
2004-02-07 Wayne DavisonGot rid of unused true/false defines.
2004-02-07 Wayne DavisonMade a couple comments a little clearer.
2004-02-06 Wayne DavisonGot rid of unused string_area struct.
2004-02-06 J.W. SchultzStart flist with a more reasonable size, grow it linearly
2004-02-06 J.W. SchultzUpdate TODO to reflect recent changes.
2004-02-06 Wayne DavisonFixed the indentation in init_flist().
2004-02-06 J.W. SchultzCorrect sizeof usage and other whitespace.
2004-02-06 J.W. SchultzAdded a total memory allocated (allmem) line to
2004-02-05 J.W. SchultzCause all three processes to report memory stats when...
2004-02-05 Wayne DavisonMention a couple more changes.
2004-02-05 Wayne DavisonNow that the long-standing chgrp bug is fixed, go back...
2004-02-05 Wayne DavisonFixed a problem handling GID_NONE in match_gid().
2004-02-05 Wayne Davison- Fixed a bug using --numeric-ids as non-root when...
2004-02-05 Wayne DavisonAdded new extern.
2004-02-05 Wayne DavisonOnly call add_uid() or add_gid() if numeric_ids is...
2004-02-04 Wayne DavisonMoved a function.
2004-02-04 Wayne DavisonIf a gid doesn't have a name on the originating system...
2004-02-04 Wayne DavisonImproved the trailing comment.
2004-02-04 Wayne DavisonUse the new HAVE_GETGROUPS define.
2004-02-04 Wayne DavisonAdded function check for getgroups.
2004-02-04 Wayne DavisonUse MY_UID() instead of getuid().
2004-02-04 Wayne DavisonUse MY_GID() instead of getgid().
2004-02-04 Wayne DavisonAdded two defines: MY_UID() and MY_GID().
2004-02-04 Wayne DavisonAdded getegid to the functions we check.
2004-02-04 Wayne DavisonAdded geteuid to the functions to check.
2004-02-04 Wayne DavisonAnother improvement to the debug info we output.
2004-02-04 Wayne DavisonSet the "max verbosity" global to 9.
2004-02-04 Wayne DavisonUse the new lp_max_verbosity() value to limit the serve...
2004-02-04 Wayne DavisonAdded "max verbosity" global parameter that allows...
2004-02-04 Wayne DavisonTweaked the new debug-logging strings.
2004-02-04 Wayne DavisonTurned on 4 -v options for some build-farm testing.
2004-02-04 Wayne DavisonIf we encounter an error, output the rsyncd.log file...
2004-02-04 Wayne DavisonTemporarily switch to 4 -v options.
2004-02-04 Wayne DavisonDelay the output the (verbose > 3) list of files until...
2004-02-04 Wayne DavisonOutput some debug info if verbose > 3.
2004-02-04 Wayne DavisonIf we're dumping the file list (i.e. verbose > 3),...
2004-02-04 Wayne DavisonChanged the -x code to allow -L to copy a file on anoth...
2004-02-04 Wayne DavisonFixed a dropped '-'.
2004-02-03 Wayne DavisonAdded a little more compatibility code for non-standard...
2004-02-03 Wayne DavisonSome indentation fixes and the removal of some superflu...
2004-02-03 Wayne DavisonChanged a couple sizeof calls and improved some string...
2004-02-03 Wayne DavisonModified sizeof usage and eliminated trailing whitespace.
2004-02-03 Wayne DavisonAdded some temporary code to try to figure out what...
2004-02-03 Wayne DavisonIf verbose > 2, mention it if we're setting the uid...
2004-02-03 J.W. Schultzcorrect sizeof usage.
2004-02-03 Wayne DavisonMade hard-link sending compatible with pre-28 protocols...
2004-02-03 J.W. SchultzCorrected sizeof usage:
2004-02-02 Wayne DavisonFix for memset bug found by buildfarm.
2004-02-02 Wayne DavisonChange to try to debug a failure on the build farm.
2004-02-02 Wayne DavisonDon't warn about lack of -l support if we're the sender...
2004-02-02 Wayne Davison- Call init_flist().
2004-02-02 Wayne Davison- Use as little memory as possible for the file_struct...
2004-02-02 Wayne DavisonAdded comment about the position of file_list's "flags...
2004-02-02 Wayne DavisonDon't free link_u.idev.
2004-02-02 Wayne DavisonUse "%H:%M:%S" instead of "%T" in strftime() call since...
2004-02-02 Wayne DavisonClarify the safe/unsafe symlink options in the usage...
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...
next