summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Unify header style, header guard comes firstMartin Matuska2020-01-1337-86/+131
* Use localtime_r and gmtime_r if supportedMartin Matuska2020-01-135-13/+96
* Fix erroneous use of archive_string_empty() macroMartin Matuska2020-01-121-2/+1
* LHA reader UTF16: dirSep must match machine endianessMartin Matuska2020-01-091-3/+8
* LHA reader UTF-16: Encode directory separator with archive_le16enc()Martin Matuska2020-01-091-10/+19
* Merge pull request #1308 from Claybird/fix_lha_endianMartin Matuška2020-01-071-3/+4
|\
| * Fixed endian problem in lha UTF-16 encoding.Claybird2020-01-071-3/+4
|/
* Redo fix for #1302 in a way that archive_write_client_open()Martin Matuska2020-01-061-26/+17
* Minor style newline consistency fixesMartin Matuska2020-01-053-1/+2
* Implement archive_write_client_free()Martin Matuska2020-01-031-9/+26
* Add mbed TLS as optional crypto providerMartin Matuska2020-01-0315-14/+496
* Libarchive 3.4.2devMartin Matuska2019-12-305-7/+7
* Libarchive 3.4.1v3.4.1Martin Matuska2019-12-305-4/+10
* Fix possible off-by-one when dealing with readlink(2)Pawel Jakub Dawidek2019-12-292-4/+4
* Fix a possible heap-buffer-overflow in archive_string_append_from_wcs()Martin Matuska2019-12-281-2/+7
* Merge pull request #1297 from antekone/bug/GH-1257Martin Matuška2019-12-281-0/+17
|\
| * ZIP reader: support LZMA_STREAM_END marker in 'lzma alone' filesGrzegorz Antoniak2019-12-231-0/+17
|/
* Add test for reading 7z archives with Digests in PackInfoMartin Matuska2019-12-214-0/+87
* 7z: PackInfo Digests are prefixed by kCRC, not kSizecielavenir2019-12-211-1/+1
* Merge pull request #1296 from antekone/rar5_ossfuzz_19509Martin Matuška2019-12-214-3/+40
|\
| * RAR5 reader: verify window size for multivolume archivesGrzegorz Antoniak2019-12-214-3/+40
|/
* Merge pull request #1288 from mmatuska/configurable_xattr_headersMartin Matuška2019-12-158-1/+400
|\
| * Add the "xattrhdr" option to pax write options.Martin Matuska2019-12-118-1/+400
* | CI: upgrade FreeBSD Cirrus CI images to 12.1 and 11.3Martin Matuska2019-12-151-2/+2
* | LHA reader: plug two memory leaks on errorMartin Matuska2019-12-151-7/+10
* | Implement private state logic for write filtersMartin Matuska2019-12-0613-72/+70
|/
* Remove remnants of archive_entry_acl_next_wJoerg Sonnenberger2019-11-302-22/+2
* Remove unused variablesJoerg Sonnenberger2019-11-271-1/+0
* Remove unused variableJoerg Sonnenberger2019-11-271-1/+1
* When the initial archive open for write fails, explicitly free filters.Joerg Sonnenberger2019-11-271-0/+1
* Refactor archive_write_close_filter logicJoerg Sonnenberger2019-11-2712-54/+32
* archive_write_filter_compress: free state in free handlerJoerg Sonnenberger2019-11-271-3/+4
* LHA reader: ensure that UTF-16 input always has a multiple of 2 bytesMartin Matuska2019-11-261-7/+12
* Merge pull request #1282 from kwojcicki/masterTim Kientzle2019-11-251-0/+3
|\
| * Fixing resource cleanup in minitarKrystian Wojcicki2019-11-221-0/+3
|/
* CI: remove Fedora 30 distcheck at Cirrus CIMartin Matuska2019-11-211-11/+0
* Bugfix and optimize archive_wstring_append_from_mbs()Martin Matuska2019-11-211-11/+17
* Have "make dist" create .tar.gz, .tar.xz and .zip distribution filesMartin Matuska2019-11-202-2/+2
* When opening directories, use O_EXEC flag only on FreeBSDMartin Matuska2019-11-193-4/+6
* CI: add distcheck and MacOS build to github actionsMartin Matuska2019-11-183-22/+56
* CI: move Windows MinGW and MSVC builds to GitHub ActionsMartin Matuska2019-11-183-39/+114
* test_open_fd: skip error test on GitHub ActionsMartin Matuska2019-11-182-12/+16
* test_read_format_lha_filename_utf16.c: pass copyright with permissionMartin Matuska2019-11-181-1/+1
* test_read_format_lha_filename_utf16.c: add missing conditionMartin Matuska2019-11-171-0/+6
* Add missing testfile to Makefile.amMartin Matuska2019-11-171-0/+1
* Merge pull request #1263 from Claybird/add_unicode_support_on_lhaMartin Matuška2019-11-175-57/+284
|\
| * Fixed bugs in cases that dirname and fname have different codepages.Claybird2019-11-071-59/+84
| * Updated test case.Claybird2019-11-072-21/+54
| * Fixed unicode escapes in NFD test case.Claybird2019-11-061-3/+5
| * Fixed test case to support NFD normalizationClaybird2019-11-061-0/+15