summaryrefslogtreecommitdiff
path: root/file_io
Commit message (Expand)AuthorAgeFilesLines
* Add buffered I/O back into APR's file I/O on unix. This code comes fromrbb2000-04-146-68/+245
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-1415-41/+41
* Avoid signed/unsigned comparison warningsmartin2000-04-141-4/+4
* Remove unused variablesmartin2000-04-141-4/+2
* more documentation movementdgaudet2000-04-142-32/+0
* - namespace cleanup:dgaudet2000-04-146-13/+11
* more documentation movingdgaudet2000-04-147-198/+0
* - ap_writev() should be available even if the os doesn't support writev.dgaudet2000-04-141-72/+5
* - fix a case where a byte could have been read (via unget) and it wasn'tdgaudet2000-04-141-19/+17
* Win32: tweak return codes in ap_stat() to canonicalize the most common codesstoddard2000-04-131-24/+16
* Win32: Get nonblocking CGI pipe I/O working on Windows NT. Still needstoddard2000-04-123-28/+33
* Make ap_stat() Windows 95/98 friendlystoddard2000-04-121-3/+21
* Fix compile error on OS/390 in ap_read().trawick2000-04-111-1/+2
* Check for EWOULDBLOCK in addition to EAGAIN inside APR.trawick2000-04-101-2/+6
* OS/2: Add a kludgy implementation of ap_ungetc().bjh2000-04-081-2/+2
* First stage of migrating OS/2 code to new error code mappings, define & usebjh2000-04-089-27/+23
* Get Apache on Windows compiling again after the patch eliminatingstoddard2000-04-074-14/+2
* fix typo setting ungetchar to -1 in ap_read()trawick2000-04-071-1/+1
* Make the server work without asking for buffered file I/O. This removesrbb2000-04-061-0/+1
* Remove all the buffered I/O code from APR. APR supports buffered I/O onlyrbb2000-04-067-211/+64
* Make ungetc work with un-buffered files on Unix.rbb2000-04-063-57/+87
* Backout the if (cont == NULL) checks. When a context == NULL, APRrbb2000-04-064-29/+0
* allow ap_open_stderr() to be called with cont == NULL (fortrawick2000-04-061-3/+0
* Eliminate no FileTimeToAprTime() prototype warningstoddard2000-04-051-0/+1
* Windows specific ap_oslevel modifications.stoddard2000-04-041-1/+1
* Fix some of the Windows APR time functions.stoddard2000-04-043-4/+6
* get rid of dangling comment delimiter on a preprocessor statementtrawick2000-04-041-1/+1
* Ignore Ctrl-Z when reading text a string.bjh2000-04-041-1/+1
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-0325-122/+122
* Remove file_io/win32/readdir.c and .hstoddard2000-04-032-225/+0
* Eliminate apr_win.h and apr_winconfig.h (and the ugly #ifdefs they cause).stoddard2000-04-034-9/+3
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-036-41/+41
* Change struct file_t to struct ap_file_t. This clarifies things a bit thatrbb2000-04-0325-89/+89
* Added error checking for APR File I/O routines on Unix. This needs to berbb2000-04-037-12/+160
* Update to Apache Software License version 1.1fielding2000-03-3132-957/+1037
* Fix writing to a buffered file.rbb2000-03-301-1/+1
* Fix reading of buffered files on Unixrbb2000-03-301-1/+1
* Get rid of WinTimeToUnixTime. Replace all instances of its use withstoddard2000-03-282-6/+4
* add check for NT in ap_open() so that we don't enabletrawick2000-03-221-2/+8
* win32 ap_puts() shouldn't add '\n'trawick2000-03-221-4/+1
* Fix warnings, update dependencies.ben2000-03-181-36/+42
* Update some dependencies.bjh2000-03-161-30/+45
* OS/2: Update named pipe functions to match current prototypes.bjh2000-03-161-2/+7
* Last doc update.rbb2000-03-151-1/+1
* Fix memory corruption & return value for Win32ake2000-03-151-2/+2
* Remove the memset. We are using ap_pcalloc, which makes the memsetrbb2000-03-141-1/+0
* Fix the docs for all of the file I/O functions. Also added variable names torbb2000-03-148-92/+104
* Make people tell APR where to put the named pipe. Also fixed the docs forrbb2000-03-141-7/+5
* Fix all the License issues. Including:rbb2000-03-1030-270/+270
* A few minor changes to tidy things up a bit. Also rewrote ap_wait_procdreid2000-03-071-7/+8