summaryrefslogtreecommitdiff
path: root/file_io/unix/readwrite.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check for EWOULDBLOCK in addition to EAGAIN inside APR.trawick2000-04-101-2/+6
* fix typo setting ungetchar to -1 in ap_read()trawick2000-04-071-1/+1
* Remove all the buffered I/O code from APR. APR supports buffered I/O onlyrbb2000-04-061-116/+48
* Make ungetc work with un-buffered files on Unix.rbb2000-04-061-57/+85
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-4/+4
* Change struct file_t to struct ap_file_t. This clarifies things a bit thatrbb2000-04-031-4/+4
* Added error checking for APR File I/O routines on Unix. This needs to berbb2000-04-031-0/+31
* Update to Apache Software License version 1.1fielding2000-03-311-32/+31
* Fix writing to a buffered file.rbb2000-03-301-1/+1
* Fix reading of buffered files on Unixrbb2000-03-301-1/+1
* Fix the docs for all of the file I/O functions. Also added variable names torbb2000-03-141-20/+21
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* We should never set the number of bytes written to -1 and return an error.rbb2000-03-021-8/+10
* Bring BeOS ap_writev up to date and amend the documentation to showdreid2000-03-021-4/+3
* Add a test program for pipes. Add support for non-buffered CGI's to mod_cgi.rbb2000-03-011-1/+5
* Make file I/O and network I/O writev/sendv APIs consistent.stoddard2000-02-211-17/+5
* Bring the Unix writev code up-to-date, by updating the writevmanoj2000-02-191-5/+6
* Separate the stat structure from the file structure and use ap_stat andrbb2000-01-061-9/+0
* Fix the logic in blocking vs non-blocking pipes to children. It onlyrbb1999-12-031-20/+0
* The next step in removing the APR HAVE_*_H leak. This removes all of thoserbb1999-12-011-0/+1
* Add timeouts to pipes. I also fixed a minor bug in timeout code for sendingrbb1999-11-101-4/+81
* a rewrite of ap_fprintf that fixes a potential buffer overflow, a memorymanoj1999-11-041-15/+5
* Size rigour.ben1999-10-241-1/+1