| Commit message (Expand) | Author | Age | Files | Lines |
* | libarchive: Map fixed-size integer types from KWIML as typedefs | Brad King | 2020-06-03 | 1 | -10/+10 |
|
|
* | libarchive: Use KWIML to get fixed-size integer types | Brad King | 2020-06-02 | 2 | -216/+41 |
|
|
* | libarchive: Avoid configure-time checks for integer range constants | Brad King | 2020-06-01 | 3 | -89/+15 |
|
|
* | libarchive: Drop unused code providing uintmax_t and intmax_t | Brad King | 2020-06-01 | 2 | -13/+0 |
|
|
* | Refactoring: Third-parties public headers are under cm3p prefix | Marc Chevrier | 2020-05-07 | 23 | -36/+36 |
|
|
* | libarchive: Update to build within CMake | Brad King | 2020-02-13 | 3 | -22/+9 |
|
|
* | Merge branch 'upstream-LibArchive' into update-libarchive | Brad King | 2020-02-13 | 151 | -1319/+11634 |
|
|
* | Merge topic 'libarchive-win-codepage' | Brad King | 2020-02-07 | 1 | -2/+5 |
|\ |
|
| * | libarchive: Add support for UTF-8 locale on Windows | Brad King | 2020-02-06 | 1 | -1/+3 |
|
|
| * | libarchive: Fix WideCharToMultiByte output buffer size | Brad King | 2020-02-06 | 1 | -1/+2 |
|
|
* | | libarchive: Fix detection of 'major' on Solaris 11.4 | Brad King | 2020-01-30 | 1 | -1/+5 |
|
|
* | | cmake: avoid marking local or unused variables as advanced | Ben Boeckel | 2020-01-20 | 1 | -1/+0 |
|/ |
|
* | Merge topic 'libarchive-solaris-11.4' | Brad King | 2019-05-22 | 1 | -5/+5 |
|\ |
|
| * | libarchive: avoid b64_encode name conflict with Solaris built-in function | Brad King | 2019-05-21 | 1 | -5/+5 |
|
|
* | | CMake: Enable use of zstd in libarchive | Brad King | 2019-03-13 | 4 | -7/+5 |
|
|
* | | Utilities: Suppress warnings in third-party code when using XLClang | Brad King | 2019-02-25 | 1 | -1/+1 |
|
|
* | | Remove now-unused code once used for MIPSpro on IRIX | Brad King | 2019-02-21 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'upstream-LibArchive' into update-libarchive | Brad King | 2018-09-26 | 52 | -203/+1002 |
|
|
* | libarchive: Backport fix for build with LibreSSL 2.7 | Brad King | 2018-09-26 | 1 | -1/+2 |
|
|
* | libarchive: Do not use nanosecond file time APIs on macOS < 10.13 | Brad King | 2017-09-20 | 1 | -0/+11 |
|
|
* | libarchive: Fix inclusion of zlib, bzlib, and lzma for build within CMake | Brad King | 2017-07-20 | 1 | -3/+3 |
|
|
* | Merge branch 'upstream-LibArchive' into update-libarchive | Brad King | 2017-07-20 | 64 | -2760/+4371 |
|
|
* | Merge topic 'libarchive-backport-rc4-crypto-rec' | Brad King | 2017-03-22 | 1 | -1/+1 |
|\ |
|
| * | libarchive: backport rc4 crypto requirement update | Brad King | 2017-03-21 | 1 | -1/+1 |
|
|
* | | libarchive: Remove liblzma from introspection tests | Brad King | 2017-02-27 | 1 | -2/+0 |
|
|
* | | Merge branch 'upstream-LibArchive' into update-libarchive | Brad King | 2017-02-27 | 14 | -124/+228 |
|
|
* | | libarchive: Avoid using isblank | Brad King | 2017-02-23 | 1 | -5/+9 |
|
|
* | | libarchive: Avoid declaration after statement in C code | Brad King | 2017-02-23 | 1 | -2/+4 |
|
|
* | | libarchive: Fix use of ssize_t in archive_entry.h | Brad King | 2017-02-23 | 1 | -2/+23 |
|
|
* | | libarchive: Define __LA_DEPRECATED consistently | Brad King | 2017-02-23 | 1 | -5/+2 |
|
|
* | | Merge branch 'upstream-LibArchive' into update-libarchive | Brad King | 2017-02-20 | 86 | -1969/+4682 |
|/ |
|
* | libarchive: Add support for building with OpenSSL 1.1 | Brad King | 2016-11-28 | 6 | -38/+75 |
|
|
* | libarchive: Add headers to adapt between OpenSSL 1.1 and older versions | Brad King | 2016-11-28 | 6 | -3/+108 |
|
|
* | libarchive: Fix include order in xxhash.c | Brad King | 2016-08-17 | 1 | -2/+3 |
|
|
* | Merge topic 'update-libarchive' | Brad King | 2016-06-21 | 19 | -49/+88 |
|\ |
|
| * | Merge branch 'upstream-LibArchive' into update-libarchive | Brad King | 2016-06-20 | 19 | -49/+88 |
|
|
* | | libarchive: Restore OpenSSL include directory from upstream | Brad King | 2016-06-07 | 1 | -0/+1 |
|/ |
|
* | libarchive: Drop early use of crypto library | Brad King | 2016-05-03 | 1 | -2/+0 |
|
|
* | Merge branch 'upstream-LibArchive' into update-libarchive | Brad King | 2016-05-02 | 49 | -271/+868 |
|
|
* | libarchive: Remove CMake-specific README | Brad King | 2016-05-02 | 1 | -66/+0 |
|
|
* | Fix spelling typos in comments and documentation (#16037) | Felix Geyer | 2016-03-29 | 3 | -3/+3 |
|
|
* | libarchive: Update README-CMake.txt for new snapshot | Brad King | 2015-10-28 | 1 | -4/+4 |
|
|
* | libarchive: Drop use of pthread.h for CMake build | Brad King | 2015-10-28 | 1 | -0/+2 |
|
|
* | libarchive: Do not use pthread.h API without header | Brad King | 2015-10-28 | 1 | -2/+1 |
|
|
* | libarchive: Test for Clang builtin before using it | Brad King | 2015-10-28 | 1 | -1/+4 |
|
|
* | libarchive: Avoid using 'uint8_t' as bitfield type | Brad King | 2015-10-22 | 1 | -8/+8 |
|
|
* | libarchive: Avoid using name 'hz' | Brad King | 2015-10-22 | 1 | -3/+3 |
|
|
* | libarchive: Drop outdated CMake portability snprintf | Brad King | 2015-10-22 | 1 | -4/+0 |
|
|
* | libarchive: Avoid non-portable u_int8_t | Brad King | 2015-10-22 | 1 | -7/+7 |
|
|
* | libarchive: Use CommonCrypto APIs on OS X only when available | Brad King | 2015-10-22 | 4 | -3/+20 |
|
|