summaryrefslogtreecommitdiff
path: root/lib/backupstore
Commit message (Expand)AuthorAge
...
* 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
* Add code for BackupStoreRefCountDatabase.Chris Wilson2009-06-27
* Make BackupStoreAccountDatabase::AddEntry and Chris Wilson2009-06-27
* Change type of BackupStoreFilename not to derive from std::string, soChris Wilson2009-03-29
* Fix tests (hopefully) on Win32 for struct stat ino_t change from 16 toChris Wilson2009-03-21
* Rename NDEBUG flag to BOX_RELEASE_BUILD, as other projects use NDEBUG as Chris Wilson2008-12-30
* Formatting fix.Chris Wilson2008-08-06
* Remove obsolete BackupStoreCheck::InsertObjectIntoDirectory class,Chris Wilson2008-05-06
* Fix O(n^2) algorithm to insert lost objects into a directory, which wouldChris Wilson2008-05-06
* Fix typos in comments.Chris Wilson2008-05-04
* 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
* Allow configuration of the server port that the client will connect to Chris Wilson2008-03-28
* Fix wrong comments, thanks to Nestor Arocha Rodriguez.Chris Wilson2007-10-08
* Convert most printf() and fprintf() calls to use logging frameworkChris Wilson2007-08-02
* Make Configuration take a std::string filename instead of a char array,Chris Wilson2007-07-26
* Allow '/' as a path separator on all platforms, even Win32 (refs #3,Chris Wilson2007-03-25
* Fixed typo.Chris Wilson2006-11-13
* Use DIRECTORY_SEPARATOR instead of assuming that it's a forward slashChris Wilson2006-08-31
* Revert to trunkChris Wilson2006-08-31
* Use DIRECTORY_SEPARATOR instead of assuming that it's a forward slashChris Wilson2006-08-31
* * lib/backupstore/BackupStoreAccounts.cppChris Wilson2006-08-31
* * mergeChris Wilson2006-07-27
* Fixing up svn:executable properties.Martin Ebourne2005-12-12
* Merged martin/autoconf at r35 to trunkMartin Ebourne2005-12-07
* Box Backup 0.09 with a few tweeksBen Summers2005-10-14