rsync.git
2005-01-29 Wayne Davison- Improved the handling of -x with -K.
2005-01-29 Wayne DavisonThe --dirs was sending -k instead of -d.
2005-01-29 Wayne Davison- Document the new "/" modifier for -/+.
2005-01-29 Wayne DavisonRenamed XFLG_ABS_PATH XFLG_ANCHORED2ABS.
2005-01-29 Wayne DavisonMoved the module_id define into clientserver.c.
2005-01-29 Wayne Davison- Renamed make_filter() to filter_rule().
2005-01-29 Wayne Davison- Moved the module_id definition from options.c to...
2005-01-29 Wayne DavisonChange one call to add_cvs_excludes() to add_filter...
2005-01-28 Wayne DavisonA minor change to the HAVE_GETPGRP code.
2005-01-28 Wayne DavisonFixed some typos.
2005-01-28 Wayne DavisonMention a few more things.
2005-01-28 Wayne DavisonPass an unsigned character to isdigit().
2005-01-28 Wayne DavisonDon't allow the user to specify a filter file that...
2005-01-28 Wayne DavisonGot rid of an unreachable free() call.
2005-01-28 Wayne DavisonCast each value referenced from the struct mallinfo...
2005-01-28 Wayne DavisonDon't set unsigned del_heir_name_len to -1 -- it's...
2005-01-28 Wayne DavisonCase uchar pointer to a char pointer when calling strlen().
2005-01-28 Wayne Davison- Use "uchar" instead of "unsigned char".
2005-01-28 Wayne DavisonCall the right stat function based on USE_STAT64_FUNCS.
2005-01-28 Wayne DavisonChanged direct call to fstat() into a call to do_fstat().
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.
next