summaryrefslogtreecommitdiff
path: root/file_io
Commit message (Expand)AuthorAgeFilesLines
* leave apr_file_t->fname NULL for a pipeJeff Trawick2001-07-232-6/+6
* Fix compiler warningJustin Erenkrantz2001-07-231-1/+1
* Remove last public vestigages of APR_INHERITWilliam A. Rowe Jr2001-07-181-0/+1
* Clean up APR_INHERIT - it's now a private flag.William A. Rowe Jr2001-07-182-2/+6
* Set up the inherit mechanics to drop the APR_INHERIT flag.William A. Rowe Jr2001-07-184-21/+24
* Fix some compile breaksRyan Bloom2001-07-161-1/+1
* er, I meant ->flagsWilliam A. Rowe Jr2001-07-161-3/+5
* Write once, recheck twice )William A. Rowe Jr2001-07-161-2/+2
* Split public from private declaration for INHERIT stuffWilliam A. Rowe Jr2001-07-161-0/+1
* Introduce opening a file inheritable on Win32, and some general text cleanup.William A. Rowe Jr2001-07-162-10/+13
* This should introduce the APR_INHERIT flag for Unix.William A. Rowe Jr2001-07-162-3/+11
* Assure we resolve_ident to get the inode,device and nlinks on Win32'sWilliam A. Rowe Jr2001-07-121-32/+54
* Add the flags argument to apr_filepath_root, to allow finer control ofWilliam A. Rowe Jr2001-06-272-41/+59
* *) Add apr_file_flags_get() which returns the flags that were originallyCliff Woolley2001-06-275-1/+9
* A fine catch, Mr. WoolleyWilliam A. Rowe Jr2001-06-201-1/+1
* Normalize (forward slash) path gets on win32, and nip a bug that I needWilliam A. Rowe Jr2001-06-181-4/+19
* That is the _ugliest_ bug I've ever committed :-)William A. Rowe Jr2001-06-171-1/+1
* OS/2: Add implementations of apr_file_trunc(), apr_os_thread_current() &Brian Havard2001-06-161-0/+17
* Bugfix for the unix version of apr_dir_read(). I caught it on myBen Collins-Sussman2001-06-151-0/+4
* axe APR_ENOFILEJeff Trawick2001-06-073-11/+0
* Default to success.William A. Rowe Jr2001-06-061-1/+7
* *) Complete the implementation of LARGEFILE support on Win32, althoughWilliam A. Rowe Jr2001-06-064-49/+114
* Add apr_file_open_stdin - which allows the stdin file handle to beJustin Erenkrantz2001-05-313-0/+25
* Add a function to truncate a file without having to close and re-openRyan Bloom2001-05-231-0/+9
* A touch of fixes for win32. Lots more wrong apr_size_t vs apr_off_tWilliam A. Rowe Jr2001-05-161-2/+2
* Partially solve the char/device issue, with a couple of observationsWilliam A. Rowe Jr2001-05-161-28/+94
* If I don't understand my original comment, who else will?William A. Rowe Jr2001-05-161-3/+3
* fix a comment regarding APR_EOF and file I/O;Jeff Trawick2001-05-071-1/+1
* OS/2: Return APR_EOF where appropriate from apr_file_read().Brian Havard2001-04-231-0/+6
* Further problems to resolve for Win32 in VC98; reported by Bill StoddardWilliam A. Rowe Jr2001-04-131-1/+2
* More /w4 emit cleanups for uninit data errorsWilliam A. Rowe Jr2001-04-122-14/+18
* Still needs one more piece of work. While this ought to have worked,William A. Rowe Jr2001-04-121-23/+69
* Uninitialized data error.William A. Rowe Jr2001-04-121-1/+4
* Fix two minor bogosities, the case folding of directory names and myWilliam A. Rowe Jr2001-04-101-3/+10
* Implement specific to win32, validate the actual root requested (to avoidWilliam A. Rowe Jr2001-04-101-119/+462
* Add working apr_filepath_get/set and apr_filepath_parseroot ports forWilliam A. Rowe Jr2001-04-081-0/+501
* Per the suggestions of Greg Stein [thanks Greg] although I took some moreWilliam A. Rowe Jr2001-04-021-45/+52
* A last pesky emitWilliam A. Rowe Jr2001-04-021-1/+1
* OS/2: Use unix implementation of filepath stuff for now.Brian Havard2001-04-022-1/+3
* flush unwritten buffered data in the file cleanup routine, not inJeff Trawick2001-03-311-13/+12
* Flush any data still unwritten when the file is closed.Jeff Trawick2001-03-311-1/+6
* get filepath.c to compile on Linux/FreeBSD/etc. by dropping theJeff Trawick2001-03-311-11/+6
* First draft implementation of unix apr_filepath_ get, set, merge, andWilliam A. Rowe Jr2001-03-312-0/+318
* Remove long since defunct function apr_file_error() (marked for death nearly aBrian Havard2001-03-291-8/+0
* Don't alloc the buffer if the file is opened for non-buffered i/oBill Stoddard2001-03-231-1/+1
* OS/2: add an assortment of misc helper functions that were missing soBrian Havard2001-03-191-0/+20
* mode_t works better than int for the mode, since on SGI mode_t is widerJeff Trawick2001-03-021-1/+1
* apr_private.h is included from fileio.h so we don't need to specifyDavid Reid2001-03-011-2/+1
* Fix hand-patched typos (sorry guys)William A. Rowe Jr2001-02-251-1/+1
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andWilliam A. Rowe Jr2001-02-254-5/+5