- Mar 20, 1998
-
-
Marc Slemko authored
PR: Obtained from: Submitted by: Bob Beck <beck@bofh.ucs.ualberta.ca> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80614 13f79535-47bb-0310-9956-ffa450edef68
-
Marc Slemko authored
that as the default. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80613 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
Add case insensitivity for BS2000's user name comparison (yes, that's how it is); Add an error message if the executable isn't executable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80612 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
an error string), the errno variable is useless. Don't print invalid errno messages at this level. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80611 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
situation where one uses the ";type=a" feature (forced ASCII mode) because of newline translations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80610 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80609 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80607 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
PR#: 1963 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80605 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
and where to find that version on the net. PR#: 1423 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80603 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80601 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
the FTP SITE command to provide a Content-Length header for FTP requests. Submitted by: Ralf S. Engelschall PR#: 1183 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80600 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
ProxyReceiveBufferSize Submitted by: Ralf S. Engelschall PR#: 1348 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80599 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80597 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
cause problems in the future when perhaps deeper subdirs exist. Submitted by: Martin Kraemer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80596 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 19, 1998
-
-
dgaudet authored
Submitted by: Ben Hyde git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80595 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80594 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
support programs which still don't have one. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80593 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
`gcc -Wall -Wshadow -Wmissing-prototypes -Wmissing-declarations' also happy for those sources. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80592 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 18, 1998
-
-
Jim Jagielski authored
Obtained from: Submitted by: Jim Jagielski Reviewed by: BUG: Use -n32 for IRIX only if CC is cc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80591 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Obtained from: Submitted by: Jim Jagielski Reviewed by: BUG: Configure wasn't using CC consistantly... We set CC to whatever it eventually is set to in Makefile git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80590 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
make no sense to me. Oh well. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80589 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
is defined PR: Obtained from: Submitted by: Doug MacEachern Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80588 13f79535-47bb-0310-9956-ffa450edef68
-
Marc Slemko authored
Also, explicitly cast crypt() return to char*. We should include the right header file (ie. crypt.h), but that is painful right now. These both follow existing practice in other parts of the code. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80587 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 17, 1998
-
-
Marc Slemko authored
everything. I think. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80586 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80585 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
the mod_so_null_cleanup thing shouldn't be required any longer now that null_cleanup is API_EXPORT_NONSTD. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80584 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80583 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80582 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80581 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80580 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Obtained from: Submitted by: Jim Jagielski Reviewed by: Move the fp2rp and mfhead functions from Configure into their own shell scripts in ./helpers... Grrrr... We've never allowed functions in shell scripts, so we'll need to do it this way. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80579 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80578 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80577 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
======================= 1. Now every Makefile receives a SRCDIR option which is set to ".", "..". "../.." etc. for the various subdirs and thus shows the individual path to the root of our src/ directory. [MAJOR CHANGE] 2. Replaced ugly INCLUDES_DEPTH[0-2] kludge with a SRCDIR based INCLUDES0 option which now reads ``INCLUDES0=-I$(SRCDIR)/os/unix -I$(SRCDIR)/include'' [MAJOR CHANGE] 3. Now replaced all locally defined INCDIR's with a globally defined INCDIR=$(SRCDIR)/include 4. Removed the TARGET option from all Makefiles (because it is not needed there) except for the top-level one (where it is needed) 5. Stripped confusing comments (##RULE..., etc.) and consequently add Begin/End comments for the generated sections 6. All Makefiles now contain a header with inheritance information, i.e. from which files it was derived 7. Subdirectory movement messages is now built-in for easier following where the build process currently stays. 8. All comments now have the same style in the Configure script. 9. The Apache license header was added to the Configure script 10. Fixed a few bugs in Configure ([<space><tab>] vs. [<space><space>], etc.) 11. Tested under FreeBSD, Linux, Solaris and SunOS to make sure no new bugs were introduced. Hmmm.... [Re-run the Configure script!] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80576 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80575 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
from "make depend" are now stable regardless of the rule's setting. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80574 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
already contains these changes together with a lot of other cleanups. Better to leave the original zb.c as original as it can be... (BTW: This zb.c is already not really original, because there were already two commits from Dean in the past) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80573 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
o base is ZeusBench 1.0 from Adam Twiss, Zeus Technology Ltd. o includes enhancements by Dean from November 1997 for keepalive, SunOS4, etc. pp. which were already committed to src/test/zb.c o cleanups and enhancements by Ralf from March 1998: command line parsing, new options, URL-like target specification, manual page, Apache-style code indentation, etc. o !!IMPORTANT!! personal license agreement from March 1998 with Adam Twiss from Zeus Technology (see message <199803171224.NAA24547@en1.engelschall.com> in apache-core mailing list for reference) to include this version into the Apache distribution the way it currently is. So, don't change copyright messages or other license stuff there, please. The program itself can now be enhanced or changed in any way. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80572 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
to "yes"; make it so. People who are debugging can turn it off for ease of name-typing, but the default as distributed should try to play well with others. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80571 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80570 13f79535-47bb-0310-9956-ffa450edef68
-