summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Fix class member initialisation order to silence warnings.Chris Wilson2014-12-10
* Reformat long lines for readability, fix whitespace errors.Chris Wilson2014-12-10
* Fix intercept tests on NetBSD.Chris Wilson2014-12-10
* Log a consistent error message about every read failure, for debugging.Chris Wilson2014-12-10
* Add comment to explain why freshly extracted files should be backed up.Chris Wilson2014-12-10
* The next version to be released will be 0.13.Chris Wilson2014-12-10
* Remove nonexistent directory from distribution manifest.Chris Wilson2014-12-10
* Whitespace and comment formatting fixes.Chris Wilson2014-12-10
* Fix build on Solaris 11/SmartOS by using bmake.Chris Wilson2014-12-07
* Fix test_changing_client_store_marker_pauses_daemon failing randomly.Chris Wilson2014-12-06
* Don't start an independent daemon in test_bbackupd_exclusions.Chris Wilson2014-12-06
* Don't fail tests if running on a NetBSD system with no xattr support.Chris Wilson2014-12-06
* 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
* 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