summaryrefslogtreecommitdiff
path: root/file_io/unix/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-15/+15
* Revert r1862435, r1862071 per veto from ivanJoe Orton2019-08-281-9/+3
* Add apr_dir_pread(), a variant of apr_dir_read() which allows callersJoe Orton2019-06-251-3/+9
* Revert r1789258, r1856189, r1856191 following discussion on list, in favorWilliam A. Rowe Jr2019-04-011-4/+3
* apr_dir: no need to allocate our dir entry if readdir{,64}_r() is not used.Yann Ylavic2019-03-251-9/+14
* Follow up to r1856189: use NAME_MAX from limits.h when available.Yann Ylavic2019-03-251-1/+5
* Follow up to r1789258: configure to detect whether readdir() is thread-safe.Yann Ylavic2019-03-251-3/+1
* apr_dir_read: Since readdir() is now thread safe on most (if not all) unixesYann Ylavic2017-03-291-4/+7
* Fix race condition that could lead to EEXIST being returnedStefan Fritsch2011-10-151-3/+8
* apr_dir_read returned ENOENT instead of APR_ENOENTWilliam A. Rowe Jr2007-04-181-1/+1
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* * include/arch/unix/apr_arch_file_io.h: Define APR_USE_READDIR64_R toJoe Orton2005-09-271-3/+3
* * file_io/unix/dir.c (apr_dir_make_recursive): Fix infinite recursionJoe Orton2005-09-241-0/+5
* * file_io/unix/dir.c (apr_dir_read): Avoid an unnecessaryJoe Orton2005-09-081-6/+10
* * file_io/unix/dir.c (apr_dir_read): Clarify handling ofJoe Orton2005-09-051-4/+4
* * file_io/unix/dir.c (apr_dir_open): Fix error handling; don't assumeJoe Orton2005-09-011-9/+9
* * file_io/unix/dir.c (apr_dir_read): Fix non-readdir64_r build.Joe Orton2005-09-011-1/+3
* Add some workarounds for cases where readdir_r fails due to largeJoe Orton2005-08-311-4/+34
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* remove these interfaces:Jeff Trawick2003-09-031-1/+1
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencyThom May2003-01-071-1/+1
* Namespace protection for include/arch/ header filesThom May2003-01-061-1/+1
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Based on Philip Martin's research, we need to ignore any d_type resultsWilliam A. Rowe Jr2002-12-181-8/+20
* Reverted my last change for now.Branko Čibej2002-12-181-2/+2
* Reverse the tests for DIRENT_INODE and DIRENT_TYPE that were added toBranko Čibej2002-12-181-2/+2
* Untested... but Ryan's assertion was correct, this should be static.William A. Rowe Jr2002-12-151-2/+2
* Solaris is a bit strange, if there are no more entries in theRyan Bloom2002-12-151-0/+11
* Fix a compile break on Solaris, and a warning on Linux. If the functionRyan Bloom2002-12-151-1/+2
* fix dependency on a nonexistent function, and remove an unused variableBrian Pane2002-12-151-4/+1
* Introduce detection of dirent->d_fileno (or ->d_ino) and dirent->d_typeWilliam A. Rowe Jr2002-12-141-12/+52
* back out the changes to #include sys/stat.h . This is unneccessary as longGreg Ames2002-07-011-3/+0
* get APR closer to building on FreeBSD 4.6-STABLEGreg Ames2002-06-271-0/+3
* The Style Police come a knocking.Thom May2002-06-231-3/+5
* Needed a function in Subversion to behave like 'mkdir -p', and thisBrian Fitzpatrick2002-05-311-0/+56
* Rename the "cntxt" members of the fileio structures to "pool".Sander Striker2002-03-201-14/+14
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Simple is nice. :)Cliff Woolley2001-10-021-2/+1
* apr_dir_read (with something like APR_FINFO_TYPE in wanted) will returnRyan Bloom2001-09-041-2/+1
* Bugfix for the unix version of apr_dir_read(). I caught it on myBen Collins-Sussman2001-06-151-0/+4
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andWilliam A. Rowe Jr2001-02-251-2/+2
* Unregister the cleanup, regardless of the success of failure of theBill Stoddard2001-02-211-7/+2
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Define APR_PATH_MAX to solve a minor portability aggravation. Win32Jeff Trawick2001-02-131-5/+1
* OS/390 has _POSIX_PATH_MAX but not PATH_MAX (did I hear a little birdJeff Trawick2001-02-121-0/+4
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-7/+7
* Fix an error check logic which was broken with 1.43. This causedJeff Trawick2001-01-241-1/+1
* The last patch to unix/filestat.c added the APR_INCOMPLETE. This patchWilliam A. Rowe Jr2001-01-241-3/+18