summaryrefslogtreecommitdiff
path: root/libarchive/test/test_read_format_lha_filename.c
Commit message (Expand)AuthorAgeFilesLines
* Better archive_read_has_encrypted_entries functionKonrad Kleine2013-10-091-2/+2
* Detect encrypted archive entries (ZIP, RAR, 7Zip)Konrad Kleine2013-09-171-1/+4
* Replace deprecated macro ARCHIVE_COMPRESSION_* by ARCHIVE_FILTER_*.Michihiro NAKAJIMA2012-10-091-3/+3
* Stop using deprecated functions. Much remains to be replaced.Michihiro NAKAJIMA2012-10-071-3/+3
* Use en_US.UTF-8 locale for tests instead of ru_RU.UTF-8 or ja_JP.UTF-8Michihiro NAKAJIMA2011-05-151-3/+3
* Change some of sample files which I recently added, to match its test name.Michihiro NAKAJIMA2011-04-171-1/+1
* Remove old, redundant test code.Michihiro NAKAJIMA2011-04-071-4/+0
* Rename "charset" option to "hdrcharset" since the name "charset" is not clear,Michihiro NAKAJIMA2011-04-061-2/+2
* tests use archive_read_support_filter_*()Roman Neuhauser2011-03-281-3/+3
* Improve character-set conversion functions.Michihiro NAKAJIMA2011-03-281-0/+63
* Instead of canConvertCharset(), use archive_read_set_options("charset=xxxx")Michihiro NAKAJIMA2011-03-221-15/+49
* Skip the tests which perform a character-set conversion if the platformMichihiro NAKAJIMA2011-03-201-0/+10
* Add support for charset option to lha format reader.Michihiro NAKAJIMA2011-03-191-0/+115