Dump an extraneous empty line.
[rsync/rsync.git] / main.c
2008-03-24 Wayne DavisonDon't send daemon-config filter-action messages back...
2008-03-24 Wayne DavisonImproved --dirs/--no-dirs/--list-only option handling:
2008-03-21 Wayne DavisonSome improvements to the file-name cleaning code:
2008-03-20 Wayne DavisonChanged the name of the server_filter_list to be old/master
2008-03-18 Wayne DavisonReject a daemon-excluded destination.
2008-03-17 Wayne DavisonAttempting to silence some more "checker" warnings.
2008-03-15 Wayne DavisonFixed the use of --protect-args (-s) with a daemon.
2008-03-01 Wayne DavisonInclude 2008 in the copyright years.
2008-02-10 Wayne DavisonMake do_recv() reset copy_unsafe_links too (just like...
2008-01-26 Wayne DavisonImproved a comment.
2008-01-26 Wayne DavisonWhen removing a file/dir that is owned by us but does...
2008-01-19 Wayne DavisonOutput (BATCH ONLY) rather than (DRY RUN) for --only...
2007-12-16 Wayne DavisonFixed the check_filter() calls that might be checking...
2007-12-15 Wayne DavisonCheck on the alternate destination dirs and report...
2007-11-28 Wayne DavisonAdding --contimeout=SECONDS option.
2007-11-22 Wayne DavisonNew logging categories added to allow differentiation...
2007-11-21 Wayne DavisonGot rid of the unused symlink parameter to sanitize_path().
2007-11-09 Wayne DavisonWhen performing a --dry-run, output a "(DRY RUN)" remin...
2007-10-27 Wayne DavisonWhen listing a bare module name w/o -r, make sure we...
2007-10-16 Wayne DavisonCall set_allow_inc_recurse() for situations that don...
2007-10-10 Wayne DavisonConditionalize the call to setup_iconv().
2007-10-07 Wayne DavisonReposition the call to setup_iconv() so that it gets...
2007-10-07 Wayne DavisonSet xfer_dirs when we set list_only.
2007-09-30 Wayne DavisonAllow additional remote args to contain an identical...
2007-09-23 Wayne DavisonFixed a crash bug in get_local_name() when the file...
2007-09-22 Wayne DavisonMoved inline functions from rsync.h into ifuncs.h.
2007-09-18 Wayne Davison- Make use of new iconvbufs() function.
2007-09-15 Wayne DavisonWe set FLAG_DIR_CREATED on a dot dir that got created by
2007-09-15 Wayne Davison- Parse hard-link info as soon as we get it in inc_recu...
2007-09-09 Wayne Davison- If the user specifies a source arg with a hostspec...
2007-09-03 Wayne DavisonChanges to allow hard-linking to work in inc_recurse...
2007-08-11 Wayne DavisonImproved the arg-checking of a daemon command.
2007-07-10 Wayne DavisonTweaking the license text a bit more.
2007-07-07 Wayne DavisonChanged "count" to "used" in struct file_list since...
2007-07-07 Wayne DavisonSwitching to GPL 3.
2007-04-26 Wayne DavisonThe --iconv option has now made it to the trunk.
2007-04-20 Wayne DavisonCall the new {read,write}_varlong30() names for the...
2007-04-07 Wayne DavisonThe improved --xattrs option is landing on the trunk.
2007-02-04 Wayne DavisonFurther modifications to the copyright comment section.
2007-01-31 Wayne DavisonMention the year 2007 in the copyright declarations.
2007-01-27 Wayne DavisonChanged the variable "incremental" to "inc_recurse".
2007-01-27 Wayne DavisonThe last MSG_DONE from the receiver to the generator...
2006-12-28 Wayne DavisonUse write_ndx() and read_ndx().
2006-12-28 Wayne DavisonHandle the new incremental-recursion mode.
2006-12-24 Wayne DavisonImproved the new --pasword-file error message.
2006-12-24 Wayne DavisonIf the user specified --password-file without using...
2006-12-18 Wayne DavisonMoved the write_stream_flags() call from io.c into...
2006-12-15 Wayne DavisonMoved the calls to init_hard_links() into flist.c.
2006-12-09 Wayne DavisonCall the new hard-link init functions.
2006-12-07 Wayne DavisonSome minor format tweaks.
2006-12-06 Wayne DavisonThe wait_process() call now handles EINTR.
2006-12-06 Wayne Davison#ifdef calls to hard-link functions.
2006-12-03 Wayne Davison- Typical tranfers now save 12-20 bytes per file becaus...
2006-11-21 Wayne DavisonOutput the size of the file list using human_num().
2006-10-13 Wayne DavisonChanged sprintf() calls to snprintf().
2006-10-12 Wayne DavisonRemoved the changes in symlink handling in non-chroot...
2006-10-11 Wayne DavisonAdded a new variable, new_root_dir, that is set if...
2006-10-10 Wayne DavisonChanged the fix_basis_dirs() function to only remove...
2006-10-08 Wayne Davison- Call push_dir() with its new boolean arg, including...
2006-06-30 Wayne DavisonDecided that I like remove-source-files better than...
2006-06-30 Wayne DavisonThe remove_sent_files var was renamed to remove_sender_...
2006-06-05 Wayne DavisonImproved some comments in get_local_name() and improved the
2006-06-01 Wayne DavisonChanged rprintf() messages that started with a newline...
2006-05-09 Wayne DavisonGot rid of the call to log_exit() now that the cleanup...
2006-05-05 Wayne Davison- Moved the sanitizing of the partial_dir value here...
2006-05-05 Wayne DavisonCall the new die_on_unsafe_path() function in a few...
2006-05-03 Wayne Davison- Call safe_stat() instead of do_stat() when a sanitizi...
2006-05-02 Wayne DavisonSet a new variable, startdir_depth, to indicate how...
2006-04-28 Wayne DavisonWe sanitize the --*-dest args here so they can be relat...
2006-04-25 Wayne DavisonUpdated the FSF's address to an even newer one.
2006-04-25 Wayne Davison- Updated the address for the FSF in the opening comment.
2006-03-02 Wayne DavisonDon't allow overwriting a non-directory with a director...
2006-03-02 Wayne DavisonIf get_local_name() fails to stat() the destination...
2006-02-24 Wayne DavisonMake sure the receiver resets copy_dirlinks (so that...
2006-02-24 Wayne Davison- Call mkdir_defmode() instead of do_mkdir().
2006-02-23 Wayne DavisonRsync no longer returns a usage error when used with...
2006-02-20 Wayne DavisonMade the formerly static sigchld_handler() available...
2006-02-11 Wayne DavisonWe now ignore the SIGXFSZ signal (if it is defined).
2006-02-05 Wayne DavisonMake sure that we don't try to use iconv() without...
2006-02-05 Wayne DavisonChanged HAVE_ICONV to HAVE_ICONV_OPEN.
2006-02-04 Wayne DavisonCall setup_iconv().
2006-02-03 Wayne DavisonAllow sigaction() to be used even if sigprocmask()...
2006-02-02 Wayne Davison- Call SIGACTION() instead of signal().
2006-01-15 Wayne Davison- Improved get_local_name() using ideas from Matt McCut...
2006-01-13 Wayne DavisonGot rid of calls to (the soon to vanish) safe_fname...
2005-12-16 Wayne DavisonReturn RERR_SIGNAL1 from sigusr1_handler().
2005-12-14 Wayne DavisonParse single- and double-quotes in the --rsh/-e option...
2005-11-12 Wayne DavisonOutput the stats and the end-of-run verbose output...
2005-11-10 Wayne Davison- Indent the "oom:" label away from column 0.
2005-11-02 Wayne DavisonGot rid of some early-checksum code that accidentally...
2005-10-26 Wayne Davison- Changed the "status" variables into "exit_code" varia...
2005-10-24 Wayne DavisonChanged wait_process() into a simpler, yet more versati...
2005-09-26 Wayne DavisonSome systems don't define WCOREDUMP(), so #ifdef that...
2005-09-26 Wayne DavisonFixed wait_process() to handle cases where waitpid...
2005-09-16 Wayne DavisonGot rid of some old command-line parsing code that...
2005-07-22 Wayne DavisonGot rid of some unused externs.
2005-07-15 Wayne DavisonAvoid newest test when no destination was specified.
2005-07-15 Wayne DavisonOutput a syntax error if both the source and destinatio...
2005-05-12 Wayne DavisonMake the --stats output come out after any delete-after...
2005-05-03 Wayne DavisonUse new MAX_SERVER_ARGS define instead of hard-wired...
next