rsync/rsync.git
2004-07-16 Wayne DavisonAvoid some useless memory copying.
2004-07-16 Wayne Davison- Limit the maximum block size we compute for a file.
2004-07-16 Wayne DavisonAdded a max_map_size variable, initialized to MAX_MAP_SIZE.
2004-07-16 Wayne DavisonLimit the block-size that the user can specify.
2004-07-16 Wayne DavisonImproved a sentence about --whole-file.
2004-07-16 Wayne DavisonMake wf_writeBufSize based on a multiple of WRITE_SIZE...
2004-07-15 Wayne Davison- Complain and die if --dry-run is used with a batch...
2004-07-15 Wayne DavisonChanged the batch examples to show how to do a remote...
2004-07-15 Wayne DavisonExpanded the comment on the new batch code.
2004-07-15 Wayne DavisonMention that "-" can be used with --read-batch for...
2004-07-15 Wayne DavisonAllow --read-batch=- to indicate stdin.
2004-07-15 Wayne DavisonWe no longer refer to a batch "prefix".
2004-07-15 Wayne DavisonMention new batch-mode changes.
2004-07-15 Wayne DavisonMy modified version of Chris Shoemaker's improved batch...
2004-07-14 Wayne DavisonMention recent changes.
2004-07-14 Wayne DavisonTweaked some single-line ifs.
2004-07-14 Wayne DavisonThe "len" to generate_and_send_sums() is supposed to...
2004-07-14 Wayne DavisonCommitted a space-tweak from Chris Shoemaker.
2004-07-14 Wayne DavisonImproved the write_batch_argvs_file() routine so that...
2004-07-13 Wayne DavisonGot rid of the disable_deltas_p() function (the whole_f...
2004-07-13 Wayne DavisonWe now conditionally turn on whole_file in do_cmd(...
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...
next