summaryrefslogtreecommitdiff
path: root/file_io/unix/fullrw.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2005.jorton2005-06-141-1/+2
* Clean a typo - was running through emits too quickly yesterday.wrowe2005-03-171-1/+1
* No reason for this index to ever be signed, the nvec is alwayswrowe2005-03-171-1/+1
* backport fix for writev_full from trunk.pquerna2005-03-151-20/+9
* Clean up a compiler emit.wrowe2005-01-051-2/+1
* Fix style nits. No fucntional changes.pquerna2004-12-051-2/+2
* * file_io/unix/fullrw.c: Add apr_file_writev_full to ensure an iovec is pquerna2004-12-051-0/+34
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Update our copyright for this year.fielding2002-03-131-1/+1
* Update copyright to 2001fielding2001-02-161-1/+1
* Fix a bad rename: apr_file_read_file should be apr_file_read_fullgstein2001-02-121-6/+7
* renaming various functions for consistency sakedougm2001-02-081-4/+4
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-4/+6
* Fix a lot of the fallback from the apr_ssize_t to apr_size_t changerbb2000-11-101-2/+2
* prefix libapr functions and types with apr_dougm2000-08-021-12/+12
* Cast a void * ptr to char * in a couple of places so thattrawick2000-07-181-2/+2
* add ap_full_read() and ap_full_write(). they guarantee to read/write thegstein2000-07-151-0/+98