rsync/rsync.git
2007-11-17 Wayne DavisonImproved F_RDEV_P() define to use DEV_EXTRA_CNT count.
2007-11-16 Wayne DavisonMake sure we process a parent patch before a dependent...
2007-11-15 Wayne DavisonA couple minor improvments to the tar-creation code.
2007-11-15 Wayne DavisonUpdated to work with git instead of cvs.
2007-11-12 Wayne DavisonHandle new PATCH-$name files, improved $last_touch...
2007-11-12 Wayne DavisonGetting rid of all .cvsignore files.
2007-11-12 Wayne DavisonMention the change for protocol 30.
2007-11-12 Wayne DavisonExit if something goes wrong with commit or tag.
2007-11-12 Wayne DavisonMake sure that time has progressed when we need change...
2007-11-12 Wayne DavisonIf we start a sub-shell to let the user fix a rebase...
2007-11-12 Wayne DavisonUpdated to work with latest git repository and to package
2007-11-12 Wayne DavisonThis script transforms one or more patch/* branches...
2007-11-12 Wayne DavisonIgnore a couple more items.
2007-11-12 Wayne DavisonIncluding my extern-squishing script, which just found an
2007-11-10 Wayne DavisonThis helper script exists to create the generated files...
2007-11-09 Wayne DavisonSwitched prototype generation from awk to perl.
2007-11-09 Wayne DavisonIgnore generated files and dirs.
2007-11-09 Wayne DavisonTweaked gensend to upload man pages too.
2007-11-09 Wayne DavisonInclude the arg name for the lp_*() funtions.
2007-11-09 Wayne DavisonSimplified script even more for HP-UX.
2007-11-09 Wayne DavisonUse older open() style for compatibility with older...
2007-11-09 Wayne DavisonImproved the manpage install rules.
2007-11-09 Wayne DavisonDon't fail the install if the man pages aren't there.
2007-11-09 Wayne DavisonClean generated files for distclean.
2007-11-09 Wayne DavisonAdded gensend target.
2007-11-09 Wayne DavisonLet's try using perl for building proto.h.
2007-11-09 Wayne DavisonImproved configure bootstrap to try to build generated...
2007-11-09 Wayne DavisonThis is an attempt to remove generated files from the...
2007-11-09 Wayne DavisonPreparing for release of 3.0.0pre5
2007-11-09 Wayne DavisonWhen performing a --dry-run, output a "(DRY RUN)" remin...
2007-11-09 Wayne DavisonMention latest changes.
2007-11-08 Wayne DavisonGot rid of a compiler warning.
2007-11-08 Wayne DavisonSome fixes for SCO in new getaddrinfo() code.
2007-11-08 Wayne DavisonUse uint32, not uint32_t.
2007-11-08 Wayne DavisonAdd back a define of "struct sockaddr_storage" for...
2007-11-08 Wayne DavisonImprove the man page and --help descriptions of --dry...
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 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...
next