summaryrefslogtreecommitdiff
path: root/bin/bbstored
Commit message (Expand)AuthorAge
* Add housekeep command to bbstoreaccounts to run housekeeping right now.Chris Wilson2012-06-29
* Tag housekeeping logging with the account number and name.Chris Wilson2012-05-03
* Use the correct default config file for bbstored, thanks Pete!Chris Wilson2012-05-03
* Make BackupStoreDaemon::RunHousekeepingIfNeeded public to allow tests to call...Chris Wilson2012-04-28
* Log which account we're housekeeping, to help debug housekeeping crashes/fail...Chris Wilson2012-02-02
* Add remote host and port to post-login login message, requested by Pete Jalajas.Chris Wilson2011-12-13
* Log the account name with connections, disconnections and statistics, request...Chris Wilson2011-12-12
* Combine client and server protocols to make way for an offline/local protocol.Chris Wilson2011-08-27
* Log net traffic (in-out) in bbstored, as requested by Pete Jalajas.Chris Wilson2011-08-27
* Major refactoring to make lib/backupclient depend on lib/backupstore ratherChris Wilson2011-04-26
* Add a macro to simplify sending protocol errors back to client. Check forChris Wilson2011-04-22
* Add an exception code and a protocol error code for modifying aChris Wilson2011-04-22
* Fix incorrect generation of temporary file name for applyingChris Wilson2011-01-09
* Fix date overflow in new CA certificates, make them valid until 2038,Chris Wilson2011-01-08
* Implement write buffering on directories.Chris Wilson2010-09-13
* Adjust numbers of files and blocks in current files during backup store Chris Wilson2010-08-27
* Report changes to object and block counts that are made by housekeeping.Chris Wilson2010-08-27
* Compile fix for [2694].Chris Wilson2010-06-06
* Build the reference counts for a directory before we start deleting Chris Wilson2010-02-28
* Log keeping referenced files and deleting unreferenced ones on the Chris Wilson2010-02-28
* Run Perl scripts quietly during make.Chris Wilson2010-01-24
* Add methods to get the number of refcounts adjusted by the last Chris Wilson2009-11-11
* Add method to get the number of refcounts adjusted by the last Chris Wilson2009-11-11
* Make housekeeping check the object reference counts and fix them if Chris Wilson2009-06-28
* Update reference counts when files and directories are uploaded.Chris Wilson2009-06-28
* Change default location for config files from /etc/box to Chris Wilson2009-04-09
* Change type of BackupStoreFilename not to derive from std::string, soChris Wilson2009-03-29
* Rename NDEBUG flag to BOX_RELEASE_BUILD, as other projects use NDEBUG as Chris Wilson2008-12-30
* Remove unused and wrong default path for accounts database.Chris Wilson2008-10-18
* Add command to undelete a file, to complete the set of commandsChris Wilson2008-09-13
* Allow stopping housekeeping during a run, between accounts, when theChris Wilson2008-09-13
* Use logging tagger to identify clients during connections, bothChris Wilson2008-09-13
* Make statistics back into a NOTICE level log again, as they're pretty Chris Wilson2008-08-22
* Run housekeeping synchronously on all platforms if daemon is run in Chris Wilson2008-08-21
* Rename BackupContext to BackupStoreContext.Chris Wilson2008-08-07
* Shorten names used by daemons.Chris Wilson2008-05-28
* Catch exception on reading a directory that doesn't exist, and return a Chris Wilson2008-05-28
* Reformat for readability.Chris Wilson2008-05-28
* Undo mangling by tailorChris Wilson2008-04-04
* TailorizationChris Wilson2008-04-04
* Replace all remaining use of TRACEx() macros with logging framework.Chris Wilson2008-03-29
* Correct sysconfdir and localstatedir as they weren't doing what they were sup...James O'Gorman2008-03-25
* * Move all commands from bin to sbin on Unix platformsJames O'Gorman2008-02-27
* Add object cache debugging traces to bbstored.Chris Wilson2008-01-31
* Use @sysconfdir_expanded@ as default location for configuration files,Chris Wilson2008-01-28
* Add "-h" and "/?" options to display usage in Daemon.Chris Wilson2007-10-17
* Replace almost all calls to syslog() with logging framework. (refs #3)Chris Wilson2007-07-31
* Make Configuration take a std::string filename instead of a char array,Chris Wilson2007-07-26
* Initialise logging framework and set our program name to Chris Wilson2007-03-24
* Remove newlines from syslog() messages. (refs #3, merges [1447])Chris Wilson2007-03-24