| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove trailing whitespaces in *.c. | Ivan Zhakov | 2022-11-20 | 7 | -39/+39 |
* | Stage 3 in dismantling _WIN32_WCE ... cleanup code | Mladen Turk | 2021-12-02 | 1 | -27/+0 |
* | ucs2 is a legacy name, the correct encoding names | William A. Rowe Jr | 2019-10-29 | 1 | -3/+3 |
* | Follow-up to r1859519. | Ivan Zhakov | 2019-05-26 | 1 | -1/+1 |
* | * dso/win32/dso.c | Ivan Zhakov | 2019-05-19 | 1 | -2/+5 |
* | win32: Remove non-unicode codepath from apr_dso_load(). | Ivan Zhakov | 2019-05-19 | 1 | -52/+21 |
* | win32: Use LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR flag for LoadLibraryExW in | Ivan Zhakov | 2019-05-15 | 1 | -10/+4 |
* | Fix copy/paste typo | Mladen Turk | 2009-02-17 | 1 | -2/+2 |
* | Use SetDllDirectory if supported by OS in case dependent .dll's are in the sa... | Mladen Turk | 2009-02-17 | 1 | -1/+17 |
* | Avoid strict aliasing warnings on HP-UX. | Bojan Smojver | 2008-06-18 | 1 | -2/+2 |
* | z/OS: return standard apr_status_t codes from apr_dso_load() | Jeff Trawick | 2007-12-08 | 1 | -2/+2 |
* | Fix DSO-related crash on z/OS caused by incorrect memory | Jeff Trawick | 2007-11-08 | 1 | -1/+1 |
* | Fix the typo. | Joe Orton | 2006-08-03 | 7 | -7/+7 |
* | Update license header. | Joe Orton | 2006-08-03 | 7 | -42/+42 |
* | 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 |