summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Fix memory leak in [2133] (merges [1944])Chris Wilson2008-04-05
* Convert UTF-8 to Unicode for logging in Windows Event Log, so thatChris Wilson2008-04-05
* Close process token in EnableBackupRights(), thanks Charles!Chris Wilson2008-04-05
* Command-line option fix from [1975]Chris Wilson2008-04-05
* Comment wrapping fix from [1958]Chris Wilson2008-04-05
* PCRE 7.x requires us to #define PCRE_STATIC to get the right symbolChris Wilson2008-04-05
* Make autoconf check for zlib.h and fail if we don't have it, merges Chris Wilson2008-04-04
* Undo mangling by tailorChris Wilson2008-04-04
* [hg-svn @ 30cb6d2b5a2f18881f50ce8df5f7bd9e429f9fbb]Chris Wilson2008-04-04
* [hg-svn @ 9203d99fcfd5a6c90994bda6397aa55d9ac64458]Chris Wilson2008-04-04
* TailorizationChris Wilson2008-04-04
* Add missing space in trace output.Chris Wilson2008-04-04
* Remove uses of obsolete TRACE macros in tests.Chris Wilson2008-04-04
* Make usage output (from bbstoreaccounts info and bbackupquery usage)Chris Wilson2008-04-03
* Fix a bug where trying to log a variable called "line" would log the addressChris Wilson2008-03-30
* Replace all remaining use of TRACEx() macros with logging framework.Chris Wilson2008-03-29
* No need to save errno any more.Chris Wilson2008-03-29
* Close after logging socket error, so that we don't lose errno.Chris Wilson2008-03-29
* Allow configuration of the server port that the client will connect to Chris Wilson2008-03-28
* Improve logging with macros that consistently output strerror(errno) andChris Wilson2008-03-28
* Reduce log level of message from server child from WARNING to NOTICE, asChris Wilson2008-03-28
* Correct sysconfdir and localstatedir as they weren't doing what they were sup...James O'Gorman2008-03-25