rsync/rsync.git
2005-02-03 Wayne DavisonImplemented a "!" modifier for filter rules that lets...
2005-02-03 Wayne DavisonAdded MATCHFLG_NEGATE.
2005-02-03 Wayne DavisonMention the latest delete optimization.
2005-02-03 Wayne DavisonChanged delete_files() to use the delete_in_dir() funct...
2005-02-03 Wayne Davison- We now separate the user-specified top-dir flag ...
2005-02-03 Wayne Davison- Changed {XMIT,FLAG}_DEL_START back to {XMIT,FLAG...
2005-02-03 Wayne DavisonCall delete_in_dir() with its new args.
2005-02-03 Wayne DavisonIn hlink_compare(), call f_name_cmp() directly instead...
2005-02-03 Wayne Davison- Improved some comments.
2005-02-03 Wayne Davison- Moved an optimization from file_compare() into f_name...
2005-02-03 Wayne Davison- If recv_files() is sent the index of a directory...
2005-02-02 Wayne DavisonIf the generator sends us the index of a directory...
2005-02-02 Wayne Davison- Fixed a problem with the setting of the --recurse...
2005-02-01 Wayne DavisonIn read_sum_head: output the who_am_i() info in our...
2005-02-01 Wayne DavisonSet am_sender to -1 until the end of the option parsing...
2005-02-01 Wayne DavisonChanged who_am_i() to output "server" or "client" when...
2005-02-01 Wayne DavisonMake sure the %f expansion handles the new dir.root...
2005-02-01 Wayne Davison- Made flist_find() and receive_file_entry() static...
2005-02-01 Wayne Davison- Put "basedir" into a union "dir" and named it "root...
2005-02-01 Wayne DavisonRefer to the old basedir variable as dir.root.
2005-02-01 Wayne DavisonFixed a typo in a variable name.
2005-01-31 Wayne DavisonChanged the "s" modifier to "w" for word-splitting...
2005-01-31 Wayne DavisonChanged the "s" modifier to "w" for a word-splitting...
2005-01-31 Wayne Davison- Mark references to command-line switches with the...
2005-01-31 Wayne DavisonTweaked one or more warning messages.
2005-01-31 Wayne DavisonImproved the exclude tests to make sure that the filter...
2005-01-30 Wayne DavisonAdded "need_first_push" logic to delete_in_dir().
2005-01-30 Wayne DavisonThe --delete-during processing only happens during...
2005-01-30 Wayne Davisondelete_in_dir() now mananges the push/pop levels of...
2005-01-30 Wayne Davison- Now delete_in_dir() calls send_directory(), not send_...
2005-01-30 Wayne Davison- Restored the io_error test to delete_files().
2005-01-29 Wayne Davison- Made delete_files() call send_file_list() and delete_...
2005-01-29 Wayne DavisonIf --recurse wasn't specified, turn off all the --delet...
2005-01-29 Wayne DavisonTweaked check in front of delete_files() call.
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...
next