summaryrefslogtreecommitdiff
path: root/file_io
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replaced use of unsupported function MoveFileEx() with MoveFile() forwrowe2001-01-251-4/+24
* * open.c (apr_open): Fixed deferencing of potentially NULL pointerwrowe2001-01-251-1/+1
* Get OS/2 dir & stat code working with current API.bjh2001-01-252-39/+22
* Fix an error check logic which was broken with 1.43. This causedtrawick2001-01-241-1/+1
* Transpose the order of evaluation for APR_LNK on win32wrowe2001-01-241-5/+5
* 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-243-0/+5
* include <limits.h> for PATH_MAX (needed on Solaris)trawick2001-01-231-0/+3
* Cleanups and implement a sub-stat for win32 apr_dir_read(), as on unix.wrowe2001-01-232-15/+44
* Add a healthy bit of extra native info to win32's apr_dir_read()wrowe2001-01-231-7/+15
* 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-235-270/+131
* 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
* Fix a couple of typos in wrowe's last commit.bjh2001-01-211-2/+2
* 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-2011-330/+303
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-1810-52/+77
* Libtool-ize APR.gstein2001-01-094-71/+36
* Stop copying file names that we get from apr_file_t's and apr_dir_t's.rbb2001-01-053-5/+5
* 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-173-3/+3