summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Show more details when bbackupquery command parsing failsChris Wilson2014-02-07
* Add a test that Used block counts match expected values.Chris Wilson2013-10-22
* Files are allowed to be both Old and Deleted.Chris Wilson2013-10-02
* Fix test fallout from SendStream ptr to auto_ptr change.Chris Wilson2013-09-30
* Fix getopt header confusion.Chris Wilson2013-09-30
* Clang complains that "enabled" is not initialised.Chris Wilson2013-09-28
* 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
* Add systemd initscript/configuration by Daniel Tihelka <dtihelka@gmail.com>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
* Re-enable test_dir_fixing.Chris Wilson2013-08-22
* 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
* Refactor testbackupstorefix.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
* Add support for the -W option to test runner executable.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
* Fix compile error due to missing mode on open(O_CREAT).Chris Wilson2013-02-13
* Link testbbackupd with bbackupquery object files, so that we can useChris Wilson2012-11-27
* Fix failure to list files properly when not using a console on Win32Chris Wilson2012-11-27
* 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
* Log reason for housekeeping, or not (timer status).Chris Wilson2012-11-27
* Fix testbackupstore: don't keep using a reference to a protocol objectChris Wilson2012-11-18
* Fix random failures of bbackupd test by locking the account before makingChris Wilson2012-11-18
* 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 account deletion on Windows by removing write lock before deletingChris Wilson2012-11-17