summaryrefslogtreecommitdiff
path: root/file_io/os2/filedup.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-1/+1
* Follow up to r1893204: restore apr_file_setaside() semantics, fix file_bucket...Yann Ylavic2021-09-191-0/+1
* apr_file_setaside: don't blindly kill the old cleanup and file descriptor.Yann Ylavic2021-09-101-4/+2
* change apr_palloc+memcpy to apr_pmemdupJeff Trawick2011-04-061-2/+1
* OS/2: Do a proper implementation of apr_file_ungetc().Brian Havard2010-04-041-0/+1
* Use the APR_FOPEN_* constants instead of the deprecated APR_* constantsGraham Leggett2010-03-011-1/+1
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Initial implementation of the variable file-io buffer sizes functions on theColm MacCarthaigh2005-10-181-1/+2
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* OS/2: Remove the apr_pollset_t from apr_file_t. File handles can't be polledBrian Havard2003-11-191-8/+0
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functionGreg Stein2003-11-171-0/+9
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencyThom May2003-01-071-1/+1
* Namespace protection for include/arch/ header filesThom May2003-01-061-2/+2
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Missed one transformWilliam A. Rowe Jr2002-10-131-1/+1
* OS/2: Add implementation of apr_file_setaside().Brian Havard2002-07-101-0/+43
* Rename the "cntxt" members of the fileio structures to "pool".Sander Striker2002-03-201-3/+3
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Change the new_file parameter of apr_file_dup2() so that it is perfectlyAaron Bannert2002-01-241-6/+2
* OS/2: Add apr_file_dup2().Brian Havard2002-01-201-1/+24
* Wrap all APR functions in APR_DECLARE macro.Ryan Bloom2001-08-101-1/+1
* Clean up APR_INHERIT - it's now a private flag.William A. Rowe Jr2001-07-181-1/+2
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-3/+3
* OS2 was chasing os2errno.h which we hid in a private platform directory,William A. Rowe Jr2001-01-281-3/+0
* Fix OS/2 build after the move of private APR headers to the include/arch/Brian Havard2000-11-141-1/+1
* Move all of the file private header files to an arch directory underRyan Bloom2000-11-091-1/+1
* Include apr_strings.h in a bunch more places that need it.Brian Havard2000-08-061-0/+1
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-6/+6
* OS/2: pipe member of ap_file_t needs to be initialized whenever an ap_file_tBrian Havard2000-04-281-0/+2
* Update OS/2 ap_dupfile() to match unix version, taking a pool for theBrian Havard2000-04-181-3/+3
* First stage of migrating OS/2 code to new error code mappings, define & useBrian Havard2000-04-081-1/+1
* Finish the APR naming cleanup. This removes the struct's fromRyan Bloom2000-04-031-3/+3
* Change struct file_t to struct ap_file_t. This clarifies things a bit thatRyan Bloom2000-04-031-3/+3
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-32/+31
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* OS/2: file_cleanup() should be namespace protected as it's not static.Brian Havard2000-03-031-1/+1
* Rework ap_finfo_t to split the file type out of the protection field.Brian Havard2000-01-101-1/+0
* OS/2: Implement delete on close & fix an allocation error in ap_open_stderr.Brian Havard2000-01-101-0/+1
* OS/2: Let the user supply two file descriptors to ap_dupfile to makeBrian Havard1999-12-191-13/+24
* Make sure to use ap_null_cleanup instead of NULL when setting an emptyManoj Kasichainula1999-10-121-1/+2
* First patch to re-order function parameters. This one gets the low hangingRyan Bloom1999-10-041-1/+1
* Initial revisionRyan Bloom1999-08-171-0/+88