summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* 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