summaryrefslogtreecommitdiff
path: root/file_io
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow apr_file_dup() to behave as before, for a while longerwrowe2002-01-111-0/+8
* Compiler doesn't distinguish between void** and void*, apparently.wrowe2002-01-111-3/+3
* Implement apr_file_dup2() for win32. Don't understand precisely whywrowe2002-01-111-45/+65
* Add apr_file_dup2.dreid2002-01-111-26/+56
* We went to the trouble of assembling the name ... why not return it :-?wrowe2002-01-091-0/+2
* This helper stub will get us the appropriate Win32 wchar* or char*,wrowe2002-01-081-0/+83
* get the prototype for apr_os_file_put()trawick2002-01-081-0/+1
* Fix a compile break that I just committed. Having multiple OSes is a goodrbb2002-01-081-1/+3
* Add the ability to pass flags to both apr_file_open and apr_mktemp.rbb2002-01-084-23/+21
* Still, the problem lingers. There is nothing wrong, AFAICT, with leavingwrowe2002-01-081-4/+4
* Missed one.aaron2002-01-081-1/+1
* Ok, that was borked... here should compile :-/wrowe2002-01-081-1/+1
* We cannot close-on-fork any fd 0 through 2 (stdin, stdout, stderr)!!!wrowe2002-01-081-4/+13
* Tighter localization of some variables... found experimenting in otherwrowe2002-01-051-6/+6
* Doug MacEachern commented to me that perl, and some other apps, arewrowe2001-12-301-14/+28
* OS/2: switch buffered file I/O over to using apr_thread_mutex_t instead ofbjh2001-12-302-7/+6
* roll the extra apr_lock_create_np() functionality into apr_lock_create()trawick2001-12-291-1/+2
* Fix some stray tabs and wrap long lines.jerenkrantz2001-12-291-11/+21
* Substantial optimization of the os_level semantic. Since this is entirelywrowe2001-12-285-30/+17
* Tabs are evil, 4width doubly sowrowe2001-12-281-45/+46
* FS3_to_finfo already assigns the initial valid bits.wrowe2001-12-281-4/+3
* When in Rome... or better put... eat our own dogfood.wrowe2001-12-132-5/+7
* Do the right thing when setting pipe timeouts for the latest BONE beta.dreid2001-12-111-24/+36
* Fix a problem in Unix apr_file_dup() which caused 0 to be returnedtrawick2001-12-061-0/+2
* Now that hurts... fix of my patch from Barry Pederson <barryp@yahoo.com>wrowe2001-11-281-2/+2
* Sorry Justin.ianh2001-11-271-2/+0
* remove a big nasty strdup for apr_filepath_mergeianh2001-11-271-7/+18
* Final comments r.e. Win9x unsupported functionswrowe2001-11-271-0/+4
* Optimize the win32 code with the (apr-internal) global apr_os_level,wrowe2001-11-272-35/+36
* Convert Win32 to apr_thread_mutex locking, rather than apr_lock.wrowe2001-11-272-7/+11
* Conversion of the file_io routines from INTRAPROCESS apr_lock_taaron2001-11-213-10/+12
* Fix result of apr_filepath_root() when given a drive-less absolute path. Wasbjh2001-11-181-1/+1
* This is a fix for the SymLink tests on Win2k, that is required by thewrowe2001-11-122-6/+16
* Don't mix tabs and spaces in the same code segment.jerenkrantz2001-11-111-6/+6
* Added NETWARE to the #if defined listbnicholes2001-10-181-1/+1
* Implemented two functions for NetWarebnicholes2001-10-171-4/+0
* Added the default file attributes for NetWarebnicholes2001-10-161-0/+4
* read_with_timeout in apr/file_io/win32/readwrite.c incorrectlytrawick2001-10-161-1/+1
* The pipe creation code used by mod_cgi in Apache 2.0trawick2001-10-161-0/+4
* More path parsing corrections, Win32 path code should now be stable.wrowe2001-10-111-14/+12