summaryrefslogtreecommitdiff
path: root/receiver.c
Commit message (Expand)AuthorAgeFilesLines
...
* More extern tweaking.Wayne Davison2007-01-271-0/+2
* Got rid of unused externs.Wayne Davison2007-01-271-3/+0
* Fixed handling of "redo" items in protocol 30.Wayne Davison2007-01-211-5/+8
* Handle the new incremental-recursion mode.Wayne Davison2006-12-281-39/+59
* Got rid of the pool-destroy call since this is not around anymore.Wayne Davison2006-12-091-5/+0
* Changed i -> ndx in several variables.Wayne Davison2006-12-061-29/+29
* Use the latest F_*() accessors.Wayne Davison2006-12-051-13/+12
* Use new send_msg_int() function.Wayne Davison2006-12-041-14/+8
* - Typical tranfers now save 12-20 bytes per file because several varsWayne Davison2006-12-031-4/+4
* Made get_tmpname() non-static.Wayne Davison2006-11-221-1/+1
* - Use an explicit cast when a value gets stored in a smaller var.Wayne Davison2006-11-211-2/+2
* Silence some IBM checker warnings and made a slight optimizationWayne Davison2006-10-131-7/+11
* The --inplace option now notices when the basis data is not comingWayne Davison2006-09-171-2/+8
* 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/+3
* Got rid of the FNAME logcode enum.Wayne Davison2006-06-011-2/+2
* - Use the renamed stdout_format_has_i variable.Wayne Davison2006-05-291-9/+8
* The cleanup_set() call was not getting called w/o --partial.Wayne Davison2006-05-181-2/+1
* Improved two lseek() error messages.Wayne Davison2006-05-181-6/+8
* Some demon_log_* variables changed into logfile_* variables that areWayne Davison2006-05-091-4/+2
* If the --partial-dir value is an absolute path and we use a file inWayne Davison2006-05-091-3/+8
* Updated the FSF's address to an even newer one.Wayne Davison2006-04-251-3/+3
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-19/+21
* Got rid of unused externs.Wayne Davison2006-02-241-4/+0
* The create_directory_path() function no longer takes a base_umaskWayne Davison2006-02-241-2/+1
* Moved the delay-bit functions into util.c, making them more generic.Wayne Davison2006-02-071-65/+4
* When permissions aren't being preserved, set them via the newWayne Davison2006-01-311-5/+5
* Call finish_transfer() with a valid partialptr string, whenWayne Davison2006-01-301-4/+7
* Call f_name() with revised args (which also replaces f_name_to()).Wayne Davison2006-01-141-3/+3
* Got rid of calls to (the soon to vanish) safe_fname() function.Wayne Davison2006-01-131-16/+12
* Only call cleanup_set() if keep_partial is set.Wayne Davison2005-11-101-1/+1
* Added a comment.Wayne Davison2005-09-151-0/+2
* When --append is entering the redo phase, make sure thatWayne Davison2005-08-301-1/+5
* - The combination of --update and --progress now outputs progressWayne Davison2005-07-301-1/+5
* Support new --append option.Wayne Davison2005-07-281-0/+24
* Support the reception of a file-transfer header without xfer dataWayne Davison2005-04-141-1/+2
* - Use the new do_xfers variable in place of some dry_run checksWayne Davison2005-04-091-2/+8
* - Fixed a potential crash if the receiver couldn't open the basis fileWayne Davison2005-03-291-3/+5
* - Warn about missing batched updates the generator wants but theWayne Davison2005-03-291-9/+20
* If --dry-run is enabled with --read-batch, we must discard theWayne Davison2005-03-241-0/+2
* Added an extra phase to the end of the transfer to handleWayne Davison2005-03-151-6/+12
* Handle --delay-updates at the end of the first phase.Wayne Davison2005-03-151-33/+39
* - Fixed the reading of the fuzzy xname from the socket.Wayne Davison2005-03-101-28/+13
* Got rid of the name-pipe, so we now read the fnamecmp_type data overWayne Davison2005-03-091-26/+50
* Don't try to determine the phase we're in by looking at the valueWayne Davison2005-03-051-3/+2
* - Updated to handle the new ITEM_* flags.Wayne Davison2005-03-051-11/+8
* Got rid of some code in the main recv_files() loop by calling theWayne Davison2005-03-041-24/+7
* Call log_item() instead of log_recv().Wayne Davison2005-03-041-5/+5
* Added read_vstring() and write_vstring() to io.c instead ofWayne Davison2005-03-041-17/+1
* Moved the delete-after support into generator.c.Wayne Davison2005-02-261-26/+0