summaryrefslogtreecommitdiff
path: root/test/testlfs.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-23/+23
* stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*Jeff Trawick2014-01-181-8/+8
* * Increase the size of the mapped block from 16k to 64k since the default pageRuediger Pluem2008-06-181-2/+2
* Learn the appropriate csize Allocation magic applicableWilliam A. Rowe Jr2007-11-081-3/+2
* On some (bogus) platforms we can only discover csize-by-name.William A. Rowe Jr2007-11-061-0/+2
* * test/testlfs.c (test_open): Fix style issues introduced inJoe Orton2007-10-301-8/+4
* Lots of testing on this first draft is needed. Committing to make it easierWilliam A. Rowe Jr2007-10-301-55/+82
* Introduce APR_FINFO_SPARSE apr_file_open() flag, and populate theWilliam A. Rowe Jr2007-10-141-24/+35
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* * test/testlfs.c (test_buffered): Add tests for seeking in bufferedJoe Orton2006-02-081-0/+47
* * test/testlfs.c: Fix cpp tests broken in r280469.Joe Orton2005-09-161-2/+2
* The -v message is really wrong, here. Failure to support sparse filesWilliam A. Rowe Jr2005-09-131-1/+6
* Update remaining 2004 copyright notices.Joe Orton2005-06-141-1/+2
* Presently if we fail in apr_assert_success we get the line number forDavid Reid2004-06-071-28/+28
* * test/testlfs.c (PRECOND): Return after ENOTIMPL checks trigger toJoe Orton2004-05-241-2/+2
* Add the line number to the verbose output from abts. This also removesRyan Bloom2004-05-141-15/+15
* Move the APR test suite from CuTest to abts. The output is cleaner,Ryan Bloom2004-05-131-38/+38
* * test/testlfs.c (test_seek): Test APR_END-relative seek; move testJoe Orton2004-04-051-1/+6
* * test/testlfs.c (test_open): Skip rather than fail if apr_file_truncJoe Orton2004-03-301-4/+6
* * test/testlfs.c: Fix tests for !APR_HAS_LARGE_FILES.Joe Orton2004-03-271-2/+2
* Add LFS support:Joe Orton2004-03-271-0/+278