summaryrefslogtreecommitdiff
path: root/file_io/unix
Commit message (Expand)AuthorAgeFilesLines
* 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
* apr_put_os_file() expected the caller to have an existing file or init togstein2001-01-261-18/+4
* Fix an error check logic which was broken with 1.43. This causedtrawick2001-01-241-1/+1
* get filestat.c to compile againtrawick2001-01-241-12/+12
* Fix someone else's typo in Unixwrowe2001-01-241-5/+5
* The last patch to unix/filestat.c added the APR_INCOMPLETE. This patchwrowe2001-01-241-3/+18
* The csize solution does solve BeOS R4.5, so back that out of all unixwrowe2001-01-241-4/+10
* Use a typesafe function for access objects' pools.gstein2001-01-241-0/+2
* include <limits.h> for PATH_MAX (needed on Solaris)trawick2001-01-231-0/+3
* Fix a declaration of dirent to struct dirent in file_io/unix/dir.crbb2001-01-231-1/+1
* Get dir.c compiling on FreeBSDrbb2001-01-231-0/+3
* Fix apr_dir_read on Unix.rbb2001-01-231-5/+5
* apr_dir_read now accepts a pointer to the user's apr_finfo_t to gatherwrowe2001-01-232-105/+47
* Just combine some common code on Unix. This should make things a bitrbb2001-01-221-46/+31
* Backout apr_get_filename_case.rbb2001-01-211-13/+0
* Get APR building on Unix again. This just updates APR for the newrbb2001-01-201-10/+16
* The platform changes in apr to support the APR_FINFO_wanted declarationwrowe2001-01-203-37/+53
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-182-8/+13
* Libtool-ize APR.gstein2001-01-092-32/+18
* Stop copying file names that we get from apr_file_t's and apr_dir_t's.rbb2001-01-051-2/+2
* There is no reason to duplicate the string, because we have alreadyrbb2001-01-051-3/+3
* Back out some changes to the file_io stuff that wasn't ready yet.rbb2001-01-051-3/+3
* We need to initialize have_corkable_tcp to 0, otherwise on platformsrbb2001-01-051-3/+3
* Rename the apr_opendir symbol to apr_dir_open. This makes more sense,rbb2000-12-171-1/+1
* *) Add functions for file-level locking/unlocking.gstein2000-11-292-0/+151
* This patch removes the dependencies from Makefile.in. Dependenciestrawick2000-11-151-66/+2
* Fix OS/2 build after the move of private APR headers to the include/arch/bjh2000-11-149-23/+11
* Fix a lot of the fallback from the apr_ssize_t to apr_size_t changerbb2000-11-101-2/+2