rsync.git
2004-04-14 Wayne DavisonUpdated the exclude-list code to handle the new linked...
2004-04-14 Wayne DavisonUpdated the exclude-list code to handle the new linked...
2004-04-14 Wayne DavisonUpdated stub version of check_exclude().
2004-04-14 Wayne DavisonAdded a description arg to check_exclude().
2004-04-14 Wayne DavisonThe check_exclude() and report_exclude_result() functio...
2004-04-14 Wayne DavisonImproved the exclude testing by adding tests that exerc...
2004-04-14 Wayne DavisonMoved (and expanded) a verbose message from clientserve...
2004-04-13 Wayne DavisonFixed a potential problem parsing the "!" token from...
2004-04-13 Wayne DavisonA few more improvements to get_exclude_tok() and add_ex...
2004-04-13 Wayne DavisonAdded an example for --link-dest.
2004-04-12 Wayne DavisonUpdated with latest news and some spelling mistakes...
2004-04-12 Wayne DavisonReplaced MISSING_OK, MISSING_FATAL, ADD_INCLUDE, and...
2004-04-12 Wayne Davison- add_exclude() now takes a flag int and can optionally...
2004-04-12 Wayne DavisonUse the new XFLG_* flags to call the add_exclude*(...
2004-04-12 Wayne DavisonNo need to cast st.st_rdev to DEV64_T anymore.
2004-04-12 Wayne Davison- Use dev_t instead of DEV64_T.
2004-04-12 Wayne Davison- Got rid of DEV64_T and changed the internal device...
2004-04-10 Wayne DavisonFixed a bug where an exclude name that got sent over...
2004-04-09 Wayne DavisonUNUSED() misbehaves on HP-UX, not AIX.
2004-04-09 Wayne DavisonAIX doesn't like our UNUSED() macro, so let's eliminate...
2004-04-09 Wayne DavisonSilence compiler warnings on Solaris.
2004-04-09 Wayne DavisonMissed one void-pointer-arithmetic case.
2004-04-09 Wayne DavisonAIX's cc was complaining about the void* arithmetic.
2004-04-09 Wayne DavisonRemoved debug code.
2004-04-09 Wayne DavisonChanged sysmacros.h to sys/sysmacros.h.
2004-04-09 Wayne DavisonAdded some test code to assist in the remote debugging...
2004-04-09 Wayne DavisonUse MAJOR_IN_MKDEV and MAJOR_IN_SYSMACROS.
2004-04-09 Wayne DavisonUse AC_HEADER_MAJOR for better makedev/major/minor...
2004-04-09 Wayne DavisonInclude <sys/mkdev.h> if it exists.
2004-04-09 Wayne DavisonAdded sys/mkdev.h to the searched-for headers.
2004-04-09 Wayne DavisonAdded a couple extra character devices to be copied.
2004-04-09 Wayne DavisonIf we're listing a device, output the major and minor...
2004-04-08 Wayne DavisonSimplify the setting of rdev & rdev_high in send_file_e...
2004-04-08 Wayne DavisonFixed a bug in the sending of rdev when the high-bits...
2004-04-08 Wayne DavisonExplicitly cast our ~0xFF mask using ~(DEV64_T)0xFF...
2004-04-07 Wayne DavisonMention the rsync-daemon fix for --sufix=''.
2004-04-07 Wayne DavisonIf --daemon was specified, exit the option-parsing...
2004-04-05 Wayne DavisonAdded a couple missing items.
2004-04-03 Wayne DavisonDecided against "Source root" in the exclude/include...
2004-04-03 Wayne DavisonMentioned the CoW improvement and got rid of a bug...
2004-04-01 Wayne DavisonUse getaddrinfo() to figure out if a numeric address...
2004-04-01 Wayne DavisonLast of the cleanup before the patching starts.
2004-04-01 Wayne DavisonA couple more minor twiddles.
2004-04-01 Wayne DavisonUpdated the sizeof syntax and trimmed some trailing...
2004-04-01 Wayne DavisonDecided to use "nobody" instead of "guest".
2004-04-01 Wayne DavisonSome more IOERR_VANISHED support.
2004-03-31 Wayne DavisonImproved the include/exclude example section some more...
2004-03-31 Wayne DavisonThe auth_client function must not return without output...
2004-03-31 Wayne DavisonDon't complain about a null --suffix if we're the serve...
2004-03-31 Martin PoolI'm no longer maintaining this. Tell people to use...
2004-03-30 Wayne DavisonThe --files-from option needs to allow a server-sender...
2004-03-29 Wayne DavisonTry to avoid running on a system that allows us to...
2004-03-29 Wayne DavisonIn sigchild_handler(), finish with waitpid() before...
2004-03-27 Wayne DavisonAdded one more example to the new include/exclude secti...
2004-03-27 Wayne DavisonMention that certain options treat an absolute path...
2004-03-27 Wayne DavisonImproved the "relative to the destination dir" descript...
2004-03-27 Wayne DavisonGot rid of debug-output statement.
2004-03-27 Wayne DavisonTry to make the complexities of includes/excludes a...
2004-03-27 Wayne DavisonOptionally sanitize the args in parse_arguments() using...
2004-03-27 Wayne DavisonAdded alloc_sanitize_path().
2004-03-27 Wayne DavisonThe args are now sanitized in parse_arguments() instead...
2004-03-26 Wayne DavisonFixed a crash bug when hlink_list is NULL and a link_u...
2004-03-26 Wayne DavisonFixed a typo and made a sentence read better.
2004-03-24 Wayne DavisonPreparing for release of 2.6.1pre-1 v2.6.1pre1
2004-03-23 Wayne DavisonMoved a few externs and made a couple formatting tweaks.
2004-03-23 Wayne DavisonGot rid of an ancient (and no longer relevant) comment.
2004-03-23 Wayne DavisonA few formatting tweaks in delete_file().
2004-03-16 Wayne DavisonFixed the test for sin_len as noted by Shinichi Maruyam...
2004-03-16 Wayne DavisonChanged HAVE_SOCKADDR_SIN_LEN to HAVE_SOCKADDR_IN_LEN.
2004-03-13 Wayne DavisonCheck robust_rename()'s return value using < 0.
2004-03-10 Wayne DavisonMention the changes in the "patches" dir.
2004-03-07 Wayne DavisonUse CHMOD_BITS instead of ~_S_IFMT.
2004-03-06 Wayne DavisonImproved an entry.
2004-03-06 Wayne DavisonOther files use S_IWUSR instead of S_IWRITE, so use...
2004-03-06 Wayne DavisonDefine S_IRUSR if it doesn't already exist.
2004-03-06 Wayne DavisonUpdated to version from autoconf 2.59 (2003-10-03).
2004-03-06 Wayne DavisonUpdated to version from autoconf 2.59 (2003-08-18).
2004-03-04 Wayne DavisonMoved out the old news and improved the new.
2004-03-04 Wayne DavisonMoved the previous release's NEWS here.
2004-02-28 Wayne DavisonProgress improvement.
2004-02-28 Wayne DavisonImproved the progress reporting/E.T.A. using a (slightl...
2004-02-27 Wayne DavisonGot rid of some superfluous parens.
2004-02-27 Wayne DavisonTru64 fix.
2004-02-27 Wayne DavisonUse new HAVE_SOCKADDR_SIN_LEN define (replaces HAVE_SOC...
2004-02-27 Wayne DavisonWe now set HAVE_SOCKADDR_SA_LEN and HAVE_SOCKADDR_SIN_L...
2004-02-26 Wayne DavisonNo longer needed.
2004-02-26 Wayne DavisonA couple AC_DEFINE() changes so that we can do without...
2004-02-25 Wayne DavisonTweaked some comments and some whitespace.
2004-02-23 Wayne DavisonConfigure addition.
2004-02-23 Wayne DavisonAllow the default (system) rsyncd.conf file to be speci...
2004-02-23 Wayne DavisonTrivial whitespace tweak.
2004-02-23 Wayne DavisonShouldn't ignore .cvsignore.
2004-02-23 Wayne DavisonA couple fixes from Shinichi Maruyama.
2004-02-23 Wayne DavisonMentioned the recent change in slash handling.
2004-02-22 Wayne DavisonChanged the literal 9000 into "OPT_REFUSED_BASE".
2004-02-21 Wayne DavisonAnother bug fix.
2004-02-21 Wayne DavisonGot rid of the "refuse options" section.
2004-02-21 Wayne DavisonComplain in the daemon log file if there is an unknown...
2004-02-21 Wayne DavisonFixed the "refuse options" setting in the daemon after...
2004-02-20 Wayne Davison- Guard against and out-of-memory condition.
next