summaryrefslogtreecommitdiff
path: root/receiver.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-18Check the right flist_num in gen_wants_ndx().Wayne Davison1-7/+13
2009-01-17Fixed the delete statistics with --delete-delay and --delete-after.Wayne Davison1-5/+0
2009-01-17Fixed a hang in the inc_recurse batch-reading code.Wayne Davison1-1/+9
2009-01-03Improved the backup code:Wayne Davison1-1/+1
2009-01-03Update the copyright year.Wayne Davison1-1/+1
2008-11-15An ftruncate() failure should result in FERROR_XFER.Wayne Davison1-5/+4
2008-11-09Fixed a bunch of "warn_unused_result" compiler warnings.Wayne Davison1-2/+6
2008-09-26Enhanced the --stats output:Wayne Davison1-1/+23
2008-09-26More batch-mode fixes to handle redos properly (and without hanging).Wayne Davison1-32/+64
2008-09-23Fixed skipping of unneeded updates in a batch file whenWayne Davison1-3/+5
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-5/+6
2008-08-01Properly handle a failure to create a partial directory, which isWayne Davison1-8/+15
2008-07-20Include the array-size in array externs so that IBM's code-checkerWayne Davison1-2/+2
2008-07-20Changed the chksum debug flag to deltasum.Wayne Davison1-4/+4
2008-07-19Added a '%C' (MD5 checksum) flag for the output/logfile formatting.Wayne Davison1-5/+7
2008-07-17Changed human_num() to big_num() with an extra arg so that it canWayne Davison1-10/+10
2008-07-13Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison1-18/+20
2008-03-24Don't send daemon-config filter-action messages back to the user.Wayne Davison1-2/+2
2008-03-20Changed the name of the server_filter_list to beWayne Davison1-5/+5
2008-03-01Include 2008 in the copyright years.Wayne Davison1-1/+1
2008-02-17The daemon no longer logs a recv entry for a file that is notWayne Davison1-1/+1
2008-01-27Fixed several glitches with failed updates and batch files:Wayne Davison1-8/+11
2007-12-31Fixed a case where the receiver indicates a successful update when theWayne Davison1-15/+20
2007-12-08Updated indexing for accurate progress and improved raw ndx values.Wayne Davison1-1/+3
2007-11-22New logging categories added to allow differentiation betweenWayne Davison1-10/+10
2007-11-03- Renamed updating_basis -> updating_basis_or_equiv.Wayne Davison1-4/+10
2007-10-29My version of Matt's cleanup patch from bug 5051. This makesWayne Davison1-43/+48
2007-10-28Made some more char pointers const.Wayne Davison1-2/+2
2007-10-28Fixed setting of updating_basis value.Wayne Davison1-4/+1
2007-09-01Handle the new --append and --append-verify options.Wayne Davison1-15/+19
2007-07-10Tweaking the license text a bit more.Wayne Davison1-2/+3
2007-07-08If we get an ndx that is 1 entry prior to an incremental flist'sWayne Davison1-2/+5
2007-07-07Changed "count" to "used" in struct file_list since there canWayne Davison1-6/+6
2007-07-07Switching to GPL 3.Wayne Davison1-3/+2
2007-04-26Prevent a hang in incremental-recursion mode when the receiver encountersWayne Davison1-0/+12
2007-04-26The --iconv option has now made it to the trunk.Wayne Davison1-1/+1
2007-04-07The improved --xattrs option is landing on the trunk.Wayne Davison1-5/+16
2007-03-18Made a char* arg const.Wayne Davison1-1/+1
2007-03-18Protocol 30 now uses MD5 checksums instead of MD4.Wayne Davison1-6/+6
2007-03-11The ACL support has arrived! This version has a brand new protocolWayne Davison1-1/+15
2007-02-04Further modifications to the copyright comment section.Wayne Davison1-4/+3
2007-01-31Mention the year 2007 in the copyright declarations.Wayne Davison1-1/+1
2007-01-27Changed the variable "incremental" to "inc_recurse".Wayne Davison1-6/+6
2007-01-27More extern tweaking.Wayne Davison1-0/+2
2007-01-27Got rid of unused externs.Wayne Davison1-3/+0
2007-01-21Fixed handling of "redo" items in protocol 30.Wayne Davison1-5/+8
2006-12-28Handle the new incremental-recursion mode.Wayne Davison1-39/+59
2006-12-09Got rid of the pool-destroy call since this is not around anymore.Wayne Davison1-5/+0
2006-12-06Changed i -> ndx in several variables.Wayne Davison1-29/+29