]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
2005-01-28  Wayne DavisonUse new USE_STAT64_FUNCS define.
2005-01-28  Wayne Davison- Use off_t if SIZEOF_OFF_T is 8.
2005-01-28  Wayne DavisonChanged "char" to "uchar" in delayed_bits's new_array...
2005-01-28  Wayne DavisonMake use of new HAVE_STRUCT_STAT64 define.
2005-01-28  Wayne DavisonAdded a check for "struct stat64".
2005-01-28  Wayne DavisonDo a better job defining an int32. Also define SIZEOF_...
2005-01-28  Wayne Davison- Changed the main core of system include files to...
2005-01-28  Wayne DavisonUse "#if" (not "#ifdef") for configure-defined macros.
2005-01-28  Wayne DavisonMade log_open() static and made it die with an error...
2005-01-28  Wayne DavisonNo need to call log_open() in start_accept_loop() because
2005-01-28  Wayne DavisonDocument the "max verbosity" setting.
2005-01-28  Wayne DavisonDocument the --verbose (-v) option for the daemon.
2005-01-28  Wayne Davison- Moved read_only variable here from options.c
2005-01-28  Wayne Davison- Added --verbose option parsing to the daemon options.
2005-01-28  Wayne DavisonGot rid of unused mmap section.
2005-01-28  Wayne DavisonChanged HAVE_OFF64_T to SIZEOF_OFF64_T.
2005-01-28  Wayne DavisonChanged HAVE_OFF64_T to SIZEOF_OFF64_T.
2005-01-28  Wayne DavisonImproved the option summaries.
2005-01-28  Wayne DavisonImproved the option-descriptions in the --help text.
2005-01-28  Wayne DavisonMore --delete-before improvements.
2005-01-28  Wayne DavisonOne minor tweak to the --delete-before option-passing...
2005-01-28  Wayne DavisonDocument --delete-before.
2005-01-28  Wayne DavisonAdded back support for the --delete-before option so...
2005-01-28  Wayne DavisonAdded a sanity check for the SIZEOF_INT64 define.
2005-01-28  Wayne DavisonUse the new SIZEOF_INT64 define instead of INT64_IS_OFF_T.
2005-01-28  Wayne Davison- Switched the int64 code over to using the improved...
2005-01-28  Wayne DavisonSwitched the checks for "long long" and "off64_t" to...
2005-01-28  Wayne DavisonUse SIGNED_CHAR_OK instead of HAVE_UNSIGNED_CHAR.
2005-01-28  Wayne Davison- Made some of the tests work better when cross-compiling.
2005-01-28  Wayne DavisonAdded a few more details of changes since 2.6.3.
2005-01-28  Wayne DavisonMention the latest changes plus a few missed items.
2005-01-27  Wayne DavisonDocment the new --delay-updates option.
2005-01-27  Wayne DavisonImplement the new --delay-updates option.
2005-01-27  Wayne DavisonAdded the new --delay-updates option.
2005-01-27  Wayne Davison- Output the new flist time stats (when available).
2005-01-27  Wayne DavisonSet the new stats.flist_buildtime and stats.flist_xfert...
2005-01-27  Wayne Davison- Added a caveat to the definition of the int64 type.
2005-01-27  Wayne DavisonAdded a missing newline to an error message.
2005-01-27  Wayne DavisonBumped the copyright year to 2005.
2005-01-25  Wayne DavisonAdded .rsync-filter.
2005-01-25  Wayne DavisonIf rsync is put in the background, output fewer progres...
2005-01-25  Wayne Davison- Use the "--filter=._-" option instead of --exclude...
2005-01-25  Wayne Davison- Moved the code that turns rule flags into chars into...
2005-01-25  Wayne DavisonIn delete_files(), handle new DEL_NO_RECURSE flag ...
2005-01-25  Wayne Davison- The call to delete_file() needs DEL_NO_RECURSE when...
2005-01-25  Wayne DavisonAdded DEL_NO_RECURSE and changed DEL_RECURSE to DEL_FOR...
2005-01-25  Wayne DavisonNeeded to call add_cvs_excludes() from one more code...
2005-01-25  Wayne DavisonRenamed several exclude-related functions/variables...
2005-01-25  Wayne DavisonMention the latest new options.
2005-01-25  Wayne DavisonAdded testing for --filter and merge-file features.
2005-01-25  Wayne DavisonMention that --del is a popt alias for --delete-during...
2005-01-25  Wayne DavisonDocument the latest --delete options, including --delet...
2005-01-25  Wayne Davison- Changed --delete to go back to defaulting to the...
2005-01-25  Wayne DavisonDon't try to allocate zero bytes in push_local_excludes().
2005-01-25  Wayne DavisonDocument the new "filter" parameter.
2005-01-25  Wayne DavisonDocument --filter (-f) and -F, with lots of changes...
2005-01-25  Wayne DavisonSome changes to support the new --filter option:
2005-01-25  Wayne Davison- Added parsing for --filter (-f) and -F.
2005-01-25  Wayne DavisonAdded the "filter" parameter.
2005-01-25  Wayne DavisonThe calls into the exclude system changed a little...
2005-01-25  Wayne DavisonImplemented the core of the merge-file and per-dir...
2005-01-25  Wayne DavisonSome exclude changes for the new --filter option, inclu...
2005-01-25  Wayne DavisonImproved the explanation for --omit-dir-times.
2005-01-24  Wayne DavisonMoved the code that reads the extra byte for a modern...
2005-01-24  Wayne DavisonOptimized away the post-transfer directory loop in...
2005-01-24  Wayne DavisonDocument --delete-before and --delete's new "during...
2005-01-24  Wayne DavisonAdded the delete-during handling (also selected with...
2005-01-24  Wayne DavisonMoved a call to add_cvs_exclude() from the delete code...
2005-01-24  Wayne DavisonAdded code to implement the delete-during handling.
2005-01-24  Wayne DavisonMoved some of the delete code into flist.c since the...
2005-01-24  Wayne DavisonMoved some of the delete code from receiver.c to here...
2005-01-24  Wayne DavisonMention the --omit-dir-times option.
2005-01-24  Wayne DavisonDocument --omit-dir-times.
2005-01-24  Wayne DavisonHonor the new omit_dir_times var.
2005-01-24  Wayne DavisonAdded --omit-dir-times (-O).
2005-01-24  Wayne DavisonMentioned the --dirs and --list-only options.
2005-01-24  Wayne Davison- Changed --keep-dirs (-k) into --dirs (-d).
2005-01-24  Wayne Davison- Changed --keep-dirs (-k) into --dirs (-d).
2005-01-24  Wayne DavisonRenamed keep_dirs, "xfer_dirs".
2005-01-23  Wayne DavisonDocument the new --keep-dirs option.
2005-01-23  Wayne DavisonGo back to requiring -r for deletes to happen.
2005-01-23  Wayne DavisonWhen an option defined with POPT_ARG_VAL is being refus...
2005-01-22  Wayne Davison- Use the new delete_before var.
2005-01-22  Wayne DavisonCheck the "keep_dirs" var instead of "recurse" to decide if
2005-01-22  Wayne Davison- We now set a delete_before variable for the --delete...
2005-01-22  Wayne Davison- Implemented a new handling of the recurse variable...
2005-01-22  Wayne Davison- Mustn't override a user-specified list_only value.
2005-01-22  Wayne DavisonChanged the order of a few of the options in the option...
2005-01-22  Wayne DavisonMustn't override a user-specified list_only value.
2005-01-22  Wayne DavisonChanged a comment.
2005-01-22  Wayne DavisonMoved the /proc/mounts literal string nearer to the...
2005-01-21  Wayne Davison- Changed XMIT_TOP_DIR to XMIT_DEL_START.
2005-01-20  Wayne DavisonDon't mention when the file-list is first allocated...
2005-01-20  Wayne DavisonIn delete_file(): got rid of DEL_NO_RECURSE code and...
2005-01-20  Wayne DavisonDecided that delete_in_dir()'s call to delete_file...
2005-01-20  Wayne DavisonChanged DEL_NO_RECURSE to DEL_RECURSE.
2005-01-20  Wayne DavisonMoved the dry_run check in set_perms() so that it only...
2005-01-20  Wayne DavisonGot rid of the erroneous --dry-run short-circuit in...
2005-01-20  Wayne DavisonIn set_modtime(), the verbose message should be output...
2005-01-20  Wayne Davison- Got rid of the uint64 typedef.
next