Making some bits of the patch format public
Dependencies
- [2]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [3]
A3RM526YIntegrating identity malleability - [4]
SMMBFECLConverting to the new patch format "online" - [5]
PSKXR4QEDo not load the entire change in memory in log - [6]
CCLLB7OIUpgrading to Sanakirja 0.15 + version bump
Change contents
- replacement in libpijul/src/change.rs at line 1184
version: u64,hashed_len: u64, // length of the hashed contentsunhashed_off: u64,unhashed_len: u64, // length of the unhashed contentscontents_off: u64,contents_len: u64,total: u64,pub version: u64,pub hashed_len: u64, // length of the hashed contentspub unhashed_off: u64,pub unhashed_len: u64, // length of the unhashed contentspub contents_off: u64,pub contents_len: u64,pub total: u64, - replacement in libpijul/src/change.rs at line 1195
const OFFSETS_SIZE: u64 = 56;pub const OFFSETS_SIZE: u64 = 56;