| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 7 | -7/+14 |
* | Add Support for DragonFly BSD. | Paul Querna | 2005-01-21 | 1 | -1/+2 |
* | Remove .cvsignore files. | Joe Orton | 2004-11-18 | 5 | -20/+0 |
* | Fix an include path. | David Reid | 2004-03-09 | 1 | -1/+1 |
* | Relicense APR under Apache License, Version 2.0 | Justin Erenkrantz | 2004-02-13 | 7 | -343/+70 |
* | First whack at switching to a single top-level make. This adds a dependency | Greg Stein | 2004-02-05 | 5 | -69/+0 |
* | Modify the beos dso code to always return a structure, adding the errormsg | David Reid | 2003-11-23 | 1 | -5/+8 |
* | fix a typo in a comment | Jeff Trawick | 2003-02-18 | 1 | -1/+1 |
* | After some less than considerable discussion on-list, it seems like there | William A. Rowe Jr | 2003-02-16 | 1 | -1/+1 |
* | Normalize the path before trying to load the module. | Bradley Nicholes | 2003-01-07 | 1 | -2/+11 |
* | rename apr_arch_fileio.h to apr_arch_file_io.h for consistency | Thom May | 2003-01-07 | 1 | -1/+1 |
* | Namespace protection for include/arch/ header files | Thom May | 2003-01-06 | 7 | -9/+9 |
* | Update copyright notices to 2003. | Thom May | 2003-01-01 | 7 | -7/+7 |
* | standardize on a couple of easy to test for error codes for DSO errors. | Ryan Bloom | 2002-12-29 | 5 | -11/+11 |
* | Don't pass BIND_VERBOSE to shl_load(), else it dumps errors to stderr | Joe Orton | 2002-12-11 | 1 | -1/+1 |
* | Prepare to eliminate a platform specific | William A. Rowe Jr | 2002-10-13 | 1 | -3/+3 |
* | When encountering a link error when loading a DSO on Darwin, print the error. | Justin Erenkrantz | 2002-09-13 | 1 | -1/+8 |
* | Move the win32-only utf8 support [for the Unicode filesystem] out of | William A. Rowe Jr | 2002-07-17 | 1 | -1/+1 |
* | Correct shared library support on Darwin to not fatally error out when | Justin Erenkrantz | 2002-06-24 | 1 | -2/+7 |
* | NEVER default to ALTERNATE_SEARCH_PATH!!! It's a great last resort, | William A. Rowe Jr | 2002-05-20 | 1 | -2/+2 |
* | OK. This is admittedly anal. But the whole idea behind cpp macros | Jim Jagielski | 2002-05-02 | 1 | -2/+3 |
* | Minor formatting | Jim Jagielski | 2002-05-01 | 1 | -1/+2 |
* | Fix compile breakage | Jim Jagielski | 2002-05-01 | 1 | -2/+2 |
* | Or'ing NSLINKMODULE_OPTION_NONE is verbose. | Wilfredo Sanchez | 2002-05-01 | 1 | -11/+3 |
* | To support modules like PHP, which implement their own | Jim Jagielski | 2002-04-22 | 1 | -3/+9 |
* | Add .deps to cvsignore since APR may now generate .deps files. | Justin Erenkrantz | 2002-04-22 | 5 | -0/+5 |
* | Allow VPATH builds to properly generate build dependencies. This requires | Justin Erenkrantz | 2002-04-22 | 5 | -0/+10 |
* | Make the loaded module local to the address space so that it can resolve | Bradley Nicholes | 2002-04-02 | 1 | -1/+1 |
* | Load libraries if they not MH_BUNDLE, but if they are not, it | Ryan Bloom | 2002-03-20 | 1 | -11/+25 |
* | Win32 was missing the apr_os_dso_handle_get() accessor. | William A. Rowe Jr | 2002-03-20 | 1 | -0/+7 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 7 | -7/+7 |
* | I'm still drudging through the 36 files for WCE... sorry they are slow | William A. Rowe Jr | 2002-02-12 | 1 | -2/+26 |
* | Mladen Turk's <mturk@mappingsoft.com> WinCE port. | William A. Rowe Jr | 2002-01-28 | 1 | -2/+4 |
* | Substantial optimization of the os_level semantic. Since this is entirely | William A. Rowe Jr | 2001-12-28 | 1 | -2/+1 |
* | Support a special pathname syntax for apr_dso_load()/dlopen() so | Jeff Trawick | 2001-11-30 | 1 | -1/+14 |
* | add a comment mentioning the AIX levels for which this is | Jeff Trawick | 2001-11-20 | 1 | -0/+2 |
* | (apr_dso_load) initialize os_handle to NULL to stop apr_dso_load from returni... | Brian Fitzpatrick | 2001-11-20 | 1 | -1/+1 |
* | Update *ressym on success in the Darwin DSO load path. | Justin Erenkrantz | 2001-11-20 | 1 | -0/+1 |
* | Removed NetWare from the DSO #ifdef confusion | Bradley Nicholes | 2001-11-13 | 1 | -21/+0 |
* | NetWare DSO handling routines | Bradley Nicholes | 2001-11-13 | 1 | -0/+166 |
* | Fix leak of NSObjectFileImage handle. | Wilfredo Sanchez | 2001-11-12 | 1 | -0/+1 |
* | OS/2: Return a proper error code from apr_dso_sym() & prevent NULL dereference | Brian Havard | 2001-10-21 | 1 | -5/+11 |
* | add apr_os_dso_handle_put for win32 | Doug MacEachern | 2001-10-20 | 1 | -0/+10 |
* | AIX emulated dlopen() cleanups... | Victor J. Orlikowski | 2001-09-25 | 1 | -4/+24 |
* | As pointed out by Mladen Turk <mturk@mappingsoft.com>, the Win9x case | William A. Rowe Jr | 2001-09-19 | 1 | -1/+3 |
* | Some message is better than no message. Modified the lookup to show | William A. Rowe Jr | 2001-09-04 | 1 | -13/+16 |
* | Basically added a call to apr_dso_load() to make sure that any module that | Bradley Nicholes | 2001-08-28 | 1 | -0/+21 |
* | Warning Will Robinson, someone's about to trounce you | William A. Rowe Jr | 2001-08-02 | 1 | -1/+1 |
* | include stdlib.h for malloc() and free() prototypes (Darwin) | Jeff Trawick | 2001-07-02 | 1 | -1/+4 |
* | More pools instead of contexts... | David Reid | 2001-04-29 | 1 | -8/+8 |