summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAge
* 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
* Make bbackupctl status display the human-readable daemon state name.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
* Use shared code for logging options in bbackupctl and bbackupquery.Chris Wilson2014-04-09
* Add a status command to bbackupctl.Chris Wilson2014-04-09
* Remove NoObject reply, and adapt BackupQueries accordingly.Chris Wilson2014-04-09
* Remove the global logging level.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 crash in BackupStoreContext with no HousekeepingInterface pointer.Chris Wilson2014-02-27
* Fix memory leak in bbackupquery readline completion.Chris Wilson2014-02-27
* Fix unnecessarily verbose log message about SyncAllowScript.Chris Wilson2014-02-10
* Fix use of wrong config file in bbstoreaccounts.Chris Wilson2014-02-09
* Revert "Get backup connection stats from BackupProtocolServer."Chris Wilson2014-02-09
* Get backup connection stats from BackupProtocolServer.Chris Wilson2014-02-09
* Print a newline when user presses Ctrl+D at bbackupquery prompt.Chris Wilson2014-02-07
* Fix bbackupquery accepting a command starting with options.Chris Wilson2014-02-07
* Split bbstoreaccounts commands out into a separate class.Chris Wilson2014-02-07
* Show more details when bbackupquery command parsing failsChris Wilson2014-02-07
* Fix getopt header confusion.Chris Wilson2013-09-30
* Clang complains that "enabled" is not initialised.Chris Wilson2013-09-28
* Pass std::auto_ptr objects to Protocol for upload.Chris Wilson2013-08-22
* Fix failure to list files properly when not using a console on Win32Chris Wilson2012-11-27
* Log reason for housekeeping, or not (timer status).Chris Wilson2012-11-27
* Add a helper in BackupStoreAccounts to get a write lock on an account.Chris Wilson2012-11-18
* Fix duplicate tagging of housekeeping messages.Chris Wilson2012-11-17
* Use more efficient direct reset of Timers instead of assignment.Chris Wilson2012-11-17
* Fix account deletion on Windows by removing write lock before deletingChris 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
* Refactor bbstoreaccounts code to reduce duplication.Chris Wilson2012-10-22
* 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
* Add housekeep command to bbstoreaccounts to run housekeeping right now.Chris Wilson2012-06-29