summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Fix timer miscalculation on Windows.Chris Wilson2012-11-17
* We need rm -f to remove read-only files from .svn directory copies in testfiles.Chris Wilson2012-11-15
* Don't use getpeername(), sys/socket.h or sys/un.h on platforms that don'tChris Wilson2012-11-14
* Use AC_SEARCH_LIBS instead of AC_CHECK_LIB when searching for SSLChris Wilson2012-11-14
* Use AC_SEARCH_LIBS instead of AC_CHECK_LIB to search for EVP_CipherInit_ex,Chris Wilson2012-11-14
* Request linker to statically link libz.a, since the default now appears toChris Wilson2012-11-14
* Don't flag an error if the only sockets "leaked" are syslog sockets.Chris Wilson2012-11-08