summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Create libarchive.pc inside the cmake build dirDavid Capello2020-04-171-2/+2
* Merge pull request #1348 from mikhailnov/rh-selinuxMartin Matuška2020-04-161-0/+23
|\
| * Support RHT.security.selinux from GNU tarMikhail Novosyolov2020-03-201-0/+23
* | Merge pull request #1359 from hjmallon/pr.neg_zstd_2Martin Matuška2020-04-161-3/+4
|\ \
| * | zstd: Improve version checkingHarry Mallon2020-04-141-3/+4
|/ /
* | Merge pull request #1352 from hjmallon/pr.negative_zstdMartin Matuška2020-04-104-8/+72
|\ \
| * | zstd: Support negative compression-levelsHarry Mallon2020-04-074-8/+72
* | | Merge pull request #1356 from robUx4/svfs-variableMartin Matuška2020-04-101-22/+22
|\ \ \
| * | | consistently use svfs for statvfs variablesSteve Lhomme2020-04-061-22/+22
|/ / /
* | | Merge pull request #1354 from robUx4/local-mode_t-fixMartin Matuška2020-04-031-3/+3
|\ \ \ | |/ / |/| |
| * | archive_entry: use the proper define for mode_tSteve Lhomme2020-04-021-3/+3
| |/
* | Merge pull request #1350 from josch/masterMartin Matuška2020-03-281-2/+2
|\ \
| * | libarchive/archive_entry_stat.3: typo nlinks -> nlinkJohannes 'josch' Schauer2020-03-231-2/+2
| |/
* | Merge pull request #1342 from hjmallon/pr.fix_high_zstdMartin Matuška2020-03-281-1/+8
|\ \
| * | zstd: Fix support for compression-level>=20 when using binaryHarry Mallon2020-03-111-0/+6
| * | zstd: Use --no-check with binary to match library defaultHarry Mallon2020-03-111-1/+2
| |/
* | CI: build Windows version with xz 5.2.5Martin Matuska2020-03-281-1/+1
|/
* Safe writes: improve error handlingMartin Matuska2020-03-023-16/+22
* Add archive_write_disk_windows.c counterpart to previous commitMartin Matuska2020-03-021-0/+3
* Store errno when unlinking after rename on safe write failedMartin Matuska2020-03-021-0/+3
* cpio/cpio.c: Fix off-by-one in previous commitMartin Matuska2020-03-021-1/+1
* cpio/cpio.c: avoid calling strlen() for destdir twiceMartin Matuska2020-03-022-8/+8
* Safe writes: delete temporary file if rename failsMartin Matuska2020-02-292-2/+4
* CI: GitHub Actions: use C:\windows\system32\tar.exe as tar on WindowsMartin Matuska2020-02-281-4/+4
* bsdcpio_test: from_hex() needs to be an uint32_tMartin Matuska2020-02-271-15/+18
* XAR reader: initialize file_queue with 0 and memcpy() if allocated onlyMartin Matuska2020-02-271-4/+13
* CI: use static CMake build of liblzmaMartin Matuska2020-02-261-10/+20
* CI: various adjustmentsMartin Matuska2020-02-257-31/+12
* archive_read.c: silence UBSan warning about undefined behaviorKamil Rytarowski2020-02-251-8/+9
* Merge pull request #1331 from cure/patch-1Martin Matuška2020-02-231-1/+1
|\
| * New ASCII format: fix hard link descriptionWard Vandewege2020-02-131-1/+1
|/
* XAR writer: initialize size with 0 in xar_write_data()Martin Matuska2020-02-131-1/+2
* Solve warning by excluding more code to _WIN32 in file_open()Martin Matuska2020-02-131-0/+4
* Add testcase for ZIPX files with LZMA_STREAM_END markerMartin Matuska2020-02-133-0/+70
* CI: add external binary static xz to Windows buildMartin Matuska2020-02-121-6/+20
* Constify name in __archive_write_entry_filetype_unsupported()Martin Matuska2020-02-121-1/+1
* Libarchive 3.4.3devMartin Matuska2020-02-125-7/+7
* Libarchive 3.4.2v3.4.2Martin Matuska2020-02-115-4/+6
* Add script to generate release files with Docker.Martin Matuska2020-02-112-0/+19
* Unlink before creating a hardlink on WindowsMartin Matuska2020-02-111-3/+15
* Merge pull request #1330 from zoulasc/masterMartin Matuška2020-02-111-0/+7
|\
| * Just like the hard link case, for symlinks we need to remove firstzoulasc2020-02-101-0/+7
|/
* Update NEWSMartin Matuska2020-02-101-0/+6
* RAR5 reader: use %zu to sprintf() size_tMartin Matuska2020-02-101-1/+1
* CI Windows: download zlib and bzip2 from cloned repositoriesMartin Matuska2020-02-091-5/+5
* CI: generate and publish build artifacts on GitHub actionsMartin Matuska2020-02-093-5/+37
* CI: build and use bzip2 on Windows from GiLab repositoryMartin Matuska2020-02-081-8/+34
* Merge pull request #1329 from bradking/string-append-wcs-overflowMartin Matuška2020-02-071-1/+2
|\
| * Fix possible heap-buffer-overflow in archive_string_append_from_wcs on WindowsBrad King2020-02-061-1/+2
* | RAR5 reader: do not mutate a global variableMartin Matuska2020-02-071-21/+30