summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Check that Box.h has been included early enough.Chris Wilson2008-05-28
* Include "Box.h" in the right place.Chris Wilson2008-05-28
* Add bbackupquery -W<level> option to set explicit warning level, Chris Wilson2008-05-28
* Add stat() intercept and stat() and lstat() post call hooks.Chris Wilson2008-05-28
* Use symbolic names instead of #defines for return codes.Chris Wilson2008-05-28
* Track and log file deletions by name.Chris Wilson2008-05-28
* Shorten names used by daemons.Chris Wilson2008-05-28
* Catch exception on reading a directory that doesn't exist, and return a Chris Wilson2008-05-28
* Demangle C++ names in backtrace on GCC using C++ ABI routines.Chris Wilson2008-05-28
* Move loading configuration into a separate method.Chris Wilson2008-05-28
* Reformat for readability.Chris Wilson2008-05-28
* Add static Logging::GetNamedLevel() method to return a log level Chris Wilson2008-05-28
* Separate checks for file existing and file not empty.Chris Wilson2008-05-28
* Reformat for readability.Chris Wilson2008-05-28
* Add a GetMessage() method to Protocol objects to return a stringified Chris Wilson2008-05-28
* Move ServerControl functions out of line and into their own source file.Chris Wilson2008-05-28
* Initialise the exists variable and fix its type.Chris Wilson2008-05-28
* Add backtrace on exception in release builds.Chris Wilson2008-05-28
* Remove redundant copies of flags from make command line.Chris Wilson2008-05-28
* Check for cxxabi.h (C++ name demangling for stack traces on libstdc++)Chris Wilson2008-05-28
* Set program name in tests to module name (e.g. test/bbackupd).Chris Wilson2008-05-28
* Add support to notifyscript to use a tag, useful for tests with Chris Wilson2008-05-28
* Add new bbackupd config files for bbackupd test.Chris Wilson2008-05-28
* Define Box module name on the compiler command line (useful for tests Chris Wilson2008-05-28
* Remove obsolete BackupStoreCheck::InsertObjectIntoDirectory class,Chris Wilson2008-05-06
* Fix O(n^2) algorithm to insert lost objects into a directory, which wouldChris Wilson2008-05-06
* Catch server errors when listing a directory.Chris Wilson2008-05-05
* Add restore -f option to force restore to continue after an error.Chris Wilson2008-05-05
* Fix typos in comments.Chris Wilson2008-05-04
* Fix typo.Chris Wilson2008-04-30
* Ignore generated files.Chris Wilson2008-04-29
* Special GNU make rules are unnecessary.Chris Wilson2008-04-28
* Remove BSDisms from makefile so it works on GNU make.Chris Wilson2008-04-28
* Fix paths to exception list now that documentation directory has moved.Chris Wilson2008-04-28
* Fix Makefile for BSD (and hopefully any POSIX) make.Chris Wilson2008-04-28
* Additional #includes, thanks to the T2 ProjectChris Wilson2008-04-18
* Fix crash when notifying sysadmin of an invalid event code.Chris Wilson2008-04-09
* Add bbreporter to server RPM spec file and distribution manifest.Chris Wilson2008-04-09
* Add an error message giving the file name when an expected raidfileChris Wilson2008-04-09
* Reformat long line in CipherContext.cpp and fix a typo in comment.Chris Wilson2008-04-09
* Reformat long lines in BackupClientRestore.cpp for readability.Chris Wilson2008-04-09
* Improve LogAllFileAccess logging by making the simple case (file notChris Wilson2008-04-09
* Check the return code from system commands in bbackupquery, and if notChris Wilson2008-04-09
* Reorganise includes in test main template.Chris Wilson2008-04-09
* Move test helper functions out-of-line to aid debugging by allowingChris Wilson2008-04-09
* Compile fix for progress bar changes.Chris Wilson2008-04-09
* Fix issue reported by MB of showing the same files in the report that were al...Kenny Millington2008-04-09
* Update bbreporter.py to newer version (oops!) and add GPLv3 LICENSE file.Kenny Millington2008-04-07
* First commit of bbreporter.pyKenny Millington2008-04-07
* Improve debugging when failing to create the large file for diff speedChris Wilson2008-04-05