]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
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.
2005-03-12  Wayne DavisonTweaked the name of a variable.
2005-03-11  Wayne DavisonMention --copy-dest.
2005-03-11  Wayne DavisonRe-enabled the --copy-dest part of the test.
2005-03-11  Wayne DavisonAdded --copy-dest logic, and improved the updating...
2005-03-11  Wayne DavisonAdded --copy-dest logic.
2005-03-11  Wayne DavisonTweaked the comment on copy_file().
2005-03-11  Wayne DavisonDocument --copy-dest.
2005-03-10  Wayne Davison- Fixed the reading of the fuzzy xname from the socket.
2005-03-10  Wayne Davison- Changed read_item_attrs() to return the length of...
2005-03-09  Wayne Davison- Improved the error-checking for some delete_item...
2005-03-09  Wayne DavisonMention the latest protocol-29 changes.
2005-03-09  Wayne DavisonWe now handle the reading and writing of extra basis...
2005-03-09  Wayne DavisonGot rid of the name-pipe, so we now read the fnamecmp_t...
2005-03-09  Wayne DavisonMade itemize() output the fnamecmp_type and the fuzzy...
2005-03-09  Wayne DavisonGot rid of the name-pipe from the generator to the...
2005-03-09  Wayne DavisonWhen itemizing, we now set ITEM_LOCAL_CHANGE and ITEM_X...
2005-03-09  Wayne Davison- Made an overflow in read_vstring() return an error...
2005-03-09  Wayne DavisonHandle the new way that 'c' and 'h' get output by ...
2005-03-09  Wayne DavisonComplain if a feature that requires protocol 29 doesn...
2005-03-09  Wayne DavisonMade the dest_option string non-static.
2005-03-09  Wayne DavisonChanged some of the ITEM_* defines.
2005-03-09  Wayne DavisonMention the latest bug-fix.
2005-03-09  Wayne DavisonWe need to mention any change to a directory, not just...
2005-03-09  Wayne DavisonFixed the change-report output for a directory that...
2005-03-09  Wayne DavisonBackward compatibility fix in read_iflags() (for protoc...
2005-03-06  Wayne DavisonBacked out the hack that reversed ITEM_REPORT_XATTRS...
2005-03-05  Wayne Davison- When --max-delete is exceeded, we now count how many...
2005-03-05  Wayne DavisonHandle new IOERR_DEL_LIMIT bit in io_error.
next