summaryrefslogtreecommitdiff
path: root/file_io/unix
Commit message (Expand)AuthorAgeFilesLines
* style policejwoolley2003-09-031-1/+2
* Add the path to the NetWare TMP directory to the list of test directories.bnicholes2003-08-251-0/+8
* Add apr_temp_dir_get(), a function to get the most suitable directory to placethommay2003-08-232-1/+168
* Finish the new timestamp-setting API, thanks to helpful tips fromsussman2003-07-081-7/+26
* New apr_file_mtime_set() API, implemented in unix and win32.sussman2003-07-071-0/+26
* When writing to pipes with a timeout set, handle the situationtrawick2003-06-051-2/+13
* Added flag APR_FILE_ATTR_HIDDEN for manipulating the "hidden" filebrane2003-05-241-0/+5
* apr_file_gets(): Return APR_SUCCESS if any characters aretrawick2003-05-011-1/+8
* Revert my recent change that concerns both Jeff Trawick and myself,wrowe2003-03-221-12/+6
* Given two solutions to the current mpm inheritence bugs,wrowe2003-03-221-8/+10
* dup2() is supported on NetWarebnicholes2003-03-201-8/+0
* Fix "unused variable" compiler warning in apr_file_dup2 and eliminatejorton2003-03-191-6/+1
* apr_os_pipe_put() (where is the _file in that symbol name?) registerswrowe2003-03-191-1/+1
* Clean up a runover line, and reflect that apr_os_file_put() does notwrowe2003-03-191-2/+3
* A common sense logic change. If we are dup()ing or dup2()ingwrowe2003-03-191-4/+14
* Fix bug #5 of the evening; always register the proper child_cleanupwrowe2003-03-191-1/+3
* Fix bug #4 of the evening; it is altogether possible for the user to havewrowe2003-03-191-9/+13
* apr_p[c]alloc always succeeds, exit()s or calls the user defined callback.wrowe2003-03-191-3/+0
* Break the initial *new_file NULL checkwrowe2003-03-191-12/+12
* Bug Fix #1 .. Move the special-case of Netware into _dup_file() wherewrowe2003-03-191-4/+8
* Document an obvious problem lacking a simple solution - if we simplywrowe2003-03-181-0/+7
* Eliminate a local variable in apr_unix_file_cleanup.jorton2003-03-061-3/+1
* Fix the 'test_buffered_write_size' test by ensuring that bufferedjorton2003-03-061-0/+6
* Make apr_file_inherit_set/unset work for pipes created by Unixjorton2003-03-061-0/+4
* Move the apr_filepath_list_split_impl and apr_filepath_list_merge_implbrane2003-02-162-1/+3
* get the prototypes for these functions in the right placetrawick2003-02-132-12/+2
* CodeWarrior compiler can't handle initializing an array element with a variablebnicholes2003-02-121-1/+2
* Added two new functions, apr_filepath_list_split and apr_filepath_list_merge,brane2003-02-123-0/+171
* Remove the stat info caching for NetWarebnicholes2003-01-141-25/+0
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-0712-12/+12
* Namespace protection for include/arch/ header filesthommay2003-01-0612-14/+14
* NETWARE: Only use the path context from the stat cache if the requestbnicholes2003-01-061-3/+11
* Added a new function, apr_filepath_encoding, to determine the characterbrane2003-01-031-0/+7
* Update copyright notices to 2003.thommay2003-01-0113-13/+13
* Fix uninitialized variable dereference from a recent commitbrianp2002-12-301-1/+1
* 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
* 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
* 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
* 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
* switch {case} and default: are probably better for handling this case.wrowe2002-12-121-17/+21
* Need to default to the standard open() call for NetWare when the returnedbnicholes2002-11-141-2/+4