summaryrefslogtreecommitdiff
path: root/dso/unix
Commit message (Expand)AuthorAgeFilesLines
* Avoid strict aliasing warnings on HP-UX.bojan2008-06-181-2/+2
* 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
* Add Support for DragonFly BSD.pquerna2005-01-211-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
* After some less than considerable discussion on-list, it seems like therewrowe2003-02-161-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-5/+5
* Don't pass BIND_VERBOSE to shl_load(), else it dumps errors to stderrjorton2002-12-111-1/+1
* When encountering a link error when loading a DSO on Darwin, print the error.jerenkrantz2002-09-131-1/+8
* Correct shared library support on Darwin to not fatally error out whenjerenkrantz2002-06-241-2/+7
* OK. This is admittedly anal. But the whole idea behind cpp macrosjim2002-05-021-2/+3
* Minor formattingjim2002-05-011-1/+2
* Fix compile breakagejim2002-05-011-2/+2
* Or'ing NSLINKMODULE_OPTION_NONE is verbose.wsanchez2002-05-011-11/+3
* To support modules like PHP, which implement their ownjim2002-04-221-3/+9
* 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
* Load libraries if they not MH_BUNDLE, but if they are not, itrbb2002-03-201-11/+25
* Update our copyright for this year.fielding2002-03-131-1/+1
* Support a special pathname syntax for apr_dso_load()/dlopen() sotrawick2001-11-301-1/+14
* (apr_dso_load) initialize os_handle to NULL to stop apr_dso_load from returni...fitz2001-11-201-1/+1
* Update *ressym on success in the Darwin DSO load path.jerenkrantz2001-11-201-0/+1
* Removed NetWare from the DSO #ifdef confusionbnicholes2001-11-131-21/+0
* Fix leak of NSObjectFileImage handle.wsanchez2001-11-121-0/+1
* Basically added a call to apr_dso_load() to make sure that any module thatbnicholes2001-08-281-0/+21
* include stdlib.h for malloc() and free() prototypes (Darwin)trawick2001-07-021-1/+4
* We have pools not contexts...dreid2001-04-291-7/+8
* Fix DSO support on HPUX. We have to use ==, not = and it helps to returnrbb2001-04-271-2/+2
* get apr_os_dso_handle_put workingdougm2001-04-251-2/+2
* store the pool handle in apr_os_dso_handle_put()trawick2001-04-191-0/+1
* implement apr_os_dso_handle_get|put() so that Apache builds again;trawick2001-04-191-0/+17
* Clean up conditionals in unix DSO code so that we decide based on thewsanchez2001-04-191-15/+20
* Add dyld supportwsanchez2001-04-181-2/+48
* include <string.h> for the strerror() prototype on HP-UX 11trawick2001-02-161-0/+3
* 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-10/+14
* 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-7/+7
* Libtool-ize APR.gstein2001-01-092-32/+8
* Fix VPATH support. APR builds now cleanly in a separate build directory.sascha2000-12-152-2/+4
* Get apr_dso_error working properly on Unix.rbb2000-12-031-1/+4
* Get NULL defined on some systems (e.g., FreeBSD 3.4).trawick2000-11-271-0/+4
* This patch removes the dependencies from Makefile.in. Dependenciestrawick2000-11-151-22/+2
* Move all of the dso private header files to an arch directory underrbb2000-11-093-99/+3