summaryrefslogtreecommitdiff
path: root/lib/backupclient
Commit message (Expand)AuthorAge
* Add S3Store account creation.Chris Wilson2015-07-31
* Move InvalidConfiguration exception to CommonException.Chris Wilson2015-07-31
* Add AccountNumber to list of config keys checked at runtime.Chris Wilson2015-07-31
* Add configuration keys for S3 store type.Chris Wilson2015-06-28
* Refactor to allow non-bbstored store configurations.Chris Wilson2015-06-28
* The BackupErrorDelay configuration key should not be required.Chris Wilson2014-12-06
* Allow users to configure the delay before retry on backup errors.Chris Wilson2014-12-03
* Fix header guard, thanks to Clang for spotting it.Chris Wilson2014-12-01
* Fix compile errors introduced by previous commit.Chris Wilson2014-11-23
* Simplify code with macros, update comments and fix whitespace.Chris Wilson2014-09-04
* Define some functions to reduce duplication in testbbackupd.Chris Wilson2014-09-04
* Add experimental "TCP Nice" mode, disabled by default.Chris Wilson2012-02-12
* Force all options to be present to BackupClientRestore(), to fix Chris Wilson2012-02-02
* Flush stream after restore fails, thanks to Sune Molgaard for reporting.Chris Wilson2011-09-29
* Combine client and server protocols to make way for an offline/local protocol.Chris Wilson2011-08-27
* Move remaining parts of BackupStoreFile into lib/backupstore, and fix moduleChris Wilson2011-05-24
* Major refactoring to make lib/backupclient depend on lib/backupstore ratherChris Wilson2011-04-26
* Log the name of the extended attribute that could not be read.Chris Wilson2011-04-23
* Add an exception code and a protocol error code for modifying aChris Wilson2011-04-22
* Add a configuration option for upload rate limiting, MaxUploadRate.Chris Wilson2011-01-12
* Log the path, name and size of files being restored at TRACE level forChris Wilson2011-01-08
* Log the total number of bytes uploaded to the server for each file.Chris Wilson2010-11-17
* Reformat comments for readability.Chris Wilson2010-08-27
* Add inline helpers to check whether a directory entry is a file, Chris Wilson2010-08-27
* Add support for account numbers greater than 0x7fffffff without wrapping.Chris Wilson2010-06-06
* Add option to display attribute modification times from additional Chris Wilson2010-02-24
* Add method to get updated modification time of Chris Wilson2010-02-24
* Add notification about uploading new file attributes.Chris Wilson2010-02-24
* Log the mismatched timestamps of files during compare in a human-readableChris Wilson2010-02-18
* Convert attributes to host byte order when reporting errors.Chris Wilson2010-02-16
* Reformat for readability.Chris Wilson2010-02-16
* Log more detailed info about backup comparison failures, for debugging.Chris Wilson2010-02-10
* Run Perl scripts quietly during make.Chris Wilson2010-01-24
* Add a new exception type for refcount database errors.Chris Wilson2009-06-27
* gcc 4.3 and 4.4 compile fixes, thanks to Reinhard Tartler and the DebianChris Wilson2009-04-03
* Change type of BackupStoreFilename not to derive from std::string, soChris Wilson2009-03-29
* Switch to C++ include file names.Chris Wilson2009-03-24
* Fix tests (hopefully) on Win32 for struct stat ino_t change from 16 toChris Wilson2009-03-21
* Rename NDEBUG flag to BOX_RELEASE_BUILD, as other projects use NDEBUG as Chris Wilson2008-12-30
* Add missing #include <errno.h>, needed by FreeBSD and Solaris at least.Chris Wilson2008-10-24
* Report the filename that failed when various file attribute syscallsChris Wilson2008-10-21
* Add file logging support (LogFile and LogFileLevel config options).Chris Wilson2008-09-26
* Use named timer for MaximumDiffingTime.Chris Wilson2008-09-26
* Reformat for readability.Chris Wilson2008-09-06
* Spelling fix.Chris Wilson2008-08-21
* Take a const std::string& for the filename rather than a const char *, Chris Wilson2008-08-21
* Pass a RunStatusProvider and a ReadLoggingStream::Logger from Chris Wilson2008-08-21
* Run status provider interface, needed to connect Box Backup to Boxi and Chris Wilson2008-08-21
* Larger buffer size for extended attributes, and better debugging.Chris Wilson2008-06-19
* Initialise the exists variable and fix its type.Chris Wilson2008-05-28