- Dec 12, 2000
-
-
William A. Rowe Jr authored
This appears to be the correct patch, but I'm not certain... FirstBill, please verify it's the right fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87304 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Changes for correct apr-util.dll lib name, and don't try building into the current tree from the workspace. Also correct commentary. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87303 13f79535-47bb-0310-9956-ffa450edef68
-
Allan K. Edwards authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87302 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
warnings like this on Tru64 (and perhaps other platforms): cc: Warning: exports.c, line 349: In the initializer for ap_hack_apr_dbm_nextkey, the referenced type of the pointer value "apr_dbm_nextkey" is "function (pointer to struct apr_dbm_t, pointer to struct declared without a tag) returning int", which is not compatible with "const void". (ptrmismatch) const void *ap_hack_apr_dbm_nextkey = apr_dbm_nextkey; --------------------------------------^ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87301 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
static has just the list of static modules for this directory, so in all but one of our module directories mod_so won't be in this list, preventing us from thinking this is a DSO build. BUILTIN_LIBS is always a valid check since it is the entire list of modules. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87299 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
the canonical error cleanup. We wish to avoid reporting the boring error where we try to unlink a socket which doesn't already exist. We only want to report interesting stuff. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87298 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87297 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87296 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
To enable debugging, uncomment the line commented out below. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87293 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Here's what should work flawlessly... WinNT/2K as a service or a console app, Win9x as a console app or hidden service, the ctrl+c, ctrl+break and close button on all platforms. Now the rough part, Win9x, while the processes set themselves up as services, are dieing on logoff. My guess, the hooks are deregistered regardless on logoff, unloading the 'partner' .dll that is sitting in WinOldAp's process. Anyway, before rebooting 1,000 more times, and possibly loosing some fruits of my effort, here is the working code. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87291 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 11, 2000
-
-
Ryan Bloom authored
can't really pass the data correctly yet, but at least it serves pages correctly when the correct child accepts the page. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87290 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87288 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
until the recent build changes) mod_ext_filter.c: get rid of a warning git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87287 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
So close we can taste it, this patch adds necessary delay timers for the win32 console window detection, gobs of documentation and some streamlined and more debuggable structure, pardon the reorg of the source for Win9xConHook. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87284 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Clear out the old cruft, moving function declarations to win9xconhook's own header. Update the build to reflect the changes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87281 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
This prepares to eliminate all 9x Apache issues. We isolate most of the 9x issues into this module. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87278 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87277 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 10, 2000
-
-
Chris Pepper authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87276 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 09, 2000
-
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87275 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87274 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87273 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87272 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Clean up expatlib for the new /GX-, +/Fd and Debug/Release .dll targets. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87271 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
pcre lives in harmony in Lib[D|R] without /GX, after an /Fd flag git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87270 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 08, 2000
-
-
Greg Stein authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87268 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Now that sdbm and installer are gone, clean up the win32 build. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87266 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
The feature macro may appear a bit odd. I'm open to any better suggest. Define AP_AUTH_DBM_USE_APR for apr dbm access, and apply the symbol to the win32 build. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87265 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Moved to apr-util/test git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87264 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Back out the .dsp changes (my bad - jumped to fast.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87263 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Adjustments to dav for apr_dbm_open args change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87262 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fix a nit, unreferenced symbol git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87261 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
directories to a package. APRUTIL works this way, and does not need APR's location at buildconf.sh time. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87260 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87258 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
make output and the bazillion -export-dynamic options getting added to know that something should be fixed :-) [ and more precisely, it is needed for AP modules, but not Apache itself nor libraries such as libmain.la; therefore, the move to special.mk ] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87257 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
blocking and non-blocking reads. This allows us to use the mode parameter passed to a filter to read from the bucket correctly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87256 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 07, 2000
-
-
William A. Rowe Jr authored
This file's targets made no sense in the new schema. I'm not certain they make sense yet anyways, but this is improvement. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87255 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Eliminate the /GX flag from release builds of the support tree. This disables exception handling overhead that has no handler in Apache. Add the /Fd"Debug|Release/projname" options to eliminate conflicting vc50.pdb and vc50.idb files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87254 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
With this patch, dav and file_cache ride again :-) Note file_cache now uses mmaps, which may or may not be desired on win32. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87253 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
httpd.exp: Add the new APR symbol apr_parse_addr_port. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87252 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87251 13f79535-47bb-0310-9956-ffa450edef68
-