summaryrefslogtreecommitdiff
path: root/dso/aix/dso.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-7/+7
* 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
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* fix a typo in a commentJeff Trawick2003-02-181-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
* standardize on a couple of easy to test for error codes for DSO errors.Ryan Bloom2002-12-291-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* add a comment mentioning the AIX levels for which this isJeff Trawick2001-11-201-0/+2
* AIX emulated dlopen() cleanups...Victor J. Orlikowski2001-09-251-4/+24
* This patch sets the dso/aix subdirectory to be used for older versionsJeff Trawick2001-04-021-5/+18
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-2/+2
* watch out for a double-unload. one manually from apr_dso_unload(), followedGreg Stein2001-01-191-5/+7
* All platforms now register a cleanup when a DSO is loaded. This justRyan Bloom2001-01-191-0/+9
* Add linkage declarations to the DSO functions.Ryan Bloom2001-01-121-6/+6
* Move all of the dso private header files to an arch directory underRyan Bloom2000-11-091-1/+1
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-6/+6
* ap_dso_init() isn't needed. if/when a platform needs it, thenGreg Stein2000-07-151-4/+0
* Fix building with DSO support. If any module is configured to beRyan Bloom2000-06-011-0/+4
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-1/+1
* Finish the APR naming cleanup. This removes the struct's fromRyan Bloom2000-04-031-3/+3
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing theRyan Bloom2000-04-031-3/+3
* Add the AIX dso code in it's own directory. It's cleaner and should workDavid Reid2000-04-021-0/+706