1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
build tests More... almost 2 years ago
add no restore to build More... almost 2 years ago
fix restore More... almost 2 years ago
add caching and some cleanup More... almost 2 years ago
update dependencies More... almost 2 years ago
update csharpier More... almost 2 years ago
Merge pull request #735 from Erior/feature/Expand-Delta-distance-tests More... almost 2 years ago
Merge branch 'master' into feature/Expand-Delta-distance-tests More... almost 2 years ago
Delta distance More... almost 2 years ago
Merge pull request #733 from Erior/feature/Handle-split-rar-archive-above-100-parts More... almost 2 years ago
Increase character value to support rar file with more than 100 parts old tyle More... almost 2 years ago
Merge pull request #727 from Erior/feature/UncompressedZipExtractall More... almost 2 years ago
ReadOnlySubStream span position bug More... almost 2 years ago
Sync with master More... almost 2 years ago
Merge pull request #729 from TwanVanDongen/master More... almost 2 years ago
Merge branch 'master' into master More... almost 2 years ago
Merge pull request #726 from Erior/feature/7ZipDelta More... almost 2 years ago
Merge pull request #722 from Nanook/fixes-XZ-zip More... almost 2 years ago
Fixed support for RAR 1.5 (algo15) and added test archive for unit testing. Rar 1.5 archive created using DOS version, which only supports uppercase characters, thus resulting in amending base class with 'UseCaseInsensitiveToVerify' toggle. More... almost 2 years ago
Implement Searching Data Descriptor stream for supporting UncompressedZipExtractAll More... almost 2 years ago
Add support for 7ZipDelta decompress More... almost 2 years ago
ZStandard support added to zip/zipx (WinZip) and 7zip (mcmilk 7zip) More... almost 2 years ago
Added the XZ zipx unit test. More... almost 2 years ago
Split archive handling fix. XZ stream decoding bug fix (in X64Convert filter). XZ stream support added to zip/zipx. More... almost 2 years ago
Merge pull request #717 from ds5678/lzma-improvements More... about 2 years ago
Several improvements to the LZMA compressor: * Encapsulation and Immutability for LzmaEncoderProperties * LzmaEncoderProperties.Default static property * Encoding tests for LzmaStream More... about 2 years ago
Merge pull request #716 from itn3000/fix-reflection-aot-error More... about 2 years ago
remove redundant cast More... about 2 years ago
fix compilation error More... about 2 years ago
replace Activator.CreateInstance to Func for avoiding error in NativeAOT More... about 2 years ago