summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_support_format_rar.c
Commit message (Expand)AuthorAgeFilesLines
* replace time64 functions with normal ones (#1830)Rosen Penev2023-01-091-3/+3
* cleanup _localtime64_s (#1820)Rosen Penev2022-12-201-12/+3
* Extend the usage of the DONT_FAIL_ON_CRC_ERROR macroJulien Voisin2022-10-161-0/+10
* RAR reader: fix heap-use-after-free in run_filters()Martin Matuska2022-04-031-0/+17
* RAR reader: fix null-dereference in RAR (v4) filter codeMartin Matuska2022-02-191-4/+9
* RAR reader: fix heap-use-after-free in RAR (v4) filter codeMartin Matuska2022-02-161-17/+29
* support rar filtersWei-Cheng Pan2021-10-041-29/+777
* fix rar header skimingWei-Cheng Pan2021-05-081-7/+7
* Add a loop checker in read_data_compressed to avoid stack overflow.lutianxiong2020-08-201-4/+10
* Multiple code fixes and optimizationsMartin Matuska2020-01-141-15/+36
* Windows: use _localtime64_s and _gmtime64_s where appropriateMartin Matuska2020-01-131-4/+15
* Use localtime_r and gmtime_r if supportedMartin Matuska2020-01-131-0/+7
* RAR reader: extend fix user after freeMartin Matuska2019-06-151-0/+1
* RAR reader: fix use after freeMartin Matuska2019-05-111-1/+3
* 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