summaryrefslogtreecommitdiff
path: root/file_io
Commit message (Expand)AuthorAgeFilesLines
* Further problems to resolve for Win32 in VC98; reported by Bill Stoddardwrowe2001-04-131-1/+2
* More /w4 emit cleanups for uninit data errorswrowe2001-04-122-14/+18
* Still needs one more piece of work. While this ought to have worked,wrowe2001-04-121-23/+69
* Uninitialized data error.wrowe2001-04-121-1/+4
* Fix two minor bogosities, the case folding of directory names and mywrowe2001-04-101-3/+10
* Implement specific to win32, validate the actual root requested (to avoidwrowe2001-04-101-119/+462
* Add working apr_filepath_get/set and apr_filepath_parseroot ports forwrowe2001-04-081-0/+501
* Per the suggestions of Greg Stein [thanks Greg] although I took some morewrowe2001-04-021-45/+52
* A last pesky emitwrowe2001-04-021-1/+1
* OS/2: Use unix implementation of filepath stuff for now.bjh2001-04-022-1/+3
* flush unwritten buffered data in the file cleanup routine, not intrawick2001-03-311-13/+12
* Flush any data still unwritten when the file is closed.trawick2001-03-311-1/+6
* 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
* Don't alloc the buffer if the file is opened for non-buffered i/ostoddard2001-03-231-1/+1
* OS/2: add an assortment of misc helper functions that were missing sobjh2001-03-191-0/+20
* 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-254-5/+5
* 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
* OS/2: use unix implementation of apr_file_read_full/apr_file_write_full.bjh2001-02-222-1/+3
* 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
* WIN32: Kill the dir cleanup on a directory close. Clean-up the code a bit.stoddard2001-02-211-5/+2
* Stop warning about implicit declaration of apr_vsnprintf.bjh2001-02-191-0/+1
* Update copyright to 2001fielding2001-02-1628-28/+28
* doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo...dougm2001-02-133-6/+6
* 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
* AYCB on win32.wrowe2001-02-111-0/+1
* Moved the prototypes for apr_snprintf and apr_vsnprintf to therbb2001-02-111-0/+1
* renaming various functions for consistency sakedougm2001-02-0826-203/+203
* - refactored out the common APR_FINFO_MIN setup into a single fillinwrowe2001-02-012-158/+138
* apr_stat() in http_request.c only needs size, type, mtime, ctime & atime valu...stoddard2001-01-311-3/+13
* This fixes a funky compile problem for me.stoddard2001-01-291-1/+1
* Refactor out the 'extras' [not returned by the atomic get info call]wrowe2001-01-292-200/+262
* User and Group (which is nearly always 'None') now works.wrowe2001-01-281-33/+30
* OS2 was chasing os2errno.h which we hid in a private platform directory,wrowe2001-01-286-15/+1
* Yeah, it was right, but this gets rid of some compiler warnings too as OS/2'sbjh2001-01-281-2/+2
* Return to a GetFileAttributesEx() call for WinNT stat() calls.wrowe2001-01-281-120/+219
* Clean up drivel, and handle both int and huge apr_off_t sizeswrowe2001-01-281-4/+10
* This patch sets the server running once again, except in cases wherewrowe2001-01-273-124/+111
* Add apr_open_stdout. This mirrors apr_open_stderr, except it worksrbb2001-01-273-15/+33
* Clean up some uglyness ... here's what the flags now mean:wrowe2001-01-271-12/+8
* apr_put_os_file() expected the caller to have an existing file or init togstein2001-01-263-42/+16