index
:
boxbackup
master
Debian dgit repo for package boxbackup
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
bbackupd
/
BackupDaemon.cpp
Commit message (
Expand
)
Author
Age
*
Move reusable code out of bin directories.
Chris Wilson
2015-12-13
*
Fix error message corruption in BackupDaemon.
Chris Wilson
2015-08-06
*
We do still need to #include autogen_ClientException.h
Chris Wilson
2015-07-31
*
Move InvalidConfiguration exception to CommonException.
Chris Wilson
2015-07-31
*
Add AccountNumber to list of config keys checked at runtime.
Chris Wilson
2015-07-31
*
Refactor to allow non-bbstored store configurations.
Chris Wilson
2015-06-28
*
Fix missing snapshot path on subsequent locations.
Chris Wilson
2015-02-01
*
Add rudimentary support for Windows mutexes.
Chris Wilson
2015-01-02
*
Improve internal debug logging
Chris Wilson
2015-01-02
*
Add missing timeouts on command socket writes.
Chris Wilson
2014-12-28
*
Fix more compile errors on MinGW
Chris Wilson
2014-12-26
*
Replace sprintf() with snprintf(), fixes compile warnings on OpenBSD.
Chris Wilson
2014-12-22
*
Log start time of next backup when waiting with millisecond precision.
Chris Wilson
2014-12-21
*
Don't stop waiitng until the deadline has actually expired.
Chris Wilson
2014-12-12
*
Fix an unnecessary pass through backup loop when time for next backup arrives.
Chris Wilson
2014-12-10
*
Whitespace and comment formatting fixes.
Chris Wilson
2014-12-10
*
Allow users to configure the delay before retry on backup errors.
Chris Wilson
2014-12-03
*
Fix compile errors introduced by previous commit.
Chris Wilson
2014-11-23
*
Add option to truncate log file at start of every backup.
Chris Wilson
2014-11-16
*
Allow changing exclude lists when reconfiguring BackupDaemon.
Chris Wilson
2014-09-04
*
Allow access to BackupDaemon's BackupClientContext for tests.
Chris Wilson
2014-09-04
*
Backport Timers::Cleanup that's safe to use in test cleanup.
Chris Wilson
2014-09-04
*
Simplify code with macros, update comments and fix whitespace.
Chris Wilson
2014-09-04
*
Fix timing issue with bbackupd test for recovery after error.
Chris Wilson
2014-08-24
*
Improve StoreObjectInfoFile messages.
Chris Wilson
2014-08-15
*
Fix crash when there's no background task to execute.
Chris Wilson
2014-08-15
*
Use std::auto_ptrs instead of bare pointers for exclude lists.
Chris Wilson
2014-08-15
*
Whitespace, wrapping, comments and dead code cleanups.
Chris Wilson
2014-08-15
*
Restore correct initialisation of mCurrentSyncStartTime.
Chris Wilson
2014-04-18
*
Eliminate duplicate call to GetCurrentBoxTime().
Chris Wilson
2014-04-18
*
Rewrap long lines (whitespace only).
Chris Wilson
2014-04-18
*
Stop the CommandSocketPollTimer at end of each backup.
Chris Wilson
2014-04-18
*
Simplify the sync start logic some more, log when force-sync overrides script.
Chris Wilson
2014-04-18
*
Rewrap some lines to reduce unnecessary wrapping.
Chris Wilson
2014-04-17
*
Don't consider inode database errors enough reason to run the next backup
Chris Wilson
2014-04-17
*
Rewrite backup idle/poll loop for clarity.
Chris Wilson
2014-04-17
*
Fix BackgroundTask timer being destroyed after timer system cleaned up.
Chris Wilson
2014-04-17
*
Initialise sync flags in WaitOnCommandSocket.
Chris Wilson
2014-04-12
*
Poll command socket regularly during file uploads.
Chris Wilson
2014-04-09
*
Fix unnecessarily verbose log message about SyncAllowScript.
Chris Wilson
2014-02-10
*
Pass std::auto_ptr objects to Protocol for upload.
Chris Wilson
2013-08-22
*
Fix compile error on MSVC due to attempt to convert a std::list::iterator
Chris Wilson
2012-07-20
*
Allow BackupDaemon user to reset state for testing.
Chris Wilson
2012-04-28
*
Use C++ string instead of converting to C string and back.
Chris Wilson
2012-04-15
*
Really fix compile error this time.
Chris Wilson
2012-03-16
*
Add support for SyncAllowScript to set maximum upload bandwidth dynamically.
Chris Wilson
2012-03-10
*
Add experimental "TCP Nice" mode, disabled by default.
Chris Wilson
2012-02-12
*
Fix compile error, thanks to James and Buildbot :)
Chris Wilson
2012-02-02
*
If a location was not present (on disk) when bbackupd started, don't forget
Chris Wilson
2012-02-02
*
Delete any incomplete ID map database that we find, so that we can start
Chris Wilson
2011-10-25
[next]