- Jul 01, 2019
-
-
Michael Davis authored
Binary blobs containing zeros are now handled correctly.
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
Protobuf3 needs to be linked into the catalogue command line tools as we use protobuf format to store checksums inside the DB.
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
Should be more efficient as it's a single copy operation instead of one character at-a-time, but still requires 2 copies of the blob to convert it from occi::Bytes to std::string (as it needs an intermediate char* array).
-
Michael Davis authored
It isn't necessary to serialize the protobuf to compute the serialized length, use ByteSizeLong() instead.
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
Adds support for byte array columns in the DB. Implementation done for SQLite, the others are placeholders.
-
Michael Davis authored
-
Michael Davis authored
- Type of checksumBlob in cta.proto should be bytes not string - ADLER32 passed into blob as uint32_t not string (conversion to bytearray is now handled inside the ChecksumBlob class)
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
The blob is a set of type/value pairs which can be serialised to a byte array for storage in the DB.
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
Redundant as it is always the same as totalBytes
-
Michael Davis authored
* TapeFile::compressedSize is renamed to fileSize * TapeFileWritten::compressedSize is removed, as it contains the same information as TapeFileWritten::size
-
Michael Davis authored
-
- Jun 28, 2019
-
-
Julien Leduc authored
- Jun 25, 2019
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
- Jun 24, 2019
-
-
Steven Murray authored
cta-fst-gc now logs an error if it cannot list the contents of an FST filesystem or if determine the filesystem's sub directories
-
Victor Kotlyar authored
-