summaryrefslogtreecommitdiff
path: root/dso/unix/dso.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2005.jorton2005-06-141-1/+2
* Add Support for DragonFly BSD.pquerna2005-01-211-1/+2
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* 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
* 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
* Fix VPATH support. APR builds now cleanly in a separate build directory.sascha2000-12-151-1/+1
* 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
* Move all of the dso private header files to an arch directory underrbb2000-11-091-1/+1
* prefix libapr functions and types with apr_dougm2000-08-021-7/+7
* ap_dso_sym:trawick2000-07-301-4/+8
* ap_dso_init() isn't needed. if/when a platform needs it, thengstein2000-07-151-4/+0
* allocate *res_handle before setting (*res_handle)->errormsgdougm2000-06-251-1/+2
* constification.ben2000-06-111-1/+1
* Fix bad call to ap_pcalloc() in ap_dso_load(); the bug led to a storagetrawick2000-06-061-1/+1
* Fix building with DSO support. If any module is configured to berbb2000-06-011-0/+4
* Rework DSO error reporting to be more flexible & informative.bjh2000-05-311-9/+9
* Update the ap_dso_error API to work with other platforms.rbb2000-05-291-1/+1