go-siva icon indicating copy to clipboard operation
go-siva copied to clipboard

siva - seekable indexed verifiable archiver

Results 3 go-siva issues
Sort by recently updated
recently updated
newest added

I'm trying to implement this format in python could you clarify this - https://github.com/src-d/go-siva/blame/master/SPEC.md#L68 Is it the crc32 of each element concatenated into a string that get's crc'd or is...

documentation

With the v1 format version, when a file is corrupted when writting, all the content of the file cannot be read. To avoid that, we can add a flag at...

bug
enhancement

#!/bin/bash # Script Name: patch_validation.sh # Purpose: Validate if patching was applied successfully on a Linux server # Usage: Run as root or sudo user echo "========== Patch Validation Report...