summaryrefslogtreecommitdiff
path: root/file_io/unix
Commit message (Expand)AuthorAgeFilesLines
...
* fix breakage caused by last updateianh2001-09-091-1/+1
* Fix the apr_proc_create for win32. In order to do so, this patchwrowe2001-09-091-2/+3
* apr_dir_read (with something like APR_FINFO_TYPE in wanted) will returnrbb2001-09-041-2/+1
* fix a problem with buffered files on unix which was exposedtrawick2001-08-291-3/+4
* on some Unix boxes (e.g., Tru64), a non-blocking fcntl() lock requesttrawick2001-08-281-1/+9
* Fix calculation of new offset after a seek on a buffered file.bjh2001-08-281-1/+1
* get apr_file_ungetc() for unix working well enough with bufferedtrawick2001-08-241-0/+6
* Yep, httpd serves pages again.jwoolley2001-08-241-1/+1
* The **dir should be advanced over the leading 'root' (/+).wrowe2001-08-241-2/+4
* Use uniform wrapping for unistd.h, and don't include it if it's aready includ...martin2001-08-222-2/+0
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-106-36/+39
* While we're tidying up warnings, fix thisbjh2001-07-261-0/+2
* leave apr_file_t->fname NULL for a pipetrawick2001-07-231-2/+2
* Fix compiler warningjerenkrantz2001-07-231-1/+1
* Remove last public vestigages of APR_INHERITwrowe2001-07-181-0/+1
* Set up the inherit mechanics to drop the APR_INHERIT flag.wrowe2001-07-182-10/+8
* Fix some compile breaksrbb2001-07-161-1/+1
* er, I meant ->flagswrowe2001-07-161-3/+5
* Write once, recheck twice )wrowe2001-07-161-2/+2
* Split public from private declaration for INHERIT stuffwrowe2001-07-161-0/+1
* This should introduce the APR_INHERIT flag for Unix.wrowe2001-07-162-3/+11
* Add the flags argument to apr_filepath_root, to allow finer control ofwrowe2001-06-271-0/+1
* *) Add apr_file_flags_get() which returns the flags that were originallyjwoolley2001-06-273-1/+7
* Bugfix for the unix version of apr_dir_read(). I caught it on mysussman2001-06-151-0/+4
* axe APR_ENOFILEtrawick2001-06-071-4/+0
* Add apr_file_open_stdin - which allows the stdin file handle to bejerenkrantz2001-05-311-0/+7
* Add a function to truncate a file without having to close and re-openrbb2001-05-231-0/+9
* Per the suggestions of Greg Stein [thanks Greg] although I took some morewrowe2001-04-021-45/+52
* flush unwritten buffered data in the file cleanup routine, not intrawick2001-03-311-13/+12
* get filepath.c to compile on Linux/FreeBSD/etc. by dropping thetrawick2001-03-311-11/+6
* First draft implementation of unix apr_filepath_ get, set, merge, andwrowe2001-03-312-0/+318
* Remove long since defunct function apr_file_error() (marked for death nearly abjh2001-03-291-8/+0
* mode_t works better than int for the mode, since on SGI mode_t is widertrawick2001-03-021-1/+1
* apr_private.h is included from fileio.h so we don't need to specifydreid2001-03-011-2/+1
* Fix hand-patched typos (sorry guys)wrowe2001-02-251-1/+1
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andwrowe2001-02-253-4/+4
* change mkstemp() to apr_mkstemp() so we don't pollute somebody else'strawick2001-02-231-3/+16
* fix for ReliantUNIX and other platforms with no mkstemp() routine:trawick2001-02-231-4/+4
* don't compile mktemp.c unless we have to; it doesn't compile everywheretrawick2001-02-211-0/+6
* Add mktemp() and mkstemp() emulation for systems which don't have it.martin2001-02-212-1/+219
* Unregister the cleanup, regardless of the success of failure of thestoddard2001-02-211-7/+2
* Update copyright to 2001fielding2001-02-1610-10/+10
* doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo...dougm2001-02-131-2/+2
* Define APR_PATH_MAX to solve a minor portability aggravation. Win32trawick2001-02-131-5/+1
* OS/390 has _POSIX_PATH_MAX but not PATH_MAX (did I hear a little birdtrawick2001-02-121-0/+4
* Fix a bad rename: apr_file_read_file should be apr_file_read_fullgstein2001-02-121-6/+7
* Moved the prototypes for apr_snprintf and apr_vsnprintf to therbb2001-02-111-0/+1
* renaming various functions for consistency sakedougm2001-02-0810-75/+75
* Add apr_open_stdout. This mirrors apr_open_stderr, except it worksrbb2001-01-271-0/+7
* Clean up some uglyness ... here's what the flags now mean:wrowe2001-01-271-12/+8