]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2020-01-16  zoulascANSI-C prototypes 1316/head
2020-01-16  zoulascAdd missing const
2020-01-16  zoulascAdd missing const
2020-01-16  zoulascAdd missing const
2020-01-16  zoulasc- Add the NetBSD-specific config.h
2020-01-16  Martin MatuskaRAR5 and WARC readers: move unnecessary comparsion...
2020-01-14  Martin Matuskaarchive_ppmd7.c: avoid possible integer overflow (security)
2020-01-14  Martin MatuskaMultiple code fixes and optimizations
2020-01-13  Martin MatuskaWindows: use _localtime64_s and _gmtime64_s where appro...
2020-01-13  Martin MatuskaUnify header style, header guard comes first
2020-01-13  Martin MatuskaUse localtime_r and gmtime_r if supported
2020-01-12  Martin MatuskaFix erroneous use of archive_string_empty() macro
2020-01-09  Martin MatuskaLHA reader UTF16: dirSep must match machine endianess
2020-01-09  Martin MatuskaLHA reader UTF-16: Encode directory separator with...
2020-01-07  Martin MatuškaMerge pull request #1308 from Claybird/fix_lha_endian
2020-01-07  ClaybirdFixed endian problem in lha UTF-16 encoding. 1308/head
2020-01-06  Martin MatuskaRedo fix for #1302 in a way that archive_write_client_o...
2020-01-05  Martin MatuskaMinor style newline consistency fixes
2020-01-03  Martin MatuskaImplement archive_write_client_free()
2020-01-03  Martin MatuskaAdd mbed TLS as optional crypto provider
2019-12-30  Martin MatuskaLibarchive 3.4.2dev
2019-12-30  Martin MatuskaLibarchive 3.4.1 v3.4.1
2019-12-28  Pawel Jakub... Fix possible off-by-one when dealing with readlink(2)
2019-12-28  Martin MatuskaFix a possible heap-buffer-overflow in archive_string_a...
2019-12-28  Martin MatuškaMerge pull request #1297 from antekone/bug/GH-1257
2019-12-23  Grzegorz AntoniakZIP reader: support LZMA_STREAM_END marker in 'lzma... 1297/head
2019-12-21  Martin MatuskaAdd test for reading 7z archives with Digests in PackInfo
2019-12-21  cielavenir7z: PackInfo Digests are prefixed by kCRC, not kSize
2019-12-21  Martin MatuškaMerge pull request #1296 from antekone/rar5_ossfuzz_19509
2019-12-21  Grzegorz AntoniakRAR5 reader: verify window size for multivolume archives 1296/head
2019-12-15  Martin MatuškaMerge pull request #1288 from mmatuska/configurable_xat...
2019-12-14  Martin MatuskaCI: upgrade FreeBSD Cirrus CI images to 12.1 and 11.3
2019-12-14  Martin MatuskaLHA reader: plug two memory leaks on error
2019-12-11  Martin MatuskaAdd the "xattrhdr" option to pax write options. 1288/head
2019-12-06  Martin MatuskaImplement private state logic for write filters 1287/head
2019-11-30  Joerg SonnenbergerRemove remnants of archive_entry_acl_next_w
2019-11-27  Joerg SonnenbergerRemove unused variables
2019-11-27  Joerg SonnenbergerRemove unused variable
2019-11-27  Joerg SonnenbergerWhen the initial archive open for write fails, explicit...
2019-11-27  Joerg SonnenbergerRefactor archive_write_close_filter logic
2019-11-27  Joerg Sonnenbergerarchive_write_filter_compress: free state in free handler
2019-11-26  Martin MatuskaLHA reader: ensure that UTF-16 input always has a multi...
2019-11-25  Tim KientzleMerge pull request #1282 from kwojcicki/master
2019-11-23  Krystian WojcickiFixing resource cleanup in minitar 1282/head
2019-11-21  Martin MatuskaCI: remove Fedora 30 distcheck at Cirrus CI
2019-11-21  Martin MatuskaBugfix and optimize archive_wstring_append_from_mbs()
2019-11-20  Martin MatuskaHave "make dist" create .tar.gz, .tar.xz and .zip distr...
2019-11-19  Martin MatuskaWhen opening directories, use O_EXEC flag only on FreeBSD
2019-11-18  Martin MatuskaCI: add distcheck and MacOS build to github actions
2019-11-18  Martin MatuskaCI: move Windows MinGW and MSVC builds to GitHub Actions
2019-11-17  Martin Matuskatest_open_fd: skip error test on GitHub Actions
2019-11-17  Martin Matuskatest_read_format_lha_filename_utf16.c: pass copyright...
2019-11-17  Martin Matuskatest_read_format_lha_filename_utf16.c: add missing...
2019-11-17  Martin MatuskaAdd missing testfile to Makefile.am
2019-11-17  Martin MatuškaMerge pull request #1263 from Claybird/add_unicode_supp...
2019-11-07  ClaybirdFixed bugs in cases that dirname and fname have differe... 1263/head
2019-11-07  ClaybirdUpdated test case.
2019-11-06  ClaybirdFixed unicode escapes in NFD test case.
2019-11-06  ClaybirdFixed test case to support NFD normalization
2019-11-06  ClaybirdAdded a test case on lha with UTF-16 filenames.
2019-11-06  ClaybirdFixed broken UTF-16 support on *nix systems.
2019-11-06  ClaybirdFixed memory leaks
2019-11-06  ClaybirdThis adds UNICODE filename support for lha.
2019-10-07  Martin MatuškaMerge pull request #1260 from danielverkamp/sparse...
2019-10-07  Martin MatuškaMerge pull request #1253 from antekone/bug/uninitialize...
2019-10-07  Martin MatuškaMerge pull request #1252 from antekone/bug/recheck_soli...
2019-10-04  Daniel VerkampFix sparse file offset overflow on 32-bit systems 1260/head
2019-10-03  Joerg SonnenbergerLimit #pragma GCC to GCC-compatible cmopilers
2019-10-02  Joerg Sonnenbergerzip writer: don't append unused NUL for directories
2019-09-27  Grzegorz AntoniakRAR5 reader: verify window size for solid files 1252/head
2019-09-27  Grzegorz AntoniakRAR5 reader: remove compilation warnings ('uninitialize... 1253/head
2019-09-24  Martin MatuškaMerge pull request #1250 from ischwarze/ischwarze-mdoc
2019-09-21  Ingo SchwarzeMinor corrections to the formatting of manual page. 1250/head
2019-09-21  Martin MatuškaMerge pull request #1249 from ppentchev/roam-typos 1247/head
2019-09-20  Peter PentchevCorrect some typographical and grammatical errors. 1249/head
2019-09-10  Martin MatuskaGithub Actions: update to matrix build with autotools...
2019-09-10  Martin MatuskaGithub Actions: add Ubuntu build
2019-09-03  Martin Matuskaarchive_read_support_filter_lz4.c: use uint32_c for...
2019-09-03  Martin Matuskatest_write_filter_zstd.c revert compression level to...
2019-09-03  Martin MatuškaMerge pull request #1230 from MaximeLM/clang_inttypes
2019-09-03  Martin MatuškaMerge pull request #1221 from jrmarino/master
2019-09-03  Martin MatuškaMerge pull request #1240 from ferdnyc/zstd-test-range
2019-09-01  FeRD (Frank... test_write_filter_zstd: size @ lvl=20 < default < lvl=1 1240/head
2019-09-01  Martin MatuskaCorrect invalid function call in la_opendirat()
2019-08-26  Maxime Le MoineDon't include inttypes if compiling for Mac/iOS 1230/head
2019-08-12  Martin MatuskaAs there is no 11.3 FreeBSD image at Cirrus CI yet...
2019-08-11  Martin MatuskaCirrus CI: set CFLAGS and LDFLAGS for FreeBSD
2019-08-11  Martin Matuskatest_write_filter_zstd: set compression level to 7
2019-07-27  Joerg SonnenbergerUpdate option documentation for 7zip and zip options.
2019-07-06  John MarinoFix two tests when ZIP compression unsupported 1221/head
2019-06-28  Martin MatuskaUnbreak compilation without zlib
2019-06-27  Martin MatuškaMerge pull request #1218 from dtor/fix-sparse-read
2019-06-27  Martin MatuškaMerge pull request #1217 from antekone/rar5_arm_filter_...
2019-06-26  Dmitry Torokhovarchive_read_next_header2: clean old entry data 1218/head
2019-06-26  Dmitry Torokhovarchive_read: fix handling of sparse files
2019-06-24  Grzegorz AntoniakRAR5 reader: fix ARM filter going beyond window buffer... 1217/head
2019-06-17  Martin MatuskaCI: upgrade Fedora from 29 to 30, remove unmaintained...
2019-06-17  Martin MatuskaMerge pull request #1212 from antekone/rar5_different_w...
2019-06-17  Martin MatuskaAdd test_read_format_rar5_different_window_size.rar...
2019-06-16  Grzegorz AntoniakRAR5 reader: window_mask was not updated correctly 1212/head
next