summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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 more compile errors on MinGWChris Wilson2014-12-26
* 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 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 units of arguments to PollTimeout function().Chris Wilson2014-12-15
* Remove unused files.Chris Wilson2014-12-15
* Fix intercept tests on NetBSD.Chris Wilson2014-12-10
* Fix detection of filesystems without extended attribute support on NetBSD.Chris Wilson2014-12-06
* Fix stupid typo on struct member names.Chris Wilson2014-12-06
* Add support for getsockopt(SO_PEERCRED) on OpenBSD 5.2.Chris Wilson2014-12-06
* Fix compile on platforms without execinfo.hChris Wilson2014-12-06
* The BackupErrorDelay configuration key should not be required.Chris Wilson2014-12-06
* Allow users to configure the delay before retry on backup errors.Chris Wilson2014-12-03
* Fix header guard, thanks to Clang for spotting it.Chris Wilson2014-12-01
* Generate configure script in qdbm directory.Chris Wilson2014-12-01
* Include getopt.h instead of box_getopt.h.Chris Wilson2014-11-23
* Fix exception in bbackupd when no LogFile is configured.Chris Wilson2014-11-23
* Fix compile errors introduced by previous commit.Chris Wilson2014-11-23
* Fix compile errors on Windows, thanks to Kai Liebenau for the patch.Chris Wilson2014-11-16
* Fix test failures caused by reference count database changes.Chris Wilson2014-11-16
* Add option to truncate log file at start of every backup.Chris Wilson2014-11-16
* Add cache invalidation checks to BackupStoreDirectory.Chris Wilson2014-11-16
* Repair the refcount database while checking accounts for errors.Chris Wilson2014-10-31
* Refactor handling of exceptions in protocol server command executors.Chris Wilson2014-10-31
* Whitespace, comment and readability fixesChris Wilson2014-10-31
* Refactor StartClient and StopClient out of testbbackupd.Chris Wilson2014-10-31
* Fix inability to access locations starting with a slash.Chris Wilson2014-09-18
* optlen could become bigger than sizeof(info) in future and that's OKChris Wilson2014-09-18
* Add check for trying to ReceiveStream when no stream availableChris Wilson2014-09-18
* Update comment to match current method nameChris Wilson2014-09-18
* Fix formatting of subsecond timestamps in log messagesChris Wilson2014-09-18
* Add check for tracking the same memory block twiceChris Wilson2014-09-18
* Whitespace fixesChris Wilson2014-09-18
* Improve exception message if a Daemon is used without being configured firstChris Wilson2014-09-18
* Increase built-in backtrace length from 10 to 20.Chris Wilson2014-09-04
* Major refactor of testbbackupd.Chris Wilson2014-09-04
* Add missing timeouts in StreamableMemBlock::Set and testbbackupd.Chris Wilson2014-09-04
* Add a std::string GetLine() to IOStreamGetLine.Chris Wilson2014-09-04
* Fix error in BufferedStream::StreamDataLeft.Chris Wilson2014-09-04
* Fix tests broken by changing working directory.Chris Wilson2014-09-04