summaryrefslogtreecommitdiff
path: root/bin/bbackupd/BackupDaemon.cpp
Commit message (Expand)AuthorAge
* 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
* Use "more standard" Windows API functions FindFirstFileW and FindNextFileWChris Wilson2011-08-28
* Fix incorrect "conversion failed" message when logging NULL VSS parameter.Chris Wilson2011-08-28
* Combine client and server protocols to make way for an offline/local protocol.Chris Wilson2011-08-27
* Log the number of files uploaded and directories created, as requested by Ach...Chris Wilson2011-08-27
* Remove backslashes from comment, which could mean line continuation.Chris Wilson2011-04-22
* Remove duplicate code by caching the relative path of the backup locationChris Wilson2011-04-22
* Only initialise COM once, at bbackupd startup.Chris Wilson2011-04-14
* Actually try to back up from the VSS snapshot volume.Chris Wilson2011-04-09
* Store the snapshot ID and lookup the resulting device name, building theChris Wilson2011-04-08
* Actually create a VSS snapshot.Chris Wilson2011-04-08
* Fix string access violation.Chris Wilson2011-04-06
* Add VSS: prefix to VSS log messages.Chris Wilson2011-04-06
* First attempt to extract some data from VSS, not useful yet.Chris Wilson2011-03-28
* Fix abort if the local data directory doesn't exist.Chris Wilson2011-03-27
* Rate limit file uploads using the configured MaxUploadRate, if any.Chris Wilson2011-01-12
* Quick fix to stop deletion of redundant locations when Chris Wilson2010-10-07
* Add support for account numbers greater than 0x7fffffff without wrapping.Chris Wilson2010-06-06
* Undo compile breakage due to bad paste.Chris Wilson2010-02-24
* Remove all references to bdb databases, use QDBM instead.Chris Wilson2010-02-22
* Revert the quotes part of [2588] as it breaks the unit tests.Chris Wilson2010-01-24
* Add location of config file as an additional parameter to the Chris Wilson2009-11-26
* Wrap long lines for readability.Chris Wilson2009-03-19
* Rename NDEBUG flag to BOX_RELEASE_BUILD, as other projects use NDEBUG as Chris Wilson2008-12-30
* Reformat comment.Chris Wilson2008-12-27
* Reduce severity of some log messages about notifying systemChris Wilson2008-12-01
* Log statistics before BackupFinish event, so that they can be usedChris Wilson2008-10-04
* Remove Win32 command socket thread, as it has caused too much trouble.Chris Wilson2008-10-03