summaryrefslogtreecommitdiff
path: root/file_io/unix/readwrite.c
Commit message (Expand)AuthorAgeFilesLines
* typo in commentfielding2004-12-111-1/+1
* * file_io/unix/readwrite.c: Revert to the original code for apr_file writev()...pquerna2004-12-111-15/+16
* Fix style nits. No fucntional changes.pquerna2004-12-051-2/+2
* * file_io/unix/readwrite.c: Revert back to using apr_file_write, but also leavepquerna2004-12-051-2/+4
* * file_io/unix/readwrite.c: use apr_file_write_full() to write all of the dat...pquerna2004-12-051-4/+4
* * file_io/unix/fullrw.c: Add apr_file_writev_full to ensure an iovec is pquerna2004-12-051-0/+2
* * test/testfile.c: Add a test for apr_file_writev().pquerna2004-12-041-2/+11
* * file_io/unix/readwrite.c (file_printf_flush): Newjorton2004-11-181-10/+37
* * file_io/unix/readwrite.c (apr_file_puts): Use apr_file_write_full.jorton2004-11-171-3/+1
* Improve apr_file_gets() performance on buffered files by not callingjerenkrantz2004-08-021-11/+55
* Add LFS support:jorton2004-03-271-4/+0
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Clean up some 32 bit/64 bit type incompatibilities that cause problems when l...bnicholes2003-12-151-0/+4
* 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