summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Refactor to allow non-bbstored store configurations.Chris Wilson2015-06-28
* Allow MemoryBlockGuard to guard a block passed in (already malloced).Chris Wilson2015-06-10
* Add support for optional items in Archives.Chris Wilson2015-06-10
* Add missing timeouts to Archive Read() calls.Chris Wilson2015-06-10
* Fix logging of NamedLock acquisition for O_EXLOCK method.Chris Wilson2015-06-10
* Add usage example for -L option, showing how module names were compiled inChris Wilson2015-06-10
* Initialise ModificationTime when uploading complete file.Chris Wilson2015-06-10
* Add command-line help to test executables.Chris Wilson2015-06-10
* Fix error reporting from Reg* functions.Chris Wilson2015-05-16
* Fix test failures on Windows caused by keeping files open too long.Chris Wilson2015-05-16
* Improve exception message when unlink() on a raidfile stripe failsChris Wilson2015-05-16
* Use FileModificationTime instead of raw stat() on Windows.Chris Wilson2015-05-16
* Fix NamedLock release on Windows.Chris Wilson2015-05-16
* Fix missing account lock while checking for errors.Chris Wilson2015-05-06
* Fix lock race condition by unlinking before closing the file handle.Chris Wilson2015-05-04
* Add extra logging for acquiring and releasing NamedLocks.Chris Wilson2015-05-04
* Add command-line option to limit log messages to certain file(s).Chris Wilson2015-05-04
* Fix minor test problem caused by not deleting a file between tests.Chris Wilson2015-05-04
* Fix tests failing because they can't delete the lock file.Chris Wilson2015-05-04
* Define BOX_SOCKET_ERROR_MESSAGE, replace more BOX_LOG_SOCKET_ERROR calls with...Chris Wilson2015-04-15
* Use THROW_EXCEPTION_MESSAGE macro to save a message in exceptions.Chris Wilson2015-04-15
* Add ability to run commands in context with TEST_CHECK_THROWS_AND_OR.Chris Wilson2015-04-15
* Add a static GetMessage() to get exception message for a known subtype code.Chris Wilson2015-04-15
* Fix file locking on Windows.Chris Wilson2015-04-13
* Fix test failures caused by failure to commit the temporary refcount DB.Chris Wilson2015-04-06
* Improve error logging in win32 emu library.Chris Wilson2015-04-06
* Catch setitimer() failure, throw exceptions with descriptive messages in Time...Chris Wilson2015-04-06
* Whitespace and semicolon-after-macro fixes.Chris Wilson2015-04-06
* Add missing timeouts to Archive reads.Chris Wilson2015-04-06
* Fix crash when compiled in release mode caused by refcount not decrementing.Chris Wilson2015-02-26
* Fix BOX_SYSLOG macro to provide a category.Chris Wilson2015-02-25
* Reduce verbosity of testcommon by hiding some log messages.Chris Wilson2015-02-25
* Reduce test output noise by hiding some error messages in tests.Chris Wilson2015-02-25
* Add test for hardlink handling.Chris Wilson2015-01-04
* Don't redirect logging to stderr any more.Chris Wilson2015-01-04
* Compile fix for MSVC (Visual Studio) 2010.Chris Wilson2015-01-02
* Compile fix for loading BoxConfig.h in MinGWChris Wilson2015-01-02
* Add missing include file for PATH_MAX.Chris Wilson2015-01-02
* Fix random timezone errors on restore.Chris Wilson2015-01-02
* Remove unused variableChris Wilson2015-01-02
* Fix error logging when file open fails on Windows.Chris Wilson2015-01-02
* Write memory leak report files to current working directory saved at startup.Chris Wilson2015-01-02
* Fix overlapped I/O in WinNamedPipeStream.Chris Wilson2014-12-28
* Whitespace and comment fixes.Chris Wilson2014-12-28
* Improve debugging of named pipe operations and bbackupctl pipe interaction.Chris Wilson2014-12-28
* Add missing timeouts on command socket writes.Chris Wilson2014-12-28
* Add comment about reason for code duplication.Chris Wilson2014-12-26
* Improve some exception messages in lib/raidfile.Chris Wilson2014-12-26
* Fix test failures caused by using plain stat() instead of emu_stat().Chris Wilson2014-12-26
* Fix test failures caused by store path ending with slash on Windows.Chris Wilson2014-12-26