summaryrefslogtreecommitdiff
path: root/dso
Commit message (Expand)AuthorAgeFilesLines
...
* (apr_dso_load) initialize os_handle to NULL to stop apr_dso_load from returni...Brian Fitzpatrick2001-11-201-1/+1
* Update *ressym on success in the Darwin DSO load path.Justin Erenkrantz2001-11-201-0/+1
* Removed NetWare from the DSO #ifdef confusionBradley Nicholes2001-11-131-21/+0
* NetWare DSO handling routinesBradley Nicholes2001-11-131-0/+166
* Fix leak of NSObjectFileImage handle.Wilfredo Sanchez2001-11-121-0/+1
* OS/2: Return a proper error code from apr_dso_sym() & prevent NULL dereferenceBrian Havard2001-10-211-5/+11
* add apr_os_dso_handle_put for win32Doug MacEachern2001-10-201-0/+10
* AIX emulated dlopen() cleanups...Victor J. Orlikowski2001-09-251-4/+24
* As pointed out by Mladen Turk <mturk@mappingsoft.com>, the Win9x caseWilliam A. Rowe Jr2001-09-191-1/+3
* Some message is better than no message. Modified the lookup to showWilliam A. Rowe Jr2001-09-041-13/+16
* Basically added a call to apr_dso_load() to make sure that any module thatBradley Nicholes2001-08-281-0/+21
* Warning Will Robinson, someone's about to trounce youWilliam A. Rowe Jr2001-08-021-1/+1
* include stdlib.h for malloc() and free() prototypes (Darwin)Jeff Trawick2001-07-021-1/+4
* More pools instead of contexts...David Reid2001-04-291-8/+8
* We have pools not contexts...David Reid2001-04-291-7/+8
* implement apr_os_dso_handle_get() and apr_os_dso_handle_put() forJeff Trawick2001-04-271-1/+19
* Fix DSO support on HPUX. We have to use ==, not = and it helps to returnRyan Bloom2001-04-271-2/+2
* Fix the build after Doug M's commit.David Reid2001-04-251-2/+2
* get apr_os_dso_handle_put workingDoug MacEachern2001-04-252-4/+4
* Add the apr_os_dso_handle_get/set for BeOS and some other pieces of tidying upDavid Reid2001-04-221-2/+20
* store the pool handle in apr_os_dso_handle_put()Jeff Trawick2001-04-191-0/+1
* Add OS/2 implementation of apr_os_dso_handle_put/get.Brian Havard2001-04-191-0/+24
* implement apr_os_dso_handle_get|put() so that Apache builds again;Jeff Trawick2001-04-191-0/+17
* Clean up conditionals in unix DSO code so that we decide based on theWilfredo Sanchez2001-04-191-15/+20
* Add dyld supportWilfredo Sanchez2001-04-181-2/+48
* This patch sets the dso/aix subdirectory to be used for older versionsJeff Trawick2001-04-022-6/+21
* Not quite sure how this went unnoticed for so long...David Reid2001-03-051-1/+1
* include <string.h> for the strerror() prototype on HP-UX 11Jeff Trawick2001-02-161-0/+3
* Update copyright to 2001Roy T. Fielding2001-02-166-6/+6
* standardize the include path in the OS/390 dso directory to get rid of anJeff Trawick2001-02-122-2/+4
* renaming various functions for consistency sakeDoug MacEachern2001-02-086-12/+12
* OS2 was chasing os2errno.h which we hid in a private platform directory,William A. Rowe Jr2001-01-281-2/+0
* And why these values, anyways... abstract them outWilliam A. Rowe Jr2001-01-271-3/+3
* The platform changes in apr to support the APR_FINFO_wanted declarationWilliam A. Rowe Jr2001-01-201-4/+6
* watch out for a double-unload. one manually from apr_dso_unload(), followedGreg Stein2001-01-196-51/+62
* All platforms now register a cleanup when a DSO is loaded. This justRyan Bloom2001-01-194-0/+36
* Add linkage declarations to the DSO functions.Ryan Bloom2001-01-126-35/+35
* Libtool-ize APR.Greg Stein2001-01-0910-153/+39
* OS/2: Allocate the right amount of space for an apr_dso_handle_t and provideBrian Havard2000-12-231-2/+2
* Fix VPATH support. APR builds now cleanly in a separate build directory.Sascha Schumann2000-12-152-2/+4
* Change the includes in the "correct" way to allow building onDavid Reid2000-12-101-1/+2
* Get apr_dso_error working properly on Unix.Ryan Bloom2000-12-031-1/+4
* Get NULL defined on some systems (e.g., FreeBSD 3.4).Jeff Trawick2000-11-271-0/+4
* OS/2: fix return type of apr_dso_error() & squash warnings about stringBrian Havard2000-11-221-1/+2
* AIX changes to the way dependencies are built in APR makefilesJeff Trawick2000-11-151-27/+2
* OS/2 changes to the way dependencies are built in APR makefilesJeff Trawick2000-11-151-24/+2
* BeOS changes to the way dependencies are built in APR makefilesJeff Trawick2000-11-151-27/+2
* This patch removes the dependencies from Makefile.in. DependenciesJeff Trawick2000-11-152-53/+7
* Fix OS/2 build after the move of private APR headers to the include/arch/Brian Havard2000-11-142-8/+11
* More files affected by APR_HAS_UNICODE_FS on Win32.William A. Rowe Jr2000-11-111-16/+37