rsync/rsync.git
2008-02-16 Wayne DavisonSome daemon security improvements, including the new...
2008-02-13 Wayne Davison(Matt) Dropped a superfluous word from a sentence.
2008-02-13 Wayne Davison(Matt) Needed to remove a few more files for distclean...
2008-02-11 Wayne DavisonA few more NEWS tweaks.
2008-02-11 Wayne DavisonMention a couple more items.
2008-02-11 Wayne DavisonMade reconfigure target check if configure.sh was up...
2008-02-11 Wayne DavisonPreparing for release of 3.0.0pre9
2008-02-11 Wayne DavisonSome improvements for --hard-links and --filter options.
2008-02-10 Wayne DavisonOne more fix in set_modtime() when we get ENOSYS on...
2008-02-10 Wayne DavisonAdd a trailing slash to a modname arg that has no path...
2008-02-10 Wayne DavisonImproved the "symlink has no referent" logic to work...
2008-02-10 Wayne DavisonMake do_recv() reset copy_unsafe_links too (just like...
2008-02-10 Wayne DavisonIgnore exit-code 23 when we expect a daemon-excluded...
2008-02-07 Wayne Davison(Matt) Made a daemon-refused file an FERROR_XFER with...
2008-02-07 Wayne DavisonRe-indent some code in set_file_attrs() to make the...
2008-02-07 Wayne DavisonUsing rebase for the patches has become a failing-hunk
2008-02-07 Wayne DavisonA daemon needs to call setup_iconv() after parsing...
2008-02-07 Wayne DavisonFixed return code from hard_link_one() when not verbose.
2008-02-06 Wayne DavisonMake get_xattr_names() even safer at fetching the list...
2008-02-05 Wayne DavisonOnly check F_OWNER() if uid_ndx is non-zero.
2008-02-04 Wayne DavisonFixed local_child() so that the client side really...
2008-02-04 Wayne DavisonDon't try to use recv_xattr_request() with --dry-run...
2008-02-04 Wayne DavisonStore the key64 flag from hashtable_create() in the...
2008-02-04 Wayne DavisonFixed finding of parent's description when @ARGV doesn...
2008-02-04 Wayne DavisonImproved the usage message.
2008-02-04 Wayne DavisonFixed a couple DEL_OWNED_BY_US glitches.
2008-02-03 Wayne DavisonDump delete_item()'s "replace" var to reduce recursive...
2008-02-03 Wayne DavisonFixed the diffing of generated files when creating...
2008-01-30 Wayne DavisonSome extra password-clarification verbage from Matt.
2008-01-27 Wayne DavisonFixed several glitches with failed updates and batch...
2008-01-26 Wayne DavisonMoved the batch option checking until after the protoco...
2008-01-26 Wayne DavisonImproved a comment.
2008-01-26 Wayne DavisonWhen removing a file/dir that is owned by us but does...
2008-01-26 Wayne DavisonFix some typos and such.
2008-01-26 Wayne DavisonMention iconv --list.
2008-01-26 Wayne DavisonMake do_chmod() report an error with -E.
2008-01-19 Wayne DavisonImproved option handling for protocol 30 batch files.
2008-01-19 Wayne DavisonOutput (BATCH ONLY) rather than (DRY RUN) for --only...
2008-01-19 Wayne DavisonFixed the combination of --dry-run and --only-write...
2008-01-19 Wayne DavisonDon't apply filter rules to implied directories.
2008-01-13 Wayne DavisonAnother xattr "internal abbrev" fix for an xattr object...
2008-01-12 Wayne DavisonPreparing for release of 3.0.0pre8
2008-01-12 Wayne Davison- Make sure the Makefile is up-to-date before running...
2008-01-12 Wayne DavisonFixed a bug with truncated xattr data requests when...
2008-01-11 Wayne DavisonIf "make gensend" fails, abort the script.
2008-01-11 Wayne DavisonImproved check_for_finished_files() to be really, reall...
2008-01-09 Wayne DavisonFixed a length problem parsing an arg of "./".
2008-01-09 Wayne DavisonDon't allow a slash to be specified in a module name.
2008-01-03 Wayne DavisonMade read_arg_from_pipe() handle EINTR.
2008-01-01 Wayne DavisonRebuild the Makefile when it is not up-to-date.
2008-01-01 Wayne DavisonRenamed mkrounding.c to rounding.c.
2008-01-01 Wayne DavisonChanged the creation of rounding.h to use a set of...
2008-01-01 Wayne DavisonIf we're cross-compiling, tell the user to run mkroundi...
2008-01-01 Wayne DavisonSome minor tweaks:
2007-12-31 Wayne DavisonFixed a case where the receiver indicates a successful...
2007-12-30 Wayne DavisonMade some user-/group-name pointers "const".
2007-12-30 Wayne DavisonSome minor tweaking to name_to_uid() and name_to_gid().
2007-12-29 Wayne DavisonAdded check for libiconv_open when iconv_open isn't...
2007-12-29 Wayne DavisonAdded reconfigure target to re-run configure.
2007-12-19 Wayne DavisonFixed Source URL and changed from ftp to http.
2007-12-18 Wayne DavisonImproved prepare-source to make it more flexible. ...
2007-12-17 Wayne DavisonFixed a FALL THROUGH comment.
2007-12-17 Wayne DavisonOnly ignore ENOSYS error from lutimes().
2007-12-16 Wayne DavisonAdded the 'h' option to the tar command that creates...
2007-12-16 Wayne DavisonPreparing for release of 3.0.0pre7
2007-12-16 Wayne DavisonFixed extracting files from old tar file.
2007-12-16 Wayne DavisonMention 2 more changes in the NEWS.
2007-12-16 Wayne DavisonAdded a "fetchall" option.
2007-12-16 Wayne DavisonFixed the check_filter() calls that might be checking...
2007-12-16 Wayne DavisonMoved the dir_count increment into an even better spot...
2007-12-15 Wayne DavisonFixed a potential memory leak in make_file().
2007-12-15 Wayne DavisonRefer to delta-transfer algorithm rather than rsync...
2007-12-15 Wayne DavisonCheck on the alternate destination dirs and report...
2007-12-15 Wayne DavisonMake push_dir() output where we are when verbosity...
2007-12-13 Wayne DavisonMove incrementing of dir_count so that it can't get...
2007-12-08 Wayne DavisonUpdated indexing for accurate progress and improved...
2007-12-01 Wayne DavisonA few more additions of $(srcdir) to Makefile.in.
2007-12-01 Wayne DavisonFixed a build problem for those building in a different...
2007-12-01 Wayne DavisonReorganize the build-farm "prepare-source" magic a...
2007-11-30 Wayne DavisonImproved header-file dependency rules even more.
2007-11-30 Wayne DavisonMake sure that the test programs get rebuilt when a...
2007-11-30 Wayne DavisonOne build-farm system needs to fetch the proto.h* files...
2007-11-30 Wayne DavisonSimplified the time_t overflow check and moved an extra...
2007-11-30 Wayne DavisonMake sure that the inc_recurse value is always set to
2007-11-30 Wayne DavisonGet rid of some compiler warnings in the AIX sysacls...
2007-11-29 Wayne DavisonDon't try to process hard-link data in list-only mode.
2007-11-29 Wayne DavisonRevised release-rsync and nightly-rsync code to create...
2007-11-28 Wayne DavisonPreparing for release of 3.0.0pre6
2007-11-28 Wayne DavisonFixed a problem with extracting the previous release's
2007-11-28 Wayne DavisonMentioned the latest changes in the NEWS.
2007-11-28 Wayne DavisonSwitching over to a dynamic hash method for really...
2007-11-28 Wayne DavisonAdding --contimeout=SECONDS option.
2007-11-28 Wayne DavisonDon't use git-FOO command to call git sub-commands.
2007-11-27 Wayne DavisonWhen the new "munge symlinks" option is off, a non...
2007-11-27 Wayne DavisonAdd a new daemon security option: "munge symlinks".
2007-11-25 Wayne DavisonUse a non-printing command for proto.h's build-rule.
2007-11-25 Wayne DavisonGive proto.h a build rule so that make re-checks its...
2007-11-25 Wayne DavisonReturn to the master branch at the end.
2007-11-25 Wayne DavisonModified the discovery of the generated files & use...
2007-11-25 Wayne DavisonRe-run autoconf and autoheader, as needed.
next