summaryrefslogtreecommitdiff
path: root/libarchive/test/test_read_format_rar.c
Commit message (Expand)AuthorAgeFilesLines
* Add EOF test to test_read_format_rar_ppmd_use_after_freeMartin Matuska2019-06-151-0/+6
* RAR reader: extend fix user after freeMartin Matuska2019-06-151-0/+23
* RAR reader: add a test for fix b8592ecbGrzegorz Antoniak2019-05-121-0/+23
* RAR5 reader: change constant ARCHIVE_FORMAT_RAR_V5 to 0x100000Martin Matuska2019-04-181-0/+16
* Fix a couple of typographical errors.Peter Pentchev2016-07-071-1/+1
* Move a 1MB buffer off the stack and onto the heap.Tim Kientzle2013-12-281-2/+4
* Detect encrypted archive entries (ZIP, RAR, 7Zip)Konrad Kleine2013-09-171-0/+154
* Fix test failures in libarchive built using Visual Studio.Andres Mejia2013-02-011-8/+8
* Fix build errors on Visual Studio from negating value of sizeof operator.Andres Mejia2013-01-301-28/+28
* Write common checks for files in a separate function.Andres Mejia2013-01-281-554/+56
* Add new test case to thouroughly test multivolume RAR seek support.Andres Mejia2013-01-281-0/+2653
* Add new tests in multivolume RAR seek test case.Andres Mejia2013-01-271-0/+24
* Add checks for proper return value reading past EOF in RAR archives.Andres Mejia2013-01-261-0/+9
* Update RAR test case to expect correct results from calls to archive_read_dat...Andres Mejia2013-01-251-14/+8
* Fix broken RAR seek support.Andres Mejia2013-01-251-9/+64
* Stop using deprecated functions.Michihiro NAKAJIMA2012-10-071-12/+12
* Implement function used to seek within data blocks.Andres Mejia2012-09-271-0/+193
* Seperate single RAR test into multiple test cases.Andres Mejia2012-09-191-52/+16
* Implement support for reading multivolume RAR archive files.Andres Mejia2012-03-251-0/+304
* Add a unicode filename sample for test_read_format_rar for issue 247.Michihiro NAKAJIMA2012-03-071-2/+23
* Fix test_read_format_rar failure on Mac.Michihiro NAKAJIMA2011-09-131-18/+52
* Add test case for RAR SFX archives.Andres Mejia2011-09-091-0/+74
* Provide basic test case for RAR files generated on Windows machines.Andres Mejia2011-09-051-0/+74
* Fix build failure on Visual Studio.Andres Mejia2011-08-151-12/+12
* The size of a symlink file should be zero since it does not have its file data.Michihiro NAKAJIMA2011-08-111-6/+11
* Improve the handling of a string conversion object in the RAR readerMichihiro NAKAJIMA2011-08-101-17/+33
* Add basic test for rar file with binary data.Andres Mejia2011-08-071-0/+59
* Provide better test for ppmd lzss conversions in RAR files.Andres Mejia2011-08-071-2/+2
* Support conversions between ppmd blocks and lzss blocks.Andres Mejia2011-08-061-0/+44
* Implement support for RAR files compressed using "best" and "good" method.Andres Mejia2011-08-061-2/+97
* Back out r3539. It was a wrong file I committed.Michihiro NAKAJIMA2011-08-061-30/+0
* Improve a CRC16 calculation to be faster.Michihiro NAKAJIMA2011-08-061-0/+30
* Improve test_read_format_rar for a CP932 locale which Windows can use.Michihiro NAKAJIMA2011-07-251-2/+85
* Use assertEqualUTF8String instead of assertEqualString for comparing UTF-8 fi...Michihiro NAKAJIMA2011-07-251-4/+4
* Windows platform cannot use a UTF-8 locale.Michihiro NAKAJIMA2011-07-251-1/+4
* Fix build error; do not use UTF-8 strings directly in a source file sinceMichihiro NAKAJIMA2011-07-251-6/+15
* Implement unicode support.Andres Mejia2011-07-211-0/+59
* Fix build failure on Visual Studio.Michihiro NAKAJIMA2011-07-171-4/+4
* Next iteration of RAR reader.Tim Kientzle2011-07-161-0/+138
* Fix warnings on Visual Studio.Michihiro NAKAJIMA2011-07-101-21/+21
* Since RAR stores timestamps in localtime, we have to be a little moreTim Kientzle2011-06-291-21/+21
* First cut at RAR support, including RARv3.Tim Kientzle2011-06-261-0/+174