| Commit message (Expand) | Author | Age | Files | Lines |
* | Relicense APR under Apache License, Version 2.0 | jerenkrantz | 2004-02-13 | 1 | -49/+10 |
* | First whack at switching to a single top-level make. This adds a dependency | gstein | 2004-02-05 | 1 | -14/+0 |
* | After some less than considerable discussion on-list, it seems like there | wrowe | 2003-02-16 | 1 | -1/+1 |
* | Namespace protection for include/arch/ header files | thommay | 2003-01-06 | 1 | -1/+1 |
* | Update copyright notices to 2003. | thommay | 2003-01-01 | 1 | -1/+1 |
* | standardize on a couple of easy to test for error codes for DSO errors. | rbb | 2002-12-29 | 1 | -5/+5 |
* | Don't pass BIND_VERBOSE to shl_load(), else it dumps errors to stderr | jorton | 2002-12-11 | 1 | -1/+1 |
* | When encountering a link error when loading a DSO on Darwin, print the error. | jerenkrantz | 2002-09-13 | 1 | -1/+8 |
* | Correct shared library support on Darwin to not fatally error out when | jerenkrantz | 2002-06-24 | 1 | -2/+7 |
* | OK. This is admittedly anal. But the whole idea behind cpp macros | jim | 2002-05-02 | 1 | -2/+3 |
* | Minor formatting | jim | 2002-05-01 | 1 | -1/+2 |
* | Fix compile breakage | jim | 2002-05-01 | 1 | -2/+2 |
* | Or'ing NSLINKMODULE_OPTION_NONE is verbose. | wsanchez | 2002-05-01 | 1 | -11/+3 |
* | To support modules like PHP, which implement their own | jim | 2002-04-22 | 1 | -3/+9 |
* | Add .deps to cvsignore since APR may now generate .deps files. | jerenkrantz | 2002-04-22 | 1 | -0/+1 |
* | Allow VPATH builds to properly generate build dependencies. This requires | jerenkrantz | 2002-04-22 | 1 | -0/+2 |
* | Load libraries if they not MH_BUNDLE, but if they are not, it | rbb | 2002-03-20 | 1 | -11/+25 |
* | Update our copyright for this year. | fielding | 2002-03-13 | 1 | -1/+1 |
* | Support a special pathname syntax for apr_dso_load()/dlopen() so | trawick | 2001-11-30 | 1 | -1/+14 |
* | (apr_dso_load) initialize os_handle to NULL to stop apr_dso_load from returni... | fitz | 2001-11-20 | 1 | -1/+1 |
* | Update *ressym on success in the Darwin DSO load path. | jerenkrantz | 2001-11-20 | 1 | -0/+1 |
* | Removed NetWare from the DSO #ifdef confusion | bnicholes | 2001-11-13 | 1 | -21/+0 |
* | Fix leak of NSObjectFileImage handle. | wsanchez | 2001-11-12 | 1 | -0/+1 |
* | Basically added a call to apr_dso_load() to make sure that any module that | bnicholes | 2001-08-28 | 1 | -0/+21 |
* | include stdlib.h for malloc() and free() prototypes (Darwin) | trawick | 2001-07-02 | 1 | -1/+4 |
* | We have pools not contexts... | dreid | 2001-04-29 | 1 | -7/+8 |
* | Fix DSO support on HPUX. We have to use ==, not = and it helps to return | rbb | 2001-04-27 | 1 | -2/+2 |
* | get apr_os_dso_handle_put working | dougm | 2001-04-25 | 1 | -2/+2 |
* | store the pool handle in apr_os_dso_handle_put() | trawick | 2001-04-19 | 1 | -0/+1 |
* | implement apr_os_dso_handle_get|put() so that Apache builds again; | trawick | 2001-04-19 | 1 | -0/+17 |
* | Clean up conditionals in unix DSO code so that we decide based on the | wsanchez | 2001-04-19 | 1 | -15/+20 |
* | Add dyld support | wsanchez | 2001-04-18 | 1 | -2/+48 |
* | include <string.h> for the strerror() prototype on HP-UX 11 | trawick | 2001-02-16 | 1 | -0/+3 |
* | Update copyright to 2001 | fielding | 2001-02-16 | 1 | -1/+1 |
* | renaming various functions for consistency sake | dougm | 2001-02-08 | 1 | -2/+2 |
* | watch out for a double-unload. one manually from apr_dso_unload(), followed | gstein | 2001-01-19 | 1 | -10/+14 |
* | All platforms now register a cleanup when a DSO is loaded. This just | rbb | 2001-01-19 | 1 | -0/+9 |
* | Add linkage declarations to the DSO functions. | rbb | 2001-01-12 | 1 | -7/+7 |
* | Libtool-ize APR. | gstein | 2001-01-09 | 2 | -32/+8 |
* | Fix VPATH support. APR builds now cleanly in a separate build directory. | sascha | 2000-12-15 | 2 | -2/+4 |
* | Get apr_dso_error working properly on Unix. | rbb | 2000-12-03 | 1 | -1/+4 |
* | Get NULL defined on some systems (e.g., FreeBSD 3.4). | trawick | 2000-11-27 | 1 | -0/+4 |
* | This patch removes the dependencies from Makefile.in. Dependencies | trawick | 2000-11-15 | 1 | -22/+2 |
* | Move all of the dso private header files to an arch directory under | rbb | 2000-11-09 | 3 | -99/+3 |
* | Multiple build and configuration fixes | rbb | 2000-10-05 | 1 | -0/+1 |
* | prefix libapr functions and types with apr_ | dougm | 2000-08-02 | 2 | -9/+9 |
* | ap_dso_sym: | trawick | 2000-07-30 | 1 | -4/+8 |
* | ap_dso_init() isn't needed. if/when a platform needs it, then | gstein | 2000-07-15 | 1 | -4/+0 |
* | Remove unnecessary INCDIR1 | rbb | 2000-07-13 | 1 | -1/+1 |
* | Update dependancies in APR | rbb | 2000-07-07 | 1 | -3/+2 |