summaryrefslogtreecommitdiff
path: root/test/testdir.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-4/+4
* testdir: Following up to r1877439, make sure that the test data getsBranko Čibej2020-05-061-19/+26
* Added support for recording skipped test cases.Branko Čibej2020-05-061-2/+1
* Make test work with thread support disabled.Branko Čibej2020-05-061-0/+7
* Revert r1862435, r1862071 per veto from ivanJoe Orton2019-08-281-66/+1
* * include/apr_file_info.h: Clarify pool handling for apr_dir_read andJoe Orton2019-07-021-0/+32
* Add apr_dir_pread(), a variant of apr_dir_read() which allows callersJoe Orton2019-06-251-1/+34
* Windows platform: Fix access to uninitialized memory in apr_dir_read() whenIvan Zhakov2019-06-071-0/+52
* Give every thread in the parallel recursive mkdir test its own poolBranko Čibej2014-01-211-15/+28
* Fix timing bug in parallel apr_dir_make_recursive on Windows.Branko Čibej2014-01-211-0/+122
* stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*Jeff Trawick2014-01-181-8/+14
* Use the APR_FOPEN_* constants instead of the deprecated APR_* constantsGraham Leggett2010-03-021-1/+1
* No use for rv now.William A. Rowe Jr2007-11-061-1/+0
* Leftover cut-n-paste junk noted by Lucian Adrian Grijincu <lucian.grijincu gm...William A. Rowe Jr2007-11-061-1/+1
* It is entirely pointless to have nonportable behaviors as examplesWilliam A. Rowe Jr2007-11-061-12/+1
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* * test/testdir.c (test_rmkdir_nocwd): Avoid failures on platformsJoe Orton2005-09-271-5/+13
* * file_io/unix/dir.c (apr_dir_make_recursive): Fix infinite recursionJoe Orton2005-09-241-0/+25
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Presently if we fail in apr_assert_success we get the line number forDavid Reid2004-06-071-5/+5
* Add the line number to the verbose output from abts. This also removesRyan Bloom2004-05-141-38/+38
* Move the APR test suite from CuTest to abts. The output is cleaner,Ryan Bloom2004-05-131-68/+68
* * include/apr_file_info.h: Remove misleading @remark about dot/dot-dotJoe Orton2004-02-191-51/+10
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Only APR_FINFO_DIRENT is guarenteed to be supported... other platformsWilliam A. Rowe Jr2002-12-291-5/+5
* Add some tests that were written but not being run.Ryan Bloom2002-11-241-0/+4
* Fix the names for all tests. (I got sick of seeing Test in the output)Ryan Bloom2002-11-241-1/+1
* Change how individual test programs are run. Now, testall is the driverRyan Bloom2002-11-231-7/+0
* Remove "unused variable" warnings from GCC.Joe Orton2002-11-141-4/+0
* Migrate the directory test program to the new test suite.Ryan Bloom2002-11-111-47/+240
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* gotta close the dir before it can be removed (at least on Win32);Jeff Trawick2001-08-061-0/+3
* use exit status 0 for success in testdir, testoc, and testprocJeff Trawick2001-08-021-1/+1
* Make testdir more portableBrian Havard2001-06-281-3/+5
* Bugfix for the unix version of apr_dir_read(). I caught it on myBen Collins-Sussman2001-06-151-0/+131