summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-04Ensure that the sender turns off any msg_fd_in use earlier.Wayne Davison1-1/+0
2009-01-17Fixed the delete statistics with --delete-delay and --delete-after.Wayne Davison1-20/+21
2009-01-03Update the copyright year.Wayne Davison1-1/+1
2008-10-11Fixed a glitch when using -s with a remote-shell daemon.Wayne Davison1-1/+1
2008-09-26Enhanced the --stats output:Wayne Davison1-3/+58
2008-09-26Properly ignore source args on a --read-batch command.Wayne Davison1-2/+2
2008-09-01Split up the ifuncs.h file into 3 .h files.Wayne Davison1-1/+1
2008-09-01Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison1-20/+18
2008-08-31Improved the fix that ensures that the generator gets notified about anWayne Davison1-5/+0
2008-08-02Added logic to the receiving side to ensure that the --delete-duringWayne Davison1-0/+5
2008-07-21Improved var-checker and tweaked all the issues it found.Wayne Davison1-1/+1
2008-07-20Include the array-size in array externs so that IBM's code-checkerWayne Davison1-1/+1
2008-07-20Added a debug-helping option, --msgs2stderr, than should help allWayne Davison1-1/+2
2008-07-19Added a '%C' (MD5 checksum) flag for the output/logfile formatting.Wayne Davison1-0/+10
2008-07-17Changed human_num() to big_num() with an extra arg so that it canWayne Davison1-9/+11
2008-07-13Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison1-19/+27
2008-05-31Fixed the destination path check so that it cannot exclude aWayne Davison1-3/+4
2008-04-16Fixed a problem with how the daemon filters deal withWayne Davison1-6/+14
2008-03-30Improved the chdir() code:Wayne Davison1-13/+12
2008-03-24Don't send daemon-config filter-action messages back to the user.Wayne Davison1-4/+4
2008-03-24Improved --dirs/--no-dirs/--list-only option handling:Wayne Davison1-11/+0
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