summaryrefslogtreecommitdiff
path: root/file_io
Commit message (Expand)AuthorAgeFilesLines
* Hands over my head... I surrender to the style policewrowe2002-06-041-1/+1
* Answer half the questions.wrowe2002-06-041-6/+8
* Needs research and a decisionwrowe2002-06-031-2/+9
* Updated to match the header changebnicholes2002-06-031-4/+4
* Needed a function in Subversion to behave like 'mkdir -p', and thisfitz2002-05-311-0/+56
* Implemented code that discovers the proper casing of the filename as it existsbnicholes2002-05-311-2/+0
* Switching the blocking and nonblocking functions since they were backwardsbnicholes2002-05-311-2/+4
* don't use "pipe" as a field name; some platforms redefinetrawick2002-05-312-5/+5
* Modify our pipe semantics to match linux, such that at least 65536 byteswrowe2002-05-302-4/+5
* Reimplemented apr_file_pipe_create() on NetWare using the standardbnicholes2002-05-291-55/+25
* Fix a copy-and-paste error in pipe.crbb2002-05-231-1/+1
* OS/2: Check more return codes when locking the file for appending.bjh2002-05-231-4/+11
* We must respect the APR_BINARY flag on the Unix implementation ofjwoolley2002-05-171-0/+5
* Added the properly cased file name to the cached stat information. This cutsbnicholes2002-05-081-14/+49
* Turned on the mutex locking around the hash table manipulation calls. Thisbnicholes2002-05-031-11/+12
* For NetWare first check to make sure that we have a path before trying tobnicholes2002-05-031-23/+34
* Half of a fix. We were inappropriately using GetFileInformationEx andwrowe2002-04-241-15/+20
* That's an LSTAT, not a stat. Think about it, if you are trying to figurewrowe2002-04-241-1/+1
* Implemented the case matching to disk of the file and directory names.bnicholes2002-04-221-3/+26
* Correct two huge Win32 bugs. One failed to terminate the path (we alsowrowe2002-04-221-27/+22
* Add .deps to cvsignore since APR may now generate .deps files.jerenkrantz2002-04-222-0/+2
* Allow VPATH builds to properly generate build dependencies. This requiresjerenkrantz2002-04-222-0/+4
* Fix a problem with eof reporting with Unix file I/O ontrawick2002-04-181-0/+1
* Still working on the spawning process and wiring up the pipes. Changedbnicholes2002-04-111-1/+9
* Fixed a precedence problembnicholes2002-04-041-2/+2
* Address several issues. c_is_fnchar must be namespace protected [forwrowe2002-03-221-9/+17
* Rename the "cntxt" members of the fileio structures to "pool".striker2002-03-2019-180/+180
* Performance improvement for apr_filepath_merge()brianp2002-03-171-10/+13
* Style cleanups onlybrianp2002-03-171-18/+23
* CHANGESbrianp2002-03-153-9/+19
* Jeff Trawick's seek-bug-fix (fixes and now passes test/filetest.c)wrowe2002-03-141-1/+3
* Updated to match the changes that occured in the stat structurebnicholes2002-03-141-5/+15
* Update our copyright for this year.fielding2002-03-1337-37/+37
* fix a problem in apr_file_seek on Unix for buffered filestrawick2002-03-111-0/+1
* Make include inttypes.h conditional to HAVE_INTTYPES_H.jfclere2002-03-071-0/+2
* patches for apr to rename apr_ansi_time_to_apr_time andianh2002-03-062-6/+6
* Warming up tomorrow...stoddard2002-03-061-1/+1
* Add the APR_FILE_NOCLEANUP flag to apr_file_open().stoddard2002-03-063-5/+13
* Win32: Fix APR_XTHREAD support. A thread should have its own uniquestoddard2002-03-062-8/+28
* Moved the memcpy() ahead of the hash table set to avoid a race condition.bnicholes2002-03-051-2/+6
* Second cut at fork/exec and pipe functionality on NetWare. Still a work inbnicholes2002-03-051-60/+19
* Fixed a memory leak in the stat caching function so that it reuses the statbnicholes2002-02-251-10/+52
* Removed the NetWare #ifdef's. NetWare has its own version of filestat.cbnicholes2002-02-221-10/+0
* NetWare version of filestat.cbnicholes2002-02-221-0/+300
* NetWare implementation of the file locking APR APIsbnicholes2002-02-201-0/+77
* Replace FD_SETSIZE with the bare minimum we need to call select() withjerenkrantz2002-02-181-1/+1
* Outch. Compare the appropriate file handle! Then close the target ifwrowe2002-02-131-6/+7
* Protect us from both NULL and INVALID_FILE_HANDLE results.wrowe2002-02-131-6/+24
* Another unfortunate shortcoming of WinCE - no pipe support yet.wrowe2002-02-121-0/+14
* stdfoo handles are unsupported on WinCE. Submitted by Mladen Turkwrowe2002-02-121-0/+20