]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
2004-07-31  Wayne DavisonDon't allow a --partial-dir setting to overwrite a...
2004-07-31  Wayne Davison- Document the change to --copy-links.
2004-07-31  Wayne DavisonDocument the old side-effect to --copy-links and that...
2004-07-31  Wayne DavisonOne call to link_stat() (in set_perms()) needed to...
2004-07-31  Wayne DavisonReset copy_links in the receiver.
2004-07-31  Wayne DavisonProminently mention the changes to the text that gets...
2004-07-31  Wayne DavisonChanged "wrote"/"written" to "sent" and "read" to ...
2004-07-30  Wayne Davison- Mention the "list = no" change in error handling.
2004-07-30  Wayne DavisonIf someone is denied access to a "list = no" module...
2004-07-30  Wayne DavisonDon't ignore case in lp_number() because the rest of...
2004-07-30  Wayne DavisonIf we reject a name due to a server-exclude, someone...
2004-07-29  Wayne DavisonDocument the latest changes.
2004-07-29  Wayne DavisonGot rid of bogus compare_dest scan in skip_file() ...
2004-07-29  Wayne DavisonAdded the new --partial-dir option.
2004-07-29  Wayne DavisonDocument the new --partial-dir option.
2004-07-29  Wayne DavisonCheck the error return of flush_write_file().
2004-07-29  Wayne DavisonAdded close_multiplexing_in() and renamed io_multiplexi...
2004-07-29  Wayne DavisonCall the new close_multiplexing_in() function in the...
2004-07-29  Wayne DavisonIf we fail writing to the socket and we're receiving...
2004-07-29  Wayne DavisonOne more inplace code tweak.
2004-07-29  Wayne DavisonSome minor fixes and improvements for the inplace code.
2004-07-28  Wayne Davison- Explicitly save the stat()'s errno so that we can...
2004-07-26  Wayne DavisonUse the new safe_fname() function.
2004-07-26  Wayne DavisonAllow safe_fname() to tweak up to two name at a time.
2004-07-26  Wayne DavisonUse safe_fname() in full_fname().
2004-07-26  Wayne DavisonAdded safe_fname() that converts any newlines in a...
2004-07-26  Wayne DavisonMade a comment better.
2004-07-24  Wayne DavisonSome batch-mode changes.
2004-07-24  Wayne DavisonMade the new option-twiddling message only output when...
2004-07-24  Wayne DavisonCall read_stream_flags() as soon as we open the batch...
2004-07-24  Wayne DavisonCall write_stream_flags() from start_write_batch().
2004-07-24  Wayne DavisonAdded write_stream_flags() to write the state of certai...
2004-07-23  Wayne DavisonTweaked a compound line.
2004-07-23  Wayne DavisonAdded a comment.
2004-07-23  Wayne DavisonSome basic batch-mode tests.
2004-07-23  Wayne DavisonChris added a missing "not" to a comment.
2004-07-23  Wayne DavisonFixed the opening comments.
2004-07-22  Wayne DavisonIf we sucessfully renamed a file that has multiple...
2004-07-22  Wayne DavisonChanged NO_INT64 to INT64_IS_OFF_T because off_t might...
2004-07-22  Wayne DavisonSome --help text fixes.
2004-07-22  Wayne DavisonSome more --inplace improvements.
2004-07-22  Wayne DavisonShould always call finish_transfer() for inplace handli...
2004-07-22  Wayne DavisonThe inplace handling in finish_transfer() now passes...
2004-07-22  Wayne DavisonNeed to output the "failed verification" error before...
2004-07-22  Wayne DavisonAdded a warning message when a file fails to verify...
2004-07-22  Wayne DavisonAdded even more double-quoting.
2004-07-22  Wayne DavisonNo need to check both delete_after and delete_mode...
2004-07-21  Wayne DavisonIn read_batch mode, we read ints from the new batch_gen...
2004-07-21  Wayne DavisonGot rid of read_batch special case.
2004-07-21  Wayne DavisonSetup for read_batch mode a little differently:
2004-07-21  Wayne DavisonAdded batch_gen_fd.
2004-07-21  Wayne DavisonIn read_batch mode, we now let the code write out the...
2004-07-21  Wayne DavisonDon't write out the protocol_version number in read_bat...
2004-07-21  Wayne DavisonComplain if the user combines --read-batch with --files...
2004-07-21  Wayne DavisonImproved the test a little.
2004-07-21  Wayne DavisonAdding a test for the --compare-dest option.
2004-07-21  Wayne DavisonA couple am_sender checks (one negated) were not needed.
2004-07-20  Wayne DavisonCall map_file() with the new block_size arg (had to...
2004-07-20  Wayne Davison- Call map_file() with the new block_size arg (had...
2004-07-20  Wayne Davison- Added a new block_size arg to map_file(). Use it...
2004-07-20  Wayne Davison- Got rid of cleanup_buf (map-file cleanup is not needed).
2004-07-20  Wayne DavisonCall map_file() with its new block_size arg.
2004-07-20  Wayne DavisonTweaked an error message.
2004-07-20  Wayne DavisonAdded a def_window_size variable to struct map_struct.
2004-07-20  Wayne Davison- More batch-file improvements.
2004-07-20  Wayne DavisonWe now append the exclude list as a "here" document...
2004-07-20  Wayne DavisonMade write_sbuf() non-static.
2004-07-19  Wayne DavisonChanged write_batch_argvs_file() to new write_batch_she...
2004-07-19  Wayne DavisonAdded new function discard_receive_data().
2004-07-19  Wayne Davison- Don't allow some crafty user to try to force us to...
2004-07-19  Wayne DavisonDo a better job of writing out the BATCH.sh file (i...
2004-07-19  Wayne DavisonChanged batch.rsync_argvs to batch.sh.
2004-07-19  Wayne DavisonFixed the argv munging to work properly regardless...
2004-07-17  Wayne DavisonA very minor optimization was made to read_sbuf(),...
2004-07-17  Wayne Davison- Improved the warning about --inplace.
2004-07-17  Wayne DavisonMoved the read_batch abort check below the code that...
2004-07-17  Wayne DavisonRevamped some of the io variables and calls to make...
2004-07-17  Wayne DavisonGot rid of the arg to io_start_multiplex_out().
2004-07-17  Wayne Davison- Got rid of the arg to the io_start_multiplex_{in...
2004-07-17  Wayne DavisonChanged a MIN() to a MAX() when setting max_map_size.
2004-07-17  Wayne DavisonMention the new --inplace option.
2004-07-16  Wayne DavisonMy version of Mark Curtis's --inplace option.
2004-07-16  Wayne DavisonAdded a check for ftruncate.
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...
next