ARJANEN Loïc Jean David
ARJANEN Loïc Jean David
This PR adds support for XZ, LZMA, ZSTD, and BZIP2 to the ZIP writer. PPMD may come later but I'd rather first iron out style issues with the ones needing...
I had two questions regarding ToDo tasks: 1. Is the [wiki WishList item](https://github.com/libarchive/libarchive/wiki/WishList#user-content-Commandline_parsing_for_compress_program) of being able to use commands taking arguments for the program filters still something which ought to...
Adding missing libtairies to `archive_version_details()`'s output. I put "system" if the library doesn't give a way to query its version and "bundled" if there's a choice between the system copy...
I noticed that some libraries such as liblzo and the various ACL and crypto libraries are missing in archive_version_details' output, is that normal?
Given that #2556 dropped Windows XP, Vista, and Server 2003 support, shouldn't the Wincrypt paths be removed in favour of keeping only the CNG ones given that CNG is supported...
Adding Y2038 support to the Zip format reader and writer, through support of the NTFS time extra data. Closes #1223.
First draft of the comments' reading support, related to #2443. I have a question though for the API: some filters (ok, gzip) also allow comments. How should the API make...
As something of a follow-up of #2274, junctions aren't supported in libarchive as can be seen so: ``` […]>cd junction-test […]\junction-test>mkdir testdir […]\junction-test>mklink /J testjunc testdir Junction created for testjunc...
Fixes for various issues related to the 4.0 transition such as missing __LA_MODE_T uses, incorrect documentation, and wrong archive_write_data_block return value checks. Follow-up from #2392.
Adding a UUIDv6 implementation and putting together the functions shared between v6 and v1. Partially addresses #76.