summaryrefslogtreecommitdiff
path: root/bin/bbackupd/BackupDaemon.cpp
Commit message (Expand)AuthorAge
* Move reusable code out of bin directories.Chris Wilson2015-12-13
* 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 to allow non-bbstored store configurations.Chris Wilson2015-06-28
* Fix missing snapshot path on subsequent locations.Chris Wilson2015-02-01
* Add rudimentary support for Windows mutexes.Chris Wilson2015-01-02
* Improve internal debug loggingChris Wilson2015-01-02
* Add missing timeouts on command socket writes.Chris Wilson2014-12-28
* Fix more compile errors on MinGWChris Wilson2014-12-26
* 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
* 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 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
* Allow changing exclude lists when reconfiguring BackupDaemon.Chris Wilson2014-09-04
* Allow access to BackupDaemon's BackupClientContext for tests.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
* Improve StoreObjectInfoFile messages.Chris Wilson2014-08-15
* Fix crash when there's no background task to execute.Chris Wilson2014-08-15
* Use std::auto_ptrs instead of bare pointers for exclude lists.Chris Wilson2014-08-15
* Whitespace, wrapping, comments and dead code cleanups.Chris Wilson2014-08-15
* Restore correct initialisation of mCurrentSyncStartTime.Chris Wilson2014-04-18
* Eliminate duplicate call to GetCurrentBoxTime().Chris Wilson2014-04-18
* Rewrap long lines (whitespace only).Chris Wilson2014-04-18
* Stop the CommandSocketPollTimer at end of each backup.Chris Wilson2014-04-18
* Simplify the sync start logic some more, log when force-sync overrides script.Chris Wilson2014-04-18
* Rewrap some lines to reduce unnecessary wrapping.Chris Wilson2014-04-17
* Don't consider inode database errors enough reason to run the next backupChris Wilson2014-04-17
* Rewrite backup idle/poll loop for clarity.Chris Wilson2014-04-17
* Fix BackgroundTask timer being destroyed after timer system cleaned up.Chris Wilson2014-04-17
* Initialise sync flags in WaitOnCommandSocket.Chris Wilson2014-04-12
* Poll command socket regularly during file uploads.Chris Wilson2014-04-09
* Fix unnecessarily verbose log message about SyncAllowScript.Chris Wilson2014-02-10
* Pass std::auto_ptr objects to Protocol for upload.Chris Wilson2013-08-22
* Fix compile error on MSVC due to attempt to convert a std::list::iteratorChris Wilson2012-07-20
* Allow BackupDaemon user to reset state for testing.Chris Wilson2012-04-28
* Use C++ string instead of converting to C string and back.Chris Wilson2012-04-15
* Really fix compile error this time.Chris Wilson2012-03-16
* Add support for SyncAllowScript to set maximum upload bandwidth dynamically.Chris Wilson2012-03-10
* Add experimental "TCP Nice" mode, disabled by default.Chris Wilson2012-02-12
* Fix compile error, thanks to James and Buildbot :)Chris Wilson2012-02-02
* If a location was not present (on disk) when bbackupd started, don't forgetChris Wilson2012-02-02
* Delete any incomplete ID map database that we find, so that we can startChris Wilson2011-10-25