summaryrefslogtreecommitdiff
path: root/bin/bbackupd/BackupDaemon.h
Commit message (Expand)AuthorAge
* Move reusable code out of bin directories.Chris Wilson2015-12-13
* Refactor to allow non-bbstored store configurations.Chris Wilson2015-06-28
* Improve debugging of named pipe operations and bbackupctl pipe interaction.Chris Wilson2014-12-28
* Allow users to configure the delay before retry on backup errors.Chris Wilson2014-12-03
* Whitespace fixesChris Wilson2014-09-18
* Add the new object ID to NotifyFileUploaded messages.Chris Wilson2014-09-04
* Add EstimatedBytesToUpload to NotifyFileUploadingPatch.Chris Wilson2014-09-04
* Allow access to BackupDaemon's BackupClientContext for tests.Chris Wilson2014-09-04
* Simplify code with macros, update comments and fix whitespace.Chris Wilson2014-09-04
* Replace switch statement of protocol errors with BackupProtocolError::GetMess...Chris Wilson2014-08-15
* Whitespace, wrapping, comments and dead code cleanups.Chris Wilson2014-08-15
* Poll command socket regularly during file uploads.Chris Wilson2014-04-09
* Allow BackupDaemon user to reset state for testing.Chris Wilson2012-04-28
* Add support for SyncAllowScript to set maximum upload bandwidth dynamically.Chris Wilson2012-03-10
* If a location was not present (on disk) when bbackupd started, don't forgetChris Wilson2012-02-02
* Use "more standard" Windows API functions FindFirstFileW and FindNextFileWChris 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
* 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
* 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
* Log the total number of bytes uploaded to the server for each file.Chris Wilson2010-11-17
* Add notification about uploading new file attributes.Chris Wilson2010-02-24
* Make BackupDaemon::TouchFileInWorkingDir accessible for Boxi.Chris Wilson2008-12-27
* Remove Win32 command socket thread, as it has caused too much trouble.Chris Wilson2008-10-03
* Add file logging support (LogFile and LogFileLevel config options).Chris Wilson2008-09-26
* Pass a RunStatusProvider and a ReadLoggingStream::Logger from Chris Wilson2008-08-21
* Move the code that runs a backup with exception handling into its ownChris Wilson2008-08-10
* Log file uploads at NOTIFY level so that all you need to do to get themChris Wilson2008-08-03
* Track and log file deletions by name.Chris Wilson2008-05-28
* Workaround for (buggy?) gcc not finding inherited Main method on Chris Wilson2008-03-01
* Add "-h" and "/?" options to display usage in Daemon.Chris Wilson2007-10-17
* Use Daemon's delegated option processing instead of our own hacks.Chris Wilson2007-10-17
* Allow configuration of the time to delete redundant store locations.Chris Wilson2007-10-08
* Call the notify script whenever backup starts or finishes, but theChris Wilson2007-09-01
* Log more detailed errors when the server returns an error while uploadingChris Wilson2007-09-01
* MSVC compile fix, thanks Gary. (refs #3, merges [1666])Chris Wilson2007-07-26
* Improve log message for NotifyFileUploading(). (refs #3)Chris Wilson2007-04-28
* Move all command socket communications to the worker thread, to avoidChris Wilson2007-03-24
* Add a new notification constant, NotifyEvent_BackupError, for use whenChris Wilson2007-03-22
* Log AccessDenied errors in a more concise form than general exceptions Chris Wilson2007-01-16
* Skip mount points and NTFS reparse points inside a location, even ifChris Wilson2007-01-15
* Added logging of directory scans and excluded files. (refs #3)Chris Wilson2007-01-11
* Added a new config option, LogAllFileAccess, which will log access to every Chris Wilson2007-01-11
* * bbackupd/BackupDaemon.hChris Wilson2006-08-09
* * bin/bbackupd/BackupDaemon.hChris Wilson2006-08-09
* * mergeChris Wilson2006-07-27
* Merge chris/win32/vc2005-compile-fixes @ r455, add infrastructure/msvc to dis...Ben Summers2006-02-13