source: box/trunk/lib/backupclient @ 3110

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3084   3 months chris Add experimental "TCP Nice" mode, disabled by default.
(edit) @3082   4 months chris Force all options to be present to BackupClientRestore?(), to fix …
(edit) @3002   8 months chris Flush stream after restore fails, thanks to Sune Molgaard for reporting.
(edit) @2983   9 months chris Combine client and server protocols to make way for an offline/local …
(edit) @2963   12 months chris Move remaining parts of BackupStoreFile? into lib/backupstore, and fix …
(edit) @2945   13 months chris Major refactoring to make lib/backupclient depend on lib/backupstore …
(edit) @2941   13 months chris Log the name of the extended attribute that could not be read.
(edit) @2936   13 months chris Add an exception code and a protocol error code for modifying a multiply …
(edit) @2844   17 months chris Add a configuration option for upload rate limiting, MaxUploadRate?.
(edit) @2828   17 months chris Log the path, name and size of files being restored at TRACE level for …
(edit) @2804   19 months chris Log the total number of bytes uploaded to the server for each file.
(edit) @2704   21 months chris Reformat comments for readability.
(edit) @2700   21 months chris Add inline helpers to check whether a directory entry is a file, …
(edit) @2696   2 years chris Add support for account numbers greater than 0x7fffffff without wrapping.
(edit) @2636   2 years chris Add option to display attribute modification times from additional …
(edit) @2635   2 years chris Add method to get updated modification time of …
(edit) @2633   2 years chris Add notification about uploading new file attributes. Add check for …
(edit) @2618   2 years chris Log the mismatched timestamps of files during compare in a human-readable …
(edit) @2614   2 years chris Convert attributes to host byte order when reporting errors. Convert …
(edit) @2611   2 years chris Reformat for readability.
(edit) @2604   2 years chris Log more detailed info about backup comparison failures, for debugging. …
(edit) @2598   2 years chris Run Perl scripts quietly during make.
(edit) @2531   3 years chris Add a new exception type for refcount database errors.
(edit) @2493   3 years chris gcc 4.3 and 4.4 compile fixes, thanks to Reinhard Tartler and the Debian …
(edit) @2481   3 years chris Change type of BackupStoreFilename? not to derive from std::string, so it …
(edit) @2465   3 years chris Switch to C++ include file names.
(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) @2360   4 years chris Add missing #include <errno.h>, needed by FreeBSD and Solaris at least.
(edit) @2359   4 years chris Report the filename that failed when various file attribute syscalls fail, …
(edit) @2302   4 years chris Add file logging support (LogFile and LogFileLevel config options). …
(edit) @2292   4 years chris Use named timer for MaximumDiffingTime?.
(edit) @2272   4 years chris Reformat for readability. Use SecureZeroMemory? rather than memset() to …
(edit) @2250   4 years chris Spelling fix.
(edit) @2249   4 years chris Take a const std::string& for the filename rather than a const char *, …
(edit) @2245   4 years chris Pass a RunStatusProvider? and a ReadLoggingStream::Logger from …
(edit) @2244   4 years chris Run status provider interface, needed to connect Box Backup to Boxi and …
(edit) @2194   4 years chris Larger buffer size for extended attributes, and better debugging.
(edit) @2170   4 years chris Initialise the exists variable and fix its type.
(edit) @2157   4 years chris Add restore -f option to force restore to continue after an error.
(edit) @2149   4 years chris Additional #includes, thanks to the T2 Project …
(edit) @2144   4 years chris Reformat long lines in BackupClientRestore?.cpp for readability.
(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) @2115   4 years chris Improve logging with macros that consistently output strerror(errno) and …
(edit) @1940   4 years chris Use new logging framework for tracing diffs. Log each block found and …
(edit) @1921   5 years chris Really fix unlink() during restore, fixes [1919].
(edit) @1919   5 years chris unlink returns 0 on success, not on error.
(edit) @1914   5 years chris Ignore time differences less than 1 second when comparing attributes, as …
(edit) @1863   5 years chris Allow configuration of the time to delete redundant store locations.
(copy) @1843   5 years chris Replace trunk with chris/merge.
copied from box/chris/merge/lib/backupclient:
(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.