]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
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.
2013-05-26  Wayne DavisonImprove logic of code vs exit_code (etc.) in cleanup.
2013-05-26  Wayne DavisonForward a MSG_ERROR_EXIT value to generator too.
2013-05-26  Wayne DavisonAvoid I/O via signal-handler thread.
2013-05-19  Wayne DavisonImprove iconvbufs() to do more buffer size checks.
2013-05-19  Wayne DavisonFix msleep() if time goes backwards. Fixes bug 9789.
2013-05-19  Wayne DavisonFixed unused variable warnings in free_stat_x.
2013-05-19  Wayne DavisonAdd an implementation of getpass for systems that lack...
2013-05-19  Wayne DavisonUse S_IXUSR instead of the now-obsolete S_IEXEC.
2013-05-19  Wayne DavisonUpdated to the version dated 2013-04-24.
2013-05-19  Wayne DavisonUpdated to the version dated 2013-05-16.
2013-01-20  Wayne DavisonImprove description of --max-delete.
2013-01-19  Wayne DavisonFix weird error in test programs on SunOS.
2013-01-19  Wayne DavisonUpdate copyright year.
2013-01-19  Wayne DavisonUpdate OLDNEWS with 3.0.9 info.
2013-01-19  Wayne DavisonFree ACL/xattr info in try_dests_reg() loop.
2013-01-19  Wayne DavisonAdd free_stat_x() inline function.
2013-01-19  Wayne DavisonFurther improve non-empty-destination --link-dest behavior:
2013-01-19  Wayne DavisonRemove -3 return from try_dests_reg() again -- let...
2013-01-18  Wayne DavisonAlign fileio's map_ptr() reads. Fixes bug 8177.
2013-01-18  Wayne DavisonReformat a few things for wider lines.
2013-01-18  Wayne DavisonImprove handling of existing files for alt-dest opts.
2012-10-07  Wayne DavisonPerl version of lsh that can change user w/o sudo.
2012-10-07  Wayne DavisonFix bogus "vanished file" with "./" prefixes.
2012-10-03  Wayne DavisonFix indentation that used expanded tabs.
2012-09-23  Wayne DavisonAvoid an unused variable warning if no setvbuf.
2012-09-23  Wayne DavisonMake read_args() return the full request.
2012-06-16  Wayne DavisonMake daemon listener exit w/code 0 on SIGTERM.
2012-05-05  Wayne DavisonSet the modtime to 0 on a partial file.
2012-01-28  Wayne DavisonFix --only-write-batch hang with --hard-links.
2012-01-28  Wayne DavisonAdd a slash-stripping version of rsync in support dir.
2012-01-28  Wayne Davisonflist->in_progress is only needed w/inc_recurese.
2012-01-28  Wayne DavisonMake stderr line-buffered w/--msgs2stderr.
2012-01-28  Wayne DavisonAdd new --outbuf=N|L|B option.
2011-12-24  Wayne DavisonAllow --max-size=0 and --min-size=0.
2011-12-24  Wayne DavisonComplain if the --block-size=N value is too large.
2011-12-21  Wayne DavisonImprove the handling of verbose/debug messages
2011-12-16  Wayne DavisonAvoid double-free of xattr/acl data in real_sx.
2011-11-24  Wayne DavisonMention that %a and %h are daemon-only escapes.
2011-11-23  Wayne DavisonAnother asprintf() return-value-check tweak.
2011-11-23  Wayne DavisonCommitting missed manpage tweak.
2011-11-23  Wayne Davisonmake repeated --fuzzy option look into alt-dest dirs.
2011-11-21  Wayne DavisonAdd compatibility with an unmodified zlib.
2011-11-21  Wayne DavisonFix --compress data-duplication bug.
next