]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2020-07-27  Cristian Rodríguezuse O_TMPFILE if it works/is supported in __archive_mktemp 1422/head
2020-07-26  Tim KientzleMerge pull request #1420 from Gei0r/master
2020-07-26  Adrian EbelingEnable compression level up to 9 for xz, xar, 7zip 1420/head
2020-07-25  Martin MatuškaMerge pull request #1412 from uyjulian/use_standard_header
2020-07-25  Martin MatuškaMerge pull request #1411 from uyjulian/use_standard_for...
2020-07-17  Martin MatuškaMerge pull request #1408 from Azq2/patch-1
2020-07-08  uyjulianUse standard format specifiers 1411/head
2020-07-08  uyjulianmemory.h is a non-standard header, so use stdlib.h... 1412/head
2020-07-07  Martin MatuškaMerge pull request #1405 from yuyichao/read_format
2020-07-02  Kirill ZhumarinInitialize to zero only size + check for null 1408/head
2020-07-02  Kirill ZhumarinFix uninitialized offset & size in rar5_read_data
2020-07-01  Martin MatuškaMerge pull request #1404 from yuyichao/set_format_error
2020-06-28  Yichao YuMore format supports in archive_read_support_format_by_... 1405/head
2020-06-28  Yichao YuSet an error message for setting invalid format by... 1404/head
2020-06-19  Martin MatuškaMerge pull request #1402 from robUx4/winnt-redefine
2020-06-19  Martin MatuškaMerge pull request #1395 from pieper/1394-fix-enum...
2020-06-19  Steve Lhommedon't force windows versions if they are set in the... 1402/head
2020-06-14  Steve PieperCOMP: explicitly handle all enum cases in switch 1395/head
2020-06-09  Martin MatuskaIntroduce archive_read_support_filter_by_code()
2020-06-09  Martin MatuskaSkip hardlinks pointing to itself and issue a warning
2020-06-09  Martin MatuškaMerge pull request #1347 from evelikov/mtree
2020-06-04  Martin MatuškaMerge pull request #1392 from marcespie/errmsg
2020-06-04  Martin MatuškaMerge pull request #1391 from marcespie/isint_w
2020-06-04  Martin MatuškaMerge pull request #1389 from yuyichao/copy_utf8
2020-06-04  Marc Espieremove unneeded strlen 1392/head
2020-06-04  Marc Espieisint_w should use long literals 1391/head
2020-05-31  Yichao YuComplete support for UTF8 encoding conversion 1389/head
2020-05-30  Martin MatuškaMerge pull request #1388 from michaelforney/cpio-rdev
2020-05-30  Martin MatuškaMerge pull request #1387 from glebfm/tar2cpio-hardlink...
2020-05-30  Martin MatuškaMerge pull request #1383 from goshhhy/master
2020-05-30  Martin MatuškaMerge pull request #1382 from mgorny/wrong-prog
2020-05-29  Michael ForneyFix rdev field in cpio format for device nodes 1388/head
2020-05-29  Gleb Fotengauer... Fix writing of cpio archives containing hardlinks witho... 1387/head
2020-05-24  goshhhyconfigure.ac: check if flags are needed for c99 1383/head
2020-05-23  Michał Górnytest_read_append_filter_wrong_program: Do not check... 1382/head
2020-05-22  Martin Matuskatest_write_disk_secure: unify ifdefs for lchmod() test
2020-05-22  Martin Matuskatest_write_disk_secure: properly check if lchmod()...
2020-05-20  Martin MatuskaRelease Dockerfile: add missing dependency on zlib1g-dev
2020-05-20  Martin MatuskaLibarchive 3.4.4dev
2020-05-19  Martin MatuskaLibarchive 3.4.3 v3.4.3
2020-05-19  Martin MatuškaMerge pull request #1378 from stefan-baranoff/issue...
2020-05-19  Stefan BaranoffFix memory leak from passphrase callback 1378/head
2020-05-08  Martin MatuškaMerge pull request #1376 from AdamKorcz/master
2020-05-06  Adam KorczynskiMoved oss-fuzz files from oss-fuzz to Libarchives repos... 1376/head
2020-04-30  Martin MatuskaAdd test for #1357 (detection of pzstd compressed files)
2020-04-30  Martin MatuškaMerge pull request #1357 from mako2580/master
2020-04-30  Martin MatuškaMerge pull request #1360 from EricAustinYu/master
2020-04-30  Martin MatuskaFix retrieving incorrect member from struct statfs
2020-04-30  Martin Matuskatar reader: update handling of RHT.security.selinux...
2020-04-30  Martin MatuškaMerge pull request #1372 from evelikov/single-child
2020-04-30  Martin MatuškaMerge pull request #1371 from evelikov/digest-ifdef
2020-04-30  Martin MatuškaMerge pull request #1365 from AdamKorcz/master
2020-04-26  Terrell Russellfix typo in README.md (#1373)
2020-04-25  Emil VelikovRemove CloseHandle() from __archive_write_program_free 1372/head
2020-04-25  Emil VelikovCall OpenProcess() from within __archive_create_child()
2020-04-25  Emil VelikovChange __archive_create_child() signature
2020-04-25  Adam KorczynskiMoved the corpus file to the contrib dir 1365/head
2020-04-25  Emil VelikovRemove #ifdef chain in __archive_digest init 1371/head
2020-04-24  Martin MatuškaMerge pull request #1363 from aseprite/dont-test-lzma...
2020-04-24  Martin MatuškaMerge pull request #1364 from aseprite/macos-no-deprecated
2020-04-24  Martin MatuškaMerge pull request #1362 from aseprite/libarchive.pc...
2020-04-24  Martin MatuškaMerge pull request #1361 from aseprite/fix-msvc-warning...
2020-04-24  Martin MatuškaMerge pull request #1367 from zoulasc/master
2020-04-22  Christos ZoulasMake variable const since it is assigned from a string... 1367/head
2020-04-22  Christos ZoulasAdd missing breaks
2020-04-21  Adam KorczynskiAdded seed corpus
2020-04-18  David CapelloUse /w1nnnn instead of /wennnn to enable warnings on... 1361/head
2020-04-18  David CapelloDisable error using deprecated functions on macOS 10... 1364/head
2020-04-18  David CapelloDon't even try HAVE_LZMA_STREAM_ENCODER_MT if ENABLE_LZ... 1363/head
2020-04-17  David CapelloCreate libarchive.pc inside the cmake build dir 1362/head
2020-04-16  Martin MatuškaMerge pull request #1348 from mikhailnov/rh-selinux
2020-04-16  Martin MatuškaMerge pull request #1359 from hjmallon/pr.neg_zstd_2
2020-04-14  Eric YuRemove unreachable code in RAR reader 1360/head
2020-04-14  Harry Mallonzstd: Improve version checking 1359/head
2020-04-10  Martin MatuškaMerge pull request #1352 from hjmallon/pr.negative_zstd
2020-04-10  Martin MatuškaMerge pull request #1356 from robUx4/svfs-variable
2020-04-08  Matúš Olekšákzstd: Add support for files created with pzstd 1357/head
2020-04-07  Harry Mallonzstd: Support negative compression-levels 1352/head
2020-04-06  Steve Lhommeconsistently use svfs for statvfs variables 1356/head
2020-04-03  Martin MatuškaMerge pull request #1354 from robUx4/local-mode_t-fix
2020-04-02  Steve Lhommearchive_entry: use the proper define for mode_t 1354/head
2020-03-28  Martin MatuškaMerge pull request #1350 from josch/master
2020-03-28  Martin MatuškaMerge pull request #1342 from hjmallon/pr.fix_high_zstd
2020-03-28  Martin MatuskaCI: build Windows version with xz 5.2.5
2020-03-23  Johannes 'josch... libarchive/archive_entry_stat.3: typo nlinks -> nlink 1350/head
2020-03-19  Mikhail NovosyolovSupport RHT.security.selinux from GNU tar 1348/head
2020-03-14  Emil VelikovAdd tests for the digest query API 1347/head
2020-03-14  Emil VelikovPopulate the digests from the mtree reader
2020-03-14  Emil VelikovIntroduce internal archive_entry_set_digest()
2020-03-13  Emil VelikovIntroduce public digest getter API
2020-03-13  Justin BrewerIntroduce internal storage for entry digests
2020-03-13  Emil VelikovFactor out digests struct to archive_entry_private.h
2020-03-11  Harry Mallonzstd: Fix support for compression-level>=20 when using... 1342/head
2020-03-11  Harry Mallonzstd: Use --no-check with binary to match library default
2020-03-02  Martin MatuskaSafe writes: improve error handling
2020-03-02  Martin MatuskaAdd archive_write_disk_windows.c counterpart to previou...
2020-03-02  Martin MatuskaStore errno when unlinking after rename on safe write...
2020-03-02  Martin Matuskacpio/cpio.c: Fix off-by-one in previous commit
2020-03-01  Martin Matuskacpio/cpio.c: avoid calling strlen() for destdir twice
2020-02-29  Martin MatuskaSafe writes: delete temporary file if rename fails
next