summaryrefslogtreecommitdiff
path: root/file_io/unix
Commit message (Expand)AuthorAgeFilesLines
* Rename the "cntxt" members of the fileio structures to "pool".striker2002-03-207-55/+55
* Performance improvement for apr_filepath_merge()brianp2002-03-171-10/+13
* Style cleanups onlybrianp2002-03-171-18/+23
* CHANGESbrianp2002-03-153-9/+19
* Update our copyright for this year.fielding2002-03-1312-12/+12
* 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-061-3/+3
* Add the APR_FILE_NOCLEANUP flag to apr_file_open().stoddard2002-03-061-2/+5
* Removed the NetWare #ifdef's. NetWare has its own version of filestat.cbnicholes2002-02-221-10/+0
* Replace FD_SETSIZE with the bare minimum we need to call select() withjerenkrantz2002-02-181-1/+1
* I hope the clocks have sufficient resolution to make this randomizationwrowe2002-02-121-1/+7
* apr_file_attrs_set takes a new parameter, attr_mask, that defines whichbrane2002-02-111-11/+35
* 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-012-0/+27
* Change the new_file parameter of apr_file_dup2() so that it is perfectlyaaron2002-01-241-3/+3
* 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
* Add apr_file_dup2.dreid2002-01-111-26/+56
* 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-082-15/+11
* 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
* Fix some stray tabs and wrap long lines.jerenkrantz2001-12-291-11/+21
* Tabs are evil, 4width doubly sowrowe2001-12-281-45/+46
* 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
* Sorry Justin.ianh2001-11-271-2/+0
* remove a big nasty strdup for apr_filepath_mergeianh2001-11-271-7/+18
* Conversion of the file_io routines from INTRAPROCESS apr_lock_taaron2001-11-213-10/+12
* 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
* Added the default file attributes for NetWarebnicholes2001-10-161-0/+4
* Fix macro test (it's a 0/1 macro).bjh2001-10-101-1/+1
* Many fixes to apr_file_mktemp when !HAVE_MKSTEMP to (a) make it workjwoolley2001-10-061-65/+29
* Add ASF licensejwoolley2001-10-061-0/+53
* Simple is nice. :)jwoolley2001-10-022-4/+2
* Even though it's not unusual for temporary files to be unlinked as soon asjwoolley2001-10-012-4/+3
* Fix a potential segfault on Unix when apr_file_close() is called and thejwoolley2001-10-011-7/+2
* Add unix mktemp to OS/2 build.bjh2001-09-301-0/+3
* Convert from the hardcoded Unix file permissions to the APR filerbb2001-09-241-2/+3
* Use the mktemp.c file from unix on Windows as well. This requiresrbb2001-09-241-27/+37
* Add the apr_file_mktemp function. This creates and opens arbb2001-09-241-69/+33
* Added the ability to extract the APR_FINFO_NAME data for NetWarebnicholes2001-09-141-0/+6