rsync/rsync.git
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.
2007-09-23 Wayne DavisonAdded (conditional) include of stdint.h.
2007-09-23 Wayne DavisonChanged "statx" to "stat_x" to try to work around a...
2007-09-23 Wayne DavisonFixed a crash bug in get_local_name() when the file...
2007-09-23 Wayne DavisonFixed a glitch in the sending of mount-point dirs in...
2007-09-23 Wayne DavisonAdded a stub function for make_bak_dir().
2007-09-23 Wayne DavisonAdded an option to copy_file() that tells it to try...
2007-09-23 Wayne DavisonThe --inplace code now properly handles creating a...
2007-09-23 Wayne DavisonChanged make_bak_dir() to take a const char *.
2007-09-23 Wayne DavisonUse make_bak_dir() if we get ENOENT while trying to...
2007-09-23 Wayne DavisonMade make_bak_dir() global.
2007-09-23 Wayne DavisonMade clean_flist() only duplicate *_DIR_* flags on...
2007-09-23 Wayne DavisonAvoid a checker warning about unfreed memory.
2007-09-23 Wayne DavisonFix a glitch in the handling of the last path element...
2007-09-23 Wayne Davison- Don't allow -x to drop implied directories.
2007-09-23 Wayne DavisonAdded the relnamecache structure and improved some...
2007-09-23 Wayne DavisonMake sure that the dirs we are merging have the same...
2007-09-23 Wayne DavisonGot rid of some unneeded externs.
2007-09-23 Wayne DavisonMoved list-only output from flist.c to generator.c...
2007-09-23 Wayne DavisonAdded a missing "void" to the arg-spec of setup_iconv().
2007-09-23 Wayne DavisonAdded a test to make sure that merging relative items...
2007-09-22 Wayne DavisonDocument the change to how --releative works.
2007-09-22 Wayne DavisonAlways send implied dirs as dirs.
2007-09-22 Wayne DavisonFixed a just-introduced glitch in directory creation...
2007-09-22 Wayne DavisonWe now forward the --no-implied-dirs option to the...
2007-09-22 Wayne DavisonThe latest --relative --no-implied-dirs code in inc_rec...
2007-09-22 Wayne DavisonUsing relative with incremental recursion now results...
2007-09-22 Wayne DavisonFixed name of PTR_EXTRA_CNT (was PTR_EXTRA_LEN).
2007-09-22 Wayne Davison- Incremented the SUBPROTOCOL_VERSION to 9.
2007-09-22 Wayne DavisonAdded ifuncs.h.
2007-09-22 Wayne DavisonTweaked opening comments.
2007-09-22 Wayne DavisonMoved inline functions from rsync.h into ifuncs.h.
2007-09-22 Wayne DavisonMoving inline functions into its own .h file.
2007-09-22 Wayne DavisonAdded some stub functions for compilers not smart enoug...
2007-09-22 Wayne DavisonAvoid affecting the proto.h file.
2007-09-18 Wayne DavisonAdded some stub functions for compilers not smart enoug...
2007-09-18 Wayne DavisonAdded missing "#ifdef ICONV_OPTION" conditionals.
2007-09-18 Wayne DavisonIf iconv_t isn't needed, define it as an "int" so that our
2007-09-18 Wayne DavisonMention that a negative max-connections value disables...
2007-09-18 Wayne DavisonIf max-connections is < 0, disable the module.
2007-09-18 Wayne DavisonOne final tweak.
2007-09-18 Wayne DavisonSome minor improvements in claim_connection().
2007-09-18 Wayne DavisonSwitching to --no-i-r from --no-ir.
2007-09-18 Wayne DavisonDocument the changed name of --no-i-r.
2007-09-18 Wayne DavisonMention the --protect-args (-s) option and how it inter...
2007-09-18 Wayne DavisonRelocated the setting of ic_ndx.
2007-09-18 Wayne Davison- Added new iconvbufs() conversion function that is...
2007-09-18 Wayne Davison- Improved -s support.
2007-09-18 Wayne Davison- Make use of new iconvbufs() function.
2007-09-18 Wayne Davison- Make use of new iconvbufs() function.
2007-09-18 Wayne DavisonMake use of new iconvbufs() function.
2007-09-18 Wayne Davison- Setup the ic_ndx value here with the other FOO_ndx...
2007-09-18 Wayne Davison- Added an xbuf type for use in the --iconv and --files...
2007-09-17 Wayne DavisonImproved -s and support cvs's -e30.8 version idiom.
2007-09-17 Wayne DavisonMake sure that the hashed hard-link numbers from differ...
2007-09-16 Wayne DavisonChanged print_child_argv() to take its prefix message...
2007-09-16 Wayne DavisonDisable -s by default.
2007-09-15 Wayne DavisonAdding knowledge of some new options.
2007-09-15 Wayne DavisonThat should have been -s.
2007-09-15 Wayne DavisonForce knowledge the -p option, since it gets passed...
2007-09-15 Wayne Davison- Fixed a bug in the passing of the --max-delete option.
2007-09-15 Wayne DavisonHandle inheritance of SGID bit on dirs marked with...
2007-09-15 Wayne DavisonWe set FLAG_DIR_CREATED on a dot dir that got created by
2007-09-15 Wayne Davison- Fixed an inc_recurse problem with implied dirs not...
2007-09-15 Wayne DavisonChanged FLAG_DIR_CHANGED to FLAG_DIR_CREATED.
2007-09-15 Wayne Davison- If two duplicate directories have identical outside...
2007-09-15 Wayne DavisonReverting last change for a re-think.
2007-09-15 Wayne DavisonFixed a problem with duplicate dirs being unduplicated...
2007-09-15 Wayne DavisonAdded more local-network IPs to the "hosts allow" rsync...
2007-09-15 Wayne Davison- Parse hard-link info as soon as we get it in inc_recu...
2007-09-15 Wayne DavisonThe server should not wait around for an extra end...
2007-09-15 Wayne DavisonPrevent a server from outputting an end-of-run message...
2007-09-15 Wayne DavisonGot rid of duplicate error when push_pathname() fails.
2007-09-10 Wayne DavisonAdded an "ndx" arg to all the finish_hard_link() calls.
2007-09-10 Wayne Davison- Simplified the flist-spanning gnum logic in match_gnu...
2007-09-09 Wayne DavisonAdded --no-protect-args and --no-s.
2007-09-09 Wayne Davison- Made glob_expand_one() public.
2007-09-09 Wayne DavisonAdded the --protect-args (-s) option, and made parse_ar...
2007-09-09 Wayne Davison- If the user specifies a source arg with a hostspec...
2007-09-09 Wayne Davison- Renamed read_line() to be read_line_old().
next