Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This commit fixes the problem that the .mddata and .mdinfo files were
not removed due to an incorrect check for the result of stat(). Since
the file data is sent in chunks we have to check for existing files
only when the first chunk of a file is received. That's why we now reset
hunk_index each time a file has been completely received.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[#114 state:resolved]
|
|
|
|
[#113 state:resolved]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This hammered the device with BackupFileReceived messages and caused the
backup to fail in the middle of the backup process.
|
|
The checked node was already changed within the loop.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This better reflects that a newly allocated plist_t is returned.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These communication functions operate on an iphone_connection_t, thus their
function name should reflect that.
|
|
|
|
|