aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison2008-07-131-19/+27
* Fixed the destination path check so that it cannot exclude aWayne Davison2008-05-311-3/+4
* Fixed a problem with how the daemon filters deal withWayne Davison2008-04-161-6/+14
* Improved the chdir() code:Wayne Davison2008-03-301-13/+12
* Don't send daemon-config filter-action messages back to the user.Wayne Davison2008-03-241-4/+4
* Improved --dirs/--no-dirs/--list-only option handling:Wayne Davison2008-03-241-11/+0
* Some improvements to the file-name cleaning code:Wayne Davison2008-03-201-2/+2
* Changed the name of the server_filter_list to beWayne Davison2008-03-201-6/+6
* Reject a daemon-excluded destination.Wayne Davison2008-03-181-0/+8
* Attempting to silence some more "checker" warnings.Wayne Davison2008-03-171-1/+1
* Fixed the use of --protect-args (-s) with a daemon.Wayne Davison2008-03-151-46/+9
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* Make do_recv() reset copy_unsafe_links too (just like it does forWayne Davison2008-02-091-1/+2
* Improved a comment.Wayne Davison2008-01-261-1/+1
* When removing a file/dir that is owned by us but does not haveWayne Davison2008-01-261-1/+3
* Output (BATCH ONLY) rather than (DRY RUN) for --only-write-batch.Wayne Davison2008-01-191-1/+1
* Fixed the check_filter() calls that might be checking an absolute pathWayne Davison2007-12-161-10/+9
* Check on the alternate destination dirs and report any problems.Wayne Davison2007-12-151-37/+41
* Adding --contimeout=SECONDS option.Wayne Davison2007-11-281-0/+7
* New logging categories added to allow differentiation betweenWayne Davison2007-11-221-2/+2
* Got rid of the unused symlink parameter to sanitize_path().Wayne Davison2007-11-201-2/+2
* When performing a --dry-run, output a "(DRY RUN)" reminder on theWayne Davison2007-11-091-2/+3
* When listing a bare module name w/o -r, make sure we list theWayne Davison2007-10-271-1/+1
* Call set_allow_inc_recurse() for situations that don't call server_options().Wayne Davison2007-10-161-0/+2
* Conditionalize the call to setup_iconv().Wayne Davison2007-10-101-2/+10
* Reposition the call to setup_iconv() so that it gets called only onceWayne Davison2007-10-071-1/+6
* Set xfer_dirs when we set list_only.Wayne Davison2007-10-071-3/+9
* Allow additional remote args to contain an identical hostname insteadWayne Davison2007-09-301-9/+24
* Fixed a crash bug in get_local_name() when the file list is empty.Wayne Davison2007-09-231-1/+2
* Moved inline functions from rsync.h into ifuncs.h.Wayne Davison2007-09-221-0/+1
* - Make use of new iconvbufs() function.Wayne Davison2007-09-181-21/+37
* We set FLAG_DIR_CREATED on a dot dir that got created byWayne Davison2007-09-151-2/+2
* - Parse hard-link info as soon as we get it in inc_recurse mode.Wayne Davison2007-09-151-2/+10
* - If the user specifies a source arg with a hostspec in it in a local-Wayne Davison2007-09-091-58/+117
* Changes to allow hard-linking to work in inc_recurse mode.Wayne Davison2007-09-031-2/+3
* Improved the arg-checking of a daemon command.Wayne Davison2007-08-111-24/+14
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
* Changed "count" to "used" in struct file_list since there canWayne Davison2007-07-071-2/+2
* Switching to GPL 3.Wayne Davison2007-07-071-3/+2
* The --iconv option has now made it to the trunk.Wayne Davison2007-04-261-3/+3
* Call the new {read,write}_varlong30() names for the long-intWayne Davison2007-04-201-16/+17
* The improved --xattrs option is landing on the trunk.Wayne Davison2007-04-071-6/+6
* Further modifications to the copyright comment section.Wayne Davison2007-02-041-4/+3
* Mention the year 2007 in the copyright declarations.Wayne Davison2007-01-311-1/+1
* Changed the variable "incremental" to "inc_recurse".Wayne Davison2007-01-271-3/+3
* The last MSG_DONE from the receiver to the generator is now followedWayne Davison2007-01-271-1/+2
* Use write_ndx() and read_ndx().Wayne Davison2006-12-281-1/+1
* Handle the new incremental-recursion mode.Wayne Davison2006-12-281-41/+55
* Improved the new --pasword-file error message.Wayne Davison2006-12-241-2/+2
* If the user specified --password-file without using daemon mode,Wayne Davison2006-12-241-0/+7