summaryrefslogtreecommitdiff
path: root/file_io
Commit message (Expand)AuthorAgeFilesLines
* NETWARE: Only use the path context from the stat cache if the requestbnicholes2003-01-062-12/+28
* Added a new function, apr_filepath_encoding, to determine the characterbrane2003-01-032-0/+22
* OS/2: Return APR_TIMEUP from apr_file_read() when a pipe times out.bjh2003-01-021-1/+6
* OS/2: Fill in finfo->fname, was being left uninitialized.bjh2003-01-021-0/+2
* Update copyright notices to 2003.thommay2003-01-0138-38/+38
* We can't optimize away this test! Just because a path didn't containwrowe2002-12-311-1/+1
* Fix uninitialized variable dereference from a recent commitbrianp2002-12-301-1/+1
* Close the last testdir emit by always calling FindFirstFile on open/rewindwrowe2002-12-291-3/+44
* apr_dir_make_recursive is now implemented. The unix code is a littlewrowe2002-12-291-1/+45
* Get us building on unix again.rbb2002-12-291-1/+1
* Defer allocation of the apr_file_t until the file is successfully openedwrowe2002-12-291-33/+38
* Add an internal Win32 apr_file_open flag APR_OPENINFO to allow APR itselfwrowe2002-12-292-13/+28
* Grudgingly accept that folks may want to merge paths containing wildcardwrowe2002-12-281-1/+8
* Introduce APR_EPATHWILD to designate that a given apr_file_[l]stat()wrowe2002-12-281-1/+4
* Several StdHandles may be defined as the same handle, handle that case.wrowe2002-12-282-10/+15
* Remove the segfault from testfile.c and introduce new breakage.wrowe2002-12-281-0/+15
* OS/2: Fix file open flag manipulation so that APR_EXCL actually works. Thisbjh2002-12-261-1/+1
* Use getcwdpath() rather than getcwd() in apr_filepath_get() to make sure thatbnicholes2002-12-201-3/+13
* Based on Philip Martin's research, we need to ignore any d_type resultswrowe2002-12-181-8/+20
* Reverted my last change for now.brane2002-12-181-2/+2
* Reverse the tests for DIRENT_INODE and DIRENT_TYPE that were added tobrane2002-12-181-2/+2
* Brian, for your review. Start catching those scenarios which are UNKFILEwrowe2002-12-171-0/+7
* Brad, please review. Adopt the alternate 'UNKFILE' if we failedwrowe2002-12-171-6/+8
* Untested... but Ryan's assertion was correct, this should be static.wrowe2002-12-151-2/+2
* Solaris is a bit strange, if there are no more entries in therbb2002-12-151-0/+11
* Fix a compile break on Solaris, and a warning on Linux. If the functionrbb2002-12-151-1/+2
* fix dependency on a nonexistent function, and remove an unused variablebrianp2002-12-151-4/+1
* Introduce detection of dirent->d_fileno (or ->d_ino) and dirent->d_typewrowe2002-12-141-12/+52
* Use the new APR_UNKFILE when appropriate.wrowe2002-12-141-1/+1
* Always use overlapped pipes on NT-based machines. This allows pipes torbb2002-12-121-43/+1
* Fix of my braindead error, submitted by Karl Fogel <kfogel@newton.ch.collab...wrowe2002-12-121-3/+3
* Since Jeff indicates we trip on FIFO... here should be a legitmiatewrowe2002-12-121-0/+16
* Fix rootpath detection for Win9X so we don't go stat'ing the volume.wrowe2002-12-121-2/+2
* Comments for legibility.wrowe2002-12-121-2/+4
* switch {case} and default: are probably better for handling this case.wrowe2002-12-121-17/+21
* Dueling patches. Replace FirstBill's strcasecmp patch with a patch thatwrowe2002-12-121-66/+109
* Add a stub function for apr_dir_make_recursive. This doesn't do anything,rbb2002-12-111-0/+8
* IIUC, users expect APR_EAGAIN() to respond TRUE if a lock has contentionwrowe2002-12-101-5/+0
* Allow for the path length to change while resolving each segmentbnicholes2002-11-261-2/+2
* Win32: Fix apr_stat() fooness. When passing in a filename like c:/foo/<a>,stoddard2002-11-221-0/+16
* *) Renames done (deprecated functions wrapped):thommay2002-11-201-2/+3
* Need to default to the standard open() call for NetWare when the returnedbnicholes2002-11-141-2/+4
* Store and use the path context to each directory and file rather than relyingbnicholes2002-11-063-147/+0
* Always lock the file on append, it's a good ideawrowe2002-10-291-9/+5
* Comment a not so obvious tidbit.stoddard2002-10-291-0/+5
* If opened append and overlapped, use apr_file_seek -first- to recomputewrowe2002-10-291-4/+4
* Fix commentsstoddard2002-10-291-4/+2
* Win32: Get APR_APPEND file i/o working correctly.stoddard2002-10-293-42/+56
* * apr/file_io/unix/copy.c (apr_file_transfer_contents): Fix comment.kfogel2002-10-251-1/+1
* Getting ready for an API change in the NetWare LIBC library that will speed upbnicholes2002-10-233-8/+206