]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2023-09-11  Martin MatuskaRelease 3.7.2 v3.7.2
2023-09-11  Martin MatuskaCI: update Windows zlib build dependency to 1.3
2023-09-11  Pedro NachtHash-pin GitHub Actions, keep them updated with dependa...
2023-09-06  tomaThomasAdd --long write option for zstd (#1962)
2023-09-04  Pedro NachtSet read-only workflow tokens (#1958)
2023-09-04  Jarred SumnerFix MSVC warnings on x64 (#1956)
2023-09-04  tomaThomasAdd threads write option for zstd to man pages (#1952)
2023-09-03  Mostyn Bramley... 7zip reader: improve error message when encountering...
2023-08-23  Martin Matuskauudecode filter: free name if already allocated before...
2023-08-23  Martin Matuskauudecode filter: add missing check for failed malloc
2023-08-22  Martin Matuskauudecode filter: fix memory allocation and name length...
2023-08-22  Martin Matuskauudecode filter: fix file name length calculation
2023-08-22  Martin Matuskauudecode filter: in raw mode decode file name and file...
2023-08-22  Martin Matuskacontrib/archivetest: add raw archive support and print...
2023-08-21  Mostyn Bramley... 7zip reader: translate windows permissions to unix...
2023-08-18  Martin Matuskapax writer: fix multiple security vulnerabilities
2023-08-15  Martin MatuskaCI: update Windows build dependencies
2023-08-03  Martin Matuskaunzip: correctly handle arguments following an -x after...
2023-08-03  Martin Matuskabuild: add missing HAVE_STRUCT_STATFS to build/cmake...
2023-07-31  Martin Matuskaunzip: correctly define bsdunzip_optind
2023-07-31  Martin Matuskaunzip: use libarchive-style getopt() implementation
2023-07-31  Martin Matuskaunzip: support --version argument
2023-07-30  Martin Matuskacat: fix references and variable names in cmdline.c
2023-07-29  Martin MatuskaLibarchive 3.7.2dev
2023-07-29  Martin MatuskaRelease 3.7.1 v3.7.1
2023-07-26  Samuel Markscontrib/unter: use vendor-dependent number format for...
2023-07-26  Luke Rewegatar: respect --strip-components and -s patterns in...
2023-07-25  Martin Matuskacpio: multiple fixes in list_item_verbose()
2023-07-25  Martin Matuskaunzip: fix include order in la_getline.c
2023-07-24  Joshua RootCheck if clang has __builtin_bswap16 (#1932)
2023-07-24  Martin Matuskabuild: update config_freebsd.h
2023-07-24  Martin Matuskaunzip: add NetBSD implementation of getline() if not...
2023-07-24  Martin Matuskaunzip: remove optreset from bsdunzip_platform.h
2023-07-23  AtariDreamsCorrect assignment to r when checking for result of...
2023-07-22  Adrian Vovkunzip: Pull in upstream updates (#1926)
2023-07-22  Mostyn Bramley... Fix various VS2019 compiler warnings (#1927)
2023-07-22  AtariDreamsreturn ((int)r); is not part of if statement due to...
2023-07-19  Wong Hoi Sing... Replace `svfs.f_namelen` with `svfs.f_namemax` (#1924)
2023-07-19  Michał GórnyMakefile: add mkdirs for all */test/list.h targets...
2023-07-19  Martin Matuskaunzip: fix build without utimensat() or futimens()
2023-07-18  Martin Matuskaunzip: use libeal port of sys/queue.h if not available
2023-07-18  Martin Matuskaunzip: use lchmod() and optreset only if available...
2023-07-18  Martin MatuskaLibarchive 3.7.1dev
2023-07-18  Martin MatuskaRelease 3.7.0 v3.7.0
2023-07-17  Mostyn Bramley... 7zip reader: add support for ARM64 filter (#1918)
2023-07-17  Martin MatuskaCI: use two make jobs for Cirrus CI FreeBSD builds
2023-07-17  Mostyn Bramley... CI: use multiple make jobs to speed up building (#1917)
2023-07-17  Martin Matuskabsdunzip_test: fix link against ACL libs in cmake
2023-07-15  Martin Matuskapax writer: depend ustar_max_mtime on size of time_t
2023-07-14  Martin MatuskaCI: use macos-13 in GitHub Actions
2023-07-14  Martin Matuskabuild: add mising test archives to Makefile.am
2023-07-14  Martin Matuskabuild: fix dist-build in Makefile.am
2023-07-14  Martin MatuskaCI: update apt cache on Ubuntu before build
2023-07-14  Martin Matuskaunzip: disable build on Windows
2023-07-14  Martin MatuskaCI: ignore directory traversals test nr. 4 on MacOS
2023-07-14  Martin Matuskaunzip: fix mtime number error from last commit
2023-07-14  Martin Matuskaunzip: fix multi-platform handling of stat mtime
2023-07-14  Martin MatuskaCI: fix debug build with cmake
2023-07-14  Martin Matuskabuild: fix cmake build with OpenSSL
2023-07-14  Martin Matuskatests: fix exit on failed realloc in libarchive/test...
2023-07-14  Martin Matuskaunzip: fix EXTRA_VERSION macro in unzip/test/test.h
2023-07-14  Martin Matuskabuild: fix cmake build with Mbed TLS
2023-07-14  Martin MatuskaFix call to setenv() in unzip/bsdunzip.c
2023-07-14  Martin MatuskaFix missing endif in libarchive/archive_random.c
2023-07-13  Mingye Wangbsdunzip: make it possible to pass filenames starting...
2023-07-13  Adrian VovkPort over FreeBSD's unzip utility
2023-07-13  Sarah GilmoreAdd missing brackets to if clause
2023-07-13  Sarah GilmoreFix indentation
2023-07-13  Sarah GilmoreFix typo in calls to close_file_descriptor function
2023-07-13  Sarah GilmoreAlways close file handle on descriptor on posix systems...
2023-07-13  Sarah GilmoreClose file handle on windows when padding/truncating...
2023-07-13  Pedro NachtAdd security policy (#1866)
2023-07-13  Enji CooperFix the build with libressl-devel <2.7
2023-07-13  Albert Jinfix incorrect test of HAVE_LZMA_STREAM_ENCODER_MT and...
2023-07-13  Peter KaestleREADME: vulnerability on implicite directory creation
2023-07-13  KaiREADME.md: HTTP => HTTPS
2023-07-13  Steve LhommeUse Windows bcrypt when enabled and building for Vista...
2023-07-13  Steve LhommeDisable CreateFileA calls in UWP builds
2023-07-13  Steve LhommeUse CreateFile2 instead of CreateFileW on Win8+ builds
2023-07-13  Steve Lhommetests: use CreateFileA for char* filenames
2023-07-13  Steve LhommeDon't call GetOEMCP() in Universal Windows Platform...
2023-07-13  Steve LhommeUse the common CMake BUILD_SHARED_LIBS to build shared...
2023-07-13  Steve LhommeFix bcrypt detection on UNIX cross-compilation
2023-07-13  Steve LhommeFix build error when cross-compiling for Windows
2023-07-13  Steve Lhommefix the CreateHardLinkW signature to match the real...
2023-07-13  Steve LhommeDisable CreateSymbolicLinkW use in UWP builds
2023-07-13  Steve LhommeUse CreateHardLinkW and CreateSymbolicLinkW directly...
2023-07-13  Steve LhommeDisable program call with stdin/stdout usage on UWP...
2023-07-13  Mingye Wangfixup! someone messed up the list
2023-07-13  Mingye Wangarchive_read_set_options.3: document zip options
2023-07-13  uyjulianProperly guard calls to sigaction
2023-07-13  uyjulianFix certain unused variables on certain conditions
2023-07-13  uyjulianProperly guard calls to lstat
2023-07-13  uyjulianRename to avoid arc4random_buf static definition clashing
2023-07-13  Mostyn Bramley... 7zip reader: add 7z ARM filter support for copy/bzip2...
2023-07-13  Mostyn Bramley... 7zip reader: add some 7z ARM filter tests
2023-07-13  Mostyn Bramley... 7zip reader: add support for zstandard compression...
2023-07-13  Mostyn Bramley... Add some 7zip zstd reader tests
2023-07-13  Luke Mewburnsetup_current_filesystem: fail if name_max is 0
2023-07-13  Luke MewburnLinux: use statvfs for name_max if available
next