summaryrefslogtreecommitdiff
path: root/receiver.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid re-setting xattrs on a hard-linked file w/the same xattrs.Wayne Davison2011-03-261-2/+3
* Use ftruncate() at the end of a --sparse file.Wayne Davison2011-02-211-3/+2
* Avoid splitting a multi-byte character when trimming a name.Wayne Davison2011-01-031-21/+30
* Avoid directory permission issues with --fake-super.Wayne Davison2011-01-011-2/+13
* Mention seek effect of an unmoved --inplace chunk.Wayne Davison2010-12-181-2/+3
* Fixed inconsistencies reported by packaging/var-checker.Wayne Davison2010-06-301-1/+1
* Fixed the use of --xattrs with --only-write-batch.Wayne Davison2009-04-121-2/+2
* Fixed --dry-run with --read-batch:Wayne Davison2009-04-041-13/+16
* Fixed a hang in the inc_recurse batch-reading code.Wayne Davison2009-01-171-1/+9
* Update the copyright year.Wayne Davison2009-01-171-1/+1
* An ftruncate() failure should result in FERROR_XFER.Wayne Davison2008-11-151-5/+4
* Fixed a bunch of "warn_unused_result" compiler warnings.Wayne Davison2008-11-091-2/+6
* Fixed skipping of unneeded updates in a batch file when incrementalWayne Davison2008-09-261-31/+65
* Properly handle a failure to create a partial directory, which isWayne Davison2008-08-011-8/+15
* 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