openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
L
libarchive
Settings
|
Report Duplicate
5
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
High Activity
Commits
: Listings
Analyzed
about 6 hours
ago. based on code collected
about 7 hours
ago.
Jun 12, 2024 — Jun 12, 2025
Showing page 210 of 227
Search / Filter on:
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.
Tim Kientzle
More...
over 16 years ago
Style: Use more informative assertXXXX() macros.
Tim Kientzle
More...
over 16 years ago
Move the joliet option into the dynamically-allocated format private data.
Tim Kientzle
More...
over 16 years ago
Add iso9660 format option to ignore the Joliet extension.
Andreas Henriksson
More...
over 16 years ago
Add XZ files to the FreeBSD Makefile.
Tim Kientzle
More...
over 16 years ago
Fix build on systems without liblzma.
Tim Kientzle
More...
over 16 years ago
Fix a compile warning when built without liblzma.
Tim Kientzle
More...
over 16 years ago
Catch up on r569. Remove entry of test_read_format_isojolietrr_bz2.c.
Michihiro NAKAJIMA
More...
over 16 years ago
Fix off-by-one in Joliet code.
Andreas Henriksson
More...
over 16 years ago
Add some new tests to the FreeBSD makefile.
Tim Kientzle
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.
Tim Kientzle
More...
over 16 years ago
Const correction and fill in an incomplete initializer.
Tim Kientzle
More...
over 16 years ago
Const-correction.
Tim Kientzle
More...
over 16 years ago
Fix sign mismatch.
Tim Kientzle
More...
over 16 years ago
Add test of cpio with xz compression.
Michihiro NAKAJIMA
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.
Michihiro NAKAJIMA
More...
over 16 years ago
Add mtree format test.
Michihiro NAKAJIMA
More...
over 16 years ago
Catch up on r558 and r559 for cmake.
Michihiro NAKAJIMA
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.
Tim Kientzle
More...
over 16 years ago
Change /set keyword to be optional and don't output /set keyword by default.
Michihiro NAKAJIMA
More...
over 16 years ago
add sub-second timestamp resolution for GNU Hurd
Björn Jacke
More...
over 16 years ago
Add Joliet Extension support for iso9660.
Andreas Henriksson
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.
Michihiro NAKAJIMA
More...
over 16 years ago
Catch up latest configure.ac.
Michihiro NAKAJIMA
More...
over 16 years ago
Reimplement /set keyword handling to mtree format.
Michihiro NAKAJIMA
More...
over 16 years ago
Prepare reimplementation of /set keyword handling for mtree format.
Michihiro NAKAJIMA
More...
over 16 years ago
Remove unnecessary condition check.
Michihiro NAKAJIMA
More...
over 16 years ago
add support for sub-second resolution timestamps on Tru64 and AIX
Björn Jacke
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.
Tim Kientzle
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.
Tim Kientzle
More...
over 16 years ago
←
1
2
…
206
207
208
209
210
211
212
213
214
…
226
227
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree