summaryrefslogtreecommitdiff
path: root/file_io/unix/readwrite.c
Commit message (Expand)AuthorAgeFilesLines
* When writing to pipes with a timeout set, handle the situationtrawick2003-06-051-2/+13
* apr_file_gets(): Return APR_SUCCESS if any characters aretrawick2003-05-011-1/+8
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-071-1/+1
* Namespace protection for include/arch/ header filesthommay2003-01-061-1/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Reimplement apr_poll() on Unix. This improves performance by giving therbb2002-07-111-39/+3
* use the time conversion macros rather than dividing by APR_USEC_PER_SECbrianp2002-07-041-2/+2
* Introduce apr_table_do_callback_fn_t as a prototype declaration, andwrowe2002-06-281-1/+2
* Fix a problem with eof reporting with Unix file I/O ontrawick2002-04-181-0/+1
* CHANGESbrianp2002-03-151-4/+12
* Update our copyright for this year.fielding2002-03-131-1/+1
* Replace FD_SETSIZE with the bare minimum we need to call select() withjerenkrantz2002-02-181-1/+1
* Conversion of the file_io routines from INTRAPROCESS apr_lock_taaron2001-11-211-5/+5
* Don't mix tabs and spaces in the same code segment.jerenkrantz2001-11-111-6/+6
* fix a problem with buffered files on unix which was exposedtrawick2001-08-291-3/+4
* get apr_file_ungetc() for unix working well enough with bufferedtrawick2001-08-241-0/+6
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-101-10/+10
* 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-251-1/+1
* Update copyright to 2001fielding2001-02-161-1/+1
* doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo...dougm2001-02-131-2/+2
* Moved the prototypes for apr_snprintf and apr_vsnprintf to therbb2001-02-111-0/+1
* renaming various functions for consistency sakedougm2001-02-081-22/+22
* Fix OS/2 build after the move of private APR headers to the include/arch/bjh2000-11-141-1/+1
* Move all of the file private header files to an arch directory underrbb2000-11-091-1/+1
* Convert a lot of apr_ssize_t to apr_size_t. We don't ever accept or returnrbb2000-11-071-8/+8
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-161-1/+1
* apr_putc(), apr_puts() for Unix: handle buffered files and interruptedtrawick2000-09-121-20/+13
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-2/+2
* prefix libapr functions and types with apr_dougm2000-08-021-39/+39
* ap_puts(), ap_write(): make input buffer ptr const * instead of *trawick2000-06-171-2/+2
* Turn on buffering for config file reads. This is dependent on ap_fgets()trawick2000-06-161-60/+33
* straighten out some formatting problems in file_io/unix/readwrite.ctrawick2000-06-141-15/+24
* This starts to take the BeOS defines into the source. I've added supportdreid2000-06-131-1/+3
* Another change to allow the newest version of BeOS to be used to it'sdreid2000-06-121-3/+7
* 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
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.wrowe2000-05-261-1/+1
* 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
* back out APR_ prefix for TRUE,FALSEdougm2000-04-281-5/+5
* prefix TRUE,FALSE with APR_dougm2000-04-281-5/+5
* Remove the invalid data checking from APR's file I/O on Unix.rbb2000-04-211-30/+0
* Avoid some compiler warnings (two of which indicated logictrawick2000-04-151-0/+3
* ap_set_pipe_timeout() now takes microseconds instead of seconds;trawick2000-04-151-4/+12
* Add buffered I/O back into APR's file I/O on unix. This code comes fromrbb2000-04-141-59/+149
* Avoid signed/unsigned comparison warningsmartin2000-04-141-4/+4
* - 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
* Fix compile error on OS/390 in ap_read().trawick2000-04-111-1/+2