rsync/rsync.git
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
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.
2004-02-20 Wayne DavisonDon't use NGROUPS_MAX define.
2004-02-18 Wayne DavisonDon't use ENOMSG -- it's not portable.
2004-02-17 Wayne DavisonMoved the EXDEV handling into robust_rename().
2004-02-17 Wayne Davison- If we return an error because of dry_run being set...
2004-02-17 Wayne DavisonWe no longer munge a double-leading slash in do_open...
2004-02-17 Wayne DavisonDon't create a pathname that has two leading slashes...
2004-02-14 J.W. SchultzRemove "Conditional -z for old protocols" because those old
2004-02-11 Wayne DavisonReordered the items inside the file_struct so that...
2004-02-11 Wayne DavisonIf --backup was specified, the links we remove are...
2004-02-11 Wayne Davison- Revised and optimized the directory-making code.
2004-02-11 Wayne DavisonAdded backup_dir_buf and backup_dir_remainder.
2004-02-11 Wayne DavisonFixed a crash bug when keep_backup() calls make_file...
2004-02-11 Wayne DavisonGot rid of hard-link message (since I don't think it...
2004-02-10 Wayne DavisonAnother attempt at measuring the minimum alignment...
2004-02-10 J.W. SchultzSimplified test for hardlink in make_backup debug messa...
2004-02-10 Wayne DavisonGot rid of useless extern.
2004-02-10 Wayne DavisonTrying a different MINALIGN because of core dumps on...
2004-02-10 J.W. SchultzRevert pool_alloc's use of bomb if pool == NULL.
2004-02-10 J.W. SchultzKeep in sync with protocol if idev data on stream but...
2004-02-10 Wayne DavisonIf XMIT_HAS_IDEV_DATA is set in receive_file_entry...
2004-02-10 Wayne DavisonIf we call pool_alloc() on a NULL pool, bomb out with...
2004-02-10 Wayne DavisonEmpty-line tweaks.
2004-02-10 Wayne DavisonChanged a while loop to a for loop.
2004-02-10 Wayne DavisonTweaked an if.
2004-02-10 Wayne DavisonChanged flist_init() to use offsetof().
2004-02-10 Wayne DavisonAdded lib/pool_alloc.h to the HEADERS.
2004-02-10 J.W. SchultzDropped support for protocol versions less than 20...
2004-02-10 J.W. SchultzAdded allocation pool code.
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.
next