summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Print a newline when user presses Ctrl+D at bbackupquery prompt.Chris Wilson2014-02-07
* Allow InvisibleTempFileStream to take a std::string.Chris Wilson2014-02-07
* Allow test/bbackupd to test bbackupquery completions.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
* Show module name of each file when compiling.Chris Wilson2014-02-07
* Compile debug builds with glibc debugging containers.Chris Wilson2014-02-07
* Add some images of the "box" portion of the logo.Chris Wilson2014-02-07
* Fix bbackupquery accepting a command starting with options.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 Git ignore file to help developers using Git.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
* 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