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
1 day
ago. based on code collected
1 day
ago.
Jun 17, 2024 — Jun 17, 2025
Showing page 201 of 227
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
archive_read_support_compression_gzip() now returns ARCHIVE_WARN if decompression is being handled via an external program. This simplifies the many tests that need to check whether we have full gzip support or not. While reworking these tests, I've also updated the style of many of them to use assertEqualFoo() instead of plain assert() and fixed an oversight in main.c that caused it to print an alarm if a single skip was processed multiple times.
Tim Kientzle
More...
about 16 years ago
Oooops. Forgot to add check signal.h, which is used by the recent read_compression_program updates.
Tim Kientzle
More...
about 16 years ago
Minor svn:ignore update.
Tim Kientzle
More...
about 16 years ago
1. Make the UTF-8 <-> Unicode conversions more robust by handling surrogate pairs correctly. This should be general enough (and portable enough) to be used on all platforms, even Windows, so I've removed the Windows-specific versions of this.
Tim Kientzle
More...
about 16 years ago
Comment updates.
Tim Kientzle
More...
about 16 years ago
Improve the error handling here just a bit by harvesting the child (and collecting its exit status) whenever the child closes stdout. By not waiting until archive_close, we catch most cases of a failed child at the first real I/O (usually archive_read_next_header).
Tim Kientzle
More...
about 16 years ago
Don't carry old error text through to archive_read_close.
Tim Kientzle
More...
about 16 years ago
Minor FreeBSD build fixes.
Tim Kientzle
More...
about 16 years ago
Don't recognize a file as "empty" if it couldn't be read; only recognize it as empty if it has zero bytes.
Tim Kientzle
More...
about 16 years ago
svn:ignore update.
Tim Kientzle
More...
about 16 years ago
Test the case where we try to invoke a non-existent read filter program.
Tim Kientzle
More...
about 16 years ago
Update FreeBSD-specific Makefile
Tim Kientzle
More...
about 16 years ago
Move the test data out of the source and into a uuencoded reference file.
Tim Kientzle
More...
about 16 years ago
Fix a couple of compiler errors.
Tim Kientzle
More...
about 16 years ago
Test the bzip2 writer, add support for a "compression-level" option.
Tim Kientzle
More...
about 16 years ago
Test the compression code and name.
Tim Kientzle
More...
about 16 years ago
We set the options handler in the install function; we don't need to set it again in the init function.
Tim Kientzle
More...
about 16 years ago
Only return ARCHIVE_WARN from set_options if no format AND no compressor can use these options. Clear errors on entry to compressor_options and format_options in an attempt to reduce the redundancy a bit. This needs to be refactored somewhat to improve the error messages.
Tim Kientzle
More...
about 16 years ago
More work on extending test coverage...
Tim Kientzle
More...
about 16 years ago
Only allow options to be changed up until the archive is opened.
Tim Kientzle
More...
about 16 years ago
Ooops. I forgot to remove the declarations when I removed the opener functions.
Tim Kientzle
More...
about 16 years ago
Improve test coverage: * Add new tests of archive_{read,write}_open_{fd,FILE,filename} * Refactor the corresponding code to reduce the number of unreachable cases and eliminate a lot of duplicated code. In particular, {read,write}_open_filename now simply invoke {read,write}_open_fd to handle handle the fallback case of reading stdin when called with an empty filename. * Eliminate the unnecessary "open" callbacks; "open" callbacks are never needed (I plan to eliminate them from the API someday).
Tim Kientzle
More...
about 16 years ago
Return success if "dironly" flag is being manipulated.
Tim Kientzle
More...
about 16 years ago
Some extra files that were omitted from the distribution.
Tim Kientzle
More...
about 16 years ago
Simplify this a tad.
Tim Kientzle
More...
about 16 years ago
Make it easier for mdoc2man to format this correctly.
Tim Kientzle
More...
about 16 years ago
svn:ignore the built files in these directories.
Tim Kientzle
More...
about 16 years ago
Improve the conversion of mdoc to man format.
Tim Kientzle
More...
about 16 years ago
Mention mtree:indent even though I'm not entirely sure what it does.
Tim Kientzle
More...
about 16 years ago
The argument is spelled with an 's': --options
Tim Kientzle
More...
about 16 years ago
←
1
2
…
197
198
199
200
201
202
203
204
205
…
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