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