summaryrefslogtreecommitdiff
path: root/bin/bbackupd
Commit message (Expand)AuthorAge
* Whitespace fixesChris Wilson2014-09-18
* Improve exception message if a Daemon is used without being configured firstChris Wilson2014-09-18
* Add the new object ID to NotifyFileUploaded messages.Chris Wilson2014-09-04
* Allow changing exclude lists when reconfiguring BackupDaemon.Chris Wilson2014-09-04
* Add EstimatedBytesToUpload to NotifyFileUploadingPatch.Chris Wilson2014-09-04
* Allow access to BackupDaemon's BackupClientContext for tests.Chris Wilson2014-09-04
* Changed many uses of BackupProtocolClient to BackupProtocolCallable.Chris Wilson2014-09-04
* Backport Timers::Cleanup that's safe to use in test cleanup.Chris Wilson2014-09-04
* Simplify code with macros, update comments and fix whitespace.Chris Wilson2014-09-04
* Fix timing issue with bbackupd test for recovery after error.Chris Wilson2014-08-24
* Improve StoreObjectInfoFile messages.Chris Wilson2014-08-15
* Fix deadlock waiting for read or write on closed connection.Chris Wilson2014-08-15
* Fix crash when there's no background task to execute.Chris Wilson2014-08-15
* Use std::auto_ptrs instead of bare pointers for exclude lists.Chris Wilson2014-08-15
* Replace switch statement of protocol errors with BackupProtocolError::GetMess...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
* Whitespace, wrapping, comments and dead code cleanups.Chris Wilson2014-08-15
* Add message to ClientMarkerNotAsExpected exception.Chris Wilson2014-08-15
* Trailing whitespace fixes.Chris Wilson2014-08-15
* Fix crash uploading empty attributes when directory disappears during scan.Chris Wilson2014-04-26
* 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
* Call RunBackgroundTask while scanning directories as well.Chris Wilson2014-04-17
* Rewrap some lines to reduce unnecessary wrapping.Chris Wilson2014-04-17
* Fix warnings about member variables being initialised in a different order.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
* 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