summaryrefslogtreecommitdiff
path: root/lib/backupclient
Commit message (Expand)AuthorAge
* 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
* Really fix unlink() during restore, fixes [1919].Chris Wilson2007-11-04
* unlink returns 0 on success, not on error.Chris Wilson2007-11-04
* Ignore time differences less than 1 second when comparing attributes,Chris Wilson2007-11-04
* Allow configuration of the time to delete redundant store locations.Chris Wilson2007-10-08
* Convert most printf() and fprintf() calls to use logging frameworkChris Wilson2007-08-02
* Replace almost all calls to syslog() with logging framework. (refs #3)Chris Wilson2007-07-31
* Fix restoring to top-level directories (e.g. c:\test) (refs #3,Chris Wilson2007-07-26
* Experimental fix for restore problem reported by Mikael Syska:Chris Wilson2007-07-26
* Remove assertion that we are at the end of the stream when decodingChris Wilson2007-04-29
* Remove unwanted blank line. (refs #3)Chris Wilson2007-04-29
* Make directories user-writable while restoring them, so that restoringChris Wilson2007-04-29
* Make directories user-writable while restoring them, so that restoringChris Wilson2007-04-29
* Fix bbackupd choosing an invalid (too large) block size for large filesChris Wilson2007-04-28
* Fix getting files with uncertain size (over 2GB) from the store. FailureChris Wilson2007-04-28
* Use ReadLoggingStream to log progress of file uploads. (refs #3)Chris Wilson2007-04-28
* Use logging framework to reduce noise for those who don't want itChris Wilson2007-03-24
* Fix compile warningChris Wilson2007-02-09
* Log failure to delete files and directories (refs #3)Chris Wilson2007-02-09
* Catch exceptions while writing files, attributes, resume info and checkingChris Wilson2007-02-09
* Don't throw an exception if we fail to delete a file in the way of restore,Chris Wilson2007-02-09
* Spelling fix (refs #3)Chris Wilson2007-02-09
* Make BackupClientRestoreDir return a result code compatible withChris Wilson2007-02-09
* Check whether the restore target parent directory exists before tryingChris Wilson2007-02-09
* Catch errors during restore (refs #3)Chris Wilson2007-02-09
* Fix spelling (refs #3)Chris Wilson2007-01-13
* Added a new config option, LogAllFileAccess, which will log access to every Chris Wilson2007-01-11
* Moved KeepAlive timer to BackupClientContext object.Chris Wilson2006-12-03