rsync/rsync.git
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...
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
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.
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...
next