summaryrefslogtreecommitdiff
path: root/dso/win32
Commit message (Expand)AuthorAgeFilesLines
* ucs2 is a legacy name, the correct encoding nameswrowe2019-10-291-3/+3
* Follow-up to r1859519.ivan2019-05-261-1/+1
* * dso/win32/dso.civan2019-05-191-2/+5
* win32: Remove non-unicode codepath from apr_dso_load().ivan2019-05-191-52/+21
* win32: Use LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR flag for LoadLibraryExW inivan2019-05-151-10/+4
* Fix copy/paste typomturk2009-02-171-2/+2
* Use SetDllDirectory if supported by OS in case dependent .dll's are in the sa...mturk2009-02-171-1/+17
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-071-1/+1
* Namespace protection for include/arch/ header filesthommay2003-01-061-3/+3
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Move the win32-only utf8 support [for the Unicode filesystem] out ofwrowe2002-07-171-1/+1
* NEVER default to ALTERNATE_SEARCH_PATH!!! It's a great last resort,wrowe2002-05-201-2/+2
* Win32 was missing the apr_os_dso_handle_get() accessor.wrowe2002-03-201-0/+7
* Update our copyright for this year.fielding2002-03-131-1/+1
* I'm still drudging through the 36 files for WCE... sorry they are slowwrowe2002-02-121-2/+26
* Mladen Turk's <mturk@mappingsoft.com> WinCE port.wrowe2002-01-281-2/+4
* Substantial optimization of the os_level semantic. Since this is entirelywrowe2001-12-281-2/+1
* add apr_os_dso_handle_put for win32dougm2001-10-201-0/+10
* As pointed out by Mladen Turk <mturk@mappingsoft.com>, the Win9x casewrowe2001-09-191-1/+3
* Some message is better than no message. Modified the lookup to showwrowe2001-09-041-13/+16
* Warning Will Robinson, someone's about to trounce youwrowe2001-08-021-1/+1
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-2/+2
* And why these values, anyways... abstract them outwrowe2001-01-271-3/+3
* The platform changes in apr to support the APR_FINFO_wanted declarationwrowe2001-01-201-4/+6
* watch out for a double-unload. one manually from apr_dso_unload(), followedgstein2001-01-191-5/+8
* All platforms now register a cleanup when a DSO is loaded. This justrbb2001-01-191-0/+9
* Add linkage declarations to the DSO functions.rbb2001-01-121-5/+5
* More files affected by APR_HAS_UNICODE_FS on Win32.wrowe2000-11-111-16/+37
* Move all of the dso private header files to an arch directory underrbb2000-11-091-74/+0
* Movin on over from 1.3.13-dev : this patch fixes the problem of nastywrowe2000-10-081-4/+9
* Knock off some XXX's prior to a7.wrowe2000-10-061-2/+15
* Here it is, the Win32 part of the big canonical errors patch.wrowe2000-10-061-5/+7
* prefix libapr functions and types with apr_dougm2000-08-022-11/+11
* ap_dso_init() isn't needed. if/when a platform needs it, thengstein2000-07-151-4/+0
* Correct the return type for a recent commit to the dso header declaration.wrowe2000-06-121-1/+1
* Fix building with DSO support. If any module is configured to berbb2000-06-012-0/+9
* Rework DSO error reporting to be more flexible & informative.bjh2000-05-312-4/+8
* Update the ap_dso_error API to work with other platforms.rbb2000-05-291-1/+1
* PR:wrowe2000-05-281-0/+5
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-221-1/+1
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-142-2/+2
* Get DSOs working on Windows. Required cross platform change to mod_so.c.stoddard2000-04-051-3/+3
* Get APR DSO code working under Windowsstoddard2000-04-032-0/+163