rsync/rsync.git
2007-11-06 Wayne DavisonSome changes to allow an unsorted file list even if...
2007-11-05 Wayne DavisonFixed some typos that Matt pointed out.
2007-11-05 Wayne DavisonMake sure that get_xattr_data() never tries to malloc...
2007-11-05 Wayne DavisonIf the xattr data is bogus in get_rsync_acl(), free...
2007-11-05 Wayne DavisonFixed get_xattr_acl() -- it needed to zero *len_p.
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 DavisonMake sure that the user has write permissions when...
2007-11-03 Wayne DavisonStop password errors from getting reported as transfer...
2007-11-03 Wayne Davison- Renamed updating_basis -> updating_basis_or_equiv.
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-11-03 Wayne DavisonAvoid verbose output during the forwarding of flist...
2007-11-03 Wayne DavisonIn mplex_write(), make extra sure something unexpected...
2007-11-02 Wayne DavisonThe HAVE_UTIMBUF define changed to HAVE_STRUCT_UTIMBUF.
2007-11-02 Wayne DavisonA new version of the getaddrinfo code from the samba...
2007-11-02 Wayne DavisonMake use of the HAVE_NETDB_H define.
2007-11-02 Wayne DavisonChanges to handle new getaddrinfo code.
2007-11-02 Wayne DavisonAdded AC_HAVE_TYPE().
2007-10-31 Wayne DavisonOne more SUBPROTOCOL_VERSION increase for iconv change.
2007-10-31 Wayne Davison- In --iconv mode, we can't lower the ndx_end value...
2007-10-31 Wayne DavisonIncrement the SUBPROTOCOL_VERSION.
2007-10-31 Wayne DavisonSet ndx_start to 1 only for an inc-recursive transfer.
2007-10-31 Wayne Davison- Handle a dot-dir-containing flist using its parent_nd...
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
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
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
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...
next