summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-11Improved the arg-checking of a daemon command.Wayne Davison1-24/+14
2007-07-10Tweaking the license text a bit more.Wayne Davison1-2/+3
2007-07-07Changed "count" to "used" in struct file_list since there canWayne Davison1-2/+2
2007-07-07Switching to GPL 3.Wayne Davison1-3/+2
2007-04-26The --iconv option has now made it to the trunk.Wayne Davison1-3/+3
2007-04-20Call the new {read,write}_varlong30() names for the long-intWayne Davison1-16/+17
2007-04-07The improved --xattrs option is landing on the trunk.Wayne Davison1-6/+6
2007-02-04Further modifications to the copyright comment section.Wayne Davison1-4/+3
2007-01-31Mention the year 2007 in the copyright declarations.Wayne Davison1-1/+1
2007-01-27Changed the variable "incremental" to "inc_recurse".Wayne Davison1-3/+3
2007-01-27The last MSG_DONE from the receiver to the generator is now followedWayne Davison1-1/+2
2006-12-28Use write_ndx() and read_ndx().Wayne Davison1-1/+1
2006-12-28Handle the new incremental-recursion mode.Wayne Davison1-41/+55
2006-12-24Improved the new --pasword-file error message.Wayne Davison1-2/+2
2006-12-24If the user specified --password-file without using daemon mode,Wayne Davison1-0/+7
2006-12-18Moved the write_stream_flags() call from io.c into main.c so thatWayne Davison1-0/+3
2006-12-15Moved the calls to init_hard_links() into flist.c.Wayne Davison1-10/+0
2006-12-09Call the new hard-link init functions.Wayne Davison1-1/+11
2006-12-07Some minor format tweaks.Wayne Davison1-8/+3
2006-12-06The wait_process() call now handles EINTR.Wayne Davison1-1/+5
2006-12-06#ifdef calls to hard-link functions.Wayne Davison1-0/+2
2006-12-03- Typical tranfers now save 12-20 bytes per file because several varsWayne Davison1-2/+2
2006-11-21Output the size of the file list using human_num().Wayne Davison1-1/+2
2006-10-13Changed sprintf() calls to snprintf().Wayne Davison1-2/+2
2006-10-12Removed the changes in symlink handling in non-chroot daemon mode asWayne Davison1-15/+1
2006-10-11Added a new variable, new_root_dir, that is set if we created theWayne Davison1-0/+3
2006-10-10Changed the fix_basis_dirs() function to only remove a single ../Wayne Davison1-7/+18
2006-10-08- Call push_dir() with its new boolean arg, including the spot inWayne Davison1-9/+34
2006-06-30Decided that I like remove-source-files better than remove-sender-files.Wayne Davison1-3/+3
2006-06-30The remove_sent_files var was renamed to remove_sender_files.Wayne Davison1-3/+4
2006-06-05Improved some comments in get_local_name() and improved theWayne Davison1-12/+19
2006-06-01Changed rprintf() messages that started with a newline into twoWayne Davison1-5/+8
2006-05-09Got rid of the call to log_exit() now that the cleanup code handles this.Wayne Davison1-1/+0
2006-05-05- Moved the sanitizing of the partial_dir value here from options.c.Wayne Davison1-1/+27
2006-05-05Call the new die_on_unsafe_path() function in a few places.Wayne Davison1-4/+16
2006-05-03- Call safe_stat() instead of do_stat() when a sanitizing daemon mightWayne Davison1-9/+3
2006-05-02Set a new variable, startdir_depth, to indicate how deep theWayne Davison1-5/+8
2006-04-28We sanitize the --*-dest args here so they can be relative to theWayne Davison1-0/+15
2006-04-25Updated the FSF's address to an even newer one.Wayne Davison1-3/+3
2006-04-25- Updated the address for the FSF in the opening comment.Wayne Davison1-21/+23
2006-03-02Don't allow overwriting a non-directory with a directory (justWayne Davison1-0/+7
2006-03-02If get_local_name() fails to stat() the destination for anyWayne Davison1-2/+6
2006-02-24Make sure the receiver resets copy_dirlinks (so that it can'tWayne Davison1-1/+2
2006-02-24- Call mkdir_defmode() instead of do_mkdir().Wayne Davison1-5/+3
2006-02-23Rsync no longer returns a usage error when used with one localWayne Davison1-8/+10
2006-02-20Made the formerly static sigchld_handler() available as aWayne Davison1-5/+5
2006-02-11We now ignore the SIGXFSZ signal (if it is defined).Wayne Davison1-0/+3
2006-02-05Make sure that we don't try to use iconv() without iconv.h.Wayne Davison1-2/+2
2006-02-05Changed HAVE_ICONV to HAVE_ICONV_OPEN.Wayne Davison1-2/+2
2006-02-04Call setup_iconv().Wayne Davison1-0/+6