summaryrefslogtreecommitdiff
path: root/dso/aix
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
* Remove .cvsignore files.Joe Orton2004-11-181-4/+0
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-051-14/+0
* 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
* Add .deps to cvsignore since APR may now generate .deps files.Justin Erenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresJustin Erenkrantz2002-04-221-0/+2
* 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-022-6/+21
* 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
* Libtool-ize APR.Greg Stein2001-01-092-30/+8
* AIX changes to the way dependencies are built in APR makefilesJeff Trawick2000-11-151-27/+2
* Move all of the dso private header files to an arch directory underRyan Bloom2000-11-093-80/+2
* prefix libapr functions and types with apr_Doug MacEachern2000-08-022-8/+8
* 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-012-0/+9
* Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter canSascha Schumann2000-04-301-1/+0
* Update comment for depend target. The template makefiles are now calledSascha Schumann2000-04-301-1/+1
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.Ryan Bloom2000-04-222-3/+3
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-142-2/+2
* 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-032-4/+4
* Add the AIX dso code in it's own directory. It's cleaner and should workDavid Reid2000-04-023-0/+840