aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Moved the write_stream_flags() call from io.c into main.c so thatWayne Davison2006-12-181-0/+3
* Moved the calls to init_hard_links() into flist.c.Wayne Davison2006-12-151-10/+0
* Call the new hard-link init functions.Wayne Davison2006-12-091-1/+11
* Some minor format tweaks.Wayne Davison2006-12-071-8/+3
* The wait_process() call now handles EINTR.Wayne Davison2006-12-061-1/+5
* #ifdef calls to hard-link functions.Wayne Davison2006-12-061-0/+2
* - Typical tranfers now save 12-20 bytes per file because several varsWayne Davison2006-12-031-2/+2
* Output the size of the file list using human_num().Wayne Davison2006-11-211-1/+2
* 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