aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* Changed sprintf() calls to snprintf().Wayne Davison2006-10-131-2/+2
* Removed the changes in symlink handling in non-chroot daemon mode asWayne Davison2006-10-121-15/+1
* Added a new variable, new_root_dir, that is set if we created theWayne Davison2006-10-111-0/+3
* Changed the fix_basis_dirs() function to only remove a single ../Wayne Davison2006-10-101-7/+18
* - Call push_dir() with its new boolean arg, including the spot inWayne Davison2006-10-081-9/+34
* Decided that I like remove-source-files better than remove-sender-files.Wayne Davison2006-06-301-3/+3
* The remove_sent_files var was renamed to remove_sender_files.Wayne Davison2006-06-301-3/+4
* Improved some comments in get_local_name() and improved theWayne Davison2006-06-051-12/+19
* Changed rprintf() messages that started with a newline into twoWayne Davison2006-06-011-5/+8
* Got rid of the call to log_exit() now that the cleanup code handles this.Wayne Davison2006-05-091-1/+0
* - Moved the sanitizing of the partial_dir value here from options.c.Wayne Davison2006-05-051-1/+27
* Call the new die_on_unsafe_path() function in a few places.Wayne Davison2006-05-051-4/+16
* - Call safe_stat() instead of do_stat() when a sanitizing daemon mightWayne Davison2006-05-031-9/+3
* Set a new variable, startdir_depth, to indicate how deep theWayne Davison2006-05-021-5/+8
* We sanitize the --*-dest args here so they can be relative to theWayne Davison2006-04-281-0/+15
* Updated the FSF's address to an even newer one.Wayne Davison2006-04-251-3/+3
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-21/+23
* Don't allow overwriting a non-directory with a directory (justWayne Davison2006-03-021-0/+7
* If get_local_name() fails to stat() the destination for anyWayne Davison2006-03-021-2/+6
* Make sure the receiver resets copy_dirlinks (so that it can'tWayne Davison2006-02-241-1/+2
* - Call mkdir_defmode() instead of do_mkdir().Wayne Davison2006-02-241-5/+3
* Rsync no longer returns a usage error when used with one localWayne Davison2006-02-231-8/+10
* Made the formerly static sigchld_handler() available as aWayne Davison2006-02-201-5/+5
* We now ignore the SIGXFSZ signal (if it is defined).Wayne Davison2006-02-111-0/+3
* Make sure that we don't try to use iconv() without iconv.h.Wayne Davison2006-02-051-2/+2
* Changed HAVE_ICONV to HAVE_ICONV_OPEN.Wayne Davison2006-02-051-2/+2
* Call setup_iconv().Wayne Davison2006-02-041-0/+6
* Allow sigaction() to be used even if sigprocmask() isn't aroundWayne Davison2006-02-031-4/+10
* - Call SIGACTION() instead of signal().Wayne Davison2006-02-021-12/+27
* - Improved get_local_name() using ideas from Matt McCutchen'sWayne Davison2006-01-151-31/+82
* Got rid of calls to (the soon to vanish) safe_fname() function.Wayne Davison2006-01-131-6/+6
* Return RERR_SIGNAL1 from sigusr1_handler().Wayne Davison2005-12-161-1/+1
* Parse single- and double-quotes in the --rsh/-e option (and RSYNC_RSH).Wayne Davison2005-12-141-6/+32
* Output the stats and the end-of-run verbose output using the newWayne Davison2005-11-121-17/+17
* - Indent the "oom:" label away from column 0.Wayne Davison2005-11-101-2/+1
* Got rid of some early-checksum code that accidentally got committed.Wayne Davison2005-11-021-19/+0
* - Changed the "status" variables into "exit_code" variables.Wayne Davison2005-10-261-23/+24
* Changed wait_process() into a simpler, yet more versatile function,Wayne Davison2005-10-241-22/+28
* Some systems don't define WCOREDUMP(), so #ifdef that code.Wayne Davison2005-09-261-1/+23
* Fixed wait_process() to handle cases where waitpid() fails orWayne Davison2005-09-261-7/+17
* Got rid of some old command-line parsing code that was onlyWayne Davison2005-09-161-16/+1
* Got rid of some unused externs.Wayne Davison2005-07-221-5/+0
* Avoid newest test when no destination was specified.Wayne Davison2005-07-151-1/+1
* Output a syntax error if both the source and destination are remote.Wayne Davison2005-07-151-0/+7
* Make the --stats output come out after any delete-after messages.Wayne Davison2005-05-121-7/+4
* Use new MAX_SERVER_ARGS define instead of hard-wired "100".Wayne Davison2005-05-031-1/+1
* When rsync encountered an empty file list, it behaved differentlyWayne Davison2005-04-231-9/+10
* - Only do read-/write-batch processing if we're not the server (neededWayne Davison2005-04-091-5/+7
* - Conditionally include <locale.h>.Wayne Davison2005-04-011-0/+7
* Moved a call to output_summary() up a line.Wayne Davison2005-03-301-1/+1