summaryrefslogtreecommitdiff
path: root/bin/bbackupd
Commit message (Expand)AuthorAge
* Poll command socket regularly during file uploads.Chris Wilson2014-04-09
* Whitespace, comments and log messages cleanups.Chris Wilson2014-03-02
* Make Protocol take control of the socket object passed in.Chris Wilson2014-03-01
* Simplify exception handling by using std::auto_ptr.Chris Wilson2014-02-27
* Fix unnecessarily verbose log message about SyncAllowScript.Chris Wilson2014-02-10
* Pass std::auto_ptr objects to Protocol for upload.Chris Wilson2013-08-22
* Use more efficient direct reset of Timers instead of assignment.Chris Wilson2012-11-17
* Fix compile failure due to removal of fields from BackupClientContext.Chris Wilson2012-11-08
* Replace magic number 1000 with MILLI_SEC_IN_SEC when initialising timers.Chris Wilson2012-11-07
* Fix compile error on MSVC due to attempt to convert a std::list::iteratorChris Wilson2012-07-20
* Throw an exception if we fail to open inode database, even in release builds.Chris Wilson2012-06-29
* Allow BackupDaemon user to reset state for testing.Chris Wilson2012-04-28
* Treat corrupt filenames (not decryptable) as not existing, so thatChris Wilson2012-04-15
* Use C++ string instead of converting to C string and back.Chris Wilson2012-04-15
* Fix a memory leak when TcpNice is disabled.Chris Wilson2012-04-11
* Improve logging when decrypting a filename fails during UpdateItems().Chris Wilson2012-04-11
* 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
* Add missing space in log message for readability.Chris Wilson2012-02-02
* Allow getting the object ID out from a BackupClientDirectoryRecord.Chris Wilson2012-01-22
* Delete any incomplete ID map database that we find, so that we can startChris Wilson2011-10-25
* Fix logging of real (non-VSS) paths in UploadFile*.Chris Wilson2011-10-25
* Add debug logging for conversion from VSS to real path.Chris Wilson2011-10-24
* Convert VSS path to original path for log messages in UpdateItems, toChris Wilson2011-10-11
* Fix excludions on VSS paths by converting back to original namespace beforeChris Wilson2011-10-11
* Add missing include of <memory> to fix compile.Chris Wilson2011-08-29
* 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
* Correct formatting of log message (missing bracket).Chris Wilson2011-08-27
* Warn users if a file with multiple hard links is encountered during backup.Chris Wilson2011-07-29
* 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
* There is no S_FIFO on Windows, fixes MSVC compile.Chris Wilson2011-03-26
* Fix errors reported by default Unix notify script on backup-ok events,Chris Wilson2011-03-17
* Rate limit file uploads using the configured MaxUploadRate, if any.Chris Wilson2011-01-12
* Workaround for apparent btrfs bug, where symlinks appear to be on aChris Wilson2011-01-09
* Log the device and inode numbers of directories and their entries whileChris Wilson2010-11-17