rsync.git
2005-04-23 Wayne DavisonTwo more tests:
2005-04-23 Wayne DavisonAdded --no-whole-file option to one of the runs.
2005-04-23 Wayne Davison- Added a new function, maybe_hard_link(), which now...
2005-04-23 Wayne Davison- Call hard_link_check() with its new args.
2005-04-22 Wayne DavisonMention how a module reference doesn't need a trailing...
2005-04-22 Wayne DavisonIf we're outputting a message about the remote file...
2005-04-22 Wayne DavisonMoved "port" and "address" into the global section...
2005-04-17 Wayne DavisonUpdated FSF's address and some minor non-license tweaks...
2005-04-16 Wayne DavisonSimplified the newly added test so that it should stop...
2005-04-15 Wayne DavisonCall rsync via $RSYNC.
2005-04-15 Wayne DavisonMake sure that the $chkdir has the same mtime/etc....
2005-04-15 Wayne DavisonAdded a test that copies a single file with -H specified.
2005-04-15 Wayne Davison- Fixed a potential crash/infinite-loop bug if -H was...
2005-04-14 Wayne DavisonCall logfile_close() and logfile_reopen() (tweaked...
2005-04-14 Wayne Davison- Changed log_open() into two functions, logfile_open...
2005-04-14 Wayne DavisonMention that less data is sent over the wire when ...
2005-04-14 Wayne DavisonGot rid of ITEM_DUMMY_BIT.
2005-04-14 Wayne Davison- Got rid of the iflag kluge for 2.6.4pre3.
2005-04-14 Wayne DavisonSupport the reception of a file-transfer header without...
2005-04-12 Wayne DavisonMention how the daemon handles a failure to open a...
2005-04-12 Wayne DavisonMention how we now handle a log-file that the daemon...
2005-04-12 Wayne DavisonGot rid of RERR_LOG_FAILURE.
2005-04-12 Wayne DavisonIf we can't open the daemon's log file, fall-back to...
2005-04-12 Wayne DavisonA couple improvements for the --only-write-batch section.
2005-04-10 Wayne DavisonMention the latest bug-fix.
2005-04-10 Wayne DavisonPaul's patch to improve the "not creating new ..."...
2005-04-10 Wayne DavisonMade the code a little cleaner by having gen_challenge...
2005-04-10 Wayne DavisonMention fix for SUPPORT{,_HARD}_LINKS defines.
2005-04-10 Wayne Davison- Don't define HAVE_READLINK unless HAVE_READLINK is...
2005-04-09 Wayne DavisonMention the new --only-write-batch=FILE option.
2005-04-09 Wayne Davison- Use the new do_xfers variable in place of some dry_ru...
2005-04-09 Wayne Davison- Use the new do_xfers variable in place of some dry_ru...
2005-04-09 Wayne DavisonUse the new do_xfers variable in place of some dry_run...
2005-04-09 Wayne Davison- Only do read-/write-batch processing if we're not...
2005-04-09 Wayne Davison- Added do_xfers variable.
2005-04-09 Wayne DavisonAlso change --only-write-batch to --read-batch (in...
2005-04-09 Wayne DavisonWe no longer force write_batch to 0 for the server.
2005-04-09 Wayne DavisonDocument the new --only-write-batch=FILE option.
2005-04-09 Wayne DavisonMention the latest changes.
2005-04-09 Wayne Davison- Call auth_server() with its new "host" arg.
2005-04-09 Wayne Davison- Use the MD4_SUM_LENGTH define in place of some hard...
2005-04-09 Wayne DavisonThe "@ERROR" handler in start_inband_exchange() was...
2005-04-08 Wayne DavisonFixed one typo and improved another sentence.
2005-04-07 Wayne DavisonMake sure that "- !" or "+ !" aren't interpreted as...
2005-04-07 Wayne DavisonCombine one of the backup tests with --delete-after.
2005-04-07 Wayne DavisonDon't call maybe_flush_socket() quite so often.
2005-04-07 Wayne DavisonMention the latest changes.
2005-04-07 Wayne DavisonFix a bug with --delete-after combined with --backup.
2005-04-06 Wayne DavisonUse the new HAVE_LSEEK64 define.
2005-04-06 Wayne DavisonAdded skipping of mkstemp() on HP-UX.
2005-04-05 Wayne DavisonPeriodically call maybe_flush_socket().
2005-04-05 Wayne Davison- Added maybe_flush_socket() for use by the generator.
2005-04-05 Wayne DavisonWhen doing a delete pass with do_progress output, get...
2005-04-05 Wayne DavisonDocument the use of --address in client mode.
2005-04-05 Wayne DavisonAllows --address to be used in client mode.
2005-04-05 Wayne DavisonChanged the bind_address local variables to be named...
2005-04-04 Wayne DavisonMake sure that the line buffer in readfd_unbuffered...
2005-04-04 Wayne DavisonIn writefd_unbuffered(), make sure that we don't look...
2005-04-01 Wayne DavisonMention fix for --compare-dest.
2005-04-01 Wayne DavisonMake a local-copy caused by a not-quite-up-to-date...
2005-04-01 Wayne Davison- Conditionally include <locale.h>.
2005-04-01 Wayne Davison- Changed version to 2.6.5cvs.
2005-04-01 Wayne DavisonStarting the 2.6.5 news.
2005-04-01 Wayne DavisonMoved the 2.6.4 news here.
2005-04-01 Wayne DavisonChanged safe_fname() to output \### (octal) to escape...
2005-04-01 Wayne DavisonFix the setting of module_dirlen for a module path...
2005-03-31 Wayne DavisonDon't try to tweak read-only dest-dir permissions in...
2005-03-31 Wayne DavisonPreparing for release of 2.6.4 v2.6.4
2005-03-31 Wayne Davison- Made the handling of adjacent percents (e.g. "%%b...
2005-03-31 Wayne DavisonIn log_formatted(), add the newline to the format string so
2005-03-31 Wayne DavisonEnabled width-sizing for %L.
2005-03-31 Wayne DavisonUse new log_format_has() function instead of strstr().
2005-03-31 Wayne DavisonAdded log_format_has().
2005-03-30 Wayne DavisonMake sure that we can't scan past the end of the format...
2005-03-30 Wayne DavisonOptimized '%f' a little more.
2005-03-30 Wayne DavisonAllow %i to have a field width.
2005-03-30 Wayne Davison- Allow the infix field width to start with a '-'.
2005-03-30 Wayne DavisonMention the numeric field width now possible in the...
2005-03-30 Wayne DavisonMention that the % escapes can now have a numeric infix.
2005-03-30 Wayne Davisondropped the "const" from the return value of safe_fname...
2005-03-30 Wayne DavisonAllow the escapes in the log-format string to contain...
2005-03-30 Wayne DavisonFixed a comment.
2005-03-30 Wayne DavisonMoved a call to output_summary() up a line.
2005-03-30 Wayne DavisonTweaked a couple sentences.
2005-03-30 Wayne DavisonChanged %i to output '>' for a local copy.
2005-03-30 Wayne DavisonGot rid of a useless extern.
2005-03-29 Wayne Davison- Fixed a potential crash if the receiver couldn't...
2005-03-29 Wayne Davison- Warn about missing batched updates the generator...
2005-03-29 Wayne DavisonSplit report() into handle_stats() and output_report...
2005-03-29 Wayne DavisonChanged maybe_emit_filelist_progress() and emit_filelis...
2005-03-29 Wayne DavisonTurn off do_progress during the file-update phase so...
2005-03-29 Wayne DavisonPreparing for release of 2.6.4pre4 v2.6.4pre4
2005-03-29 Wayne DavisonImproved several items and preparing for final 2.6...
2005-03-29 Wayne DavisonAdd data for 2.6.4.
2005-03-29 Wayne DavisonIf --delay-updates wasn't specified, write out two...
2005-03-28 Wayne DavisonAdded --protocol and made some batch-file improvements.
2005-03-28 Wayne DavisonAdded --protocol to --help output.
2005-03-28 Wayne DavisonSome temporary code for 2.6.4pre3 compatibility (which...
2005-03-28 Wayne DavisonChaging ITEM_UNUSED back to ITEM_DUMMY_BIT for now...
2005-03-27 Wayne DavisonChanged ITEM_DUMMY_BIT to ITEM_UNUSED.
next