rsync/rsync.git
2006-11-19 Wayne DavisonAdded "const" to appropriate char pointers.
2006-11-14 Wayne DavisonSome bf(...) tweaks.
2006-11-14 Wayne Davison- Use double quotes for a quoted string.
2006-11-14 Wayne DavisonAdded: also tweak single-/double-quotes and em-dashes.
2006-11-14 Wayne DavisonChanged name of tweak_manpage script.
2006-11-13 Wayne DavisonTurned the char * vars flist_dir and lastdir into const...
2006-11-13 Wayne DavisonTurned the char * args to push_dir() and pop_dir()...
2006-11-13 Wayne DavisonTurned the char *dir.root var in struct file_struct...
2006-11-12 Wayne DavisonIgnore a time-setting error on a symlink (which is...
2006-11-11 Wayne DavisonTweaked a couple comments.
2006-11-11 Wayne DavisonDocument the new p (perishable) filter modifier.
2006-11-11 Wayne DavisonIf ignore_perishable is set, increment a count of all...
2006-11-11 Wayne DavisonAdded the MATCHFLAG_PERISHABLE flag.
2006-11-11 Wayne Davison- Added the 'p' (perishable) flag to the filter rules...
2006-11-11 Wayne Davison- Restored some of Matt's suggested logic that I left...
2006-11-11 Wayne DavisonWhen make_file() gets a stat() error on a file, the...
2006-11-11 Wayne Davison- Make delete_dir_contents() use less stack by recursin...
2006-11-11 Wayne DavisonTweaked an exit_cleanup() value.
2006-11-11 Wayne DavisonMy adaptation of Matt's cleanup of the delete_item...
2006-11-11 Wayne DavisonDocment that --max-delete=0 now works.
2006-11-11 Wayne DavisonDie if we sent --max-delete=0 to a receiving side that...
2006-11-11 Wayne DavisonAllow --max-delete=0 (zero used to be ignored).
2006-11-11 Wayne DavisonIncreased the PROTOCOL_VERSION to 30.
2006-11-10 Wayne DavisonMention another internal change.
2006-11-10 Wayne DavisonTest --del too.
2006-11-10 Wayne DavisonFixed the hard-linking of symlinks test (we need to...
2006-11-10 Wayne DavisonChanged how we deal with the alternate-dest directory...
2006-11-10 Wayne DavisonChanged two more references to "st" to "real_st" in...
2006-11-10 Wayne Davison- Fixed a problem where the real stat struct for a...
2006-11-10 Wayne DavisonIf the OS can't hard-link a symlink, tweak the expected...
2006-11-10 Wayne DavisonMention latest bug fixes.
2006-11-10 Wayne DavisonChanged to reflect new (more correct) output of what...
2006-11-10 Wayne DavisonImproved to test --link-dest (when hard-linking of...
2006-11-10 Wayne DavisonAllow all itemize types to change all-dots (no changes...
2006-11-10 Wayne Davison- Improved try_dests_non() so that it works with all...
2006-11-10 Wayne DavisonAdded flag ITEM_MATCHED.
2006-11-10 Wayne DavisonChanged strcat() calls to strlcat().
2006-11-09 Wayne DavisonDisable POPT_WCHAR_HACK for now.
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.
next