5
I Use This!
High Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 7 hours ago.
Jun 12, 2024 — Jun 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactor the read_compression_program support to expose two new capabilities: * Public API: You can now register a program along with a signature string; the program will be run only on input that matches the signature string. * Internal API: You can now use the init() function here to run an external program. In particular, this allows us to build decompression handlers that use an outside program with a bidder that's more sophisticated than just a signature check. More... over 16 years ago
Style: Use more informative assertXXXX() macros. More... over 16 years ago
Move the joliet option into the dynamically-allocated format private data. More... over 16 years ago
Add iso9660 format option to ignore the Joliet extension. More... over 16 years ago
Add XZ files to the FreeBSD Makefile. More... over 16 years ago
Fix build on systems without liblzma. More... over 16 years ago
Fix a compile warning when built without liblzma. More... over 16 years ago
Catch up on r569. Remove entry of test_read_format_isojolietrr_bz2.c. More... over 16 years ago
Fix off-by-one in Joliet code. More... over 16 years ago
Add some new tests to the FreeBSD makefile. More... over 16 years ago
Rework the Joliet test just a bit by bringing the two related variants into a single file. In particular, the test harness doesn't like multiple test definitions, even if some of them are commented out. More... over 16 years ago
Const correction and fill in an incomplete initializer. More... over 16 years ago
Const-correction. More... over 16 years ago
Fix sign mismatch. More... over 16 years ago
Add test of cpio with xz compression. More... over 16 years ago
Bug fix. When read archive with options, segument fault occurred. Option framework could not call callback function for read format. More... over 16 years ago
Add mtree format test. More... over 16 years ago
Catch up on r558 and r559 for cmake. More... over 16 years ago
Very minor optimization: If we already have enough data, we don't need to keep calling down into archive_read_filter_ahead() to extend the read-ahead. More... over 16 years ago
Change /set keyword to be optional and don't output /set keyword by default. More... over 16 years ago
add sub-second timestamp resolution for GNU Hurd More... over 16 years ago
Add Joliet Extension support for iso9660. More... over 16 years ago
Fix indent handling. A position of line feed was wrong if length of the file name was longer than 15. More... over 16 years ago
Catch up latest configure.ac. More... over 16 years ago
Reimplement /set keyword handling to mtree format. More... over 16 years ago
Prepare reimplementation of /set keyword handling for mtree format. More... over 16 years ago
Remove unnecessary condition check. More... over 16 years ago
add support for sub-second resolution timestamps on Tru64 and AIX More... over 16 years ago
I finally rebuilt the gzip decompressor to fully take advantage of the recent read filter refactoring. This has a much better bidder (which actually verifies a lot more of the header), handles concatenated gzip streams (I uncommented the test for this), and I think is a much cleaner code organization. More... over 16 years ago
Fix test_read_compress_program: The internal state structure that tracks the I/O with the forked child wasn't being correctly zeroed before use. More... over 16 years ago