"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "CPP/7zip/Archive/Rar/RarHeader.h" between
p7zip_15.14.1_src_all.tar.gz and p7zip_16.02_src_all.tar.gz

About: p7zip is a command-line file archiver with a high compression ratio (a port of the Windows program 7za.exe).

RarHeader.h  (p7zip_15.14.1_src_all):RarHeader.h  (p7zip_16.02_src_all)
skipping to change at line 44 skipping to change at line 44
{ {
const UInt16 kVolume = 1; const UInt16 kVolume = 1;
const UInt16 kComment = 2; const UInt16 kComment = 2;
const UInt16 kLock = 4; const UInt16 kLock = 4;
const UInt16 kSolid = 8; const UInt16 kSolid = 8;
const UInt16 kNewVolName = 0x10; // ('volname.partN.rar') const UInt16 kNewVolName = 0x10; // ('volname.partN.rar')
const UInt16 kAuthenticity = 0x20; const UInt16 kAuthenticity = 0x20;
const UInt16 kRecovery = 0x40; const UInt16 kRecovery = 0x40;
const UInt16 kBlockEncryption = 0x80; const UInt16 kBlockEncryption = 0x80;
const UInt16 kFirstVolume = 0x100; // (set only by RAR 3.0 and later) const UInt16 kFirstVolume = 0x100; // (set only by RAR 3.0 and later)
const UInt16 kEncryptVer = 0x200; // RAR 3.6 there is EncryptVer Byte in End o
f MainHeader // const UInt16 kEncryptVer = 0x200; // RAR 3.6 : that feature was discarded b
y origial RAR
const UInt16 kEndOfArc_Flags_NextVol = 1; const UInt16 kEndOfArc_Flags_NextVol = 1;
const UInt16 kEndOfArc_Flags_DataCRC = 2; const UInt16 kEndOfArc_Flags_DataCRC = 2;
const UInt16 kEndOfArc_Flags_RevSpace = 4; const UInt16 kEndOfArc_Flags_RevSpace = 4;
const UInt16 kEndOfArc_Flags_VolNumber = 8; const UInt16 kEndOfArc_Flags_VolNumber = 8;
const unsigned kHeaderSizeMin = 7; const unsigned kHeaderSizeMin = 7;
const unsigned kArchiveHeaderSize = 13; const unsigned kArchiveHeaderSize = 13;
 End of changes. 1 change blocks. 
2 lines changed or deleted 3 lines changed or added

Home  |  About  |  All  |  Newest  |  Fossies Dox  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTPS