]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
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.
2005-03-27  Wayne DavisonGot rid of temporary code that detected and rejected...
2005-03-27  Wayne DavisonGot rid of temporary code that set the ITEM_DUMMY_BIT.
2005-03-27  Wayne Davison--compress is now saved in a batch's option-state flags.
2005-03-27  Wayne DavisonDecided that the '<' and '>' output in the %i format...
2005-03-27  Wayne Davison- Fixed a bug in the saving of the --dirs option's...
2005-03-25  Wayne DavisonMention that --dry-run no longer conflicts with the...
2005-03-24  Wayne Davison- Don't complain if --dry-run is specified with --read...
2005-03-24  Wayne DavisonIf --dry-run is enabled with --read-batch, we must...
2005-03-23  Wayne DavisonList /etc instead of /, but only if it exists and is...
2005-03-18  Wayne DavisonMention when we run fakeroot.
2005-03-18  Wayne DavisonIf we're not root and the "fakeroot" command is availab...
2005-03-17  Wayne DavisonSet a maximum distance-measure that find_fuzzy() will...
2005-03-17  Wayne DavisonFixed a problem with the stripping of the .bak/.old...
2005-03-17  Wayne DavisonFixed the -r kluge sent for pre-2.6.4 --list-only support.
2005-03-17  Wayne DavisonWe need to run our post-processing activities after...
2005-03-16  Wayne DavisonMention one other recent change.
2005-03-16  Wayne DavisonPreparing for release of 2.6.4pre3 v2.6.4pre3
2005-03-16  Wayne DavisonChanged error message for incompatible 2.6.4 pre-releas...
2005-03-15  Wayne DavisonDocument error messages 6 and 25.
2005-03-15  Wayne DavisonAdded the error message for RERR_LOG_FAILURE and used...
2005-03-15  Wayne DavisonAdded RERR_LOG_FAILURE define.
2005-03-15  Wayne Davison- Made read_item_attrs() detect and reject a pre1/pre2...
2005-03-15  Wayne DavisonAdded an extra phase to the end of the transfer to...
2005-03-15  Wayne Davison- Added an extra phase to the end of the transfer to...
2005-03-15  Wayne DavisonAdded ITEM_DUMMY_BIT and moved a few other 'ITEM_*...
2005-03-15  Wayne DavisonTweaked the end-of-phase code.
2005-03-15  Wayne DavisonHandle --delay-updates at the end of the first phase.
2005-03-15  Wayne DavisonMention the index number for an "invalid packet at...
2005-03-14  Wayne DavisonFixed a just-introduced crash bug in the --fuzzy proces...
2005-03-14  Wayne DavisonA simple test to ensure that fuzzy processing is working.
2005-03-14  Wayne DavisonSplit the conditional-directory sending out of send_fil...
2005-03-14  Wayne DavisonThe "recurse" value is back to being just 1 or 0 (true...
2005-03-14  Wayne DavisonGot rid of "fudged_recurse".
2005-03-14  Wayne DavisonGot rid of an unused extern.
2005-03-14  Wayne DavisonGot rid of some code in f_name_cmp() that tried to...
2005-03-14  Wayne DavisonThe --fuzzy code now handles a file->dirname that has...
2005-03-13  Wayne DavisonDocument the latest %i output.
2005-03-13  Wayne DavisonOutput a '*' at the start of the %i string when deleting.
2005-03-13  Wayne Davison- Improved a couple error messages.
2005-03-12  Wayne DavisonSome misc. improvements (I hope).
2005-03-12  Wayne DavisonImproved two sentences.
next