summaryrefslogtreecommitdiff
path: root/file_io/os2/pipe.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2005.jorton2005-06-141-1/+2
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* OS/2: Remove the apr_pollset_t from apr_file_t. File handles can't be polledbjh2003-11-191-3/+0
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functiongstein2003-11-171-0/+3
* Forward port from APR_0_9_BRANCH:striker2003-10-261-3/+18
* 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
* OS/2: Add implementation of apr_os_pipe_put().bjh2002-10-191-0/+18
* Prepare to eliminate a platform specificwrowe2002-10-131-7/+7
* Rename the "cntxt" members of the fileio structures to "pool".striker2002-03-201-10/+10
* Update our copyright for this year.fielding2002-03-131-1/+1
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-101-4/+4
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-6/+6
* Add apr_get_pipe_timeout() for OS/2.bjh2000-11-141-0/+11
* 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
* Include apr_strings.h in a bunch more places that need it.bjh2000-08-061-0/+1
* OS/2: Avoid unnecessary calls to set pipe blocking state.bjh2000-08-061-2/+11
* prefix libapr functions and types with apr_dougm2000-08-021-9/+9
* Fix a missing ;bjh2000-06-251-1/+1
* This change to the current state of CVS is supposed to fix a problemtrawick2000-06-231-3/+6
* ap_create_pipe was changed to return a pipe with both handlestrawick2000-06-201-7/+7
* ap_puts(), ap_write(): make input buffer ptr const * instead of *trawick2000-06-171-1/+1
* back out APR_ prefix for TRUE,FALSEdougm2000-04-281-5/+5
* prefix TRUE,FALSE with APR_dougm2000-04-281-5/+5
* OS/2: We don't currently have an ungetchar in OS/2's ap_file_t asbjh2000-04-281-1/+0
* Fix the problem that the reader of the pipe always got a \0 prefixed intrawick2000-04-271-0/+1
* OS/2: First hack at non-blocking & time-outable pipes.bjh2000-04-181-7/+59
* ap_set_pipe_timeout() now takes microseconds instead of seconds;trawick2000-04-151-1/+1
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-2/+2
* First stage of migrating OS/2 code to new error code mappings, define & usebjh2000-04-081-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
* OS/2: Update named pipe functions to match current prototypes.bjh2000-03-161-2/+7
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* OS/2: file_cleanup() should be namespace protected as it's not static.bjh2000-03-031-2/+2
* OS/2: Implement delete on close & fix an allocation error in ap_open_stderr.bjh2000-01-101-0/+2
* OS/2: First take at adding buffered file I/O support. Only reads tested so far.bjh1999-10-191-0/+2
* Make sure to use ap_null_cleanup instead of NULL when setting an emptymanoj1999-10-121-2/+2
* Bring file_io up to the new parameter order for APR. I have decided to dorbb1999-10-061-1/+1
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-041-2/+2
* Initial revisionrbb1999-08-171-0/+98