summaryrefslogtreecommitdiff
path: root/libarchive
Commit message (Expand)AuthorAgeFilesLines
* Libarchive 3.4.2v3.4.2Martin Matuska2020-02-111-1/+1
* Unlink before creating a hardlink on WindowsMartin Matuska2020-02-111-3/+15
* Just like the hard link case, for symlinks we need to remove firstzoulasc2020-02-101-0/+7
* RAR5 reader: use %zu to sprintf() size_tMartin Matuska2020-02-101-1/+1
* Merge pull request #1329 from bradking/string-append-wcs-overflowMartin Matuška2020-02-071-1/+2
|\
| * Fix possible heap-buffer-overflow in archive_string_append_from_wcs on WindowsBrad King2020-02-061-1/+2
* | RAR5 reader: do not mutate a global variableMartin Matuska2020-02-071-21/+30
* | 7z reader: support Delta filter with values 2-256Martin Matuska2020-02-064-1/+824
|/
* RAR5 reader: reject files that declare invalid header flagsGrzegorz Antoniak2020-02-023-2/+38
* Merge pull request #1324 from bradking/solaris-11.4Martin Matuška2020-02-011-4/+5
|\
| * libarchive: Fix detection of 'major' on Solaris 11.4Brad King2020-01-301-4/+5
* | Fix use after free in ISO9660 and XAR writerMartin Matuska2020-02-013-12/+20
* | Update filter and format options in manual pages.Martin Matuska2020-01-312-38/+233
* | mtree reader: initialize checkfs with 0Martin Matuska2020-01-311-0/+1
|/
* test_write_format_xar: add "none" options to testMartin Matuska2020-01-261-0/+3
* PAX writer: fix return-on-error memory leaks in archive_write_pax_header()Martin Matuska2020-01-261-21/+64
* PAX writer: fix entry uname or gname longer than 32 charactersMartin Matuska2020-01-262-6/+56
* Unify unsupported entry file type error message in writerMartin Matuska2020-01-2514-64/+118
* XAR writer: fix compression output buffer handlingMartin Matuska2020-01-231-9/+36
* Add printf attributes to the printflike functions used in tests and fixzoulasc2020-01-2327-41/+43
* RAR5 reader: refactored parse_tables() a little bitGrzegorz Antoniak2020-01-221-21/+19
* Update archive_read_support_format_rar5.cMonkeybreadSoftware2020-01-221-58/+63
* Fix error when overwriting files on WindowsMartin Matuska2020-01-221-15/+21
* Fix 7zip_packinfo_digests test when LZMA is not supportedMartin Matuska2020-01-222-37/+41
* 7zip reader tests: fixes when LZMA is unsupportedMartin Matuska2020-01-222-3/+14
* Implement ARCHIVE_EXTRACT_SAFE_WRITES on WindowsMartin Matuska2020-01-202-62/+157
* Introduce archive_write_disk(3) flag ARCHIVE_EXTRACT_SAFE_WRITESzoulasc2020-01-205-34/+136
* RAR5 reader: fix unsafe sign check of a bitwise operation.Martin Matuska2020-01-181-1/+1
* archive_read.c: remove unnecessary comparsion (iindex is unsigned int)Martin Matuska2020-01-171-1/+1
* ANSI-C prototypeszoulasc2020-01-162-5/+5
* Add missing constzoulasc2020-01-161-1/+1
* Add missing constzoulasc2020-01-161-1/+1
* Add missing constzoulasc2020-01-161-1/+1
* RAR5 and WARC readers: move unnecessary comparsion into a commentMartin Matuska2020-01-162-3/+9
* archive_ppmd7.c: avoid possible integer overflow (security)Martin Matuska2020-01-141-1/+1
* Multiple code fixes and optimizationsMartin Matuska2020-01-149-76/+90
* Windows: use _localtime64_s and _gmtime64_s where appropriateMartin Matuska2020-01-135-21/+132
* Unify header style, header guard comes firstMartin Matuska2020-01-1334-86/+117
* Use localtime_r and gmtime_r if supportedMartin Matuska2020-01-133-11/+76
* 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
* 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-036-0/+394
* Libarchive 3.4.2devMartin Matuska2019-12-302-3/+3
* Libarchive 3.4.1v3.4.1Martin Matuska2019-12-301-1/+1
* Fix possible off-by-one when dealing with readlink(2)Pawel Jakub Dawidek2019-12-291-3/+3