summaryrefslogtreecommitdiff
path: root/libarchive/test/test_read_large.c
Commit message (Expand)AuthorAgeFilesLines
* Reorganize test code a bitTim Kientzle2022-02-011-1/+0
* Avoid millions of rand() calls() when running testsAlex Richardson2022-01-151-3/+2
* Fixup a couple of tests that relied on the old read_data_into_buffer,Tim Kientzle2011-12-221-1/+2
* Use assertEqualMem instead of assert(0 == memcmp(xxx....)).Michihiro NAKAJIMA2011-05-121-2/+2
* tests use archive_read_support_filter_*()Roman Neuhauser2011-03-281-2/+2
* Rename archive_read_finish to archive_read_free andTim Kientzle2010-02-081-3/+3
* Style: Update a bunch of old assert() and assertA() calls.Tim Kientzle2010-02-071-3/+3
* On Borland C, elimimate the warnings of comparing signed and unsigned from li...Michihiro NAKAJIMA2010-01-071-1/+1
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-1/+1
* r1729 was wrong. Revert it and use a better approach.Tim Kientzle2009-12-131-7/+6
* Work around Borland C's broken _open() implementation.Tim Kientzle2009-12-121-0/+4
* Use assertEqualInt instead of assert.Michihiro NAKAJIMA2009-11-171-1/+2
* Avoid compiling error on linux.Michihiro NAKAJIMA2009-11-161-1/+1
* Another step towards clean Windows builds: libarchive, libarchive_test, and ...Tim Kientzle2009-08-021-0/+5
* Portability refactoring of a few more libarchive tests.Tim Kientzle2009-07-261-17/+6
* Be more careful about text/binary mode.Tim Kientzle2009-05-241-2/+3
* Fix the open file flags.Tim Kientzle2008-12-281-1/+1
* Don't put temp files directly into /tmp; the testTim Kientzle2008-12-281-1/+1
* IFCTim Kientzle2008-09-011-10/+10
* IFC to populate initial libarchive-portable tree.Tim Kientzle2008-04-291-0/+94