rsync/rsync.git
2006-11-09 Wayne DavisonGot rid of type-casting into isFOO() and toFOO() functi...
2006-11-09 Wayne DavisonImproved the vmefail() code.
2006-11-09 Wayne DavisonFixed a problem with the xstrdup() change.
2006-11-09 Wayne DavisonGet rid of the last strcpy() call by using an static...
2006-11-09 Wayne DavisonUse a new isSpace() inline function to call isspace...
2006-11-09 Wayne DavisonNeed to include lib/snprintf.o when building wildtest.
2006-11-09 Wayne DavisonChanged _ABS to be defined as MY_ABS.
2006-11-09 Wayne DavisonGot rid of code to twiddle _ABS.
2006-11-09 Wayne DavisonMoved definition of DBL_EPSILON.
2006-11-09 Wayne DavisonTry a full prototype for alloca() for those systems...
2006-11-09 Wayne Davison- Define snprintf() when needed.
2006-11-09 Wayne DavisonThe Mac version of GCC can now handle __attribute__ .
2006-11-09 Wayne DavisonRolling over the NEWS file for the next version.
2006-11-09 Wayne DavisonChange the version for new CVS work.
2006-11-09 Wayne Davison- Upgraded popt to version 1.10.2.
2006-11-07 Wayne DavisonPreparing for release of 2.6.9
2006-11-04 Wayne DavisonModified to recognize FreeBSD's setfacl command.
2006-11-02 Wayne DavisonUpdated to the version dated 2006-07-02.
2006-10-31 Wayne DavisonNeed to include netinet/tcp.h to get TCP_NODELAY defined.
2006-10-28 Wayne DavisonMention the addition of the fake-super.diff patch.
2006-10-27 Wayne DavisonDon't put backslashes before the dashes in " -- ".
2006-10-27 Wayne DavisonMention the fix for bug #4079.
2006-10-26 Wayne DavisonMention WIFEXITED() change.
2006-10-26 Wayne DavisonMention Mac OS X xattr work.
2006-10-26 Wayne DavisonPreparing for release of 2.6.9pre3
2006-10-24 Wayne DavisonRun tweak_manpage_dashes on the man pages we generate.
2006-10-24 Wayne DavisonUndo temporary changes used for build-farm testing...
2006-10-24 Wayne DavisonAdded a define for WIFEXITED() that is used if one...
2006-10-24 Wayne DavisonDocument the --no-motd option.
2006-10-24 Wayne DavisonDocument the --no-motd option, with a caveat on how...
2006-10-24 Wayne DavisonObey the new --no-motd option.
2006-10-24 Wayne DavisonAdded the --no-motd option to silence just the text...
2006-10-24 Wayne DavisonPost-process manpages with the tweak_manpage_dashes...
2006-10-24 Wayne DavisonRun patch with -t so that it doesn't ask any questions.
2006-10-24 Wayne DavisonA perl script that does appropriate backslash escaping...
2006-10-22 Wayne Davison- Fixed an error-handling path in try_dests_reg().
2006-10-22 Wayne DavisonUse "test" instead of "[ ... ]" for better portability.
2006-10-22 Wayne DavisonAdded missing cleanup of empty ACL files.
2006-10-22 Wayne DavisonChange the unpatch code for NetBSD.
2006-10-22 Wayne DavisonTemporary changes to have the build-farm configure...
2006-10-18 Wayne DavisonMention the fix that lets a push now override the parti...
2006-10-18 Wayne DavisonThe server should not be adding an assumed filter rule...
2006-10-18 Wayne DavisonAdded a risk filter for the partial-dir since we use...
2006-10-18 Wayne DavisonStop disabling the RSYNC_PARTIAL_DIR environment variab...
2006-10-17 Wayne DavisonMake sure the new link_dest_used value gets zeroed...
2006-10-16 Wayne Davison- Fixed a compile problem ("len" not defined) in inet_n...
2006-10-15 Wayne Davison- Die if we can't edit the release date into NEWS or...
2006-10-15 Wayne DavisonImproved a comment.
2006-10-15 Wayne DavisonImproved a couple existing items.
2006-10-15 Wayne DavisonUse the new case_N.h file to make sure that our cleanup...
2006-10-15 Wayne DavisonA helper file for cleanup.c.
2006-10-15 Wayne DavisonNow that samba.org has a modern rsync, we can go back...
2006-10-14 Wayne DavisonPreparing for release of 2.6.9pre2
2006-10-14 Wayne DavisonUse the MAX_RENAMES_DIGITS define in the relevant snpri...
2006-10-14 Wayne DavisonImproved the description of the code-checker work..
2006-10-14 Wayne DavisonUpdated the news about the exit_cleanup() improvement.
2006-10-14 Wayne DavisonImproved the _exit_cleanup() function to handle potenti...
2006-10-14 Wayne DavisonGot rid of EXIT_OR_RETURN() macro again -- switching...
2006-10-14 Wayne DavisonThe cleanup code that handles moving the temp file...
2006-10-14 Wayne DavisonMention the latest fixes and internal changes.
2006-10-14 Wayne DavisonGot rid of the recent paranoid length check because...
2006-10-14 Wayne DavisonRestore build order back to normal.
2006-10-13 Wayne DavisonChanged sprintf() calls to snprintf().
2006-10-13 Wayne DavisonTurned an sprintf() call into snprintf().
2006-10-13 Wayne Davison- Changed some sprintf() calls to snprintf() calls.
2006-10-13 Wayne DavisonChanged sprintf() calls to snprintf() calls.
2006-10-13 Wayne DavisonChanged strcpy() calls into memcpy() calls.
2006-10-13 Wayne DavisonChanged strcpy() calls into strlcpy() calls, just to...
2006-10-13 Wayne DavisonAdded a paranoid length check.
2006-10-13 Wayne Davison- Changed strcpy() calls into strlcpy() calls, just...
2006-10-13 Wayne Davison- Use precompiler conditionals in to_wire_mode() and...
2006-10-13 Wayne DavisonMore temporary name juggling to get all code analyzed.
2006-10-13 Wayne DavisonChanged one more exit_cleanup() call into EXIT_OR_RETURN().
2006-10-13 Wayne DavisonTemporarily reorder the OBJS line so that the IBM code...
2006-10-13 Wayne DavisonUse new FNONE value when setting/comparing enum logcode...
2006-10-13 Wayne Davison- Use the new FNONE enum instead of a literal 0 value.
2006-10-13 Wayne DavisonIf in_exit_cleanup is set, some of our functions return...
2006-10-13 Wayne Davison- When exiting, set the flag "in_exit_cleanup".
2006-10-13 Wayne DavisonMark out_of_memory() and overflow_exit() with NORETURN.
2006-10-13 Wayne Davison- Added FNONE to the "enum logcode" values.
2006-10-13 Wayne DavisonSilence some IBM checker warnings and made a slight...
2006-10-13 Wayne DavisonSimplified the function-finding regex, and made it...
2006-10-13 Wayne DavisonIndented the function comments with "* ".
2006-10-13 Wayne DavisonDon't use a bool directly in an int comparison.
2006-10-13 Wayne DavisonFunction fcntl() only takes 2 args when using F_GETFL.
2006-10-13 Wayne DavisonCast pat_len to an int when using it as a field width.
2006-10-13 Wayne DavisonSome OSes can't chmod -t for a file, so I changed the...
2006-10-13 Wayne Davison- Clarified the "dont compress" option.
2006-10-13 Wayne DavisonUpdated the man pages to work with version 2.x of yodl.
2006-10-13 Wayne DavisonFixed an infinite loop in parse_rule() when a filter...
2006-10-12 Wayne DavisonPreparing for release of 2.6.9pre1
2006-10-12 Wayne DavisonAdded a line for 2.6.9.
2006-10-12 Wayne DavisonMake sure we tweak the right RSYNC_VERSION line in...
2006-10-12 Wayne DavisonRemoved the changes in symlink handling in non-chroot...
2006-10-12 Wayne DavisonGot rid of changes that aren't going to make it into...
2006-10-12 Wayne DavisonChanged the indent for one else ... if section.
2006-10-12 Wayne DavisonSome minor improvements to parse_merge_name().
2006-10-11 Wayne DavisonRenumbered tests after adding one in the middle.
2006-10-11 Wayne DavisonHandle the itemizing of of the "." dir when it is newly...
2006-10-11 Wayne DavisonIf new_root_dir is set, itemize the output of the ...
next