summaryrefslogtreecommitdiff
path: root/lib/common
Commit message (Expand)AuthorAge
* Fix -Wundefined-bool-conversion compile failure of master branchChris Wilson2017-10-16
* Increase precision of timing on Windows.Chris Wilson2017-06-22
* Reduce precision of common timer testChris Wilson2017-06-22
* Fix infinite loop in RateLimitingStream::Write().Chris Wilson2016-09-11
* Throw exception with message, instead of logging then throwing.Chris Wilson2016-09-11
* Fix Unix compilation using CMake.Chris Wilson2016-09-09
* Update platform feature detection to work with CMake.Chris Wilson2016-09-03
* Fix deletion of test fixture directories with unicode names on Windows.Chris Wilson2015-12-25
* Fix deletion of fixtures between tests in test/backupstore.Chris Wilson2015-12-25
* Remove duplicate error number from Windows log messages.Chris Wilson2015-12-24
* Use rd instead of rmdir command, to try to work properly in appveyor.Chris Wilson2015-12-20
* Really fix file locking on WindowsChris Wilson2015-12-14
* Fix Windows file locking to work with MSVCChris Wilson2015-12-14
* Add CTest configurations to CMake. Make some tests work on Windows/MSVC.Chris Wilson2015-12-13
* Add some little string functions to Utils.cpp.Chris Wilson2015-12-13
* Remove the duplicate copy constructor that MSVC warns about.Chris Wilson2015-12-13
* Define TEST_EXECUTABLE to allow it to have different names on MSVC/CMake.Chris Wilson2015-12-13
* Merge Arnaud Grandville's Windows fixes.Chris Wilson2015-12-09
|\
| * add specific define to allow the use of std::min and sd::max from windowsAG2015-10-26
| * min & max are not from std namespaceAG2015-10-26
| * Merge branch 'master' into fix_arm_struct_packingChris Wilson2015-09-21
| |\
| | * Really fix makeexception.pl.in this timeChris Wilson2015-09-02
| | * Fix exception message corruption.Chris Wilson2015-08-31
| * | Add support for uint16 types to ArchiveChris Wilson2015-09-19
| |/
* / Remove non-standard BSD u_int* types.Chris Wilson2015-12-08
|/
* Whitespace, import order and comment fixesChris Wilson2015-08-29
* Reset NamedLock file descriptor immediately after closing.Chris Wilson2015-08-15
* Fix memory leak tracking of calloc() allocationsChris Wilson2015-08-08
* Allow moving a CollectInBufferStream's contents to another oneChris Wilson2015-08-07
* Allow releasing a MemoryBlockGuardChris Wilson2015-08-07
* Whitespace cleanupChris Wilson2015-08-07
* Add S3Store account creation.Chris Wilson2015-07-31
* Move InvalidConfiguration exception to CommonException.Chris Wilson2015-07-31
* Move load_config_file to Test.cpp to allow reuse.Chris Wilson2015-07-25
* Refactor BackupStoreInfo to allow loading from any IOStream.Chris Wilson2015-07-19
* Major test refactor to support test suites.Chris Wilson2015-07-01
* 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
* Fix NamedLock release on Windows.Chris Wilson2015-05-16
* 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
* Define BOX_SOCKET_ERROR_MESSAGE, replace more BOX_LOG_SOCKET_ERROR calls with...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
* Improve error logging in win32 emu library.Chris Wilson2015-04-06