]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
2008-03-17  Wayne DavisonChanged stat() call to do_stat().
2008-03-17  Wayne DavisonMoved declaration of "int i" outside the ifdef in send_...
2008-03-17  Wayne DavisonIf the system's popt.h file is not found, use our provi...
2008-03-17  Wayne DavisonAdded "const" to a couple more char * args.
2008-03-17  Wayne DavisonFixed hard-linking when some of the files can get skipp...
2008-03-17  Wayne DavisonMade the FLAG_MOUNT_DIR bit only honored on a directory.
2008-03-17  Wayne DavisonMoved the --append check so that files that don't need...
2008-03-17  Wayne DavisonMake the --ignore-existing option not overwrite a regul...
2008-03-16  Wayne DavisonA daemon no longer tries to refuse the iconv option...
2008-03-16  Wayne DavisonFixed a hang when using --remove-source-files in dry...
2008-03-15  Wayne DavisonAdded missing $(CPPFLAGS) from the building of rounding.h.
2008-03-15  Wayne DavisonFixed the use of --protect-args (-s) with a daemon.
2008-03-15  Wayne DavisonGenerate a helpful message when we get an option-error...
2008-03-15  Wayne DavisonAnother optimization of "bp" adding when creating a...
2008-03-15  Wayne DavisonGot rid of some useless uses of the -t option.
2008-03-15  Wayne Davison- Fixed a crash bug when backing up files with ACLs...
2008-03-15  Wayne DavisonHave configure check to see if /usr/include/popt/popt...
2008-03-14  Wayne Davison(Matt) More itemize clarifications.
2008-03-12  Wayne DavisonClarify that the change/checksum itemize flag can be...
2008-03-12  Wayne DavisonFixed the 'T' itemized output for a symlink the right...
2008-03-11  Wayne Davison- One more fix for the 'T' itemized output for a symlin...
2008-03-11  Wayne Davison(Matt) Add missing --no-y option.
2008-03-11  Wayne DavisonFixed some itemized logging failures:
2008-03-10  Wayne DavisonFixed the itemizing of perms with -E.
2008-03-08  Wayne DavisonSome popt improvements:
2008-03-08  Wayne DavisonFixed the latest xattrs tests on OS X.
2008-03-08  Wayne DavisonRestore a long-attribute test that was temporarily...
2008-03-08  Wayne DavisonFixed a syntax problem for non-HAVE_LINUX_ATTRS systems.
2008-03-08  Wayne DavisonHandle the very latest spot for the nightly dir.
2008-03-08  Wayne DavisonFixed the interaction of --fake-super with --link-dest...
2008-03-07  Wayne DavisonThe --fake-super option conflicts with -XX (which copie...
2008-03-06  Wayne DavisonSimplify the description of what we're doing.
2008-03-06  Wayne DavisonAdded even more no-OPTION overrides.
2008-03-06  Wayne DavisonMade the description of ignored symlink errors more...
2008-03-05  Wayne DavisonUpdated nightly-rsync and release-rsync to handle the new
2008-03-05  Wayne DavisonUpdated rrsync to deal with the latest 3.0.0's use...
2008-03-05  Wayne DavisonDon't call utimes() on a dir that doesn't need its...
2008-03-05  Wayne Davison- Made the itemize test check for CAN_HARDLINK_SYMLINK...
2008-03-04  Wayne DavisonFixing a problem with a NULL config_file pointer when...
2008-03-03  Wayne DavisonImproved the error-checking when tweaking the files...
2008-03-03  Wayne DavisonUpdated copyright year in --version output and improved...
2008-03-03  Wayne DavisonFixed a thinko and a typo in the --append option.
2008-03-02  Wayne DavisonShow the last compile error if we failed to create...
2008-03-02  Wayne DavisonTweak the files to start work on the next release.
2008-03-01  Wayne DavisonPreparing for release of 3.0.0 v3.0.0
2008-03-01  Wayne DavisonInclude 2008 in the copyright years.
2008-03-01  Wayne DavisonFixed the lastversion default when changing from a...
2008-03-01  Wayne DavisonMention a couple more items of note.
2008-02-28  Wayne DavisonUse variables to hold the constant itemized strings so
2008-02-28  Wayne DavisonTemporarily set uid_ndx in the delete code if the trans...
2008-02-28  Wayne DavisonUse preserve_[ug]id values for send/recv checking,...
2008-02-27  Wayne DavisonAdded missing init_iconv() call when initiating a daemo...
2008-02-24  Wayne DavisonDon't force the user to start from the master branch...
2008-02-24  Wayne DavisonFixed the description of the 'x' in the itemized output.
2008-02-23  Wayne DavisonAdded a default to the new switch in str_acl_type().
2008-02-23  Wayne DavisonCheck the return code from mbr_uid_to_uuid()/mbr_gid_to...
2008-02-23  Wayne DavisonTweaked the ACL type-names returned by str_acl_type()
2008-02-22  Wayne DavisonCast ai->ai_addrlen to int for an rprintf() call using %d.
2008-02-22  Wayne DavisonThe code expects id_t and mode_t to be unsigned, so...
2008-02-20  Wayne DavisonImproved several things in the NEWS files, including...
2008-02-20  Wayne DavisonOutput info on what's being signed to make it clearer
2008-02-20  Wayne DavisonPreparing for release of 3.0.0pre10 v3.0.0pre10
2008-02-20  Wayne DavisonMake a few more char pointers const.
2008-02-19  Wayne DavisonTweaked a comparison that "checker" was complaining...
2008-02-19  Wayne DavisonFixed the hard-link check again, adding a comment as to
2008-02-19  Wayne DavisonFixed a compilation problem when iconv support is disabled.
2008-02-19  Wayne DavisonOnly set FLAG_TIME_FAILED if receiver_symlink_times...
2008-02-18  Wayne DavisonExtended the protocol-30 info-passing code at startup...
2008-02-18  Wayne DavisonAdded --no-one-file-system and --no-x options.
2008-02-18  Wayne DavisonSome permssion fixes:
2008-02-18  Wayne DavisonFixed a typo reported in a Debian bug report.
2008-02-18  Wayne DavisonMention the leading '*'-char rule for itemized output.
2008-02-18  Wayne DavisonDecided to pad the "*deleting" message to make the...
2008-02-18  Wayne DavisonThe daemon no longer logs a recv entry for a file that...
2008-02-18  Wayne DavisonDon't output a duplicate warning when the daemon-config...
2008-02-16  Wayne DavisonUse the name "ChangeLog" for the ftp copy of the reposi...
2008-02-16  Wayne DavisonA few minor changes, including better push_dir()/pop_di...
2008-02-16  Wayne DavisonAdded a way to specify where the chroot should occur...
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 v3.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...
next