summaryrefslogtreecommitdiff
path: root/dso/win32
Commit message (Expand)AuthorAgeFilesLines
* 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