summaryrefslogtreecommitdiff
path: root/libarchive/archive_ppmd7.c
Commit message (Expand)AuthorAgeFilesLines
* memory.h is a non-standard header, so use stdlib.h insteaduyjulian2020-07-071-1/+1
* archive_ppmd7.c: avoid possible integer overflow (security)Martin Matuska2020-01-141-1/+1
* delete dead ppmd7 alloc callbacks (#893)Mike Frysinger2017-10-071-5/+5
* Issue 719: Refuse to allocate a too-small PPMD7 contextTim Kientzle2016-06-191-0/+5
* Avoid arithmetic overflow warning(C6297) found by Visual studioMichihiro NAKAJIMA2012-12-031-1/+1
* Avoid the error which Clang Static Analyzer says "Function call argument is a...Michihiro NAKAJIMA2012-02-291-2/+1
* Fix a long standing warning at archive_ppmd7.c on Visual Studio.Michihiro NAKAJIMA2012-02-191-1/+1
* Add support for PPMd to 7-Zip writer.Michihiro NAKAJIMA2011-12-191-1/+186
* Modify ppmd7 code to minimize symbols leaked into the global name space.Andres Mejia2011-08-081-10/+280
* Don't leak PPMD7_kExpEscape into global symbol space.Andres Mejia2011-08-081-1/+0
* Rename archive_ppmd*.h headers to archive_ppmd*private.h.Andres Mejia2011-08-081-1/+1
* Implement support for RAR files compressed using "best" and "good" method.Andres Mejia2011-08-061-0/+710