summaryrefslogtreecommitdiff
path: root/test/testdir.c
Commit message (Expand)AuthorAgeFilesLines
* Added support for recording skipped test cases.brane2020-05-061-2/+1
* Make test work with thread support disabled.brane2020-05-061-0/+7
* Revert r1862435, r1862071 per veto from ivanjorton2019-08-281-66/+1
* * include/apr_file_info.h: Clarify pool handling for apr_dir_read andjorton2019-07-021-0/+32
* Add apr_dir_pread(), a variant of apr_dir_read() which allows callersjorton2019-06-251-1/+34
* Windows platform: Fix access to uninitialized memory in apr_dir_read() whenivan2019-06-071-0/+52
* Give every thread in the parallel recursive mkdir test its own poolbrane2014-01-211-15/+28
* Fix timing bug in parallel apr_dir_make_recursive on Windows.brane2014-01-211-0/+122
* stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*trawick2014-01-181-8/+14
* Use the APR_FOPEN_* constants instead of the deprecated APR_* constantsminfrin2010-03-021-1/+1
* No use for rv now.wrowe2007-11-061-1/+0
* Leftover cut-n-paste junk noted by Lucian Adrian Grijincu <lucian.grijincu gm...wrowe2007-11-061-1/+1
* It is entirely pointless to have nonportable behaviors as exampleswrowe2007-11-061-12/+1
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* * test/testdir.c (test_rmkdir_nocwd): Avoid failures on platformsjorton2005-09-271-5/+13
* * file_io/unix/dir.c (apr_dir_make_recursive): Fix infinite recursionjorton2005-09-241-0/+25
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Presently if we fail in apr_assert_success we get the line number fordreid2004-06-071-5/+5
* Add the line number to the verbose output from abts. This also removesrbb2004-05-141-38/+38
* Move the APR test suite from CuTest to abts. The output is cleaner,rbb2004-05-131-68/+68
* * include/apr_file_info.h: Remove misleading @remark about dot/dot-dotjorton2004-02-191-51/+10
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Only APR_FINFO_DIRENT is guarenteed to be supported... other platformswrowe2002-12-291-5/+5
* Add some tests that were written but not being run.rbb2002-11-241-0/+4
* Fix the names for all tests. (I got sick of seeing Test in the output)rbb2002-11-241-1/+1
* Change how individual test programs are run. Now, testall is the driverrbb2002-11-231-7/+0
* Remove "unused variable" warnings from GCC.jorton2002-11-141-4/+0
* Migrate the directory test program to the new test suite.rbb2002-11-111-47/+240
* Update our copyright for this year.fielding2002-03-131-1/+1
* gotta close the dir before it can be removed (at least on Win32);trawick2001-08-061-0/+3
* use exit status 0 for success in testdir, testoc, and testproctrawick2001-08-021-1/+1
* Make testdir more portablebjh2001-06-281-3/+5
* Bugfix for the unix version of apr_dir_read(). I caught it on mysussman2001-06-151-0/+131