source: box/trunk/lib/backupstore @ 3110

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3109   3 weeks chris Revert r3106 as it causes compile failures not seen locally.
(edit) @3106   4 weeks chris Move private variables out of hidden namespace to help debugging.
(edit) @3099   4 weeks chris Cosmetic improvements in comments.
(edit) @3084   3 months chris Add experimental "TCP Nice" mode, disabled by default.
(edit) @3068   4 months chris Rename the BackupStoreDirectory::AddEntry?'s AttributesModTime? parameter to …
(edit) @3067   4 months chris Allow constructing a BackupClientFileAttributes? from a struct EMU_STAT.
(edit) @3049   5 months chris Add remote host and port to post-login login message, requested by Pete …
(edit) @3048   5 months chris Log the account name with connections, disconnections and statistics, …
(edit) @3039   7 months chris Use a macro to verify block count adjustments to reduce duplicate code.
(edit) @3038   7 months chris Fix spelling error in AddUnattachedObject? method name.
(edit) @3037   7 months chris Allow getting the number of errors found by a store checker object.
(edit) @3036   7 months chris Remove debugging code.
(edit) @3028   7 months chris Adjust for platforms where sizeof(long) < sizeof(void *), apparently …
(edit) @2988   9 months chris Add missing include of backup protocol.
(edit) @2983   9 months chris Combine client and server protocols to make way for an offline/local …
(edit) @2975   11 months chris Hopefully fix off-by-4 read of old-style BackupStoreInfo? header, thanks to …
(edit) @2972   11 months chris Fix type aliasing that's strictly speaking incompatible and may actually …
(edit) @2968   11 months chris Improve error logging for store info and refcount database errors.
(edit) @2963   12 months chris Move remaining parts of BackupStoreFile? into lib/backupstore, and fix …
(edit) @2946   13 months chris Add a method to BackupStoreFilenameClear? to get the clear filename only if …
(edit) @2945   13 months chris Major refactoring to make lib/backupclient depend on lib/backupstore …
(edit) @2932   13 months chris Use the reference count database name constant rather than hard-coding it.
(edit) @2903   14 months chris Fix double path separator in new store info filename which causes unlink() …
(edit) @2898   14 months chris Fix double path separator in account info filename, prevents its deletion …
(edit) @2889   14 months chris Work around lack of unistd.h on MSVC.
(edit) @2861   15 months chris Debugging for Sune Molgaard's issue with non-existent files being detected …
(edit) @2849   17 months chris Improve messages on failure to load store info.
(edit) @2703   21 months chris Count the root directory when creating a new account.
(edit) @2702   21 months chris Change the store info file format to include an account name and the …
(edit) @2701   21 months chris Count the number of files and directories in the account during account …
(edit) @2695   2 years chris Compile fix for [2694].
(edit) @2548   3 years chris Fix compile failure reported by Achim.
(edit) @2545   3 years chris Comment the return value of BackupStoreRefCountDatabase::RemoveReference?.
(edit) @2539   3 years chris Make GetRefCount? return a refcount_t rather than an int32_t. Make …
(edit) @2534   3 years chris Add code for BackupStoreRefCountDatabase?. Create a refcount database when …
(edit) @2530   3 years chris Make BackupStoreAccountDatabase::AddEntry? and …
(edit) @2481   3 years chris Change type of BackupStoreFilename? not to derive from std::string, so it …
(edit) @2460   3 years chris Fix tests (hopefully) on Win32 for struct stat ino_t change from 16 to 64 …
(edit) @2415   3 years chris Rename NDEBUG flag to BOX_RELEASE_BUILD, as other projects use NDEBUG as …
(edit) @2219   4 years chris Formatting fix.
(edit) @2160   4 years chris Remove obsolete BackupStoreCheck::InsertObjectIntoDirectory? class, …
(edit) @2159   4 years chris Fix O(n2) algorithm to insert lost objects into a directory, which would …
(edit) @2156   4 years chris Fix typos in comments.
(edit) @2127   4 years chris Undo mangling by tailor
(edit) @2124   4 years chris Tailorization Import of the upstream sources from Repository: …
(edit) @2119   4 years chris Replace all remaining use of TRACEx() macros with logging framework. …
(edit) @2116   4 years chris Allow configuration of the server port that the client will connect to …
(edit) @1868   5 years chris Fix wrong comments, thanks to Nestor Arocha Rodriguez.
(copy) @1843   5 years chris Replace trunk with chris/merge.
copied from box/chris/merge/lib/backupstore:
(edit) @1789   5 years chris Convert most printf() and fprintf() calls to use logging framework …
Note: See TracRevisionLog for help on using the revision log.