rsync/rsync.git
2009-02-14 Wayne DavisonMoved the --disable-debug check sooner in configure...
2009-02-06 Wayne DavisonMade copy_section() and string_set() simpler, getting...
2009-02-05 Wayne DavisonCombine Globals and Locals into a Vars struct that...
2009-02-05 Wayne DavisonEnsure that the sender turns off any msg_fd_in use...
2009-02-05 Wayne DavisonDo not try to send a symlink with a 0-length value.
2009-01-30 Wayne DavisonWe only need to send --stats to a remote receiver now.
2009-01-29 Wayne DavisonA few more improvements to the hostspec-parsing code.
2009-01-28 Wayne DavisonFixed the parsing of IPv6 literal addresses with a...
2009-01-19 Wayne DavisonCheck the right flist_num in gen_wants_ndx().
2009-01-19 Wayne DavisonAdded a "Defaults" structure with both globals and...
2009-01-19 Wayne DavisonA couple minor function-call tweaks.
2009-01-19 Wayne DavisonRenamed some typedefs:
2009-01-19 Wayne DavisonRenamed sDefault to Locals.
2009-01-17 Wayne DavisonUse a varint when sending the error_code.
2009-01-17 Wayne DavisonFixed the delete statistics with --delete-delay and...
2009-01-17 Wayne DavisonFixed a hang in the inc_recurse batch-reading code.
2009-01-15 Wayne DavisonChange some args from "char *" to "const char *" in...
2009-01-15 Matt McCutchenAdded the "reverse lookup" daemon-config parameter.
2009-01-14 Wayne DavisonSend the --stats option for proper del-stats operation.
2009-01-13 Wayne DavisonUse "use warnings" rather than -w on the #! line.
2009-01-13 Wayne DavisonAdding recent release info from the 3.0.x branch.
2009-01-13 Matt McCutchenFixed recv_add_uid() to properly differentiate users...
2009-01-13 Matt McCutchenHandle simultaneous arrival of multiple connections.
2009-01-09 Wayne DavisonTweaked the --delete-* option summaries.
2009-01-08 Wayne DavisonAvoid a server-side problem with -e is at the start...
2009-01-08 Wayne DavisonTweaked s### and m## to avoid vim highlighting issues.
2009-01-04 Wayne DavisonFixed bug #6011: use of target in configure.
2009-01-03 Wayne DavisonImproved the backup code:
2009-01-03 Wayne DavisonUpdate the copyright year.
2009-01-03 Wayne DavisonMake delete_item() public, moving it into delete.c.
2009-01-03 Wayne DavisonAdded init_stat_x() to avoid duplication of acl/xattr...
2008-12-27 Wayne DavisonAllow opendir() in send_directory() to fail with ENOENT.
2008-11-16 Wayne DavisonMention the mapfrom/mapto scripts and how they work.
2008-11-16 Wayne DavisonAdding the --usermap/--groupmap/--chown options.
2008-11-15 Wayne DavisonMake it clearer which configure files changed.
2008-11-15 Wayne DavisonAn ftruncate() failure should result in FERROR_XFER.
2008-11-15 Wayne DavisonChange clean_fname() to keep "//" at the start for...
2008-11-12 Wayne DavisonChange some size_t vars to ints.
2008-11-12 Wayne DavisonMake sparse_seek an OFF_T (pointed out by Pedro Valasco).
2008-11-11 Wayne DavisonA "make reconfigure" doesn't stop if configure changes.
2008-11-10 Matt McCutchenAdd flist_find_ignore_dirness() and change delete_in_di...
2008-11-10 Wayne DavisonFixed the use of a dot-dir path (foo/./bar) inside...
2008-11-10 Wayne DavisonFixed a bunch of "warn_unused_result" compiler warnings.
2008-11-10 Wayne DavisonAvoid a potential hang when --remove-*-files is active.
2008-11-03 Matt McCutchenThe protect filter automatically added with --backup...
2008-10-25 Wayne DavisonMention rsync's definition of client and server.
2008-10-25 Wayne DavisonFixed our supplied getnameinfo()'s ability to do a...
2008-10-15 Wayne DavisonAdding hashtable debugging output (--debug=hash).
2008-10-11 Wayne DavisonFixed a glitch when using -s with a remote-shell daemon.
2008-10-11 Wayne DavisonDon't lookup address "0.0.0.0" when we're a remote...
2008-10-11 Wayne DavisonFixed send_protected_args() to send "." in place of...
2008-10-11 Wayne DavisonAdded a fully atomic update if the user has setup a...
2008-09-30 Wayne DavisonFix the error message on one of the rename operations.
2008-09-27 Wayne DavisonEnhanced the --stats output:
2008-09-27 Wayne DavisonProperly ignore source args on a --read-batch command.
2008-09-27 Wayne DavisonMore batch-mode fixes to handle redos properly (and...
2008-09-27 Wayne DavisonMoved the flist_ndx_{push,pop}() routines from io.c...
2008-09-24 Wayne DavisonInitialize xattr data in a couple spots in the hlink...
2008-09-24 Wayne DavisonDon't send a bogus "-" option to an older server if...
2008-09-24 Wayne DavisonFixed skipping of unneeded updates in a batch file...
2008-09-15 Wayne DavisonRemove bogus "non-empty" qualifier in '*' discussion.
2008-09-11 Wayne DavisonA couple instant-rsyncd improvements:
2008-09-11 Matt McCutchenAdd instant-rsyncd to support/ .
2008-09-11 Wayne DavisonConvey the cleaned-up module-path to the user in all...
2008-09-10 Wayne DavisonFix the %P logfile escape inside a chroot.
2008-09-06 Wayne DavisonAdding 3.0.4 release line to OLDNEWS.
2008-09-03 Wayne DavisonAdding human_readable var.
2008-09-03 Wayne DavisonChanged some "rsync" commands into proper "$RSYNC"...
2008-09-02 Wayne DavisonSplit up the ifuncs.h file into 3 .h files.
2008-09-02 Wayne DavisonDon't define an array with no size.
2008-09-02 Wayne DavisonA little tidying up to follow my preferred style.
2008-09-02 Matt McCutchenSeveral fixes for merge file handling:
2008-09-01 Wayne DavisonOutput numbers in 3-digit groups by default (e.g. 1...
2008-08-31 Wayne DavisonVerify that SUBPROTOCOL_VERSION is set correctly when...
2008-08-31 Wayne DavisonAdded extra file-changing logic to ensure that the...
2008-08-31 Wayne DavisonImproved the fix that ensures that the generator gets...
2008-08-24 Wayne DavisonImproved rwrite() to handle a stderr exception without...
2008-08-24 Wayne DavisonSome minor improvements to the flushing code to try...
2008-08-24 Wayne DavisonMake the !flist_eof assumption explicit before the...
2008-08-17 Wayne DavisonAdded /support/savetransfer to .gitignore.
2008-08-17 Wayne DavisonAn improved RERR_PARTIAL message.
2008-08-14 Wayne DavisonChanged flist_for_ndx() to optionally die with an error
2008-08-10 Wayne DavisonMade an error of readlink_stat() use the right function...
2008-08-08 Wayne DavisonMake sure that the hlink node->data allocation doesn...
2008-08-02 Wayne DavisonTweaked the symlink iconv buffer size and fixed a comment.
2008-08-02 Wayne DavisonWhen using --iconv, if a server-side receiver can't...
2008-08-02 Wayne DavisonRefer to the symlink's contents as "symlink data",...
2008-08-02 Wayne DavisonAdded logic to the receiving side to ensure that the...
2008-08-02 Wayne DavisonSkip new symlink conversion step if the remote rsync...
2008-08-02 Wayne DavisonThe --iconv option now converts the content of a symlin...
2008-08-02 Wayne DavisonFixed a problem with checking for the '.' dir in the...
2008-08-02 Wayne DavisonChanged the iconv-related message that was being output...
2008-08-02 Wayne DavisonFixed a couple minor problems in util.c:
2008-08-02 Wayne DavisonProperly handle a failure to create a partial directory...
2008-07-31 Wayne DavisonOutput an FERROR* for a general io_error, and an FWARNI...
2008-07-30 Wayne DavisonMention a missing sender-side hash improvment that...
2008-07-30 Wayne DavisonMake hard-linking work when a device has an st_dev...
2008-07-29 Wayne DavisonMention some mount options that can interfere with...
2008-07-28 Wayne DavisonAdded a client --munge-links option that works like...
2008-07-27 Wayne Davison- Don't require a daemon config &directive to use an...
next