summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAge
* Fix parsing of OpenSSL 1.1 output in bbstored-certsChris Wilson2017-10-16
* Remove unused #includes.Chris Wilson2016-09-19
* Move reusable files from bin/bbstored to lib/bbstored.Chris Wilson2015-12-20
* Move reusable code out of bin directories.Chris Wilson2015-12-13
* Remove all timing dependency from test_ssl_keepalives().Chris Wilson2015-09-20
* Fix error message corruption in BackupDaemon.Chris Wilson2015-08-06
* We do still need to #include autogen_ClientException.hChris Wilson2015-07-31
* Move InvalidConfiguration exception to CommonException.Chris Wilson2015-07-31
* Add AccountNumber to list of config keys checked at runtime.Chris Wilson2015-07-31
* Refactor store account control to allow other store types.Chris Wilson2015-06-28
* Refactor to allow non-bbstored store configurations.Chris Wilson2015-06-28
* Switch inode database to storing values using Archive.Chris Wilson2015-06-10
* Whitespace and semicolon-after-macro fixes.Chris Wilson2015-04-06
* Fix missing snapshot path on subsequent locations.Chris Wilson2015-02-01
* Suppress multiple links warnings for now.Chris Wilson2015-02-01
* Add rudimentary support for Windows mutexes.Chris Wilson2015-01-02
* Improve internal debug loggingChris Wilson2015-01-02
* 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 BackupClientDirectoryRecord having a non-virtual destructor.Chris Wilson2014-12-26
* Fix more compile errors on MinGWChris 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
* Log start time of next backup when waiting with millisecond precision.Chris Wilson2014-12-21
* Don't stop waiitng until the deadline has actually expired.Chris Wilson2014-12-12
* 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
* Log a consistent error message about every read failure, for debugging.Chris Wilson2014-12-10
* Whitespace and comment formatting fixes.Chris Wilson2014-12-10
* 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 compile errors introduced by previous commit.Chris Wilson2014-11-23
* Add option to truncate log file at start of every backup.Chris Wilson2014-11-16
* Whitespace fixesChris Wilson2014-09-18
* Improve exception message if a Daemon is used without being configured firstChris Wilson2014-09-18
* Reinstate the -o and -d options to bbackupquery list.Chris Wilson2014-09-04
* Add the new object ID to NotifyFileUploaded messages.Chris Wilson2014-09-04
* Allow changing exclude lists when reconfiguring BackupDaemon.Chris Wilson2014-09-04
* Add EstimatedBytesToUpload to NotifyFileUploadingPatch.Chris Wilson2014-09-04
* Allow access to BackupDaemon's BackupClientContext for tests.Chris Wilson2014-09-04
* Changed many uses of BackupProtocolClient to BackupProtocolCallable.Chris Wilson2014-09-04
* Backport Timers::Cleanup that's safe to use in test cleanup.Chris Wilson2014-09-04
* Simplify code with macros, update comments and fix whitespace.Chris Wilson2014-09-04
* Fix timing issue with bbackupd test for recovery after error.Chris Wilson2014-08-24