summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_support_format_rar.c
Commit message (Expand)AuthorAgeFilesLines
* rar: file split across multi-part archives must matchDaniel Axtens2018-12-111-0/+9
* Avoid a double-free when a window size of 0 is specifiedDaniel Axtens2018-12-111-0/+5
* delete dead ppmd7 alloc callbacks (#893)Mike Frysinger2017-10-071-19/+5
* Avoid a read off-by-one error for UTF16 names in RAR archives.Joerg Sonnenberger2017-09-091-1/+5
* Avoid shifting negative numbers by doing endian manipulation unsignedly.Joerg Sonnenberger2017-04-291-1/+1
* Spelling fixesGraham Percival2016-12-301-1/+1
* Replace malloc + memset with calloc.Joerg Sonnenberger2016-12-061-2/+1
* Issue 521: Properly check reading from lzss decompression bufferTim Kientzle2016-06-191-4/+8
* Issue 719: Fix for TALOS-CAN-154Tim Kientzle2016-06-191-0/+6
* Read very large RAR headers incrementallyTim Kientzle2016-01-311-15/+30
* Add support for archive_read_data() for read_disk archives.Paul Harris2015-06-301-6/+4
* Issue 410: Segfault on invalid rar archiveTim Kientzle2015-03-031-1/+1
* speed up new_node() by reallocating more than one node at a time (fixes https...Krzysztof Kowalczyk2014-06-221-5/+14
* Issue #359: Rar drops file if previous filename is a prefixTim Kientzle2014-06-041-0/+3
* Make sure has_encrypted_entries is a signed intNiLuJe2013-12-231-8/+8
* Style: Use 'int' not 'char' for status return types.Tim Kientzle2013-12-191-2/+3
* Better archive_read_has_encrypted_entries functionKonrad Kleine2013-10-091-6/+26
* Detect encrypted archive entries (ZIP, RAR, 7Zip)Konrad Kleine2013-09-171-3/+43
* Change how seek support in stored RARs are handled.Andres Mejia2013-01-271-36/+71
* Fix check for EOF in RAR format reader.Andres Mejia2013-01-261-1/+3
* Fix build failure when doing normal builds.Andres Mejia2013-01-251-3/+4
* Give formats/filters way to know data amount requested from archive_read_data().Andres Mejia2013-01-251-0/+2
* Fix broken RAR seek support.Andres Mejia2013-01-251-11/+50
* Fix check for compression method in rar seek method.Andres Mejia2013-01-211-1/+1
* Fix build failure without zlib and liblzo.Michihiro NAKAJIMA2012-11-071-6/+9
* Fix build failure with zlib on Win64.Michihiro NAKAJIMA2012-11-071-6/+6
* Fix build failure on Win64.Michihiro NAKAJIMA2012-11-071-6/+6
* Implement function used to seek within data blocks.Andres Mejia2012-09-271-6/+151
* Fix a possibility of memory leaks when realloc fails.Michihiro NAKAJIMA2012-09-181-8/+14
* Fix a bug that Clang Static Analyzer said "Assigned value is garbage or undef...Michihiro NAKAJIMA2012-09-111-1/+1
* Fix build failure on Visual Studio.Michihiro NAKAJIMA2012-04-041-2/+3
* Implement support for reading multivolume RAR archive files.Andres Mejia2012-03-251-24/+60
* Remove an outdated comment.Michihiro NAKAJIMA2012-03-081-3/+0
* Properly reuse rar->filename.Michihiro NAKAJIMA2012-03-081-2/+6
* Additional fix to issue 247(Unicode filenames in RAR).Michihiro NAKAJIMA2012-03-071-5/+7
* Issue 247:Unicode filenames inside RAR not working.Michihiro NAKAJIMA2012-03-061-7/+14
* On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'Michihiro NAKAJIMA2012-02-191-13/+15
* Fix issue 237.Michihiro NAKAJIMA2012-02-141-5/+7
* Fix build failure in aggressive warningsMichihiro NAKAJIMA2012-02-101-2/+2
* Fix build failure with -Wshadow GCC option since it happend on FreeBSD current.Michihiro NAKAJIMA2012-02-091-13/+13
* Fix build failure with -Wextra -Wunused GCC options since it happend on FreeB...Michihiro NAKAJIMA2012-02-091-6/+6
* Spelling fixes from Ulrich Spoerlein.Tim Kientzle2012-01-071-1/+1
* Improve RAR SFX archives detection; RAR reader can detect ELF file's SFX.Michihiro NAKAJIMA2011-12-131-4/+5
* Try to decrease the performance hit of seeking during the bid phase.Tim Kientzle2011-11-201-2/+6
* Issue 195: Use consistent typing to avoid extra casts.Tim Kientzle2011-11-201-5/+4
* Add support for extracting a RAR SFX file.Michihiro NAKAJIMA2011-09-091-1/+81
* Add support for RAR archives generated from BeOS machines.Andres Mejia2011-09-051-1/+1
* Support MAC OS generated RAR files.Andres Mejia2011-09-051-1/+1
* Enable support for RAR files generated from MS-DOS and OS/2.Andres Mejia2011-09-051-2/+2
* Fixup errors, distinguising between errors caused by bad RAR files, and unsup...Andres Mejia2011-08-171-24/+24