summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update dates.James O'Gorman2015-02-21
* Add configuration file for Travis-CI.James O'Gorman2015-02-21
* Fix test failures caused by renaming the test executable, thanks to Achim for...Chris Wilson2015-02-15
* Fix missing snapshot path on subsequent locations.Chris Wilson2015-02-01
* Suppress multiple links warnings for now.Chris Wilson2015-02-01
* 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
* Remove missing source file references from Visual Studio 2010 SLN fileChris Wilson2015-01-02
* Add rudimentary support for Windows mutexes.Chris Wilson2015-01-02
* Add missing include file for PATH_MAX.Chris Wilson2015-01-02
* Fix test failing on OpenBSD because tar -m behaves differently.Chris Wilson2015-01-02
* Fix more minor test breaks on WindowsChris Wilson2015-01-02
* Fix test to handle console encoding already in UTF-8.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
* Improve internal debug loggingChris 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
* Fix warning about assigning literal string constants to a char *Chris Wilson2014-12-26
* Fix test failures caused by connections left open on Windows.Chris Wilson2014-12-26
* Fix compile errors in tests on Windows.Chris Wilson2014-12-26
* Add comments about why some tests are skipped on Windows.Chris Wilson2014-12-26
* Catch exceptions in individual tests and clean up nicely.Chris Wilson2014-12-26
* Don't try to kill daemons at beginning of each deselected test.Chris Wilson2014-12-26
* 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
* Rename test executable to fix PATH conflict with /usr/bin/test on Cygwin.Chris Wilson2014-12-26
* We must check for ftruncate if we intend to use its feature macro.Chris Wilson2014-12-26
* Use autoconf standard mechanism to configure qdbm subdirectory.Chris Wilson2014-12-26
* Move GNU autoconf tools into infrastructure directory.Chris Wilson2014-12-26
* Add support for timeouts on named pipe writes, using overlapped I/O.Chris Wilson2014-12-26
* Fix warning about HAVE_RANDOM_DEVICE not being defined.Chris Wilson2014-12-26
* Fix MinGW64 compile error due to pointers being too large for uint32_t.Chris Wilson2014-12-26
* Fix warning about BackupClientDirectoryRecord having a non-virtual destructor.Chris Wilson2014-12-26
* Fix more compile errors on MinGWChris Wilson2014-12-26
* Fix compilation on Windows MinGW x86_64.Chris Wilson2014-12-26
* Pass --host and --build options to qdbm configure script as well.Chris Wilson2014-12-26
* Don't add files to lists until we're sure that we'll back them up.Chris Wilson2014-12-24
* Whitespace and wrapping fixesChris Wilson2014-12-24
* Allow excluding files of unknown type using either ExcludeFile or ExcludeDir.Chris Wilson2014-12-24
* Fix compile error on Windows caused by refactoring out SyncDirectoryEntry.Chris Wilson2014-12-24
* Replace sprintf() with snprintf(), fixes compile warnings on OpenBSD.Chris Wilson2014-12-22