aboutsummaryrefslogtreecommitdiffstats
path: root/receiver.c
Commit message (Expand)AuthorAgeFilesLines
* Don't send daemon-config filter-action messages back to the user.Wayne Davison2008-03-241-2/+2
* Changed the name of the server_filter_list to beWayne Davison2008-03-201-5/+5
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* The daemon no longer logs a recv entry for a file that is notWayne Davison2008-02-171-1/+1
* Fixed several glitches with failed updates and batch files:Wayne Davison2008-01-271-8/+11
* Fixed a case where the receiver indicates a successful update when theWayne Davison2007-12-311-15/+20
* Updated indexing for accurate progress and improved raw ndx values.Wayne Davison2007-12-081-1/+3
* New logging categories added to allow differentiation betweenWayne Davison2007-11-221-10/+10
* - Renamed updating_basis -> updating_basis_or_equiv.Wayne Davison2007-11-031-4/+10
* My version of Matt's cleanup patch from bug 5051. This makesWayne Davison2007-10-291-43/+48
* Made some more char pointers const.Wayne Davison2007-10-281-2/+2
* Fixed setting of updating_basis value.Wayne Davison2007-10-281-4/+1
* Handle the new --append and --append-verify options.Wayne Davison2007-09-011-15/+19
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
* If we get an ndx that is 1 entry prior to an incremental flist'sWayne Davison2007-07-081-2/+5
* Changed "count" to "used" in struct file_list since there canWayne Davison2007-07-071-6/+6
* Switching to GPL 3.Wayne Davison2007-07-071-3/+2
* Prevent a hang in incremental-recursion mode when the receiver encountersWayne Davison2007-04-261-0/+12
* The --iconv option has now made it to the trunk.Wayne Davison2007-04-261-1/+1
* The improved --xattrs option is landing on the trunk.Wayne Davison2007-04-071-5/+16
* Made a char* arg const.Wayne Davison2007-03-181-1/+1
* Protocol 30 now uses MD5 checksums instead of MD4.Wayne Davison2007-03-181-6/+6
* The ACL support has arrived! This version has a brand new protocolWayne Davison2007-03-111-1/+15
* 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-6/+6
* 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