]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
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
2019-01-16  Daniel Axtens7zip: fix crash when parsing certain archives 1120/head
2019-01-16  Daniel Axtensiso9660: Fail when expected Rockridge extensions is...
2019-01-15  Martin MatuskaMove Cirrus CI commands to a separate script
2019-01-14  Martin MatuskaSkip test_compat_pax_libarchive_2x on FreeBSD for now.
2019-01-14  Martin Matuskabuild/ci_build.sh: print failed test logs to stdout
2019-01-13  Martin MatuskaAdd expat, libxml2, liblz4 and zstd to Cirrus CI FreeBS...
2019-01-13  Martin MatuškaMerge pull request #1117 from lwhsu/cirrus-ci
2019-01-11  Li-Wen HsuAdd Cirrus-CI config for FreeBSD builds 1117/head
2019-01-09  Gerald NDAAdd support for the 64-bit ar format 1116/head
2019-01-07  Joerg SonnenbergerDo something useful for directories by setting the...
2019-01-07  Joerg SonnenbergerForce intermediate to uint64_t to make UBSAN happy.
2018-12-26  Martin MatuškaMerge pull request #1085 from Young-X/master
2018-12-21  Grzegorz AntoniakZIP reader: improve checks for existence of liblzma 1110/head
2018-12-18  Grzegorz AntoniakAdded missing files into Makefile.am
2018-12-18  Grzegorz AntoniakZIP reader: added support for XZ, LZMA, PPMD8 and BZIP2...
2018-12-15  Tim KientzleMerge pull request #1108 from libarchive/Issue1104
2018-12-15  Tim KientzleIssue 1104: Explicitly limit the printed string to... 1108/head
2018-12-13  Martin MatuškaMerge pull request #1105 from daxtens/master
2018-12-13  Martin MatuškaMerge pull request #1107 from antekone/rar5_unused_func...
2018-12-13  Grzegorz AntoniakRAR5 reader: removed an unused function: bf_is_last_block 1107/head
2018-12-11  Daniel Axtenswarc: consume data once read 1105/head
2018-12-11  Daniel AxtensSkip 0-length ACL fields
2018-12-11  Daniel Axtensrar: file split across multi-part archives must match
2018-12-11  Daniel AxtensAvoid a double-free when a window size of 0 is specified
2018-12-09  Martin MatuškaMerge pull request #1102 from antekone/rar5_powerpc_fixes
2018-12-07  Grzegorz AntoniakRAR5 reader: fixed big-endian problems 1102/head
2018-12-06  Jean-Christophe... cmake: Set CMP0074 to NEW 1101/head
2018-11-28  Martin MatuskaSwitch Travis CI Ubuntu distribution from trusty to...
2018-11-26  Martin MatuškaMerge pull request #956 from korli/cmakexattr
2018-11-25  Martin MatuskaFix test_extattr_freebsd, can be fully run as non-root now
2018-11-25  Martin MatuškaMerge pull request #1023 from eborisch/master
2018-11-25  Martin MatuškaMerge pull request #1089 from DerDakon/cmp0075
2018-11-25  Martin MatuškaMerge pull request #1087 from DerDakon/read-var
2018-11-25  Martin MatuskaAllow in-entry comments in SCHILY.acl.*
2018-11-24  Martin MatuskaMerge pull request #1092 from praiskup/resource-leaks...
2018-11-24  Martin Matuskatar/write.c: call missing archive_read_close() in write...
2018-11-24  Martin MatuskaMerge pull request #1091 from praiskup/newc-use-after...
2018-11-23  Pavel RaiskupFix a few obvious resource leaks and strcpy() misuses 1092/head
2018-11-23  Pavel RaiskupFix use-after-free in delayed link processing (newc... 1091/head
2018-11-21  Rolf Eike Beerreset CMAKE_REQUIRED_LIBRARIES before checking system... 1089/head
2018-11-21  Rolf Eike Beertests: fix compile error with -Wshadow on older gcc... 1087/head
2018-11-18  Guido SchulzFix full-pathname for extraction with unc working direc... 1083/head
next