- Aug 22, 2001
-
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90504 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
PR: Obtained from: Submitted by: Madhusudan Mathihalli <madhusudan_mathihalli@hp.com> Reviewed by: dougm git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90503 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90502 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
bug in gcc 2.7.2.3 on FreeBSD 3.4; didn't hit the problem with -O2; did hit the problem with no -O git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90501 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90500 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
(Are there any other files that have the contributors listing?) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90499 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
There are some references just to "new-httpd" throughout - I left these intact as I'm not sure what the nickname for the new list is (dev@httpd?). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90498 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
create a transient bucket pointing directly to the BIO mem buff. this makes for a dramatic increase in performance. previously, downloading large files (2Mb-5Mb-ish) made my laptop start to smoke from the fan spinning so fast to cool the cpu. also, apache stylize churn_output() PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90497 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Explicitly fix some types, and opt-out on macro conflicts git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90496 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
copy over the binaries rather than libtool wrapper scripts which would copy the binaries to .libs/lt-* at first execution. Reviewed by: Greg Stein git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90492 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90491 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
one bucket at a time. prevents a problem when downloading large files. also change ssl_io_filter_Output to apache style and change some variable names that should make the code easier to read/understand, e.g. pbbIn -> bb, pbktIn -> bucket PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90490 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
use the PATH order before trying hard-coded /usr/local paths git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90489 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
files last night, but they are there now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90488 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
libtool patch from yesterday. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90487 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
associated filename (e.g., we're filtering the error document for a bad URI). Reported by: Joshua Slive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90486 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
rules.mk with a blank file. This gets us building again. From what I see of rbb's libtool 1.4 commit, I didn't see any change to rules.mk that would require variable substitution. Ryan? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90485 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90484 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90483 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90481 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90480 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 21, 2001
-
-
Ryan Bloom authored
libtool version of the machine, and we add the correct flags to the build. We also had to remove the --disable-shared in order to make this work correctly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90479 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90478 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
Trivial to reproduce: . enable mod_mime_magic . copy "apache_pb.gif" to "picturefile" . set breakpoint in magic_rsl_printf() . request "picturefile" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90466 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90464 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
make authentication hook run APR_HOOK_FIRST for FakeBasicAuth PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90463 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Changes for rbb's #include/build openssl/inc32 patch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90458 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90457 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90456 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90455 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
on this for now. I removed all the fancy stuff. If someone wants to put it back in after we've thought a little about things like the location of the graphic file, I will have no objections. First, let's start with something simple that works. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90454 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90453 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90452 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90451 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90450 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
Anyway, fix the version numbers in the comment so that it reflects reality (so I think). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90449 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
include directory for db.h if we include ndbm.h. Submitted by: Justin Erenkrantz Reviewed by: Roy Fielding git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90448 13f79535-47bb-0310-9956-ffa450edef68
-
Lars Eilebrecht authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90447 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 20, 2001
-
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90446 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90445 13f79535-47bb-0310-9956-ffa450edef68
-