summaryrefslogtreecommitdiff
path: root/bin/bbackupd/BackupClientDirectoryRecord.h
Commit message (Expand)AuthorAge
* Move reusable code out of bin directories.Chris Wilson2015-12-13
* Suppress multiple links warnings for now.Chris Wilson2015-02-01
* Fix warning about BackupClientDirectoryRecord having a non-virtual destructor.Chris Wilson2014-12-26
* Refactor SyncDirectory to reduce indentation and method length.Chris Wilson2014-12-10
* Reformat long lines for readability, fix whitespace errors.Chris Wilson2014-12-10
* Improve exception message if a Daemon is used without being configured firstChris Wilson2014-09-18
* Use std::auto_ptrs instead of bare pointers for exclude lists.Chris Wilson2014-08-15
* Move code for creating/renaming remote dir to match local dir into own method.Chris Wilson2014-08-15
* Rename rFilename argument to BackupClientDirectoryRecord::UploadFile, add rem...Chris Wilson2014-08-15
* Poll command socket regularly during file uploads.Chris Wilson2014-04-09
* Simplify exception handling by using std::auto_ptr.Chris Wilson2014-02-27
* Improve logging when decrypting a filename fails during UpdateItems().Chris Wilson2012-04-11
* Allow getting the object ID out from a BackupClientDirectoryRecord.Chris Wilson2012-01-22
* Fix logging of real (non-VSS) paths in UploadFile*.Chris Wilson2011-10-25
* Add missing include of <memory> to fix compile.Chris Wilson2011-08-29
* Use "more standard" Windows API functions FindFirstFileW and FindNextFileWChris Wilson2011-08-28
* Warn users if a file with multiple hard links is encountered during backup.Chris Wilson2011-07-29
* Rate limit file uploads using the configured MaxUploadRate, if any.Chris Wilson2011-01-12
* Separate out daemon control interfaces into BackupDaemonInterface, for Chris Wilson2008-12-30
* 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
* Track and log file deletions by name.Chris Wilson2008-05-28
* Log more detailed errors when the server returns an error while uploadingChris Wilson2007-09-01
* 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
* Merge chris/bb-save-state, resolving conflictsBen Summers2006-01-30
* Fixing up svn:executable properties.Martin Ebourne2005-12-12
* Box Backup 0.09 with a few tweeksBen Summers2005-10-14