]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
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.
2014-04-13  Wayne DavisonReceiver now rejects invalid filenames in filelist.
2014-03-08  Wayne DavisonMention how "max verbosity" affects info & debug opts.
2014-03-03  Wayne DavisonHave receiver strip bogus leading slashes on filenames.
2014-02-26  Wayne DavisonAvoid the use of an extra leading dot when using -...
2014-02-24  Wayne DavisonExplicitly mention that dirs aren't affected by --update.
2014-02-24  Wayne DavisonInclude a systemd file that some distros might want.
2014-02-24  Wayne DavisonFix --info=progress2 info as a file is transferred.
2014-01-27  Wayne DavisonImprove the *.spec file a bit.
2014-01-27  Wayne DavisonUse the patch's list of generated files for each patch.
2014-01-26  Wayne DavisonPreparing for release of 3.1.1pre1 v3.1.1pre1
2014-01-26  Wayne DavisonBump the year to 2014.
2014-01-26  Wayne DavisonMore NEWS improvements.
2014-01-20  Wayne DavisonFix "unchanged" protocol designation.
2014-01-19  Wayne DavisonMention the latest NEWS items.
2014-01-19  Wayne DavisonUndo the hard-link xattr optimization in 78286a03.
2014-01-19  Wayne DavisonFix the leaving of a temp file w/o partial-file saving.
2014-01-19  Wayne DavisonAvoid ACL and/or xattr lookups on IS_MISSING_FILE(...
2014-01-19  Wayne DavisonAdd IS_MISSING_FILE(statbuf) macro.
2014-01-19  Wayne DavisonAdding IVAL64() and SIVAL64().
2014-01-19  Wayne DavisonHandle more x86 hosts w/o resorting to CAREFUL_ALIGNMENT.
2014-01-02  Wayne DavisonWe really depend on autoconf 2.60 these days.
2014-01-01  Wayne DavisonAdding rsync-no-vanished script for bug 10356.
2014-01-01  Wayne DavisonWarn about lack of yodl2man at end of configure run.
2013-12-25  Wayne DavisonRestoring use of socketpair on cygwin.
2013-12-25  Wayne DavisonUse 0 (not NULL) for a non-pointer arg.
2013-12-25  Wayne DavisonTry to fix bug 7865 for some acl() EINVAL results.
2013-12-23  Wayne DavisonFix a few issues with make_path().
2013-12-23  Wayne DavisonChange owner+group before setting xattrs to avoid xattr...
2013-12-15  Wayne DavisonFix a typo that Stefan Beller pointed out.
2013-12-01  Wayne DavisonA delete_item() error should use FERROR_XFER.
2013-11-28  Wayne DavisonTweak log_delete() to send MSG_DELETED more.
2013-11-25  Wayne DavisonCreate and use write_bigbuf() function for extra-large...
2013-11-25  Wayne DavisonUse chunked xattr reading in OS X sys_lgetxattr().
2013-11-25  Wayne DavisonFix itemize bug with --link-dest, -X, and -n.
2013-11-11  Wayne DavisonAvoid useless keepalive msgs that would kill an older...
2013-11-09  Wayne DavisonFix timeout checking in safe_read().
2013-11-09  Wayne DavisonChange safe_read() to select() before reading.
2013-10-27  Wayne DavisonGit rid of uneeded extern.
2013-10-27  Wayne DavisonReturn an error if a buffer overflows in do_mknod().
2013-10-27  Wayne DavisonRestore sending of "-ef" marker to the server.
2013-10-27  Wayne DavisonDon't use comma_num() in FLOG output.
2013-10-04  Wayne DavisonDon't forget about --debug and --info for rrsync.
2013-10-04  Wayne DavisonA few more new options that rsync 3.1.0 can pass.
2013-10-03  Wayne DavisonPrepare repository for more development.
2013-09-28  Wayne DavisonPreparing for release of 3.1.0 v3.1.0
2013-09-28  Wayne DavisonRemove unused var.
2013-09-28  Wayne DavisonFlush write buffer on an aborted in-place transfer.
2013-09-16  Wayne DavisonMention latest news.
2013-09-16  Wayne DavisonFix the visit-all-patches path.
2013-09-16  Wayne DavisonFix error in write_sparse() on incomplete write.
2013-08-03  Wayne DavisonRemove bypassed checksums in --inplace to improve speed.
2013-07-28  Wayne DavisonPreparing for release of 3.1.0pre1 v3.1.0pre1
2013-07-12  Wayne DavisonWe need a trailing dot when using --server --daemon.
2013-07-12  Wayne DavisonLook for REMOTE_HOST before SSH_* environment options.
2013-06-23  Wayne DavisonSet DESTDIR for make install.
2013-06-16  Wayne DavisonMention latest changes.
2013-06-16  Wayne DavisonBe a little clearer about full-line comments.
2013-06-16  Wayne DavisonGet GPL name right.
2013-06-16  Wayne DavisonMention right option when using --delete-delay.
2013-06-15  Wayne DavisonSupport rsync daemon over SSL via stunnel.
2013-06-12  Wayne DavisonFix "make check".
2013-06-11  Wayne DavisonMove some code from util.c to util2.c and add sum_as_hex().
2013-06-11  Wayne DavisonSet number_separator the first time it gets used.
2013-06-10  Wayne DavisonMore NEWS changes.
2013-06-10  Wayne DavisonUpgrading zlib to 1.2.8.
2013-06-10  Wayne DavisonRename lsh.pl -> lsh.
2013-06-10  Wayne DavisonRename lsh -> lsh.sh.
2013-06-09  Wayne DavisonUpdating NEWS with the latest changes.
2013-06-09  Wayne DavisonAllow --password-file=- for a stdin-supplied password.
2013-06-02  Wayne DavisonFix module-name splitting with --protect-args.
2013-06-02  Wayne DavisonTweak --checksum-seed docs.
2013-06-02  Wayne DavisonAvoid preallocation on inplace file that is already...
2013-05-28  Wayne DavisonLook for got_kill_signal in a couple more spots.
next