summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* Add a logging guard that temporarily enables tagging on the console.Chris Wilson2014-02-08
* Allow checking whether console logging is currently tagged.Chris Wilson2014-02-08
* Add new exception to denote a corrupt refcount db.Chris Wilson2014-02-07
* Fix compile error.Chris Wilson2014-02-07
* Create new refcount database atomically during account check.Chris Wilson2014-02-07
* Fix compile error.Chris Wilson2014-02-07
* Don't write #include statements for empty filenames.Chris Wilson2014-02-07
* Add an AccountUsage2 command to backup protocol.Chris Wilson2014-02-07
* Rename $cmd_class to $cmd_classes.Chris Wilson2014-02-07
* Move the comment to somewhere more useful.Chris Wilson2014-02-07
* Allow InvisibleTempFileStream to take a std::string.Chris Wilson2014-02-07
* Don't need to protect InvisibleTempFileStream against exceptions.Chris Wilson2014-02-07
* Include filename in FileStream exception messages.Chris Wilson2014-02-07
* Revert "Revert "Fix compile error introduced by bbstoreaccounts refactor.""Chris Wilson2014-02-07
* Rename BackupStoreContext.GetStoreRoot() to GetAccountRoot().Chris Wilson2014-02-07
* Revert "Fix compile error introduced by bbstoreaccounts refactor."Chris Wilson2014-02-07
* Fix compile error introduced by bbstoreaccounts refactor.Chris Wilson2014-02-07
* Add ReleaseWriteLock to BackupStoreContext.Chris Wilson2014-02-07
* Close syslog before checking for files left open in tests.Chris Wilson2014-02-07
* Add a BackupProtocolLocal2 convenience class.Chris Wilson2014-02-07
* Add ReceiveStream to protocol callable base class.Chris Wilson2014-02-07
* Split bbstoreaccounts commands out into a separate class.Chris Wilson2014-02-07
* Files are allowed to be both Old and Deleted.Chris Wilson2013-10-02
* Fix getopt header confusion.Chris Wilson2013-09-30
* Clang complains that numDelObj is not initialised.Chris Wilson2013-09-28
* mSubType is unsigned, so clang complains that it can't be less than zero.Chris Wilson2013-09-28
* Repair damaged Box RAID objects and non-transformed .rfw files.Chris Wilson2013-09-20
* Add a comment about removing one RaidFileWrite constructor.Chris Wilson2013-09-20
* Ensure that all errors that increment mNumberErrorsFound are reported as BOX_...Chris Wilson2013-09-19
* Add calloc() support to memory leak finder.Chris Wilson2013-09-19
* Report everything that increases mNumberErrorsFound as a BOX_ERROR.Chris Wilson2013-09-19
* Add missing definition of CheckDirectory, fix CheckDirectoryEntry prototype.Chris Wilson2013-09-19
* Fix misleading exception thrown.Chris Wilson2013-09-19
* Repeatedly "fix" directories until all errors are cleared.Chris Wilson2013-09-19
* Fix missing include, thanks Arnaud.Chris Wilson2013-09-02
* Set process title on Windows.Chris Wilson2013-08-25
* Improve debugging messages after repairing a directory.Chris Wilson2013-08-22
* Fix a bug where bbstoreaccounts check could hang or crash.Chris Wilson2013-08-22
* Improve variable names and comments.Chris Wilson2013-08-22
* Improve error messages from BackupCommands.Chris Wilson2013-08-22
* Pass std::auto_ptr objects to Protocol for upload.Chris Wilson2013-08-22
* Add a ToString() method on protocol objects, to help with debugging them.Chris Wilson2013-08-21
* Allow getting the name of the current phase of a BackupStoreContext.Chris Wilson2013-08-21
* Pass std::strings to functions instead of const char *, for C++ style.Chris Wilson2013-08-21
* Add ability to generate memory usage reports while running.Chris Wilson2013-02-13
* Allow getting the standard Console and Syslog loggers. Add a Guard classChris Wilson2012-11-27
* Use THROW macro to report error getting file attributes.Chris Wilson2012-11-27
* Cosmetic improvements to bbstored log message tagging.Chris Wilson2012-11-18
* Finish incomplete checkin [3156].Chris Wilson2012-11-18
* Add a helper in BackupStoreAccounts to get a write lock on an account.Chris Wilson2012-11-18