]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
2004-06-18  Wayne DavisonSome helpful comments from Chris Shoemaker.
2004-06-18  Wayne DavisonFixed some typos in a comment, moved an extern, and...
2004-06-18  Wayne DavisonImproved a comment.
2004-06-18  Wayne DavisonMoved the externs to the top and made a few trivial...
2004-06-18  Wayne DavisonGot rid of some trailing whitespace.
2004-06-14  Wayne DavisonIf --partial was specified, make sure that make_backup...
2004-06-13  Wayne DavisonAdded a short msleep() after option_error() before...
2004-06-12  Wayne DavisonChanged the new code in delete_one() so that some compilers
2004-06-12  Wayne DavisonMention the bugfix in option-parsing error-reporting...
2004-06-12  Wayne Davison- Changed some FERROR log calls to FLOG.
2004-06-11  Wayne Davison- Made readlink_stat() and link_stat() optionally follo...
2004-06-11  Wayne DavisonMake sure that keep_dirlinks is turned off for the...
2004-06-11  Wayne Davison- Moved --keep-dirlinks code over to flist.c.
2004-06-11  Wayne DavisonMade delete_one() handle a failed rmdir on a symlink...
2004-06-11  Wayne DavisonCall link_stat() with its new arg (for --keep-dirlinks...
2004-06-11  Wayne DavisonIn set_filesystem(), call do_stat(), not link_stat...
2004-06-10  Wayne DavisonThe mkdir code should be using do_stat(), not do_lstat...
2004-06-09  Wayne DavisonAllow the argv list the daemon uses for globbing its...
2004-06-09  Wayne DavisonRemoved some excessive parens.
2004-06-09  Wayne DavisonMentioned a couple more bugfixes.
2004-06-09  Wayne DavisonRestore UNUSED() macro (the prior problems that prompte...
2004-06-09  Wayne DavisonNeeded to enclose the new symlink-warning code in an
2004-06-09  Wayne DavisonRenamed read_unbuffered() to readfd_unbuffered() so...
2004-06-08  Wayne Davison- Made the maximum-fd computation prior to a select...
2004-06-08  Wayne DavisonImproved a comment in read_msg_fd() and made the byte...
2004-06-07  Wayne DavisonImproved rwrite() in two ways:
2004-06-07  Wayne DavisonIncrease the size of the message-receving buffer for...
2004-06-07  Wayne DavisonChanged a few FINFO messages to FLOG.
2004-06-07  Wayne DavisonGot rid of some am_daemon games in option_error().
2004-06-07  Wayne DavisonUpdated some exclude information that has changed.
2004-06-07  Wayne DavisonDon't report a "file vanished" error if a symlink point...
2004-06-06  Wayne DavisonUpdated a couple things.
2004-06-06  Wayne DavisonTell folks to go to the bug-tracking page to report...
2004-06-06  Wayne Davison- Got rid of some useless calls to msg_list_push().
2004-06-06  Wayne DavisonIf the user specifies a small io_timeout value, lower...
2004-06-06  Wayne DavisonMake sure our select calls don't sleep for over one...
2004-06-06  Wayne DavisonDon't use single-line "if (condition) statement;" idiom.
2004-06-05  Wayne DavisonMention changes to the patches dir.
2004-06-05  Wayne DavisonNeatened up some of the glob-expand code and made a...
2004-06-05  Wayne DavisonSome superficial code tweaks.
2004-06-05  Wayne DavisonMentioned new --keep-dirlinks option.
2004-06-05  Wayne DavisonNew --keep-dirlinks option.
2004-06-03  Wayne DavisonMention new SSH_* vars.
2004-06-03  Wayne DavisonThe daemon-over-ssh code now looks for $SSH_CONNECTION...
2004-06-01  Wayne Davison- Added older news from NEWS file.
2004-06-01  Wayne DavisonMoved older news to OLDNEWS.
2004-05-29  Wayne DavisonGot rid of an unneeded character pointer in send_file_e...
2004-05-28  Wayne DavisonMention the --bwlimit change.
2004-05-27  Wayne DavisonImprovements to make --bwlimit work better.
2004-05-27  Wayne DavisonSet a new variable, bwlimit_writemax, based on the...
2004-05-24  Wayne DavisonGot rid of a superfluous call to gettimeofday().
2004-05-24  Wayne DavisonThe various include/exclude options are not used on...
2004-05-24  Wayne DavisonMade full_fname()'s char-pointer arg const.
2004-05-24  Wayne Davison- Properly quote the $excl references.
2004-05-23  Wayne DavisonImproved the depth calculation in sanitize_path() so...
2004-05-22  Wayne DavisonMoved a couple lines.
2004-05-22  Wayne DavisonA few minor improvements to the existing items.
2004-05-22  Wayne DavisonFixed a typo in the sending of the --checksum-seed...
2004-05-22  Wayne DavisonFixed the comment for get_exclude_tok().
2004-05-21  Wayne DavisonTweaked the alloc/realloc code in flist_expand().
2004-05-21  Wayne DavisonTell rsync to preserve permissions.
2004-05-21  Wayne DavisonAnother new option.
2004-05-21  Wayne DavisonGot rid of a compiler warning (which was only output...
2004-05-21  Wayne DavisonAdded the --checksum-seed option.
2004-05-21  Wayne Davison- Improved option_error() to make sure that the user...
2004-05-21  Wayne DavisonDocument a couple more changes.
2004-05-21  Wayne DavisonIf --backup was specified without a --backup-dir, don...
2004-05-21  Wayne DavisonMoved a few externs.
2004-05-21  Wayne DavisonChanged sum_init() to take a seed value as an arg inste...
2004-05-19  Wayne Davison- Mention the change to the daemon-mode's exclude handling.
2004-05-19  Wayne DavisonAdded the "write only" option to the daemon config...
2004-05-18  Wayne DavisonA few minor text improvements.
2004-05-18  Wayne DavisonAdded a little more quoting.
2004-05-18  Wayne DavisonOutput a message when we skip a server-excluded file.
2004-05-18  Wayne DavisonDocument the latest changes.
2004-05-18  Wayne Davison- Use fromdir, todir, and tmpdir instead of FROM, TO...
2004-05-18  Wayne DavisonTest that a config-file-specified exclude works right.
2004-05-18  Wayne DavisonQuote the dir expansions to avoid problems with spaces.
2004-05-18  Wayne Davison- Use fromdir and todir instead of FROM and TO.
2004-05-18  Wayne Davison- Use $suitedir to find rsync.fns.
2004-05-18  Wayne DavisonUse $suitedir to find rsync.fns.
2004-05-18  Wayne Davison- Use $suitedir to find rsync.fns.
2004-05-18  Wayne Davison- Use $suitedir to find rsync.fns.
2004-05-18  Wayne DavisonRemoving obsoleted test.sh file (we used the runtests...
2004-05-18  Wayne DavisonIf the server has excluded a file, we now exclude it...
2004-05-16  Wayne DavisonRenamed free_exclude_list() to clear_exclude_list().
2004-05-16  Wayne DavisonMoved the setting of ret->match_flags up a little in...
2004-05-16  Wayne Davison- Save some memory in each exclude_struct item by dumpi...
2004-05-16  Wayne Davison- Switched the "include" and "directory" ints into...
2004-05-15  Wayne Davison- Improved rsyserr() to prefix RSYNC_NAME (as the TODO...
2004-05-15  Wayne Davison- Complain about an exclude that was too long and then...
2004-05-15  Wayne DavisonChanged rprintf() calls that included strerror() to...
2004-05-15  Wayne DavisonChanged rprintf() calls that included strerror() to...
2004-05-15  Wayne DavisonAdded rsyserr().
2004-05-15  Wayne DavisonWhitespace tweaks.
2004-05-15  Wayne DavisonChanging if (!write_batch) in front of send_exclude_lis...
2004-05-15  Wayne DavisonAdded a "gen" rule to remake various generated files...
2004-05-14  Wayne DavisonIn the debug output, distinguish between a user-request...
2004-05-13  Wayne DavisonChanged PERMS_SKIP_TIME to PERMS_SKIP_MTIME.
2004-05-13  Wayne DavisonGot rid of some useless externs.
next