- Jul 01, 2019
-
-
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)
-
- Jun 26, 2019
-
-
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)
-
- Aug 11, 2016
-
-
Eric Cano authored
Ported DataTransferSessionTest unit test DataTransferSessionGooddayMigration and DataTransferSessionEmptyOnVolReq.
-
- Feb 29, 2016
-
-
Eric Cano authored
Created a new class ConfigurationFile that turns a text file into a double map of categories/keys entries. The map also contains the line number from which the configuration is comming.
-