summaryrefslogtreecommitdiff
path: root/libarchive/test/test_read_format_cab_filename.c
Commit message (Expand)AuthorAgeFilesLines
* Better archive_read_has_encrypted_entries functionKonrad Kleine2013-10-091-4/+4
* Detect encrypted archive entries (ZIP, RAR, 7Zip)Konrad Kleine2013-09-171-0/+8
* Replace deprecated macro ARCHIVE_COMPRESSION_* by ARCHIVE_FILTER_*.Michihiro NAKAJIMA2012-10-091-2/+2
* Stop using deprecated functions. Much remains to be replaced.Michihiro NAKAJIMA2012-10-071-2/+2
* Use en_US.UTF-8 locale for tests instead of ru_RU.UTF-8 or ja_JP.UTF-8Michihiro NAKAJIMA2011-05-151-3/+3
* On Mac OS, compare NFD string instead of NFC stringMichihiro NAKAJIMA2011-05-121-2/+23
* Dump unicode code points when comparing UTF-8 strings fail atMichihiro NAKAJIMA2011-05-091-2/+2
* Change some of sample files which I recently added, to match its test name.Michihiro NAKAJIMA2011-04-171-1/+1
* Rename "charset" option to "hdrcharset" since the name "charset" is not clear,Michihiro NAKAJIMA2011-04-061-4/+4
* tests use archive_read_support_filter_*()Roman Neuhauser2011-03-281-2/+2
* Instead of canConvertCharset(), use archive_read_set_options("charset=xxxx")Michihiro NAKAJIMA2011-03-221-17/+28
* Skip the tests which perform a character-set conversion if the platformMichihiro NAKAJIMA2011-03-201-0/+10
* Add support for charset option to cab format reader.Michihiro NAKAJIMA2011-03-191-0/+122