- Apr 04, 2002
-
-
William A. Rowe Jr authored
Another, potential race. Assure we are allowing worker threads to finish from the time we begin our shutdown exercise. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94438 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Race condition one ... we were occasionally escaping all the way out to WSATerminate() before this thread picked up it's sleepy head to discover the world was gone beneath it on 1GHz+ CPU WinXP configurations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94437 13f79535-47bb-0310-9956-ffa450edef68
-
Paul J. Reder authored
This patch fixes a core dump that occurs in mod_include during tag parsing if the starting sequence (<!--#) finishes at the end of a bucket and the directive starts at the beginning of the next bucket. There is still a bug in the handling of conditional directives that span buckets, but the core dump is now fixed and the conditional bug should be even rarer than the core dump was. I'm fixing the conditional bug seperately. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94436 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94435 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
It's between pthread and sysvsem in the DEFAULT priority ranking. This makes it the new default for Darwin, and adds support for it for other platforms as well (like Solaris). PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94434 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
environment variables in the envvars file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94432 13f79535-47bb-0310-9956-ffa450edef68
-
Sander Striker authored
place. Expand paths in httpd-std.conf in a similar fashion as we do in our headers. Submitted by: Pier Fumagalli <pier@betaversion.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94431 13f79535-47bb-0310-9956-ffa450edef68
-
Aaron Bannert authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94430 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 03, 2002
-
-
Bill Stoddard authored
(ie, the HTTP_HEADER_FILTER has not yet run) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94426 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
it into the indexes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94424 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94421 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
Don't create a listener thread until we have a worker thread. Otherwise, in situations where we'll have to wait a while to take over scoreboard slots from a previous generation, we'll be accepting connections we can't process yet. Don't let the listener thread clobber the scoreboard entry of the first worker thread. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94420 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
the parent process to run in the foreground (NO_DETACH is a special mode for running under programs like daemontools) the existing flag -DDEBUG turns on FOREGROUND now instead of NO_DETACH git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94419 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94418 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
Submitted by: Pier Fumagalli (and mangled by Jeff) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94417 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Elimiate references of subreferences to simplify rebuild logic git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94415 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Much easier to clone first than fix later - next batch of builds this poorly thought out will simply be vetoed - do you really expect M$'s defaults to make any sense? And what's with /I "C:\foo" ??? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94414 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Would really prefer if the authors of the .dsp's would maintain this... better yet - clone existing .dsp's to assure they are correct git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94413 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Can't we -please- rename mod_file_cache if it doesn't fit in the mod_cache scheme of things? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94412 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Gheesh git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94411 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
On second thought ... I can see some weird sign bit magic messing this up on some hypothetical CPU... better to cast the net expression. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94410 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
A very safe cast for any ^2 based cpu. Are we expecting any trinary CPUs any time soon for Apache support? Cleans up an emit on 32 bit builds. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94409 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94408 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 02, 2002
-
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94406 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94405 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94404 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
ssl_cmd_check_dir rather than ssl_cmd_check_file git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94403 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94400 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
Sorry for the huge diff. It seems that switching from Xalan-j to xalan-c causes the attributes to get reordered. Suggestions for improvements to the build system would be greatly appreciated. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94399 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94398 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
Obtained from: Submitted by: Reviewed by: Ryan Bloom ap_remove_output_filter no longer works for connection filters. change logic in the case of "HTTP spoken on HTTPS port" to disable the ssl filters rather than attempt to remove the filters. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94393 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94392 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94388 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94387 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
be written to the error log regardless of the loglevel. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94386 13f79535-47bb-0310-9956-ffa450edef68
-
Sander Striker authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94385 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
Obtained from: Submitted by: Reviewed by: Ryan Bloom remove call to ap_proxy_reset_output_filters() and the function itself. this call breaks ssl proxy when the client is using keepalives. this function is also no longer needed with recent-ish filter changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94383 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
to fix it... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94382 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
install. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94381 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94377 13f79535-47bb-0310-9956-ffa450edef68
-