summaryrefslogtreecommitdiff
path: root/file_io/os2/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* OS/2: Add implementation of apr_dir_make_recursive().Brian Havard2004-11-241-8/+0
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* 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-1/+1
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Prepare to eliminate a platform specificWilliam A. Rowe Jr2002-10-131-4/+4
* OS/2: Fix build breakage due to missing apr_dir_make_recursive().Brian Havard2002-06-111-0/+8
* Rename the "cntxt" members of the fileio structures to "pool".Sander Striker2002-03-201-12/+12
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Wrap all APR functions in APR_DECLARE macro.Ryan Bloom2001-08-101-10/+10
* OS/2: add an assortment of misc helper functions that were missing soBrian Havard2001-03-191-0/+20
* 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
* Get OS/2 dir & stat code working with current API.Brian Havard2001-01-251-34/+17
* apr_dir_read now accepts a pointer to the user's apr_finfo_t to gatherWilliam A. Rowe Jr2001-01-231-76/+52
* Stop copying file names that we get from apr_file_t's and apr_dir_t's.Ryan Bloom2001-01-051-1/+1
* Rename the apr_opendir symbol to apr_dir_open. This makes more sense,Ryan Bloom2000-12-171-1/+1
* Fix OS/2 build after the move of private APR headers to the include/arch/Brian Havard2000-11-141-1/+1
* Fix arg type for apr_dir_entry_size to match prototype.Brian Havard2000-11-131-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
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-3/+4
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-19/+19
* back out APR_ prefix for TRUE,FALSEDoug MacEachern2000-04-281-3/+3
* prefix TRUE,FALSE with APR_Doug MacEachern2000-04-281-3/+3
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-3/+3
* First stage of migrating OS/2 code to new error code mappings, define & useBrian Havard2000-04-081-5/+5
* Finish the APR naming cleanup. This removes the struct's fromRyan Bloom2000-04-031-10/+10
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing theRyan Bloom2000-04-031-10/+10
* 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: register cleanup in ap_opendir() + some minor cleanup.Brian Havard2000-03-031-1/+6
* OS/2: Migrate directory API to new style ap_time_tBrian Havard2000-01-101-2/+2
* Bring file_io up to the new parameter order for APR. I have decided to doRyan Bloom1999-10-061-6/+6
* First patch to re-order function parameters. This one gets the low hangingRyan Bloom1999-10-041-2/+2
* Initial revisionRyan Bloom1999-08-171-0/+223