| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid strict aliasing warnings on HP-UX. | bojan | 2008-06-18 | 1 | -2/+2 |
* | z/OS: return standard apr_status_t codes from apr_dso_load() | trawick | 2007-12-08 | 1 | -2/+2 |
* | Fix DSO-related crash on z/OS caused by incorrect memory | trawick | 2007-11-08 | 1 | -1/+1 |
* | Fix the typo. | jorton | 2006-08-03 | 7 | -7/+7 |
* | Update license header. | jorton | 2006-08-03 | 7 | -42/+42 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | jerenkrantz | 2005-02-04 | 7 | -7/+14 |
* | Add Support for DragonFly BSD. | pquerna | 2005-01-21 | 1 | -1/+2 |
* | Remove .cvsignore files. | jorton | 2004-11-18 | 5 | -20/+0 |
* | Fix an include path. | dreid | 2004-03-09 | 1 | -1/+1 |
* | Relicense APR under Apache License, Version 2.0 | jerenkrantz | 2004-02-13 | 7 | -343/+70 |
* | First whack at switching to a single top-level make. This adds a dependency | gstein | 2004-02-05 | 5 | -69/+0 |
* | Modify the beos dso code to always return a structure, adding the errormsg | dreid | 2003-11-23 | 1 | -5/+8 |
* | fix a typo in a comment | trawick | 2003-02-18 | 1 | -1/+1 |
* | After some less than considerable discussion on-list, it seems like there | wrowe | 2003-02-16 | 1 | -1/+1 |
* | Normalize the path before trying to load the module. | bnicholes | 2003-01-07 | 1 | -2/+11 |
* | rename apr_arch_fileio.h to apr_arch_file_io.h for consistency | thommay | 2003-01-07 | 1 | -1/+1 |
* | Namespace protection for include/arch/ header files | thommay | 2003-01-06 | 7 | -9/+9 |
* | Update copyright notices to 2003. | thommay | 2003-01-01 | 7 | -7/+7 |
* | standardize on a couple of easy to test for error codes for DSO errors. | rbb | 2002-12-29 | 5 | -11/+11 |
* | Don't pass BIND_VERBOSE to shl_load(), else it dumps errors to stderr | jorton | 2002-12-11 | 1 | -1/+1 |
* | Prepare to eliminate a platform specific | wrowe | 2002-10-13 | 1 | -3/+3 |
* | When encountering a link error when loading a DSO on Darwin, print the error. | jerenkrantz | 2002-09-13 | 1 | -1/+8 |
* | Move the win32-only utf8 support [for the Unicode filesystem] out of | wrowe | 2002-07-17 | 1 | -1/+1 |
* | Correct shared library support on Darwin to not fatally error out when | jerenkrantz | 2002-06-24 | 1 | -2/+7 |
* | NEVER default to ALTERNATE_SEARCH_PATH!!! It's a great last resort, | wrowe | 2002-05-20 | 1 | -2/+2 |
* | 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 | 5 | -0/+5 |
* | Allow VPATH builds to properly generate build dependencies. This requires | jerenkrantz | 2002-04-22 | 5 | -0/+10 |
* | Make the loaded module local to the address space so that it can resolve | bnicholes | 2002-04-02 | 1 | -1/+1 |
* | Load libraries if they not MH_BUNDLE, but if they are not, it | rbb | 2002-03-20 | 1 | -11/+25 |
* | Win32 was missing the apr_os_dso_handle_get() accessor. | wrowe | 2002-03-20 | 1 | -0/+7 |
* | Update our copyright for this year. | fielding | 2002-03-13 | 7 | -7/+7 |
* | I'm still drudging through the 36 files for WCE... sorry they are slow | wrowe | 2002-02-12 | 1 | -2/+26 |
* | Mladen Turk's <mturk@mappingsoft.com> WinCE port. | wrowe | 2002-01-28 | 1 | -2/+4 |
* | Substantial optimization of the os_level semantic. Since this is entirely | wrowe | 2001-12-28 | 1 | -2/+1 |
* | Support a special pathname syntax for apr_dso_load()/dlopen() so | trawick | 2001-11-30 | 1 | -1/+14 |
* | add a comment mentioning the AIX levels for which this is | trawick | 2001-11-20 | 1 | -0/+2 |
* | (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 |
* | NetWare DSO handling routines | bnicholes | 2001-11-13 | 1 | -0/+166 |
* | Fix leak of NSObjectFileImage handle. | wsanchez | 2001-11-12 | 1 | -0/+1 |
* | OS/2: Return a proper error code from apr_dso_sym() & prevent NULL dereference | bjh | 2001-10-21 | 1 | -5/+11 |
* | add apr_os_dso_handle_put for win32 | dougm | 2001-10-20 | 1 | -0/+10 |
* | AIX emulated dlopen() cleanups... | orlikowski | 2001-09-25 | 1 | -4/+24 |
* | As pointed out by Mladen Turk <mturk@mappingsoft.com>, the Win9x case | wrowe | 2001-09-19 | 1 | -1/+3 |