summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix missing include of sys/socket.h to find struct ucred on Linux.Chris Wilson2014-12-06
* Check for existence of netdb.h for conditional inclusion.Chris Wilson2014-12-06
* Remove unused code.Chris Wilson2014-12-06
* Workaround for old gnu tar, failing to restore timestamps on symlinks.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
* Add missing timeouts to reduce noise in testhttpserver.Chris Wilson2014-12-03
* Reduce wait in test_store_error_reporting from 100 seconds to 10.Chris Wilson2014-12-03
* Fix test failures in testbackupstorefix on FreeBSD 10.Chris Wilson2014-12-03
* Allow users to configure the delay before retry on backup errors.Chris Wilson2014-12-03
* Fix missing timeouts on network operations in bbackupctl.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
* Fix compile on FreeBSD 10 with Clang.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
* Merge branch 'master' of /home/chris/projects/2004/boxi/bb-gitChris Wilson2014-10-31
* 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
* Delay daemon startup while it's not being used, for clarity.Chris Wilson2014-10-31
* Add a test that temporary and permanent refcount dbs are independentChris Wilson2014-10-31
* Whitespace, comment and readability fixesChris Wilson2014-10-31
* Refactor StartClient and StopClient out of testbbackupd.Chris Wilson2014-10-31
* Minor test fixes to testbbackupd.Chris Wilson2014-09-18
* Fix inability to access locations starting with a slash.Chris Wilson2014-09-18
* Whitespace fixesChris Wilson2014-09-18
* Add test for disappearing directory causing attempt to upload an empty stream.Chris Wilson2014-09-18
* optlen could become bigger than sizeof(info) in future and that's OKChris Wilson2014-09-18
* Move MockClientContext and MockBackupDaemon up in testbbackupd fileChris Wilson2014-09-18
* Add a function to compare a backup using a local protocolChris 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
* Improve directory cache messages in BackupStoreContext.Chris Wilson2014-09-04
* Reinstate the -o and -d options to bbackupquery list.Chris Wilson2014-09-04