]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
2007-10-31  Wayne Davison- Fixed a problem with merging dot dirs with non-dot...
2007-10-31  Wayne DavisonCall clean_fname() with new flag arg.
2007-10-31  Wayne DavisonChanged clean_fname() to take a flag int instead of...
2007-10-31  Wayne Davison- Define the new CFN_* flags for clean_fname().
2007-10-31  Wayne DavisonAvoid a crash if we read an index value without a valid...
2007-10-31  Wayne DavisonSuggest -Z as a good popt alias letter instead of -s.
2007-10-30  Wayne DavisonMention that --keep-dirlinks can be dangerous if there are
2007-10-30  Wayne DavisonFixed --one-file-system handling when dealing with...
2007-10-29  Wayne DavisonMy version of Matt's cleanup patch from bug 5051. ...
2007-10-28  Wayne DavisonMade some more char pointers const.
2007-10-28  Wayne DavisonDon't call copy_file() for a dry-run. (Thanks, Matt!)
2007-10-28  Wayne DavisonFixed setting of updating_basis value.
2007-10-27  Wayne DavisonPreparing for release of 3.0.0pre4 v3.0.0pre4
2007-10-27  Wayne DavisonFixed a problem with build_hash_table() getting called too
2007-10-27  Wayne DavisonWhen listing a bare module name w/o -r, make sure we...
2007-10-27  Wayne DavisonPreparing for release of 3.0.0pre3 v3.0.0pre3
2007-10-26  Wayne DavisonChunk a really large file to avoid sender-side hash...
2007-10-26  Wayne DavisonFixed problem with anchored filter and an absolute
2007-10-25  Wayne DavisonMention .git/ exclude.
2007-10-25  Wayne DavisonAdded .git/ to "CVS" excludes.
2007-10-25  Wayne DavisonWe need to provide iconvbufs() anytime ICONV_CONST...
2007-10-21  Wayne DavisonA few more improvements.
2007-10-21  Wayne DavisonImproved a description.
2007-10-21  Wayne DavisonMake last fix even better.
2007-10-21  Wayne DavisonAvoid dropping a hard-linked itemized output with -ii.
2007-10-20  Wayne DavisonGot rid of a couple compiler warnings when SUPPORT_HARD...
2007-10-18  Wayne DavisonImproved a couple entries.
2007-10-18  Wayne DavisonWe can't decrement the in_progress value for a hard...
2007-10-17  Wayne DavisonTypedef any missing types.
2007-10-17  Wayne DavisonAdd checking for id_t, and changed some of the type...
2007-10-16  Wayne DavisonChanged a word in an error message.
2007-10-16  Wayne DavisonTweaked set_allow_inc_recurse() a bit more.
2007-10-16  Wayne DavisonThe start of some updated "thanks".
2007-10-16  Wayne DavisonAdding Wesley Terpstra's lchmod()-equivalent that uses...
2007-10-16  Wayne DavisonWe now report symlink mode changes if HAVE_SETATTRLIST...
2007-10-16  Wayne DavisonAdded checks for setattrlist and sys/attr.h.
2007-10-16  Wayne DavisonCall set_allow_inc_recurse() for situations that don...
2007-10-16  Wayne Davison- Send an 'i' in the -e arg to the server if we can...
2007-10-16  Wayne Davison- Moved the arg-checking relating into set_allow_inc_re...
2007-10-16  Wayne DavisonIncremented the SUBPROTOCOL_VERSION.
2007-10-16  Wayne DavisonWe don't need to send --no-i-r anymore.
2007-10-16  Wayne DavisonWrite out the inc_recurse flag into a protocol-30 batch...
2007-10-16  Wayne Davison- Send a flag from the client to the server to indicate...
2007-10-16  Wayne DavisonIncremented the SUBPROTOCOL_VERSION.
2007-10-15  Wayne DavisonAdded braces to an empty "if" (to avoid any complaints...
2007-10-15  Wayne DavisonIf there's no lchmod(), don't itemize permission differ...
2007-10-14  Wayne DavisonIf the user told us to use a password file and we used...
2007-10-14  Wayne DavisonFixed a typo in a comment.
2007-10-13  Wayne DavisonForward MSG_IO_ERROR to the generator so that it can...
2007-10-13  Wayne DavisonImprovements surrounding --list-only and --dirs.
2007-10-12  Wayne DavisonGet the version # right in the changelog.
2007-10-12  Wayne DavisonModify the changelog section in the .spec file for...
2007-10-12  Wayne DavisonFixed the day of the week.
2007-10-12  Wayne DavisonImproved the summary, the description, and the changelog.
2007-10-12  Wayne DavisonImproved the initial description summary.
2007-10-12  Wayne DavisonOne more tweak to the synopsis.
2007-10-12  Wayne DavisonImprovements suggested by Matt's improved manpage.
2007-10-12  Wayne DavisonPreparing for release of 3.0.0pre2 v3.0.0pre2
2007-10-12  Wayne DavisonTweaked a couple minor things.
2007-10-10  Wayne DavisonConditionalize the call to setup_iconv().
2007-10-08  Wayne Davison- Use the new *_CONTENT_DIR flag names (was *_XFER_DIR).
2007-10-08  Wayne Davison- Mark implied dirs with FLAG_IMPLIED_DIR.
2007-10-08  Wayne Davison- Added a flag for implied dirs: FLAG_IMPLIED_DIR.
2007-10-07  Wayne DavisonReposition the call to setup_iconv() so that it gets...
2007-10-07  Wayne DavisonImproved on the list-only fix and on the other similar...
2007-10-07  Wayne Davison- Simplified the code in recv_file_entry() for protocol 30.
2007-10-07  Wayne DavisonMention how --list-only w/o -r now abandons an old...
2007-10-07  Wayne DavisonWe now send -d to the server for a list-only transfer...
2007-10-07  Wayne DavisonSet xfer_dirs when we set list_only.
2007-10-07  Wayne DavisonGot rid of some old exclude trickery for --list-only...
2007-10-07  Wayne DavisonGot rid of a useless list_only tweak.
2007-10-07  Wayne DavisonFix list-only output of dirs w/--relative but w/o ...
2007-10-05  Wayne DavisonA couple tweaks to the AIX ACL code.
2007-10-05  Wayne DavisonMake sure ICONV_OPTION is unset if we didn't find iconv...
2007-10-05  Wayne DavisonSimplified a SMB_ACL_NEED_SORT conditional because...
2007-10-05  Wayne DavisonThe hpux_count_obj() function should have been declared...
2007-10-05  Wayne DavisonA few more improvements and some reshuffling.
2007-10-05  Wayne DavisonPreparing for release of 3.0.0pre1 v3.0.0pre1
2007-10-05  Wayne DavisonOne more tweak.
2007-10-01  Wayne DavisonThe latest changes.
2007-10-01  Wayne DavisonMention that we abort if the pid file exists.
2007-10-01  Wayne DavisonThe lp_load() function doesn't fudge the pszFname arg...
2007-10-01  Wayne Davison- Set config_file to a default filename if it is NULL.
2007-09-30  Wayne DavisonMention the latest way to specify multiple remote args.
2007-09-30  Wayne DavisonMade list more complete.
2007-09-30  Wayne DavisonGot rid of some SPACE-TAB sequencs in the indentation.
2007-09-30  Wayne DavisonAllow additional remote args to contain an identical...
2007-09-30  Wayne DavisonMoved become_daemon() into clientserver.c.
2007-09-30  Wayne Davison- Moved become_daemon() here from socket.c and made...
2007-09-29  Wayne DavisonImproved --acls, --xattrs, and --fake-super.
2007-09-29  Wayne DavisonSpecify a better SMB_ACL_VALID_NAME_BITS value for...
2007-09-29  Wayne DavisonAdded get_xattr_acl(), set_xattr_acl(), and del_def_xat...
2007-09-29  Wayne DavisonWhen running with --fake-super, get/put ACLs from/to...
2007-09-29  Wayne DavisonTweaked a variable name.
2007-09-29  Wayne DavisonAdded support for OS X testing using chmod +a and ls.
2007-09-28  Wayne Davison- Added OS X ACL support.
2007-09-28  Wayne DavisonAdded OS X ACL support, using slightly tweaked sys_acl_*()
2007-09-28  Wayne DavisonWe enable ACL compilation on OS X by default now.
2007-09-26  Wayne DavisonDetermine the previous version number in a more reasona...
2007-09-26  Wayne DavisonSome improvements and fixes for the upcoming release.
next