]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
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().
2007-09-09  Wayne DavisonCall the renamed read_line() function (was read_filesfr...
2007-09-09  Wayne Davison- Made start_socket_client() and start_inband_exchange...
2007-09-09  Wayne DavisonCall the renamed read_line_old() function (was read_lin...
2007-09-09  Wayne DavisonUsed a couple "#if SUBPROTOCOL_VERSION != 0" conditionals.
2007-09-08  Wayne DavisonTweaked the pretend-ssh script.
2007-09-08  Wayne DavisonAdded a remote-shell substitute for use in testing...
2007-09-08  Wayne DavisonImproved the argv/argc variable names that are really...
2007-09-04  Wayne DavisonClarified something in the new --hard-links text.
2007-09-04  Wayne DavisonFixed two flist->files[first_hlink_ndx] references.
2007-09-04  Wayne DavisonImproved a sentence.
2007-09-04  Wayne DavisonAdded a test combining -H with -c and a hard-linked...
2007-09-04  Wayne DavisonIf we turn off FLAG_HLINKED, set FLAG_HLINK_DONE so...
2007-09-04  Wayne DavisonChanged HLINK_BUMP() to look for either FLAG_HLINKED...
2007-09-03  Wayne DavisonDisabled the debug messages relating to the e_fds vars.
2007-09-03  Wayne Davison- Got rid of caveat about -H not working with increment...
2007-09-03  Wayne DavisonImproved the handling of the file-status events received by
2007-09-03  Wayne DavisonWe don't disable inc_recurse due to -H anymore.
2007-09-03  Wayne DavisonChanges to allow hard-linking to work in inc_recurse...
2007-09-03  Wayne Davison- Changes to allow hard-linking to work in inc_recurse...
2007-09-03  Wayne DavisonChanged some instances of \" in checkit calls to '.
2007-09-03  Wayne DavisonAdded weeding of "sending incremental file list" line...
next