summaryrefslogtreecommitdiff
path: root/libarchive/test/test_pax_filename_encoding.c
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixesGraham Percival2016-12-081-4/+4
* Display filename encoding test names respectively to know what encoding testMichihiro NAKAJIMA2014-08-141-18/+6
* Stop using deprecated functions. Much remains to be replaced.Michihiro NAKAJIMA2012-10-071-2/+2
* Fix warnings in libarchive/test_*.c on Borland C Compiler.Michihiro NAKAJIMA2011-05-181-6/+6
* Use en_US.UTF-8 instead of de_DE.UTF-8 at test_entry and test_pax_filename_en...Michihiro NAKAJIMA2011-04-251-3/+3
* Improve test_pax_filename_encoding.Michihiro NAKAJIMA2011-04-181-5/+74
* Disable test_pax_filename_encoding_3(), which has been failing recently,Michihiro NAKAJIMA2011-04-131-2/+8
* Add locale CP1251 and CP932 tests to test_pax_filename_encoding. Michihiro NAKAJIMA2011-04-101-4/+101
* Simplify a check of de_DE.UTF-8 locale in libarchive test suite on Windows.Michihiro NAKAJIMA2011-04-101-3/+2
* The filenames in pax should be written in UTF-8 without hdrcharset=UTF-8 option.Michihiro NAKAJIMA2011-04-071-0/+14
* 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-1/+1
* Remove UTF-8 <===> WCS conversion code, which was highly based on the wrogMichihiro NAKAJIMA2011-03-251-2/+2
* Remove canConvertCharset from test/main.c and test_pax_filename_encoding.cMichihiro NAKAJIMA2011-03-241-10/+12
* Skip the tests which perform a character-set conversion if the platformMichihiro NAKAJIMA2011-03-201-0/+10
* These are really all part of the same set of tests, so combineTim Kientzle2011-03-111-0/+71
* Rename archive_read_finish to archive_read_free andTim Kientzle2010-02-081-5/+5
* Style: Update a bunch of old assert() and assertA() calls.Tim Kientzle2010-02-071-8/+8
* Fix a memory leak in this test.Tim Kientzle2010-01-031-0/+2
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-1/+1
* "Fix" this test on Win32 by suppressing tests of error handling that relies o...Tim Kientzle2009-11-291-16/+9
* Rename LOCALE_DE to LOCALE_UTF8, since the code assumes it's a UTF8 locale. ...Tim Kientzle2009-11-011-2/+3
* Make sure that each test source file has exactly one DEFINE_TEST().Tim Kientzle2009-04-271-3/+13
* archive_read_support_compression_gzip() now returns ARCHIVE_WARNTim Kientzle2009-04-011-1/+1
* Skip testing character conversion failures on platformsTim Kientzle2008-12-311-0/+7
* Don't use a compressed file here; that allows us to testTim Kientzle2008-12-281-3/+3
* Skip a test for handling of invalid characters if theTim Kientzle2008-12-281-0/+7
* IFC: test suite builds with 1.x APITim Kientzle2008-08-111-1/+17
* IFCTim Kientzle2008-05-281-1/+1
* Synchronize a bunch of changes from my local tree.Tim Kientzle2008-04-301-15/+151
* IFC to populate initial libarchive-portable tree.Tim Kientzle2008-04-291-0/+161