summaryrefslogtreecommitdiff
path: root/dso
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-207-39/+39
* Stage 3 in dismantling _WIN32_WCE ... cleanup codeMladen Turk2021-12-021-27/+0
* ucs2 is a legacy name, the correct encoding namesWilliam A. Rowe Jr2019-10-291-3/+3
* Follow-up to r1859519.Ivan Zhakov2019-05-261-1/+1
* * dso/win32/dso.cIvan Zhakov2019-05-191-2/+5
* win32: Remove non-unicode codepath from apr_dso_load().Ivan Zhakov2019-05-191-52/+21
* win32: Use LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR flag for LoadLibraryExW inIvan Zhakov2019-05-151-10/+4
* Fix copy/paste typoMladen Turk2009-02-171-2/+2
* Use SetDllDirectory if supported by OS in case dependent .dll's are in the sa...Mladen Turk2009-02-171-1/+17
* Avoid strict aliasing warnings on HP-UX.Bojan Smojver2008-06-181-2/+2
* z/OS: return standard apr_status_t codes from apr_dso_load()Jeff Trawick2007-12-081-2/+2
* Fix DSO-related crash on z/OS caused by incorrect memoryJeff Trawick2007-11-081-1/+1
* Fix the typo.Joe Orton2006-08-037-7/+7
* Update license header.Joe Orton2006-08-037-42/+42
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-047-7/+14
* Add Support for DragonFly BSD.Paul Querna2005-01-211-1/+2
* Remove .cvsignore files.Joe Orton2004-11-185-20/+0
* Fix an include path.David Reid2004-03-091-1/+1
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-137-343/+70
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-055-69/+0
* Modify the beos dso code to always return a structure, adding the errormsgDavid Reid2003-11-231-5/+8
* fix a typo in a commentJeff Trawick2003-02-181-1/+1
* After some less than considerable discussion on-list, it seems like thereWilliam A. Rowe Jr2003-02-161-1/+1
* Normalize the path before trying to load the module.Bradley Nicholes2003-01-071-2/+11
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencyThom May2003-01-071-1/+1
* Namespace protection for include/arch/ header filesThom May2003-01-067-9/+9
* Update copyright notices to 2003.Thom May2003-01-017-7/+7
* standardize on a couple of easy to test for error codes for DSO errors.Ryan Bloom2002-12-295-11/+11
* Don't pass BIND_VERBOSE to shl_load(), else it dumps errors to stderrJoe Orton2002-12-111-1/+1
* Prepare to eliminate a platform specificWilliam A. Rowe Jr2002-10-131-3/+3
* When encountering a link error when loading a DSO on Darwin, print the error.Justin Erenkrantz2002-09-131-1/+8
* Move the win32-only utf8 support [for the Unicode filesystem] out ofWilliam A. Rowe Jr2002-07-171-1/+1
* Correct shared library support on Darwin to not fatally error out whenJustin Erenkrantz2002-06-241-2/+7
* NEVER default to ALTERNATE_SEARCH_PATH!!! It's a great last resort,William A. Rowe Jr2002-05-201-2/+2
* 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-225-0/+5
* Allow VPATH builds to properly generate build dependencies. This requiresJustin Erenkrantz2002-04-225-0/+10
* Make the loaded module local to the address space so that it can resolveBradley Nicholes2002-04-021-1/+1
* Load libraries if they not MH_BUNDLE, but if they are not, itRyan Bloom2002-03-201-11/+25
* Win32 was missing the apr_os_dso_handle_get() accessor.William A. Rowe Jr2002-03-201-0/+7
* Update our copyright for this year.Roy T. Fielding2002-03-137-7/+7
* I'm still drudging through the 36 files for WCE... sorry they are slowWilliam A. Rowe Jr2002-02-121-2/+26
* Mladen Turk's <mturk@mappingsoft.com> WinCE port.William A. Rowe Jr2002-01-281-2/+4
* Substantial optimization of the os_level semantic. Since this is entirelyWilliam A. Rowe Jr2001-12-281-2/+1
* Support a special pathname syntax for apr_dso_load()/dlopen() soJeff Trawick2001-11-301-1/+14
* add a comment mentioning the AIX levels for which this isJeff Trawick2001-11-201-0/+2