summaryrefslogtreecommitdiff
path: root/libarchive/test/test_entry.c
Commit message (Expand)AuthorAgeFilesLines
* Complete support for UTF8 encoding conversionYichao Yu2020-05-311-3/+86
* Unify define for _WIN32 in testsMartin Matuska2019-05-101-1/+1
* Extend test_entry to test file flags on MacOS and WindowsMartin Matuska2019-05-091-6/+31
* Improve and document file flag and file attribute supportMartin Matuska2019-03-131-1/+1
* Fix bugs in test programs which Clang Static Analyzer pointed out.Michihiro NAKAJIMA2012-11-141-0/+22
* Eliminate some warnings on Visual Stdio.Michihiro NAKAJIMA2011-11-151-1/+1
* Don't use // for comments, for compatibility with older compilers.Tim Kientzle2011-11-121-2/+4
* Issue #189: Don't rely on dev/ino being zero when theyTim Kientzle2011-11-031-7/+15
* Use en_US.UTF-8 instead of de_DE.UTF-8 at test_entry and test_pax_filename_en...Michihiro NAKAJIMA2011-04-251-1/+1
* Simplify a check of de_DE.UTF-8 locale in libarchive test suite on Windows.Michihiro NAKAJIMA2011-04-101-1/+1
* Improve support for systems without modern wctype.h by providing localJoerg Sonnenberger2010-06-241-8/+10
* Don't compile in wide char test cases if wcscpy is missing.Joerg Sonnenberger2010-06-211-0/+10
* Rip out the remaining support for old libarchive 1.x APIs.Tim Kientzle2010-02-071-98/+5
* Guard against out-of-range nanosecond time values and make it easy forTim Kientzle2010-02-061-0/+24
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-1/+1
* Eliminate more warnings on Borland C.Michihiro NAKAJIMA2009-12-221-4/+3
* MinGW defines a value of S_IFBLK which is both useless and wrong.Tim Kientzle2009-11-071-1/+3
* Rename LOCALE_DE to LOCALE_UTF8, since the code assumes it's a UTF8 locale. ...Tim Kientzle2009-11-011-1/+1
* More portability refactoring.Tim Kientzle2009-07-261-0/+26
* Coverage testing revealed a few under-tested areas of archive_entryTim Kientzle2009-03-181-2/+26
* Cast away a few compiler warnings from Visual StudioTim Kientzle2008-12-281-9/+9
* IFCTim Kientzle2008-10-191-1/+3
* archive_entry support for storing and managing birthtime dataTim Kientzle2008-09-171-0/+17
* IFCTim Kientzle2008-09-011-41/+72
* IFCTim Kientzle2008-05-281-1/+1
* Extend the fflags test just a tad.Tim Kientzle2008-05-151-0/+5
* Synchronize a bunch of changes from my local tree.Tim Kientzle2008-04-301-3/+27
* IFC to populate initial libarchive-portable tree.Tim Kientzle2008-04-291-0/+761