summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Fixup botched mergeReinhard Tartler2017-06-14
* merge upstream version 0.12Reinhard Tartler2017-06-11
|\
| * 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
| * Allow passing a std::string instead of char* to BackupStoreAccountDatabase,Chris Wilson2012-11-18
| * Fix duplicate tagging of housekeeping messages.Chris Wilson2012-11-17
| * Fix missing space in log message.Chris Wilson2012-11-17
| * Use more efficient direct reset of Timers instead of assignment.Chris Wilson2012-11-17
| * Fix timer miscalculation on Windows.Chris Wilson2012-11-17
| * Ensure that newly created accounts are enabled by default.Chris Wilson2012-11-08
| * Fix missing #include for MemBlockStream.hChris Wilson2012-11-08
| * Make CreateForRegeneration save the AccountEnabled flag and any extra dataChris Wilson2012-11-08
| * Allow constructing an empty MemBlockStream, as it's useful for tests.Chris Wilson2012-11-08
| * Remove commented-out method copied from BackupStoreInfo and not used.Chris Wilson2012-11-07
| * Replace magic number 1000 with MILLI_SEC_IN_SEC when initialising timers.Chris Wilson2012-11-07
| * Fix incorrect logging of timer assignment, and format expiry time as a human ...Chris Wilson2012-11-07
| * Refactor and improve timer trace logging, fix subsecond formatting error.Chris Wilson2012-11-07
| * BOX_FORMAT_MICROSECONDS doesn't make sense unless the digits to the rightChris Wilson2012-11-07
| * Log the number of nanoseconds left to sleep, otherwise the log messagesChris Wilson2012-11-07
| * Convert FORMAT_MICROSECONDS into a global utility macro.Chris Wilson2012-11-06
| * Refuse login to disabled accounts.Chris Wilson2012-10-22
| * Keep and resave any extra data present at the end of a BackupStoreInfoChris Wilson2012-10-22
| * Add helper methods to get read-only access to the buffer, and its size,Chris Wilson2012-10-22
| * Add a comment in header to indicate that StreamableMemBlock does not Chris Wilson2012-10-22
| * Add helper method to read a value that might not be present in an ArchiveChris Wilson2012-10-22
| * Wrap line for readability.Chris Wilson2012-10-22