- May 01, 2001
-
-
Ryan Bloom authored
have to use <= git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88970 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
Delay the check for "too many items in an iovec" until we actually try to put something in there. This allows that N+1 bucket to be an EOS, FLUSH, FILE, or zero-length bucket without triggering a split. Only if that next bucket has iovec data will a split be made. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88969 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
possible use before set. The code was fine but it is best to keep gcc quiet lest we stop paying attention. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88968 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 30, 2001
-
-
Greg Ames authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88967 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
Submitted by: Bernhard Schrenk <b.schrenk@improx.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88966 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88965 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 29, 2001
-
-
Ryan Bloom authored
connection pool. This solves a small resource leak that had us not closing files until a connection was closed. In order to do this, at the end of the core_output_filter, we loop through the brigade and convert any data we have into a single HEAP bucket that we know will survive clearing the request_rec. Submitted by: Ryan Bloom, Justin Erenkrantz <jerenkrantz@ebuilt.com>, Cliff Woolley git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88964 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
extension. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88963 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88962 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
inclined to update apxs? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88961 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
variables CPPFLAGS, CFLAGS, CXXFLAGS, LDFLAGS and LIBS by moving the configure additions to EXTRA_* variables. Also, allow the user to specify NOTEST_* values for all of the above, which eliminates the need for THREAD_CPPFLAGS, THREAD_CFLAGS, and OPTIM. Fix the setting of INCLUDES and EXTRA_INCLUDES. Check flags as they are added to avoid pointless duplications. Fix the order in which flags are given on the compile and link lines. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88960 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 28, 2001
-
-
William A. Rowe Jr authored
Pass the perms arg to apr_dbm_open git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88959 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 27, 2001
-
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88958 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
otherwise `apxs -q INCLUDEDIR' is broken using the default layout PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88957 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
argument. Previously, we passed through a user-specified hyphen into the name of the shell variable, yielding an invalid variable name. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88956 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
PR: 7612 Submitted by: Bernhard Schrenk <b.schrenk@improx.com> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88955 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88952 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
Submitted by: GOMEZ Henri <hgomez@slib.fr> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88951 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
assert()s in place of sensible error handling) when a server-root-relative certificate path is given (which is what most users are going to try first). assertion "n > 0" failed: file "openssl_state_machine.c", line 142 That does NOT fix the openssl_state_machine.c though., So, never try to use invalid certs, missing keys or other fancy "1st time user" stuff. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88950 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
and we had a coding style once. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88949 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
Submitted by: Jean-Frederic Clere <JFrederic.Clere@fujitsu-siemens.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88947 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88946 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88945 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
which are ubiquitous after openSSL's "make install". The old logic relied on a common directory for both include files and libraries (very non-standard). Submitted by: Clere Jean-Frederic <JFrederic.Clere@fujitsu-siemens.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88944 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
for a "nice" piece of cdata which is in one chunk, this can usually avoid an allocation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88943 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 26, 2001
-
-
Jeff Trawick authored
threaded git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88942 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
Fix shutdown/restart hangs in the threaded MPM. After removing mod_cgid from my build (thanks, Jeff), I can do: * apachectl graceful, followed by * apachectl restart, followed by * apachectl stop ...and get the results you would expect. Submitted by: Jeff Trawick, Greg Ames, Ryan Bloom git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88941 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
Submitted by: Jean-Frederic Clere <JFrederic.Clere@fujitsu-siemens.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88939 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
used by a single routine and can be replaced by a local variable. Submitted by: Greg Stein, Ryan Bloom, Roy Fielding git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88938 13f79535-47bb-0310-9956-ffa450edef68
-
David Reid authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88937 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 25, 2001
-
-
Cliff Woolley authored
to "cntx", which is the actual name of the argument to that macro. It accidentally worked before because all of the callers of the macro happen to be passing in a variable named "ctx". If one of them were to ever try to pass in a context named something else, bad things would happen. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88936 13f79535-47bb-0310-9956-ffa450edef68
-
Paul J. Reder authored
Yeah, well, like the entry says, fixed prefork to handle signals properly (mostly SIGTERN). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88935 13f79535-47bb-0310-9956-ffa450edef68
-
Paul J. Reder authored
This patch puts enough of the signal processing back in so that the signals are all handled properly now. My previous patch fixed the deadlock race condition, but broke the user directed signal handling. This fixes it to work the it did before (primarily SIGTERM is now working). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88934 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
'modules' anymore. Also, we aren't dependant on Pthreads per se git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88933 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88932 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 24, 2001
-
-
Graham Leggett authored
PR: Obtained from: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88929 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
wasn't one (response was 1xx, 204, 205 or 304). PR: Obtained from: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88928 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
ap_get_brigade() fix. PR: Obtained from: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88927 13f79535-47bb-0310-9956-ffa450edef68
-
Victor J. Orlikowski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88926 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88925 13f79535-47bb-0310-9956-ffa450edef68
-