summaryrefslogtreecommitdiff
path: root/dso/unix
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-7/+7
* Avoid strict aliasing warnings on HP-UX.Bojan Smojver2008-06-181-2/+2
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Add Support for DragonFly BSD.Paul Querna2005-01-211-1/+2
* Remove .cvsignore files.Joe Orton2004-11-181-4/+0
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-051-14/+0
* After some less than considerable discussion on-list, it seems like thereWilliam A. Rowe Jr2003-02-161-1/+1
* Namespace protection for include/arch/ header filesThom May2003-01-061-1/+1
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* standardize on a couple of easy to test for error codes for DSO errors.Ryan Bloom2002-12-291-5/+5
* Don't pass BIND_VERBOSE to shl_load(), else it dumps errors to stderrJoe Orton2002-12-111-1/+1
* When encountering a link error when loading a DSO on Darwin, print the error.Justin Erenkrantz2002-09-131-1/+8
* Correct shared library support on Darwin to not fatally error out whenJustin Erenkrantz2002-06-241-2/+7
* OK. This is admittedly anal. But the whole idea behind cpp macrosJim Jagielski2002-05-021-2/+3
* Minor formattingJim Jagielski2002-05-011-1/+2
* Fix compile breakageJim Jagielski2002-05-011-2/+2
* Or'ing NSLINKMODULE_OPTION_NONE is verbose.Wilfredo Sanchez2002-05-011-11/+3
* To support modules like PHP, which implement their ownJim Jagielski2002-04-221-3/+9
* Add .deps to cvsignore since APR may now generate .deps files.Justin Erenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresJustin Erenkrantz2002-04-221-0/+2
* Load libraries if they not MH_BUNDLE, but if they are not, itRyan Bloom2002-03-201-11/+25
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Support a special pathname syntax for apr_dso_load()/dlopen() soJeff Trawick2001-11-301-1/+14
* (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
* Fix leak of NSObjectFileImage handle.Wilfredo Sanchez2001-11-121-0/+1
* Basically added a call to apr_dso_load() to make sure that any module thatBradley Nicholes2001-08-281-0/+21
* include stdlib.h for malloc() and free() prototypes (Darwin)Jeff Trawick2001-07-021-1/+4
* We have pools not contexts...David Reid2001-04-291-7/+8
* Fix DSO support on HPUX. We have to use ==, not = and it helps to returnRyan Bloom2001-04-271-2/+2
* get apr_os_dso_handle_put workingDoug MacEachern2001-04-251-2/+2
* store the pool handle in apr_os_dso_handle_put()Jeff Trawick2001-04-191-0/+1
* 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
* include <string.h> for the strerror() prototype on HP-UX 11Jeff Trawick2001-02-161-0/+3
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-2/+2
* watch out for a double-unload. one manually from apr_dso_unload(), followedGreg Stein2001-01-191-10/+14
* All platforms now register a cleanup when a DSO is loaded. This justRyan Bloom2001-01-191-0/+9
* Add linkage declarations to the DSO functions.Ryan Bloom2001-01-121-7/+7
* Libtool-ize APR.Greg Stein2001-01-092-32/+8
* Fix VPATH support. APR builds now cleanly in a separate build directory.Sascha Schumann2000-12-152-2/+4
* 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
* This patch removes the dependencies from Makefile.in. DependenciesJeff Trawick2000-11-151-22/+2