5
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 17, 2024 — Jun 17, 2025
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. More... about 16 years ago
Oooops. Forgot to add check signal.h, which is used by the recent read_compression_program updates. More... about 16 years ago
Minor svn:ignore update. 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. More... about 16 years ago
Comment updates. 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). More... about 16 years ago
Don't carry old error text through to archive_read_close. More... about 16 years ago
Minor FreeBSD build fixes. 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. More... about 16 years ago
svn:ignore update. More... about 16 years ago
Test the case where we try to invoke a non-existent read filter program. More... about 16 years ago
Update FreeBSD-specific Makefile More... about 16 years ago
Move the test data out of the source and into a uuencoded reference file. More... about 16 years ago
Fix a couple of compiler errors. More... about 16 years ago
Test the bzip2 writer, add support for a "compression-level" option. More... about 16 years ago
Test the compression code and name. 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. 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. More... about 16 years ago
More work on extending test coverage... More... about 16 years ago
Only allow options to be changed up until the archive is opened. More... about 16 years ago
Ooops. I forgot to remove the declarations when I removed the opener functions. 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). More... about 16 years ago
Return success if "dironly" flag is being manipulated. More... about 16 years ago
Some extra files that were omitted from the distribution. More... about 16 years ago
Simplify this a tad. More... about 16 years ago
Make it easier for mdoc2man to format this correctly. More... about 16 years ago
svn:ignore the built files in these directories. More... about 16 years ago
Improve the conversion of mdoc to man format. More... about 16 years ago
Mention mtree:indent even though I'm not entirely sure what it does. More... about 16 years ago
The argument is spelled with an 's': --options More... about 16 years ago