summaryrefslogtreecommitdiff
path: root/lib/backupclient
Commit message (Expand)AuthorAge
* Fixup botched mergeReinhard Tartler2017-06-14
* merge upstream version 0.12Reinhard Tartler2017-06-11
|\
| * 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
| * Add restore -f option to force restore to continue after an error.Chris Wilson2008-05-05
| * Additional #includes, thanks to the T2 ProjectChris Wilson2008-04-18
| * Reformat long lines in BackupClientRestore.cpp for readability.Chris Wilson2008-04-09
| * Undo mangling by tailorChris Wilson2008-04-04
| * TailorizationChris Wilson2008-04-04
| * Replace all remaining use of TRACEx() macros with logging framework.Chris Wilson2008-03-29
| * Allow configuration of the server port that the client will connect to Chris Wilson2008-03-28
| * Improve logging with macros that consistently output strerror(errno) andChris Wilson2008-03-28
| * Use new logging framework for tracing diffs.Chris Wilson2007-12-06