rsync/rsync.git
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...
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.
next