summaryrefslogtreecommitdiff
path: root/lib/backupstore
Commit message (Expand)AuthorAge
...
* Pass std::strings to functions instead of const char *, for C++ style.Chris Wilson2013-08-21
* Use THROW macro to report error getting file attributes.Chris Wilson2012-11-27
* Cosmetic improvements to bbstored log message tagging.Chris Wilson2012-11-18
* Finish incomplete checkin [3156].Chris Wilson2012-11-18
* Add a helper in BackupStoreAccounts to get a write lock on an account.Chris Wilson2012-11-18
* Allow passing a std::string instead of char* to BackupStoreAccountDatabase,Chris Wilson2012-11-18
* Fix duplicate tagging of housekeeping messages.Chris Wilson2012-11-17
* Ensure that newly created accounts are enabled by default.Chris Wilson2012-11-08
* Fix missing #include for MemBlockStream.hChris Wilson2012-11-08
* Make CreateForRegeneration save the AccountEnabled flag and any extra dataChris Wilson2012-11-08
* Remove commented-out method copied from BackupStoreInfo and not used.Chris Wilson2012-11-07
* Replace magic number 1000 with MILLI_SEC_IN_SEC when initialising timers.Chris Wilson2012-11-07
* Refuse login to disabled accounts.Chris Wilson2012-10-22
* Keep and resave any extra data present at the end of a BackupStoreInfoChris Wilson2012-10-22
* Wrap line for readability.Chris Wilson2012-10-22
* Add housekeep command to bbstoreaccounts to run housekeeping right now.Chris Wilson2012-06-29
* Revert r3106 as it causes compile failures not seen locally.Chris Wilson2012-05-04
* Move private variables out of hidden namespace to help debugging.Chris Wilson2012-04-28
* Cosmetic improvements in comments.Chris Wilson2012-04-28
* Add experimental "TCP Nice" mode, disabled by default.Chris Wilson2012-02-12
* Rename the BackupStoreDirectory::AddEntry's AttributesModTime parameter to At...Chris Wilson2012-01-22
* Allow constructing a BackupClientFileAttributes from a struct EMU_STAT.Chris Wilson2012-01-22
* 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
* Use a macro to verify block count adjustments to reduce duplicate code.Chris Wilson2011-11-01
* Fix spelling error in AddUnattachedObject method name.Chris Wilson2011-11-01
* Allow getting the number of errors found by a store checker object.Chris Wilson2011-11-01
* Remove debugging code.Chris Wilson2011-11-01
* Adjust for platforms where sizeof(long) < sizeof(void *), apparentlyChris Wilson2011-10-23
* Add missing include of backup protocol.Chris Wilson2011-08-28
* Combine client and server protocols to make way for an offline/local protocol.Chris Wilson2011-08-27
* Hopefully fix off-by-4 read of old-style BackupStoreInfo header, thanks to Su...Chris Wilson2011-06-30
* Fix type aliasing that's strictly speaking incompatible and may actually be s...Chris Wilson2011-06-22
* Improve error logging for store info and refcount database errors.Chris Wilson2011-06-16
* Move remaining parts of BackupStoreFile into lib/backupstore, and fix moduleChris Wilson2011-05-24
* Add a method to BackupStoreFilenameClear to get the clear filename only ifChris Wilson2011-04-26
* Major refactoring to make lib/backupclient depend on lib/backupstore ratherChris Wilson2011-04-26
* Use the reference count database name constant rather than hard-coding it.Chris Wilson2011-04-20
* Fix double path separator in new store info filename which causes unlink()Chris Wilson2011-04-08
* Fix double path separator in account info filename, prevents its deletionChris Wilson2011-03-27
* Work around lack of unistd.h on MSVC.Chris Wilson2011-03-27
* Debugging for Sune Molgaard's issue with non-existent files beingChris Wilson2011-02-23
* Improve messages on failure to load store info.Chris Wilson2011-01-12
* Count the root directory when creating a new account.Chris Wilson2010-08-27
* Change the store info file format to include an account name and the Chris Wilson2010-08-27
* Count the number of files and directories in the account during account Chris Wilson2010-08-27
* Compile fix for [2694].Chris Wilson2010-06-06
* Fix compile failure reported by Achim.Chris Wilson2009-08-01
* Comment the return value of Chris Wilson2009-07-05
* Make GetRefCount return a refcount_t rather than an int32_t.Chris Wilson2009-06-28