summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Make memleakfinder_setup_exit_report() take a std::string, for C++ style.Chris Wilson2014-12-22
* Replace Write(const char *) with Write(const std::string&).Chris Wilson2014-12-22
* Fix compile error on OpenBSD due to invalid forward declarations of classes.Chris Wilson2014-12-22
* Add a TEST_LINE_OR macro to compare strings and execute a command if no equal.Chris Wilson2014-12-21
* Allow writing a std::string to any SocketStream.Chris Wilson2014-12-21
* Fix tar commands to work on OpenBSD.Chris Wilson2014-12-21
* Increase timing accuracy of client store marker test.Chris Wilson2014-12-21
* Log start time of next backup when waiting with millisecond precision.Chris Wilson2014-12-21
* Fix computation of fractional second part of ShortSleep().Chris Wilson2014-12-21
* Reduce detail on logging box_time_ts from microseconds to milliseconds.Chris Wilson2014-12-21
* Add logging for functions that trigger bbackupd using bbackupctl.Chris Wilson2014-12-21
* Improve comment explaining SocketStream::PollTimeout function.Chris Wilson2014-12-21
* Add a note about why fixing NetBSD's kqueue support is harder than it looks.Chris Wilson2014-12-15
* Add a note about units of arguments to PollTimeout function().Chris Wilson2014-12-15
* Fix test_changing_client_store_marker_pauses_daemon on NetBSD.Chris Wilson2014-12-15
* Remove unused files.Chris Wilson2014-12-15
* Don't stop waiitng until the deadline has actually expired.Chris Wilson2014-12-12
* Refactor file descriptor checks to avoid false alarms on NetBSD.Chris Wilson2014-12-12
* Fix timing issue causing test_changing_client_store_marker_pauses_daemon to f...Chris Wilson2014-12-10
* Fix an unnecessary pass through backup loop when time for next backup arrives.Chris Wilson2014-12-10
* Refactor SyncDirectory to reduce indentation and method length.Chris Wilson2014-12-10