rsync/rsync.git
2004-08-03 Wayne DavisonUse MAX_MAP_SIZE in the args to map_file().
2004-08-03 Wayne Davison- Changed the calling syntax for map_file() so that...
2004-08-03 Wayne DavisonCall map_file() with its new args, including a suggeste...
2004-08-03 Wayne DavisonWe call map_ptr() with a data range than includes any...
2004-08-03 Wayne Davison- Changed the description for --block-size in the ...
2004-08-03 Wayne Davison- Added define for MAX_BLOCK_SIZE.
2004-08-03 Wayne DavisonUpdated the description of the --block-size option.
2004-08-02 Wayne DavisonMention the open64()/mkstemp64() configure change.
2004-08-02 Wayne DavisonDon't use mkstemp() if the OS has open64() but not...
2004-08-02 Wayne DavisonTest for functions open64() and mkstemp64().
2004-08-02 Wayne DavisonGot rid of trailing whitespace.
2004-08-02 Wayne DavisonMention the "refuse options" change.
2004-08-02 Wayne DavisonAllow better wildcard matching against the short-option...
2004-08-02 Wayne DavisonDocument the improved "refuse options" syntax.
2004-08-02 Wayne Davison- Extended the "refuse options" daemon setting to allow...
2004-08-02 Wayne DavisonGot rid of unused externs.
2004-08-02 Wayne Davison- Changed "read so far" to "received so far".
2004-07-31 Wayne Davison- Changed all the errors in parse_arguments() to use...
2004-07-31 Wayne DavisonIf we need to return an error during the startup phase...
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.
next