0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Aug 26, 2024 — Aug 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(doc) Added Info-Zip's version of appnote.txt
gautier_bd
as gdemont
More... over 6 years ago
Comment / doc gardening
gautier_bd
as gdemont
More... over 6 years ago
UnZip.Streams: added Size and Name functions for Zipped_File_Type
gautier_bd
as gdemont
More... over 6 years ago
Zip_info Adjust: tree clone nicer as function
gautier_bd
as gdemont
More... over 6 years ago
Zip: Zip_info type is now controlled (no need to call Delete; clones are done correctly)
gautier_bd
as gdemont
More... over 6 years ago
RC 55
gautier_bd
as gdemont
More... almost 7 years ago
Zip.Compress: added .uax (Unreal Audio Package) as .wav-like format for preselecting LZMA_for_WAV
gautier_bd
as gdemont
More... almost 7 years ago
Comment gardening - typos,...
gautier_bd
as gdemont
More... almost 7 years ago
Zip.Create: fixed Add_Compressed_Stream for the rare case of a postfixed data descriptor
gautier_bd
as gdemont
More... almost 7 years ago
UnZip: fixed case of extraction with 'method' 0 (Stored), central directory not used for getting information, and data descriptor used for CRC
gautier_bd
as gdemont
More... almost 7 years ago
BZip2.Decoding: source code cleanup 4/4
gautier_bd
as gdemont
More... almost 7 years ago
BZip2.Decoding: source code cleanup 3/4
gautier_bd
as gdemont
More... almost 7 years ago
BZip2.Decoding: source code cleanup 2/4
gautier_bd
as gdemont
More... almost 7 years ago
BZip2.Decoding: source code cleanup 1/4
gautier_bd
as gdemont
More... almost 7 years ago
(test) added BZip2 to test_za script
gautier_bd
as gdemont
More... almost 7 years ago
Project gardening
gautier_bd
as gdemont
More... almost 7 years ago
Moved CRC calculation from BZip2.Decoding to BZip2 (logically, CRC is common to encoding and decoding)
gautier_bd
as gdemont
More... almost 7 years ago
(extras) updated bunzip to latest changes
gautier_bd
as gdemont
More... almost 7 years ago
BZip2_Decoding becomes BZip2.Decoding (part 2/2: the real stuff; added a top package, BZip2)
gautier_bd
as gdemont
More... almost 7 years ago
BZip2_Decoding becomes BZip2.Decoding (part 1/2: just a renaming, cannot compile)
gautier_bd
as gdemont
More... almost 7 years ago
Comment gardening again...
gautier_bd
as gdemont
More... almost 7 years ago
Comment gardening
gautier_bd
as gdemont
More... almost 7 years ago
UnZip.Decompress: added two edge cases mentioned @ https://www.nayuki.io/page/unspecified-edge-cases-in-the-deflate-standard
gautier_bd
as gdemont
More... almost 7 years ago
(extras) Added BWT (Burrows-Wheeler transform) package and demos
gautier_bd
as gdemont
More... almost 7 years ago
Trained_Compression: added Encode_Trainer procedure
gautier_bd
as gdemont
More... almost 7 years ago
LZMA.Decoding: slice copy: corrected comment regarding last change
gautier_bd
as gdemont
More... almost 7 years ago
LZMA.Decoding: slice copy: removed explicit slice copy for non-overlapping case; kept general case (faster)
gautier_bd
as gdemont
More... almost 7 years ago
LZMA.Decoding: correct buffer fill detection for dictionary size > 2**32 - 273
gautier_bd
as gdemont
More... almost 7 years ago
Improved some test scripts
gautier_bd
as gdemont
More... almost 7 years ago
Added gzip results to trained_compression chart
gautier_bd
as gdemont
More... almost 7 years ago