summaryrefslogtreecommitdiff
path: root/file_io/os2/readwrite.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2005.jorton2005-06-141-1/+2
* OS/2: Fix incorrect return of APR_EOF when a 0 length read is requestedbjh2004-05-221-1/+1
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* apr_file_gets(): Return APR_SUCCESS if any characters aretrawick2003-05-011-0/+6
* Correct apr_file_gets() on OS2 and Win32 so that '\r's are no longerwrowe2003-03-041-3/+1
* 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
* OS/2: Return APR_TIMEUP from apr_file_read() when a pipe times out.bjh2003-01-021-1/+6
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Prepare to eliminate a platform specificwrowe2002-10-131-7/+7
* Continue the Bill Rowe apr_size_t crusade.orlikowski2002-07-101-1/+1
* Introduce apr_table_do_callback_fn_t as a prototype declaration, andwrowe2002-06-281-1/+2
* OS/2: Check more return codes when locking the file for appending.bjh2002-05-231-4/+11
* Update our copyright for this year.fielding2002-03-131-1/+1
* OS/2: switch buffered file I/O over to using apr_thread_mutex_t instead ofbjh2001-12-301-4/+4
* OS/2: Fix bug in buffered read where buffer control variables were left inbjh2001-08-281-2/+7
* OS/2: change apr_file_gets() to leave the trailing \n on the string, matchingbjh2001-08-231-1/+3
* OS/2: When a file is opened in append mode, make sure all writes go at thebjh2001-08-181-1/+10
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-101-12/+9
* OS/2: Return APR_EOF where appropriate from apr_file_read().bjh2001-04-231-0/+6
* Stop warning about implicit declaration of apr_vsnprintf.bjh2001-02-191-0/+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
* renaming various functions for consistency sakedougm2001-02-081-21/+21
* OS2 was chasing os2errno.h which we hid in a private platform directory,wrowe2001-01-281-1/+0
* Fix OS/2 build after the move of private APR headers to the include/arch/bjh2000-11-141-1/+1
* Fix an incompatible pointer type warning.bjh2000-11-131-1/+1
* Remove some accidentally (I assume :) committed junk.bjh2000-11-131-1/+1
* Move all of the file private header files to an arch directory underrbb2000-11-091-2/+2
* Convert a lot of apr_ssize_t to apr_size_t. We don't ever accept or returnrbb2000-11-071-5/+5
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-161-1/+1
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-1/+1
* prefix libapr functions and types with apr_dougm2000-08-021-26/+26
* ap_puts(), ap_write(): make input buffer ptr const * instead of *trawick2000-06-171-2/+2
* OS/2: Add an implementation of ap_file_check_read().bjh2000-05-271-0/+15
* OS/2: Fix ap_write() to use the handle's mutex lock instead of criticalbjh2000-05-271-3/+3
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.wrowe2000-05-261-1/+1
* back out APR_ prefix for TRUE,FALSEdougm2000-04-281-3/+3
* prefix TRUE,FALSE with APR_dougm2000-04-281-3/+3
* OS/2: First hack at non-blocking & time-outable pipes.bjh2000-04-181-0/+10
* OS/2: Switch from using critical sections to mutex semaphores for makingbjh2000-04-181-3/+5
* 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-081-6/+6
* 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-031-4/+4
* Change struct file_t to struct ap_file_t. This clarifies things a bit thatrbb2000-04-031-4/+4
* Update to Apache Software License version 1.1fielding2000-03-311-32/+31
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* OS/2: Update ap_writev() to take new parameters.bjh2000-03-031-4/+4
* Make file I/O and network I/O writev/sendv APIs consistent.stoddard2000-02-211-15/+2