summaryrefslogtreecommitdiff
path: root/file_io/os2/filedup.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-8/+0
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functiongstein2003-11-171-0/+9
* 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-2/+2
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Missed one transformwrowe2002-10-131-1/+1
* OS/2: Add implementation of apr_file_setaside().bjh2002-07-101-0/+43
* Rename the "cntxt" members of the fileio structures to "pool".striker2002-03-201-3/+3
* Update our copyright for this year.fielding2002-03-131-1/+1
* Change the new_file parameter of apr_file_dup2() so that it is perfectlyaaron2002-01-241-6/+2
* OS/2: Add apr_file_dup2().bjh2002-01-201-1/+24
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-101-1/+1
* Clean up APR_INHERIT - it's now a private flag.wrowe2001-07-181-1/+2
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-3/+3
* OS2 was chasing os2errno.h which we hid in a private platform directory,wrowe2001-01-281-3/+0
* 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
* prefix libapr functions and types with apr_dougm2000-08-021-6/+6
* OS/2: pipe member of ap_file_t needs to be initialized whenever an ap_file_tbjh2000-04-281-0/+2
* Update OS/2 ap_dupfile() to match unix version, taking a pool for thebjh2000-04-181-3/+3
* 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-3/+3
* Change struct file_t to struct ap_file_t. This clarifies things a bit thatrbb2000-04-031-3/+3
* 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: file_cleanup() should be namespace protected as it's not static.bjh2000-03-031-1/+1
* Rework ap_finfo_t to split the file type out of the protection field.bjh2000-01-101-1/+0
* OS/2: Implement delete on close & fix an allocation error in ap_open_stderr.bjh2000-01-101-0/+1
* OS/2: Let the user supply two file descriptors to ap_dupfile to makebjh1999-12-191-13/+24
* Make sure to use ap_null_cleanup instead of NULL when setting an emptymanoj1999-10-121-1/+2
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-041-1/+1
* Initial revisionrbb1999-08-171-0/+88