summaryrefslogtreecommitdiff
path: root/file_io
Commit message (Expand)AuthorAgeFilesLines
* 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
* Filelocks are unsupported on WinCE. Submitted by Mladen Turkwrowe2002-02-121-0/+9
* WinCE doesn't have the concept of 'duplicating' file handles - it lackswrowe2002-02-121-0/+8
* I hope the clocks have sufficient resolution to make this randomizationwrowe2002-02-121-1/+7
* My misinterpretation. -1 is our interal flag for a invalid handle - itwrowe2002-02-121-1/+1
* I don't trust that the OS is even returning an error - if the handlewrowe2002-02-121-3/+3
* Symbolic rather than explicit value - no need to push into .32.wrowe2002-02-121-1/+1
* apr_file_attrs_set takes a new parameter, attr_mask, that defines whichbrane2002-02-113-19/+51
* Added Win32 implementation of apr_file_attrs_set.brane2002-02-101-1/+48
* Getting ready for some API name changes in the NetWare librariesbnicholes2002-02-081-0/+17
* Even on NT, a file can be without a DACL -- for example, if it's in abrane2002-02-071-17/+23
* OS/2: Implement apr_file_attrs_set() & other minor build fixes for thebjh2002-02-023-1/+29
* some style changes. other tweaks.gstein2002-02-011-30/+27
* Add apr_file_copy() and apr_file_append() functions. These are writtenjerenkrantz2002-02-011-0/+153
* Add apr_file_copy() and apr_file_append() functions. These are writtengstein2002-02-013-0/+34
* In respect to Jeff's earlier comments, these fns will never be publiclywrowe2002-01-291-3/+3
* Fixed the way the FIFOs are being cleaned up for NetWarebnicholes2002-01-291-2/+31
* Mladen Turk's <mturk@mappingsoft.com> WinCE port.wrowe2002-01-284-32/+66
* Thank you for applying, Aaron! Notice that threadproc/*/proc.c files seemwrowe2002-01-241-8/+0
* Change the new_file parameter of apr_file_dup2() so that it is perfectlyaaron2002-01-243-17/+13
* OS/2: Add apr_file_dup2().bjh2002-01-201-1/+24
* apr_file_mktemp should APR_CREATE the tmp filejerenkrantz2002-01-181-1/+2
* dup2() appears to be broken. Sticking with dup() until we can fix it.bnicholes2002-01-141-0/+4
* Change the way we set the BEOS_BLOCKING define so that the pickydreid2002-01-121-1/+3
* I don't like missing errors, so we'll now actually return the error if we hav...dreid2002-01-121-2/+7