aboutsummaryrefslogtreecommitdiff
path: root/file_io/os2/dir.c
Commit message (Expand)AuthorAge
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-20
* Revert r1862435, r1862071 per veto from ivanJoe Orton2019-08-28
* * include/apr_file_info.h: Clarify pool handling for apr_dir_read andJoe Orton2019-07-02
* Add apr_dir_pread(), a variant of apr_dir_read() which allows callersJoe Orton2019-06-25
* OS/2: In apr_dir_open(), check that the supplied directory name is actuallyBrian Havard2010-03-16
* Fix the typo.Joe Orton2006-08-03
* Update license header.Joe Orton2006-08-03
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-04
* OS/2: Add implementation of apr_dir_make_recursive().Brian Havard2004-11-24
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-13
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencyThom May2003-01-07
* Namespace protection for include/arch/ header filesThom May2003-01-06
* Update copyright notices to 2003.Thom May2003-01-01
* Prepare to eliminate a platform specificWilliam A. Rowe Jr2002-10-13
* OS/2: Fix build breakage due to missing apr_dir_make_recursive().Brian Havard2002-06-11
* Rename the "cntxt" members of the fileio structures to "pool".Sander Striker2002-03-20
* Update our copyright for this year.Roy T. Fielding2002-03-13
* Wrap all APR functions in APR_DECLARE macro.Ryan Bloom2001-08-10
* OS/2: add an assortment of misc helper functions that were missing soBrian Havard2001-03-19
* Update copyright to 2001Roy T. Fielding2001-02-16
* renaming various functions for consistency sakeDoug MacEachern2001-02-08
* OS2 was chasing os2errno.h which we hid in a private platform directory,William A. Rowe Jr2001-01-28
* Get OS/2 dir & stat code working with current API.Brian Havard2001-01-25
* apr_dir_read now accepts a pointer to the user's apr_finfo_t to gatherWilliam A. Rowe Jr2001-01-23
* Stop copying file names that we get from apr_file_t's and apr_dir_t's.Ryan Bloom2001-01-05
* Rename the apr_opendir symbol to apr_dir_open. This makes more sense,Ryan Bloom2000-12-17
* Fix OS/2 build after the move of private APR headers to the include/arch/Brian Havard2000-11-14
* Fix arg type for apr_dir_entry_size to match prototype.Brian Havard2000-11-13
* Move all of the file private header files to an arch directory underRyan Bloom2000-11-09
* Include apr_strings.h in a bunch more places that need it.Brian Havard2000-08-06
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-06
* prefix libapr functions and types with apr_Doug MacEachern2000-08-02
* back out APR_ prefix for TRUE,FALSEDoug MacEachern2000-04-28
* prefix TRUE,FALSE with APR_Doug MacEachern2000-04-28
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-14
* First stage of migrating OS/2 code to new error code mappings, define & useBrian Havard2000-04-08
* Finish the APR naming cleanup. This removes the struct's fromRyan Bloom2000-04-03
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing theRyan Bloom2000-04-03
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-31
* Fix all the License issues. Including:Ryan Bloom2000-03-10
* OS/2: register cleanup in ap_opendir() + some minor cleanup.Brian Havard2000-03-03
* OS/2: Migrate directory API to new style ap_time_tBrian Havard2000-01-10
* Bring file_io up to the new parameter order for APR. I have decided to doRyan Bloom1999-10-06
* First patch to re-order function parameters. This one gets the low hangingRyan Bloom1999-10-04
* Initial revisionRyan Bloom1999-08-17