summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_support_format_7zip.c
Commit message (Expand)AuthorAgeFilesLines
* Extend the usage of the DONT_FAIL_ON_CRC_ERROR macroJulien Voisin2022-10-161-0/+6
* Fixed issue #1743: Changed sprintf to safer snprintfSean McBride2022-06-221-1/+1
* 7zip reader: style fixes after 3962d596dMartin Matuska2022-02-191-6/+9
* code reviewcielavenir2022-02-191-7/+7
* Fix 7z PPMD reading beyond boundarycielavenir2022-02-181-8/+22
* Fix typosSamanta Navarro2021-06-011-1/+1
* Fix truncation of size values during 7zip archive extraction on 32bit archite...r0ptr2021-01-101-4/+8
* 7z reader: support Delta filter with values 2-256Martin Matuska2020-02-061-1/+8
* 7z: PackInfo Digests are prefixed by kCRC, not kSizecielavenir2019-12-211-1/+1
* Bug #1128: Deletion of unnecessary checks before calls of the function “fre...Markus Elfring2019-02-041-2/+1
* 7zip: fix crash when parsing certain archivesDaniel Axtens2019-01-161-7/+1
* Fix -Werror=implicit-fallthrough= for GCC 7.Wei-Cheng Pan2017-10-311-0/+1
* delete dead ppmd7 alloc callbacks (#893)Mike Frysinger2017-10-071-17/+3
* Spelling fixesGraham Percival2016-12-301-5/+5
* Filter options need to be freed in all liblzma versionsMartin Matuska2016-12-251-8/+1
* Spelling fixes (#846)Graham Percival2016-12-201-4/+4
* Spelling fixesGraham Percival2016-12-081-1/+1
* Issue 761: Heap overflow reading corrupted 7Zip filesTim Kientzle2016-09-181-0/+10
* Issue #718: Fix TALOS-CAN-152Tim Kientzle2016-06-191-0/+3
* Invert logic of ternary pointer checksBrad King2015-10-261-1/+1
* Fix for issue - #556TomerHeber2015-06-161-0/+4
* Issue 405: segfault on malformed 7z archiveTim Kientzle2015-02-081-0/+9
* Fix issue 375: failure to read some larger .7z archivesMichihiro NAKAJIMA2014-08-311-13/+18
* Avoid an analyzer error "Dereference of null pointer",Michihiro NAKAJIMA2014-08-141-1/+1
* Fix issue363:Unable to extract large 7z files.Michihiro NAKAJIMA2014-08-031-1/+1
* Update xz compatibility for reading 7zip.Guilherme Steinmann2014-03-171-3/+3
* Make sure has_encrypted_entries is a signed intNiLuJe2013-12-231-13/+13
* Style: Use 'int' not 'char' for status return types.Tim Kientzle2013-12-191-3/+4
* Better archive_read_has_encrypted_entries functionKonrad Kleine2013-10-091-7/+42
* Detect encrypted archive entries (ZIP, RAR, 7Zip)Konrad Kleine2013-09-171-10/+88
* Fix build failure without zlib and liblzo.Michihiro NAKAJIMA2012-11-071-2/+3
* Fix build failure with zlib on Win64.Michihiro NAKAJIMA2012-11-071-4/+4
* Fix build failure on Win64.Michihiro NAKAJIMA2012-11-071-5/+5
* Implement function used to seek within data blocks.Andres Mejia2012-09-271-0/+1
* Fix a possibility of memory leaks when realloc fails.Michihiro NAKAJIMA2012-09-181-6/+9
* Fix bugs that Clang Static Analyzer pointed out:Michihiro NAKAJIMA2012-09-111-11/+20
* Change the default permissions of the regular files in CAB and 7-Zip archives...Michihiro NAKAJIMA2012-03-241-2/+2
* Fix memory leaks found with Clang Static Analyzer. Those could occur whenMichihiro NAKAJIMA2012-02-271-4/+9
* On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'Michihiro NAKAJIMA2012-02-191-45/+49
* Fix remaining build failure in agressive warnings.Michihiro NAKAJIMA2012-02-171-0/+4
* Fix build failure in aggressive warnings on msys.Michihiro NAKAJIMA2012-02-161-4/+4
* Fix build failure with -Wcast-qual GCC option since it happend on FreeBSD cur...Michihiro NAKAJIMA2012-02-091-2/+3
* Fix build failure with -Wshadow GCC option since it happend on FreeBSD current.Michihiro NAKAJIMA2012-02-091-13/+12
* Fix build failure with -Wextra -Wunused GCC options since it happend on FreeB...Michihiro NAKAJIMA2012-02-091-9/+9
* Avoid possibility to pass zero to the first argument of calloc().Michihiro NAKAJIMA2012-01-101-3/+18
* Spelling fixes from Ulrich Spoerlein.Tim Kientzle2012-01-071-1/+1
* Fix one of issue 219; remove an unnecessary check.Michihiro NAKAJIMA2012-01-031-1/+1
* Issue 217: build warning about uninitialized variable.Tim Kientzle2011-12-301-1/+1
* Really make Bcj2_Decode a private symbol.Andres Mejia2011-12-241-1/+1
* Make Bcj2_Decode a private symbol.Andres Mejia2011-12-241-1/+1