summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Support throwing exception with more complex stringstream-formatted Chris Wilson2010-02-15
* Log more detailed info about backup comparison failures, for debugging.Chris Wilson2010-02-10
* Allow logging any std::ostringstream expression in Chris Wilson2010-02-07
* Run Perl scripts quietly during make.Chris Wilson2010-01-24
* Revert the quotes part of [2588] as it breaks the unit tests.Chris Wilson2010-01-24
* Add debugging for child processes terminating normally or abnormally,Chris Wilson2009-11-24
* Add methods to read and write exact 32-bit and 64-bit types.Chris Wilson2009-11-11
* Make the version of Box Backup available for use in Boxi.Chris Wilson2009-08-25
* Add handling of relative paths to emu.cpp's openfile(), needed to handleChris Wilson2009-08-02
* Fix compile failure reported by Achim.Chris Wilson2009-08-01
* Add a static variable to store the exceptions suppressed flag.Chris Wilson2009-07-05
* Comment the return value of Chris Wilson2009-07-05
* Suppress exception warnings when they are expected during a test.Chris Wilson2009-07-05
* Allow RaidFileWrite to test that the reference count of an object is Chris Wilson2009-07-05
* Allow std::ostringstream formatting on the "line" part of Chris Wilson2009-06-28
* Make GetRefCount return a refcount_t rather than an int32_t.Chris Wilson2009-06-28
* Add a #define for the Box Backup test port, 22011.Chris Wilson2009-06-28
* Make NamedLock take a std::string instead of a char pointer for C++ Chris Wilson2009-06-28
* Add code for BackupStoreRefCountDatabase.Chris Wilson2009-06-27
* Second part of FileExists change.Chris Wilson2009-06-27
* Make FileExists take a std::string instead of a const char * for C++ Chris Wilson2009-06-27
* Add a new exception type for refcount database errors.Chris Wilson2009-06-27
* Make BackupStoreAccountDatabase::AddEntry and Chris Wilson2009-06-27
* Improve RaidFileWrite error logging.Chris Wilson2009-06-27
* Log the file name that could not be opened, even for access denied errors.Chris Wilson2009-05-22
* Improve debugging when opening temp file fails, by calling theChris Wilson2009-05-22
* Fix test failure due to operator precedence problem with recentlyChris Wilson2009-04-27
* Move definition of INVALID_HANDLE_VALUE and tOSFileHandle toChris Wilson2009-04-26
* Provide a function to close a file handle on Windows, analogous toChris Wilson2009-04-26
* Show expected and actual return codes from shell commands in tests.Chris Wilson2009-04-26
* Fixes for gcc 4.4.Martin Ebourne2009-04-23
* Fixes for gcc 4.4.Martin Ebourne2009-04-23
* Move S3Simulator into its own class, like S3Client, for reuse elsewhere.Chris Wilson2009-04-13
* Log unexpected test results using logging framework rather than printf.Chris Wilson2009-04-13
* Include missing Utils.h header, needed for FileExists().Chris Wilson2009-04-09
* Change default location for config files from /etc/box to Chris Wilson2009-04-09
* Show reasons for waiting during bbackupd and backupstorepatch tests,Chris Wilson2009-04-09
* gcc 4.3 and 4.4 compile fixes, thanks to Reinhard Tartler and the DebianChris Wilson2009-04-03
* Fix missing LOG_* defines on Windows.Chris Wilson2009-04-02
* Add date to file logger, as requested by Kenny Millington.Chris Wilson2009-03-29
* Change type of BackupStoreFilename not to derive from std::string, soChris Wilson2009-03-29
* Hopefully fix compile error reported by Mirko on cross-compiler.Chris Wilson2009-03-29
* Add ability to specify a named log facility for syslog loggins, Chris Wilson2009-03-24
* Switch to C++ include file names.Chris Wilson2009-03-24
* Include emu.h on all platforms to support EMU_*_STAT.Chris Wilson2009-03-21
* Fix tests (hopefully) on Win32 for struct stat ino_t change from 16 toChris Wilson2009-03-21
* Fix type of string position variable to avoid failure (and warning) onChris Wilson2009-03-16
* Fix crash when freebsd (maybe *bsd) returns ECONNRESET on close(), whichChris Wilson2009-03-15
* Move S3Client class into its own files for public access.Chris Wilson2009-01-09
* Reset to remove old content in HTTPResponse in assignment operator.Chris Wilson2009-01-09