summaryrefslogtreecommitdiff
path: root/dso/aix
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.ivan2022-11-201-7/+7
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Remove .cvsignore files.jorton2004-11-181-4/+0
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* First whack at switching to a single top-level make. This adds a dependencygstein2004-02-051-14/+0
* fix a typo in a commenttrawick2003-02-181-1/+1
* Namespace protection for include/arch/ header filesthommay2003-01-061-1/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* standardize on a couple of easy to test for error codes for DSO errors.rbb2002-12-291-1/+1
* Add .deps to cvsignore since APR may now generate .deps files.jerenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresjerenkrantz2002-04-221-0/+2
* Update our copyright for this year.fielding2002-03-131-1/+1
* add a comment mentioning the AIX levels for which this istrawick2001-11-201-0/+2
* AIX emulated dlopen() cleanups...orlikowski2001-09-251-4/+24
* This patch sets the dso/aix subdirectory to be used for older versionstrawick2001-04-022-6/+21
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-2/+2
* watch out for a double-unload. one manually from apr_dso_unload(), followedgstein2001-01-191-5/+7
* All platforms now register a cleanup when a DSO is loaded. This justrbb2001-01-191-0/+9
* Add linkage declarations to the DSO functions.rbb2001-01-121-6/+6
* Libtool-ize APR.gstein2001-01-092-30/+8
* AIX changes to the way dependencies are built in APR makefilestrawick2000-11-151-27/+2
* Move all of the dso private header files to an arch directory underrbb2000-11-093-80/+2
* prefix libapr functions and types with apr_dougm2000-08-022-8/+8
* ap_dso_init() isn't needed. if/when a platform needs it, thengstein2000-07-151-4/+0
* Fix building with DSO support. If any module is configured to berbb2000-06-012-0/+9
* Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter cansascha2000-04-301-1/+0
* Update comment for depend target. The template makefiles are now calledsascha2000-04-301-1/+1
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-222-3/+3
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-142-2/+2
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-3/+3
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-032-4/+4
* Add the AIX dso code in it's own directory. It's cleaner and should workdreid2000-04-023-0/+840