- Mar 17, 1998
-
-
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
-
pcs authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80569 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80568 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80567 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80566 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80565 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
about you changing STANDALONE_MAIN to be a #include instead.) - change API_EXPORT to CORE_EXPORT for the functions Doug needed for mod_perl - basic_http_header is API_EXPORT - send_header_field is API_EXPORT_NONSTD - srm_command_loop is API_EXPORT git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80564 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80563 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
PR: Obtained from: Submitted by: Doug MacEachern Reviewed by: Dean Gaudet git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80562 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 16, 1998
-
-
Marc Slemko authored
when we are talking to a remote server that looks like an origin server to us but is really being a reverse proxy, etc. This shows what a dumb idea this header was to begin with. PR: 1741 Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80561 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
the manpages of 2.1.2 this should be correct) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80560 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
and make gcc -Wall happy again. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80559 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80558 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80557 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
and corresponding manual pages git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80556 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
VMS or DOS land: Options after arguments :-( We are in Unix land, so make ZeusBench interface Unix-like as anyone would expect: options first, then remaining non-option arguments... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80555 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
- make -v and -V messages equal in style - make usage message readable and avoid line wrapping - compress the ``httpd -h'' output a little bit for easier reading git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80554 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80553 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
A server which receives an entity-body with a transfer-coding it does not understand SHOULD return 501 (Unimplemented), and close the connection. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80552 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
resource. 500 is the right response here. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80551 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80550 13f79535-47bb-0310-9956-ffa450edef68
-
Marc Slemko authored
off the end of the input string. PR: 1869, 1909 Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80549 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 15, 1998
-
-
dgaudet authored
Submitted by: Dmitry Khrustalev <dima@bog.msu.su> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80548 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80547 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
SetEnvIfNoCase properly; and it used strcmp() to compare header names when it should use strcasecmp(). - Change the merging optimization so that it only considers the most recent setenvif for merging. This means that mod_setenvif will consider all directives in the order they appear in the config file. - Document that mod_setenvif considers directives in the order they appear, and give an example use. - Perform more comparisons at compile-time in order to speed up things at compile-time. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80546 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
signed char -> unsigned extension problems. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80544 13f79535-47bb-0310-9956-ffa450edef68
-
Marc Slemko authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80543 13f79535-47bb-0310-9956-ffa450edef68
-
Marc Slemko authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80542 13f79535-47bb-0310-9956-ffa450edef68
-
Marc Slemko authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80541 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80540 13f79535-47bb-0310-9956-ffa450edef68
-