summaryrefslogtreecommitdiff
path: root/file_io/os2/dir.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get OS/2 dir & stat code working with current API.bjh2001-01-251-34/+17
* apr_dir_read now accepts a pointer to the user's apr_finfo_t to gatherwrowe2001-01-231-76/+52
* Stop copying file names that we get from apr_file_t's and apr_dir_t's.rbb2001-01-051-1/+1
* Rename the apr_opendir symbol to apr_dir_open. This makes more sense,rbb2000-12-171-1/+1
* Fix OS/2 build after the move of private APR headers to the include/arch/bjh2000-11-141-1/+1
* Fix arg type for apr_dir_entry_size to match prototype.bjh2000-11-131-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
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-3/+4
* prefix libapr functions and types with apr_dougm2000-08-021-19/+19
* back out APR_ prefix for TRUE,FALSEdougm2000-04-281-3/+3
* prefix TRUE,FALSE with APR_dougm2000-04-281-3/+3
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-3/+3
* First stage of migrating OS/2 code to new error code mappings, define & usebjh2000-04-081-5/+5
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-10/+10
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-031-10/+10
* 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: register cleanup in ap_opendir() + some minor cleanup.bjh2000-03-031-1/+6
* OS/2: Migrate directory API to new style ap_time_tbjh2000-01-101-2/+2
* Bring file_io up to the new parameter order for APR. I have decided to dorbb1999-10-061-6/+6
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-041-2/+2
* Initial revisionrbb1999-08-171-0/+223