]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2019-04-27  Grzegorz AntoniakRAR5 reader: add support for 'version' extra field... 1182/head
2019-04-25  Martin MatuškaMerge pull request #1181 from antekone/rar5_ossfuzz_fixes
2019-04-25  Grzegorz AntoniakRAR5 reader: fix ASan errors, fix OSSFuzz samples,... 1181/head
2019-04-23  Martin MatuškaMerge pull request #1177 from vapier/master
2019-04-23  Mike Frysingerfix memory leak with repeated header reads 1177/head
2019-04-22  Tim KientzleMerge pull request #958 from vapier/master
2019-04-21  Mike Frysingersupport reading metadata from compressed files 958/head
2019-04-20  Martin MatuskaFix typo in preprocessor macro in archive_read_format_z...
2019-04-20  Martin MatuskaRAR5 reader: use unsigned int for volume number and...
2019-04-20  Martin MatuskaUse Dockerfiles for Windows and Linux test environments
2019-04-20  Martin MatuskaRAR5 reader: fix maximum owner name length
2019-04-18  Martin MatuskaRAR5 reader: change constant ARCHIVE_FORMAT_RAR_V5...
2019-04-18  Martin MatuskaRAR5 reader: fix last commit - use read_var() and fix...
2019-04-17  Martin MatuskaRAR5 reader: add support for symlinks, hardlinks, owner...
2019-04-17  Martin MatuskaUnbreak debug build on Windows/MinGW
2019-04-16  Martin MatuskaUpdate NEWS
2019-04-16  Martin Matuskatar/test_option_n: fix build and operation on Windows
2019-04-16  Martin MatuskaMerge pull request #812 from pohly/non-recursive-read
2019-04-16  Patrick Ohlytest_option_n.c: cover non-recursive extract/list 812/head
2019-04-15  Martin MatuskaWindows symlinks: new functions and extended tar header
2019-04-15  Patrick Ohlynon-recursive extract and list
2019-04-13  Martin Matuskatar: add option --exclude-vcs
2019-04-13  Martin MatuskaWindows symlink bugfixes and improvements
2019-04-12  Martin MatuskaCirrus CI: use mojave-xcode-10.2 image for macOS
2019-04-12  Martin MatuskaUnbreak sparse file tests on the APFS file system
2019-04-08  Martin MatuskaMultiple Windows-related CI changes
2019-04-07  Martin MatuskaCI: allow to skip sparse and fuzz tests
2019-04-07  Martin MatuskaFix remaining MinGW tests
2019-04-07  Martin Matuskaarchive_read_support_format_xar: initialize some variables
2019-04-07  Martin MatuskaSkip appropriate zip tests if bzip2 or lzma is not...
2019-04-06  Martin MatuškaMerge pull request #1076 from uckelman-sf/fix_undef_stat
2019-04-04  Martin MatuskaFix handling of strtol() and strtoul()
2019-04-04  Martin MatuskaAdd Windows symlink support to NEWS
2019-04-03  Martin MatuskaFix various symlink bugs with Windows symlinks
2019-04-01  Martin MatuskaCirrus CI: add Cygwin build, MinGW build use zlib,...
2019-03-31  Martin MatuskaExtend unreadable directory code to Linux (O_PATH)...
2019-03-31  Martin MatuskaCirrus CI: Add MinGW and split into stages
2019-03-30  Martin MatuškaMerge pull request #1167 from RhodiumToad/parent_fixes
2019-03-30  Andrew GierthUpdate tests for platforms on which success is impossible. 1167/head
2019-03-30  Martin MatuskaCirrus CI - support existing homebrew packages
2019-03-29  Andrew GierthFix bugs related to unreadable directories.
2019-03-27  Martin MatuskaAdd support for directory symlinks on Windows
2019-03-26  Martin MatuskaAdd basic read and write support for symbolic links...
2019-03-19  Martin Matuskaarchive_entry.c: changes in file flags code
2019-03-19  Martin Matuskalibarchive/archive_entry.c: fix typo in comment
2019-03-18  Martin Matuskaarchive_write_disk_posix: constantify file flag masks
2019-03-14  Martin Matuskaarchive_entry.c: alphabetically sort FreeBSD/MacOS...
2019-03-14  Martin MatuskaIf not root do not try to restore SF_* file flags on...
2019-03-14  Martin MatuskaRemove FS_EXTEND_FL from Linux and UF_ARCHIVE from...
2019-03-13  Martin MatuskaImprove and document file flag and file attribute support
2019-03-10  Martin MatuškaMerge pull request #1083 from guischulz/windows_unc_workdir
2019-03-10  Martin MatuškaMerge pull request #1043 from jstarks/utf8
2019-03-10  Martin MatuškaMerge pull request #1101 from jcfr/fix-cmake-warning...
2019-03-10  Martin MatuškaMerge pull request #1033 from mellery451/werror-optional
2019-03-10  Martin MatuškaMerge pull request #1157 from praiskup/fix-make-dist
2019-03-08  Pavel RaiskupFix 'make dist' to include blake2 headers 1157/head
2019-03-06  Martin MatuskaUnderstand "journal-data", "secdel" and "undel" fflags...
2019-03-06  Martin Matuskaarchive_entry.c: replace spaces with tabs, understand...
2019-03-04  Martin Matuskaarchive_write_disk_posix: processes with CAP_CHOWN...
2019-03-03  Martin Matuskaarchive_read_disk_entry_from_file(): check for ARCHIVE_...
2019-03-03  Martin MatuškaMerge pull request #1153 from antekone/bug/zipx_fuzzing...
2019-03-01  Grzegorz AntoniakZIP reader: fixed an unlimited loop in BZIP2 decompressor. 1153/head
2019-03-01  Grzegorz AntoniakZIP reader: fix a crash in PPMd8 decompressor.
2019-02-28  Martin MatuškaMerge pull request #1151 from antekone/clean_whitespaces
2019-02-28  Grzegorz AntoniakWhitespace reformatting in RAR5 reader, ZIP reader. 1151/head
2019-02-27  Martin MatuskaTravis CI Windows fixes
2019-02-27  Martin MatuškaMerge pull request #1150 from antekone/bug/visual_studi...
2019-02-27  Grzegorz AntoniakRemoved cast warnings under Visual Studio 1150/head
2019-02-25  Martin MatuskaAdd MS Visual Studio and MinGW tests via Travis CI
2019-02-24  Martin MatuškaMerge pull request #1133 from BotellaA/master
2019-02-24  Martin MatuškaMerge pull request #1146 from ijanos/master
2019-02-24  Patrick Chengfix dereferencing null pointer in file_new()
2019-02-20  János Illésenable using libarchive from a submodule 1145/head 1146/head
2019-02-20  Patrick Chengerror_number sometime is not initialized. (#1141)
2019-02-20  Patrick Chengcalling strlen() with null pointer (#1142)
2019-02-13  Martin Matuskaarchive_read_disk_posix.c: initialize delayed_errno
2019-02-12  Martin MatuškaMerge pull request #1134 from elfring/Remove_unnecessar...
2019-02-10  Martin MatuškaMerge pull request #1135 from HadesD/patch-1
2019-02-10  Martin MatuskaPOSIX reader: more next_entry() fixes
2019-02-10  Eugene GrossbeinPOSIX reader: do not fail when tree_current_lstat(...
2019-02-05  IchiroFix find lib lzma 1135/head
2019-02-04  Markus ElfringBug #1128: Deletion of unnecessary checks before calls... 1134/head
2019-02-04  Markus ElfringBug #1128: Deletion of unnecessary checks before calls...
2019-02-03  Arnadu BotellaRemove windows warnings 1133/head
2019-01-30  Martin MatuškaMerge pull request #1125 from antekone/bug/GH-1119
2019-01-30  Martin MatuskaRemove test_compat_pax_libarchive_2x
2019-01-30  Martin MatuskaReorganize CI build scripts
2019-01-30  Martin MatuskaRemove Travis CI testing
2019-01-22  Martin MatuskaCI build: allow BS as a shortcut for BUILD_SYSTEM variable
2019-01-22  Martin MatuskaCirrus CI: add Fedora 29 container test
2019-01-22  Martin MatuškaMerge pull request #1124 from mgorny/zstd
2019-01-22  Michał Górnycmake: Add ENABLE_ZSTD option 1124/head
2019-01-20  Martin MatuškaMerge pull request #1121 from kulikjak/fix_mkdev
2019-01-20  Martin MatuškaMerge pull request #1110 from antekone/zipx_support_work_3
2019-01-20  Martin MatuskaImprove cirrus build
2019-01-20  Martin MatuškaMerge pull request #1120 from daxtens/fixes2
2019-01-20  Martin MatuškaMerge pull request #1116 from GeraldNDA/GeraldNDA-suppo...
2019-01-18  Grzegorz AntoniakRAR5 reader: Removed a memory leak in process_head_file 1125/head
2019-01-18  Grzegorz AntoniakRAR5 reader: Fixed a read from invalid memory block
2019-01-16  Jakub KulíkAdd missing header file include 1121/head
next