rsync/rsync.git
2004-07-12 Wayne DavisonIn generate_files(), changed arg "f" to "f_out", as...
2004-07-12 Wayne DavisonMade hard_link_check() compile when SUPPORT_HARD_LINKS...
2004-07-07 Wayne DavisonUse want_i instead of last_i+1.
2004-07-07 Wayne DavisonMake the GID_NONE define a little safer.
2004-07-04 Wayne DavisonAdded some missing $(srcdir) references.
2004-07-04 Wayne DavisonChanged a "for" loop into a "do ... while" loop.
2004-07-02 Wayne DavisonOptimized away a loop in hash_search().
2004-07-02 Wayne DavisonSome formatting tweaks.
2004-07-02 Wayne DavisonMoved the verbose message about renaming the finished...
2004-07-02 Wayne DavisonTweaked some formatting.
2004-06-30 Wayne DavisonSome simple whitespace tweaks.
2004-06-29 Wayne DavisonMade recv_generator static.
2004-06-29 Wayne DavisonOptimized away a call to cmp_modtime() for a compare...
2004-06-29 Wayne DavisonMention the extended argv-overflow checking.
2004-06-29 Wayne DavisonTweaked an overly-long line.
2004-06-28 Wayne DavisonA few more improvements to the anti-overflow args[...
2004-06-28 Wayne DavisonMake sure that do_cmd() doesn't overflow its arg-pointe...
2004-06-24 Wayne DavisonGot rid of a couple unneeded assignments.
2004-06-23 Wayne DavisonRestoring correct skip_file() return semantics.
2004-06-23 Wayne DavisonThought skip_file() wasn't returning 1 for "skip" and...
2004-06-23 Wayne DavisonFixed a newly-introduced problem in read_timeout()...
2004-06-20 Wayne DavisonSome trivial format tweaks.
2004-06-20 Wayne DavisonMentioned the latest socket change and fixed a few...
2004-06-20 Wayne DavisonRestored the code in the IPV6_V6ONLY section that check...
2004-06-20 Wayne DavisonTweaked a comment.
2004-06-19 Wayne DavisonMust not call check_timeout() before checking the errno...
2004-06-19 Wayne DavisonAdded some missing changes.
2004-06-19 Wayne DavisonSome minor improved sentences.
2004-06-18 Wayne DavisonTweaked some comments.
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...
next