I like braces when multiple lines are indented.
[rsync/rsync.git] / generator.c
2010-06-26 Wayne DavisonI like braces when multiple lines are indented.
2010-06-26 Wayne DavisonOutput list-only sizes using any human-readable setting.
2010-06-05 Wayne DavisonFix daemon-filter crash issue (bug 7489).
2010-04-24 Matt McCutchenIn "ignoring unsafe symlink" messages, show only the...
2010-01-02 Wayne DavisonMore --timeout improvements, especially for the receivi...
2009-12-19 Wayne DavisonImprove --timeout method to take into account all I...
2009-11-29 Wayne DavisonDon't (wrongly) retouch dir permissions with --fake...
2009-10-27 Wayne DavisonGet rid of some unneeded externs.
2009-10-26 Wayne DavisonFix %b and %c so that they count per-transfer bytes...
2009-09-12 Wayne DavisonPass "new_mode" to set_acl() and change its return...
2009-09-07 Wayne DavisonAdd support for transferring & setting nsec time values.
2009-09-07 Wayne DavisonAlways use lutimes() if it is available.
2009-09-02 Wayne DavisonHave --fake-super turn a symlink into a file when
2009-09-02 Wayne DavisonBetter compiling if SUPPORT_LINKS is not defined.
2009-08-29 Wayne DavisonCreate non-transferred files in a more atomic manner:
2009-08-22 Wayne DavisonHave the sender use dead time to pad out the file list.
2009-05-23 Wayne DavisonUse typedefs for the filter structures.
2009-04-26 Wayne DavisonChange sending/receiving/storing of the rdev value...
2009-04-12 Wayne DavisonFixed the use of --xattrs with --only-write-batch.
2009-04-11 Wayne DavisonMore backup improvements:
2009-03-13 Wayne DavisonMy version of Matt's improvements related to missing...
2009-03-13 Wayne DavisonMake missing args governed by protect filters, not...
2009-03-07 Wayne DavisonMade --list-only output missing args as a "*missing...
2009-02-28 Wayne DavisonAdded the --delete-missing-args option to delete specified
2009-01-17 Wayne DavisonFixed the delete statistics with --delete-delay and...
2009-01-17 Wayne DavisonFixed a hang in the inc_recurse batch-reading code.
2009-01-03 Wayne DavisonUpdate the copyright year.
2009-01-03 Wayne DavisonMake delete_item() public, moving it into delete.c.
2009-01-03 Wayne DavisonAdded init_stat_x() to avoid duplication of acl/xattr...
2008-11-10 Matt McCutchenAdd flist_find_ignore_dirness() and change delete_in_di...
2008-09-27 Wayne DavisonEnhanced the --stats output:
2008-09-24 Wayne DavisonFixed skipping of unneeded updates in a batch file...
2008-09-02 Wayne DavisonSplit up the ifuncs.h file into 3 .h files.
2008-09-01 Wayne DavisonOutput numbers in 3-digit groups by default (e.g. 1...
2008-08-31 Wayne DavisonImproved the fix that ensures that the generator gets...
2008-08-24 Wayne DavisonMake the !flist_eof assumption explicit before the...
2008-08-14 Wayne DavisonChanged flist_for_ndx() to optionally die with an error
2008-08-02 Wayne DavisonAdded logic to the receiving side to ensure that the...
2008-07-31 Wayne DavisonOutput an FERROR* for a general io_error, and an FWARNI...
2008-07-21 Wayne DavisonInclude the array-size in array externs so that IBM...
2008-07-21 Wayne DavisonChanged the chksum debug flag to deltasum.
2008-07-18 Wayne DavisonUse big_num() in a few more places.
2008-07-17 Wayne DavisonChanged human_num() to big_num() with an extra arg...
2008-07-14 Wayne DavisonAdded the --info=FLAGS an --debug=FLAGS options, which...
2008-07-14 Wayne DavisonFixed the timeout/flush loop-check logic to work proper...
2008-06-26 Wayne DavisonFixed a problem with a file descriptor being left open...
2008-06-23 Wayne DavisonFixed the sending of large files with older rsync versi...
2008-06-13 Wayne DavisonFix the problem with setting xattrs on a directory...
2008-06-09 Wayne DavisonHandle a solo_file of a directory for --delete-during.
2008-06-09 Wayne DavisonFixed an "Internal abbrev error" when dealing with...
2008-05-31 Wayne DavisonMake sure the generator doesn't try to send a negative...
2008-05-22 Wayne DavisonA cuple more fixes for --xattrs combined with --backup...
2008-05-17 Wayne DavisonFixed several issues with preserving xattrs when using...
2008-05-17 Wayne DavisonPreserve the right errno value when trying adjunct...
2008-04-16 Wayne DavisonDon't allow '.' dir to be excluded by the daemon's...
2008-03-28 Wayne DavisonDump an extraneous empty line.
2008-03-26 Wayne DavisonEnsure that a per-dir merge file is also loaded from...
2008-03-24 Wayne DavisonDon't send daemon-config filter-action messages back...
2008-03-20 Wayne DavisonChanged the name of the server_filter_list to be old/master
2008-03-19 Wayne DavisonSome more minor changes for the skip/missing/dry_run...
2008-03-19 Matt McCutchenUnsnarl missing_below/dry_run logic.
2008-03-18 Wayne DavisonUse the missing_below code to make the daemon-exclusions
2008-03-17 Wayne DavisonFixed hard-linking when some of the files can get skipp...
2008-03-17 Wayne DavisonMade the FLAG_MOUNT_DIR bit only honored on a directory.
2008-03-17 Wayne DavisonMoved the --append check so that files that don't need...
2008-03-17 Wayne DavisonMake the --ignore-existing option not overwrite a regul...
2008-03-16 Wayne DavisonFixed a hang when using --remove-source-files in dry...
2008-03-12 Wayne DavisonFixed the 'T' itemized output for a symlink the right...
2008-03-11 Wayne Davison- One more fix for the 'T' itemized output for a symlin...
2008-03-11 Wayne DavisonFixed some itemized logging failures:
2008-03-10 Wayne DavisonFixed the itemizing of perms with -E.
2008-03-05 Wayne DavisonDon't call utimes() on a dir that doesn't need its...
2008-03-01 Wayne DavisonInclude 2008 in the copyright years.
2008-02-28 Wayne DavisonTemporarily set uid_ndx in the delete code if the trans...
2008-02-19 Wayne DavisonTweaked a comparison that "checker" was complaining...
2008-02-18 Wayne DavisonExtended the protocol-30 info-passing code at startup...
2008-02-18 Wayne DavisonSome permssion fixes:
2008-02-18 Wayne DavisonDon't output a duplicate warning when the daemon-config...
2008-02-07 Wayne Davison(Matt) Made a daemon-refused file an FERROR_XFER with...
2008-02-05 Wayne DavisonOnly check F_OWNER() if uid_ndx is non-zero.
2008-02-04 Wayne DavisonFixed a couple DEL_OWNED_BY_US glitches.
2008-02-03 Wayne DavisonDump delete_item()'s "replace" var to reduce recursive...
2008-01-26 Wayne DavisonWhen removing a file/dir that is owned by us but does...
2008-01-13 Wayne DavisonAnother xattr "internal abbrev" fix for an xattr object...
2008-01-11 Wayne DavisonImproved check_for_finished_files() to be really, reall...
2007-12-31 Wayne DavisonFixed a case where the receiver indicates a successful...
2007-11-22 Wayne DavisonNew logging categories added to allow differentiation...
2007-11-21 Wayne DavisonDon't try to delete when list_only is set.
2007-11-19 Wayne DavisonMade some code that handles hard-linking of symlinks be
2007-11-06 Wayne DavisonTweaked an extern.
2007-11-06 Wayne DavisonSome changes to allow an unsorted file list even if...
2007-11-05 Wayne DavisonGot rid of a redundant mtime check.
2007-11-04 Wayne DavisonConditional symlink-checking code in unchanged_attrs...
2007-11-03 Wayne DavisonHave unchanged_attrs() check the mtime on items where...
2007-11-03 Wayne DavisonA better way to count our queued workload.
2007-11-03 Wayne DavisonFixed hang when --hard-links was processing a large...
2007-10-31 Wayne Davison- Handle a dot-dir-containing flist using its parent_nd...
2007-10-29 Wayne DavisonMy version of Matt's cleanup patch from bug 5051. ...
2007-10-28 Wayne DavisonDon't call copy_file() for a dry-run. (Thanks, Matt!)
2007-10-18 Wayne DavisonWe can't decrement the in_progress value for a hard...
next