index
:
delta/libarchive.git
3.4
3.5
Issue1104
android_adb
master
no_chdir_writer
release
utf8
winsymlink
github.com: libarchive/libarchive.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libarchive
/
test
/
test_read_format_rar.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add EOF test to test_read_format_rar_ppmd_use_after_free
Martin Matuska
2019-06-15
1
-0
/
+6
*
RAR reader: extend fix user after free
Martin Matuska
2019-06-15
1
-0
/
+23
*
RAR reader: add a test for fix b8592ecb
Grzegorz Antoniak
2019-05-12
1
-0
/
+23
*
RAR5 reader: change constant ARCHIVE_FORMAT_RAR_V5 to 0x100000
Martin Matuska
2019-04-18
1
-0
/
+16
*
Fix a couple of typographical errors.
Peter Pentchev
2016-07-07
1
-1
/
+1
*
Move a 1MB buffer off the stack and onto the heap.
Tim Kientzle
2013-12-28
1
-2
/
+4
*
Detect encrypted archive entries (ZIP, RAR, 7Zip)
Konrad Kleine
2013-09-17
1
-0
/
+154
*
Fix test failures in libarchive built using Visual Studio.
Andres Mejia
2013-02-01
1
-8
/
+8
*
Fix build errors on Visual Studio from negating value of sizeof operator.
Andres Mejia
2013-01-30
1
-28
/
+28
*
Write common checks for files in a separate function.
Andres Mejia
2013-01-28
1
-554
/
+56
*
Add new test case to thouroughly test multivolume RAR seek support.
Andres Mejia
2013-01-28
1
-0
/
+2653
*
Add new tests in multivolume RAR seek test case.
Andres Mejia
2013-01-27
1
-0
/
+24
*
Add checks for proper return value reading past EOF in RAR archives.
Andres Mejia
2013-01-26
1
-0
/
+9
*
Update RAR test case to expect correct results from calls to archive_read_dat...
Andres Mejia
2013-01-25
1
-14
/
+8
*
Fix broken RAR seek support.
Andres Mejia
2013-01-25
1
-9
/
+64
*
Stop using deprecated functions.
Michihiro NAKAJIMA
2012-10-07
1
-12
/
+12
*
Implement function used to seek within data blocks.
Andres Mejia
2012-09-27
1
-0
/
+193
*
Seperate single RAR test into multiple test cases.
Andres Mejia
2012-09-19
1
-52
/
+16
*
Implement support for reading multivolume RAR archive files.
Andres Mejia
2012-03-25
1
-0
/
+304
*
Add a unicode filename sample for test_read_format_rar for issue 247.
Michihiro NAKAJIMA
2012-03-07
1
-2
/
+23
*
Fix test_read_format_rar failure on Mac.
Michihiro NAKAJIMA
2011-09-13
1
-18
/
+52
*
Add test case for RAR SFX archives.
Andres Mejia
2011-09-09
1
-0
/
+74
*
Provide basic test case for RAR files generated on Windows machines.
Andres Mejia
2011-09-05
1
-0
/
+74
*
Fix build failure on Visual Studio.
Andres Mejia
2011-08-15
1
-12
/
+12
*
The size of a symlink file should be zero since it does not have its file data.
Michihiro NAKAJIMA
2011-08-11
1
-6
/
+11
*
Improve the handling of a string conversion object in the RAR reader
Michihiro NAKAJIMA
2011-08-10
1
-17
/
+33
*
Add basic test for rar file with binary data.
Andres Mejia
2011-08-07
1
-0
/
+59
*
Provide better test for ppmd lzss conversions in RAR files.
Andres Mejia
2011-08-07
1
-2
/
+2
*
Support conversions between ppmd blocks and lzss blocks.
Andres Mejia
2011-08-06
1
-0
/
+44
*
Implement support for RAR files compressed using "best" and "good" method.
Andres Mejia
2011-08-06
1
-2
/
+97
*
Back out r3539. It was a wrong file I committed.
Michihiro NAKAJIMA
2011-08-06
1
-30
/
+0
*
Improve a CRC16 calculation to be faster.
Michihiro NAKAJIMA
2011-08-06
1
-0
/
+30
*
Improve test_read_format_rar for a CP932 locale which Windows can use.
Michihiro NAKAJIMA
2011-07-25
1
-2
/
+85
*
Use assertEqualUTF8String instead of assertEqualString for comparing UTF-8 fi...
Michihiro NAKAJIMA
2011-07-25
1
-4
/
+4
*
Windows platform cannot use a UTF-8 locale.
Michihiro NAKAJIMA
2011-07-25
1
-1
/
+4
*
Fix build error; do not use UTF-8 strings directly in a source file since
Michihiro NAKAJIMA
2011-07-25
1
-6
/
+15
*
Implement unicode support.
Andres Mejia
2011-07-21
1
-0
/
+59
*
Fix build failure on Visual Studio.
Michihiro NAKAJIMA
2011-07-17
1
-4
/
+4
*
Next iteration of RAR reader.
Tim Kientzle
2011-07-16
1
-0
/
+138
*
Fix warnings on Visual Studio.
Michihiro NAKAJIMA
2011-07-10
1
-21
/
+21
*
Since RAR stores timestamps in localtime, we have to be a little more
Tim Kientzle
2011-06-29
1
-21
/
+21
*
First cut at RAR support, including RARv3.
Tim Kientzle
2011-06-26
1
-0
/
+174