summaryrefslogtreecommitdiff
path: root/dso
Commit message (Expand)AuthorAgeFilesLines
* Correct shared library support on Darwin to not fatally error out whenjerenkrantz2002-06-241-2/+7
* NEVER default to ALTERNATE_SEARCH_PATH!!! It's a great last resort,wrowe2002-05-201-2/+2
* 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-225-0/+5
* Allow VPATH builds to properly generate build dependencies. This requiresjerenkrantz2002-04-225-0/+10
* Make the loaded module local to the address space so that it can resolvebnicholes2002-04-021-1/+1
* Load libraries if they not MH_BUNDLE, but if they are not, itrbb2002-03-201-11/+25
* Win32 was missing the apr_os_dso_handle_get() accessor.wrowe2002-03-201-0/+7
* Update our copyright for this year.fielding2002-03-137-7/+7
* I'm still drudging through the 36 files for WCE... sorry they are slowwrowe2002-02-121-2/+26
* Mladen Turk's <mturk@mappingsoft.com> WinCE port.wrowe2002-01-281-2/+4
* Substantial optimization of the os_level semantic. Since this is entirelywrowe2001-12-281-2/+1
* Support a special pathname syntax for apr_dso_load()/dlopen() sotrawick2001-11-301-1/+14
* add a comment mentioning the AIX levels for which this istrawick2001-11-201-0/+2
* (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
* NetWare DSO handling routinesbnicholes2001-11-131-0/+166
* Fix leak of NSObjectFileImage handle.wsanchez2001-11-121-0/+1
* OS/2: Return a proper error code from apr_dso_sym() & prevent NULL dereferencebjh2001-10-211-5/+11
* add apr_os_dso_handle_put for win32dougm2001-10-201-0/+10
* AIX emulated dlopen() cleanups...orlikowski2001-09-251-4/+24
* As pointed out by Mladen Turk <mturk@mappingsoft.com>, the Win9x casewrowe2001-09-191-1/+3
* Some message is better than no message. Modified the lookup to showwrowe2001-09-041-13/+16
* Basically added a call to apr_dso_load() to make sure that any module thatbnicholes2001-08-281-0/+21
* Warning Will Robinson, someone's about to trounce youwrowe2001-08-021-1/+1
* include stdlib.h for malloc() and free() prototypes (Darwin)trawick2001-07-021-1/+4
* More pools instead of contexts...dreid2001-04-291-8/+8
* We have pools not contexts...dreid2001-04-291-7/+8
* implement apr_os_dso_handle_get() and apr_os_dso_handle_put() fortrawick2001-04-271-1/+19
* Fix DSO support on HPUX. We have to use ==, not = and it helps to returnrbb2001-04-271-2/+2
* Fix the build after Doug M's commit.dreid2001-04-251-2/+2
* get apr_os_dso_handle_put workingdougm2001-04-252-4/+4
* Add the apr_os_dso_handle_get/set for BeOS and some other pieces of tidying updreid2001-04-221-2/+20
* store the pool handle in apr_os_dso_handle_put()trawick2001-04-191-0/+1
* Add OS/2 implementation of apr_os_dso_handle_put/get.bjh2001-04-191-0/+24
* 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
* This patch sets the dso/aix subdirectory to be used for older versionstrawick2001-04-022-6/+21
* Not quite sure how this went unnoticed for so long...dreid2001-03-051-1/+1
* include <string.h> for the strerror() prototype on HP-UX 11trawick2001-02-161-0/+3
* Update copyright to 2001fielding2001-02-166-6/+6
* standardize the include path in the OS/390 dso directory to get rid of antrawick2001-02-122-2/+4
* renaming various functions for consistency sakedougm2001-02-086-12/+12
* OS2 was chasing os2errno.h which we hid in a private platform directory,wrowe2001-01-281-2/+0