rsync.git
2016-08-14 Stefan Metzmacherxattrs: maintain a hashtable in order to speed up find_...
2016-08-14 Stefan Metzmacherhashtable: add hashlittle() from lookup3.c, by Bob...
2016-08-14 Stefan Metzmacherxattrs: introduce a rsync_xa_list struct as layer betwe...
2016-08-14 Stefan Metzmacherxattrs: let rsync_xal_store() return ndx.
2016-08-14 Stefan Metzmacherxattrs: add const to empty_xattr
2016-07-20 Greg WhiteleyMakefile: rounding.h generation requires proto.h via h
2016-06-26 Wayne DavisonFix "could not find xattr #1" errors.
2016-06-04 Wayne DavisonFix path check when prior_dir_file is NULL.
2016-05-07 Wayne DavisonImprove the top-level section on include/exclude traversal.
2016-05-02 Wayne DavisonAdd --checksum-choice option to choose the checksum...
2016-05-01 Wayne DavisonTweak indentation only.
2016-04-17 Wayne DavisonIf a backup fails (e.g. full disk) rsync should fail.
2016-04-17 Wayne DavisonOutput "UNKNOWN" if starttime or endtime is -1.
2016-04-17 Wayne DavisonSupport only splitting users/groups on commas.
2016-04-17 Wayne DavisonTweak non-fatal output when man pages cannot be created.
2016-04-17 Wayne DavisonFix use of obsolete compile macro.
2016-04-17 Wayne DavisonOnly output about new backup dirs when requested.
2016-01-31 Wayne DavisonFix/improve the sort functions.
2016-01-24 Wayne DavisonAdd support for comparing nanoseconds on the receiver.
2016-01-24 Wayne DavisonPrepare the repository for more development.
2015-12-24 Wayne DavisonFix a tweak that should have been untweaked.
2015-12-21 Wayne DavisonPreparing for release of 3.1.2 v3.1.2
2015-12-21 Wayne DavisonImprove the "use chroot" & "numeric ids" info a bit...
2015-12-21 Wayne DavisonImprove the comment a bit more.
2015-12-19 Wayne DavisonFix rule for out-of-tree builds.
2015-12-18 Wayne DavisonDon't allow an empty flag name to --info & --debug.
2015-12-18 Wayne DavisonDocument expand_item_list's args & make sure incr=...
2015-12-05 Wayne DavisonFix return of stat info from try_dests_reg().
2015-09-13 Wayne DavisonAdd -wo option for write-only rrsync mode.
2015-09-07 Wayne DavisonFixed logging of %b & %c when using --log-file.
2015-09-02 Wayne DavisonAdd support for netbsd in xattrs case.
2015-08-24 Wayne DavisonChange daemon's gid list to use an "item_list".
2015-08-24 Wayne DavisonAdd configure option to set max daemon gid list.
2015-08-24 Wayne DavisonAvoid creating even the top-level backup dir until...
2015-08-24 Wayne DavisonImprove make_path() error return for non-dir element.
2015-08-08 Wayne DavisonPreparing for release of 3.1.2pre1 v3.1.2pre1
2015-08-08 Wayne DavisonUpdate the copyright year.
2015-08-08 Wayne DavisonMention latest fixes.
2015-08-08 Wayne DavisonDon't create so many empty backup dirs.
2015-08-02 Wayne DavisonAllow samba.org hostname to be overridden.
2015-07-13 Wayne DavisonImprove mergedir filter handling internals.
2015-07-12 Wayne DavisonMake sure chk subdir can't diverge in time from its...
2015-07-12 Wayne DavisonAvoid --remove-sent-file issue for non-regular files.
2015-07-12 Wayne DavisonMention local-only effect of --msgs2stderr.
2015-07-12 Wayne DavisonMention how we handle a module named "global".
2015-07-07 Wayne DavisonBrant Gurganus's autoconf updates.
2015-07-04 Wayne DavisonAdd parent-dir validation for --no-inc-recurse too.
2015-06-10 Wayne DavisonChange "fail" to "test_fail".
2015-05-11 Wayne DavisonMake the checksum_seed a bit harder to predict.
2015-05-11 Wayne DavisonAdd compat flag to allow proper seed checksum order.
2015-05-01 Wayne DavisonPass -I option to aclocal.
2015-05-01 Tiziano MüllerUse AS_IF instead of plain if/then/fi
2015-05-01 Tiziano MüllerIgnore .deps directories.
2015-05-01 Tiziano MüllerCheck for perl and assign it to a var since it is neede...
2015-05-01 Tiziano MüllerRemove dead targets from build system
2015-05-01 Wayne DavisonHandle configure's new version style.
2015-05-01 Tiziano MüllerSpecify package name and version in call to AC_INIT
2015-05-01 Tiziano MüllerProperly quote arguments for AC_LIBOBJ.
2015-05-01 Wayne DavisonMust define LIBOBJDIR in the Makefile.
2015-04-27 Tiziano MüllerUse AC_CONFIG_LIBOBJ_DIR and AC_REPLACE_FUNCS to adhere...
2015-04-27 Tiziano MüllerModularize m4 macros
2015-04-26 Tiziano MüllerProperly quote m4 macro
2015-04-26 Wayne DavisonUpdate generated-files logic.
2015-04-26 Tiziano MüllerRename aclocal.m4 to acinclude.m4 and add make target
2015-04-22 Stefan Behrensrsync: fix of-by-one in check of snprintf() result.
2014-12-31 Wayne DavisonComplain if an inc-recursive path is not right for...
2014-12-31 Wayne DavisonMention that --append can be dangerous.
2014-12-31 Wayne DavisonCall set_modtime even if only NSEC is different.
2014-11-27 Wayne DavisonUse usleep() for msleep() if it is available.
2014-10-10 Wayne DavisonAdd a missing closing paren.
2014-09-06 Wayne DavisonPrepare the repository for more development.
2014-09-06 Wayne DavisonMention DRY RUN in --debug=exit output.
2014-09-04 Wayne DavisonAdding the long options that BackupPC likes to use.
2014-07-31 Wayne DavisonSet GIT_MERGE_AUTOEDIT=no in the environment.
2014-07-31 Wayne DavisonMatch latest git's repo branch message.
2014-07-31 Wayne DavisonMatch latest git's repo status messages.
2014-07-31 Wayne DavisonRemove superfluous ${INSTALL_STRIP} uses.
2014-07-31 Wayne DavisonFix a typo.
2014-06-22 Wayne DavisonPreparing for release of 3.1.1 v3.1.1
2014-06-22 Wayne DavisonAdd a clarification about shell wildcard expansion.
2014-06-22 Wayne DavisonMake sure the link() destination file doesn't exist.
2014-06-16 Wayne DavisonMake sure cmp_time() doesn't mess up due to a time_t...
2014-06-14 Wayne DavisonUpdated NEWS & tweaked a comment.
2014-06-14 Wayne DavisonPut zlib and popt -I options early in the CFLAGS.
2014-06-13 Wayne DavisonFix hard-link bugs when receiver isn't capable.
2014-06-08 Wayne DavisonAdded a flag to disable xattr hlink optimization.
2014-06-08 Wayne DavisonI missed this tweak in the undo of a prior xattr optimi...
2014-05-26 Wayne DavisonPreparing for release of 3.1.1pre2 v3.1.1pre2
2014-05-26 Wayne DavisonMention all the latest changes in the NEWS.
2014-05-26 Wayne DavisonAvoid an xattr-finding glitch on the receiver.
2014-05-26 Wayne DavisonAdd new-compress option to rrsync.
2014-05-25 Wayne DavisonMake --omit-dir-times avoid early-create directories.
2014-05-25 Wayne DavisonExit with a partial-transfer error for a sender-remove...
2014-05-05 Wayne DavisonCheck for attr lib.
2014-04-30 Wayne DavisonFix usermap/groupmap parsing of MIN-MAX IDs.
2014-04-20 Wayne DavisonCheck F_IS_ACTIVE() in a few more spots.
2014-04-19 Wayne DavisonChange args to file_checksum() to prepare for future...
2014-04-19 Wayne DavisonAdd new-style compression that skips matching data.
2014-04-19 Wayne DavisonExpand the backslash description a bit more in excludes.
2014-04-13 Wayne DavisonAvoid infinite wait reading secrets file.
next