summaryrefslogtreecommitdiff
path: root/lib/backupstore/BackupStoreFileCmbIdx.cpp
Commit message (Collapse)AuthorAge
* Fix deadlock waiting for read or write on closed connection.Chris Wilson2014-08-15
| | | | | | | | If the system is suspended then it may not realise that a TCP connection has been closed, while waiting for data to arrive on it. We didn't used to apply a timeout to this read operation. Now we use the connection's default timeout on all read and write operations. Network operations that don't pass a timeout will be logged with a backtrace, so that they can be fixed.
* Move remaining parts of BackupStoreFile into lib/backupstore, and fix moduleChris Wilson2011-05-24
dependencies to fail if anything else required by bbstored is still in lib/backupclient instead of lib/backupstore.