summaryrefslogtreecommitdiff
path: root/file_io
Commit message (Expand)AuthorAgeFilesLines
* Update dependencies.ben2000-06-111-11/+15
* Catch fname length = MAX_PATH since for some strange reasonake2000-06-091-1/+10
* Fix readwrite to support BeOS. BeOS doesn't currently support select'ingrbb2000-06-011-4/+6
* Remove the file_check_read function. This should have been removed withrbb2000-06-011-20/+0
* OS/2: Add an implementation of ap_file_check_read().bjh2000-05-271-0/+15
* OS/2: Fix ap_write() to use the handle's mutex lock instead of criticalbjh2000-05-271-3/+3
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.wrowe2000-05-264-4/+4
* Add a new APR function. This function basically lets a file masquerade asrbb2000-05-241-1/+0
* fix two problems with Ryan's recent checkin: missing entries in angstein2000-05-241-5/+6
* Implement saferead in Apache 2.0. This has had minimal testing, and itrbb2000-05-241-0/+18
* Win32: Add buffered file I/Objh2000-05-235-52/+224
* Common files are the wrong way to solve this for Win32. The correctrbb2000-05-171-56/+0
* "*data = NULL" added inappropriately earlier today... it won't compiletrawick2000-05-171-1/+0
* Combine the fileacc.c file from Windows and Unix.rbb2000-05-172-87/+6
* Combine the Unix and OS/2 fileacc.c code. They are basically the same, andrbb2000-05-173-49/+15
* Remove Beos specific file_io directory. The file that was left there wasrbb2000-05-163-469/+0
* OS/2: Fix return code on failure to create a file handle's mutex lock.bjh2000-05-131-1/+1
* prevent trap when restarting under debuggerake2000-05-041-2/+9
* Significantly shorten the Win32 build and shrink symbol tableswrowe2000-05-011-1/+0
* Fix various return code problems in APR on Win32. For most oftrawick2000-05-012-2/+2
* Use ap_pcalloc instead of ap_palloc where it makes sense.rbb2000-04-302-3/+3
* Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter cansascha2000-04-303-3/+0
* Update comment for depend target. The template makefiles are now calledsascha2000-04-303-3/+3
* Fix ap_readdir() problem on systems where d_name[] field intrawick2000-04-301-1/+10
* back out APR_ prefix for TRUE,FALSEdougm2000-04-289-39/+39
* One more...stoddard2000-04-281-1/+1
* Backout APR_TRUE|FALSE patch on Windows system calls.stoddard2000-04-281-1/+1
* prefix TRUE,FALSE with APR_dougm2000-04-2811-41/+41
* Whoops... ungetchar wasn't used on Win32 either... but wewrowe2000-04-281-1/+0
* OS/2: We don't currently have an ungetchar in OS/2's ap_file_t asbjh2000-04-281-1/+0
* OS/2: pipe member of ap_file_t needs to be initialized whenever an ap_file_tbjh2000-04-282-0/+5
* get rid of C++ style commentstoddard2000-04-271-2/+0
* Pipes are never opened for buffered I/O, therefore we need to set therbb2000-04-271-0/+6
* Fix build break. ap_file_t does not use the 'ungetchar' field. I added it forstoddard2000-04-273-7/+9
* Fix the problem that the reader of the pipe always got a \0 prefixed intrawick2000-04-273-0/+3
* Tell APR to truncate the httpd.pid file if it exists. Fix a bug in thestoddard2000-04-252-5/+1
* Must've been more tired than I thought yesterday! BeOS does have writev fordreid2000-04-231-2/+9
* ap_open(..,APR_OS_DEFAULT,..) uses perms 0666 instead of 0777 ontrawick2000-04-231-1/+1
* Bring BeOS APR back into a working state.dreid2000-04-221-96/+146
* We shouldn't be trying to destroy a lock if the lock was never created.rbb2000-04-221-1/+4
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-228-26/+27
* Win32: Fix more compile warnings...stoddard2000-04-211-3/+7
* Remove the invalid data checking from APR's file I/O on Unix.rbb2000-04-217-103/+1
* Win32: Fix compile break caused by the recent ap_strerror patch.stoddard2000-04-203-0/+3
* OS/2: Add a missing error code mappingbjh2000-04-201-0/+1
* APR_ENOCONT doesn't make any sense without contexts. Replaced them all withrbb2000-04-192-2/+2
* Remove APR_ENOSTAT from directory code. We should be returning errno.rbb2000-04-191-3/+3
* Win32: A little tweak to make writing to the error logs a bit happier.stoddard2000-04-191-0/+3
* Reimplement ap_writev, et. al. using ap_write.stoddard2000-04-192-23/+25
* Turn os2errno into OS/2 version of ap_canonical_error().bjh2000-04-192-4/+14