summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-20Some improvements to the file-name cleaning code:Wayne Davison1-2/+2
2008-03-20Changed the name of the server_filter_list to beWayne Davison1-6/+6
2008-03-18Reject a daemon-excluded destination.Wayne Davison1-0/+8
2008-03-17Attempting to silence some more "checker" warnings.Wayne Davison1-1/+1
2008-03-15Fixed the use of --protect-args (-s) with a daemon.Wayne Davison1-46/+9
2008-03-01Include 2008 in the copyright years.Wayne Davison1-1/+1
2008-02-09Make do_recv() reset copy_unsafe_links too (just like it does forWayne Davison1-1/+2
2008-01-26Improved a comment.Wayne Davison1-1/+1
2008-01-26When removing a file/dir that is owned by us but does not haveWayne Davison1-1/+3
2008-01-19Output (BATCH ONLY) rather than (DRY RUN) for --only-write-batch.Wayne Davison1-1/+1
2007-12-16Fixed the check_filter() calls that might be checking an absolute pathWayne Davison1-10/+9
2007-12-15Check on the alternate destination dirs and report any problems.Wayne Davison1-37/+41
2007-11-28Adding --contimeout=SECONDS option.Wayne Davison1-0/+7
2007-11-22New logging categories added to allow differentiation betweenWayne Davison1-2/+2
2007-11-20Got rid of the unused symlink parameter to sanitize_path().Wayne Davison1-2/+2
2007-11-09When performing a --dry-run, output a "(DRY RUN)" reminder on theWayne Davison1-2/+3
2007-10-27When listing a bare module name w/o -r, make sure we list theWayne Davison1-1/+1
2007-10-16Call set_allow_inc_recurse() for situations that don't call server_options().Wayne Davison1-0/+2
2007-10-10Conditionalize the call to setup_iconv().Wayne Davison1-2/+10
2007-10-07Reposition the call to setup_iconv() so that it gets called only onceWayne Davison1-1/+6
2007-10-07Set xfer_dirs when we set list_only.Wayne Davison1-3/+9
2007-09-30Allow additional remote args to contain an identical hostname insteadWayne Davison1-9/+24
2007-09-23Fixed a crash bug in get_local_name() when the file list is empty.Wayne Davison1-1/+2
2007-09-22Moved inline functions from rsync.h into ifuncs.h.Wayne Davison1-0/+1
2007-09-18- Make use of new iconvbufs() function.Wayne Davison1-21/+37
2007-09-15We set FLAG_DIR_CREATED on a dot dir that got created byWayne Davison1-2/+2
2007-09-15- Parse hard-link info as soon as we get it in inc_recurse mode.Wayne Davison1-2/+10
2007-09-09- If the user specifies a source arg with a hostspec in it in a local-Wayne Davison1-58/+117
2007-09-03Changes to allow hard-linking to work in inc_recurse mode.Wayne Davison1-2/+3
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