summaryrefslogtreecommitdiffstats
path: root/emacs-style (unfollow)
Commit message (Collapse)AuthorFilesLines
2000-12-07*) fix up buildexports.sh:Greg Stein5-32/+36
- enable it to be run from any dir by passing a parameter for the location of srclib, and using its own location for determining where the AWK script is located - accept exports files on STDIN, and produce output on STDOUT - use "pwd" and cd back to it, rather than assuming ../../.. (which might not apply if we feed it other export files) - add USAGE reporting *) generate exports.c during normal build of "server" rather than during the buildconf stage. update invocation to match above changes *) revamp the ap_ugly_hack referencing in main.c: put it at the bottom of the file with the other, similar references, and style it similarly. *) remove the ap_ugly_hack declaration from http_main.h; it is internal to the "server" code git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87249 13f79535-47bb-0310-9956-ffa450edef68
2000-12-07*) simplify the AWK script a bitGreg Stein1-8/+3
*) do not put the (const void *) cast into the code (it isn't needed) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87248 13f79535-47bb-0310-9956-ffa450edef68
2000-12-07*) remove STANDARD_LIBS line; it is unused/unneededGreg Stein8-77/+40
*) simplify by removing the extra AC_DEFUN() in each file git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87247 13f79535-47bb-0310-9956-ffa450edef68
2000-12-07*) add check for mod_soGreg Stein1-17/+23
*) juse use APACHE_MODULE (the custom defun only saved a single arg) *) toss AC_SUBST(STANDARD_LIBS) line; it isn't used/needed git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87246 13f79535-47bb-0310-9956-ffa450edef68
2000-12-07My cable apparently cut out in the middle of DBZ. grrr.Manoj Kasichainula1-1/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87245 13f79535-47bb-0310-9956-ffa450edef68
2000-12-07Port httpd to the newest MMAP api.Ryan Bloom1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87243 13f79535-47bb-0310-9956-ffa450edef68
2000-12-07Change some spaces to tabs.Ryan Bloom1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87242 13f79535-47bb-0310-9956-ffa450edef68
2000-12-07Make mod_include use a hash table to associate directive tags withRyan Bloom3-104/+98
functions. This allows modules to implement their own SSI tags easily. The idea is simple enough, a module can insert it's own tag and function combination into a hash table provided by mod_include. While mod_include parses an SSI file, when it encounters a tag in the file, it does a hash lookup to find the function that implements that tag, and passes all of the relevant data to the function. That function is then responsible for processing the tag and handing the remaining data back to mod_include for further processing. Submitted by: Paul J. Reder <rederpj@raleigh.ibm.com> Reviewed by: Ryan Bloom git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87241 13f79535-47bb-0310-9956-ffa450edef68
2000-12-07Install the manual correctly.Ryan Bloom1-0/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87240 13f79535-47bb-0310-9956-ffa450edef68
2000-12-07Remove an incorrect comment.Ryan Bloom1-3/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87239 13f79535-47bb-0310-9956-ffa450edef68
2000-12-06Get the Perchild MPM serving pages again.Ryan Bloom2-16/+30
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87238 13f79535-47bb-0310-9956-ffa450edef68
2000-12-06Add cgi and cgid back into the configuration system.Ryan Bloom1-0/+12
Submitted by: Paul J. Reder <rederpj@raleigh.ibm.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87237 13f79535-47bb-0310-9956-ffa450edef68
2000-12-06"I like a girl that sleeps above the covers. Four feet above the covers."Greg Stein1-0/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87236 13f79535-47bb-0310-9956-ffa450edef68
2000-12-06don't build test by default. users/developers can go to the dir manually andGreg Stein1-1/+1
build if necessary. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87235 13f79535-47bb-0310-9956-ffa450edef68
2000-12-06get the test directory working again:Greg Stein2-34/+33
- use apr_dbm.h and the updated naming - don't try to link against libap(util?) or libsdbm. just use libaprutil. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87234 13f79535-47bb-0310-9956-ffa450edef68
2000-12-06switch to apr_dbm.h and the updated namingGreg Stein2-16/+16
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87233 13f79535-47bb-0310-9956-ffa450edef68
2000-12-06apache_need_sdbm is no longer applicable. clean it out.Greg Stein1-4/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87232 13f79535-47bb-0310-9956-ffa450edef68
2000-12-06remove APACHE_CHECK_DBM and the usage of srclib/sdbm/. this stuff is part ofGreg Stein2-47/+1
APRUTIL now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87231 13f79535-47bb-0310-9956-ffa450edef68
2000-12-06 Goodbye exported apr_canonical_errorWilliam A. Rowe Jr1-1/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87230 13f79535-47bb-0310-9956-ffa450edef68
2000-12-06 This solves two issues, one is a backref from apr-util into theWilliam A. Rowe Jr1-0/+46
apache namespace, and the second is the proper linkage declarations and their explanations. Documented the distinction between AP_IMPLEMENT_HOOK_ and AP_IMPLEMENT_EXPORT_HOOK_ This doesn't resolve any export issues within apr-util, however. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87229 13f79535-47bb-0310-9956-ffa450edef68
2000-12-06And this gets Apache for Windows compiling from the command line andBill Stoddard3-46/+44
serving files again. The APR_DECLARE_DATA declaration allows the ap_*_type structures to be exported which is reqired for the correct operation of the AP_BUCKET_IS_* macros. An alternate way to fix this problem is to explicitly break the bucket type out of the "type" structure in ap_bucketi and represent each bucket type with an enum. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87228 13f79535-47bb-0310-9956-ffa450edef68
2000-12-06Get Apache installing again.Ryan Bloom1-6/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87226 13f79535-47bb-0310-9956-ffa450edef68
2000-12-05Get the perchild MPM building cleanly again. This hasn't been tested,Ryan Bloom2-12/+78
because I can't install Apache right now. As soon as I get the make install target working, I'll test this MPM. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87224 13f79535-47bb-0310-9956-ffa450edef68
2000-12-05 Fix some leftover dirtyness from the conversion. All is buildingWilliam A. Rowe Jr1-3/+3
over in Win32 land. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87223 13f79535-47bb-0310-9956-ffa450edef68
2000-12-05 Fixed the make, crippled dav till it's building.William A. Rowe Jr2-36/+50
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87222 13f79535-47bb-0310-9956-ffa450edef68
2000-12-05 The -big- fix, all the proper linkages for BaseAddr.ref plus a bit.William A. Rowe Jr14-55/+55
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87221 13f79535-47bb-0310-9956-ffa450edef68
2000-12-05 We build through Apache.exe!!! Onwards...William A. Rowe Jr2-82/+26
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87220 13f79535-47bb-0310-9956-ffa450edef68
2000-12-05 Got a little carried away earlier with path names :-)William A. Rowe Jr1-6/+9
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87219 13f79535-47bb-0310-9956-ffa450edef68
2000-12-05 Slide symbols from one place to another.William A. Rowe Jr2-68/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87218 13f79535-47bb-0310-9956-ffa450edef68
2000-12-05 A little fix here, little fix thereWilliam A. Rowe Jr1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87217 13f79535-47bb-0310-9956-ffa450edef68
2000-12-05Generate the apr-utils exports file using APR's buildexports scripts.Ryan Bloom3-13/+21
This also modified Apache's buildconf to add those symbols to the exports.c file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87216 13f79535-47bb-0310-9956-ffa450edef68
2000-12-05Windows project file update to accomodate the new directory structure.Bill Stoddard2-186/+18
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87215 13f79535-47bb-0310-9956-ffa450edef68
2000-12-05 Set up dependencies on the apr-util package.William A. Rowe Jr1-0/+84
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87214 13f79535-47bb-0310-9956-ffa450edef68
2000-12-05 A bit of inclusion for the apr-util package.William A. Rowe Jr23-48/+75
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87213 13f79535-47bb-0310-9956-ffa450edef68
2000-12-05 This patch illustrates the new locations, and makes the majority of theWilliam A. Rowe Jr29-317/+317
adjustments. Now to actually try to build the thing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87212 13f79535-47bb-0310-9956-ffa450edef68
2000-12-05Fix two spelling and syntax problems in ap_get_local_host().Jeff Trawick1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87211 13f79535-47bb-0310-9956-ffa450edef68
2000-12-05 Release the last occurance of apr_canonical_error. Next stop, apr.William A. Rowe Jr1-54/+28
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87210 13f79535-47bb-0310-9956-ffa450edef68
2000-12-05Use quotes instead of angle brackets when including apr_strings.h so thatBrian Havard1-1/+1
a dependency is generated for it & to be consistent with the rest of Apache. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87209 13f79535-47bb-0310-9956-ffa450edef68
2000-12-05Speed up the generation of exports.c by using an awk script to processBrian Havard2-21/+9
apr.exports instead of shell script. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87208 13f79535-47bb-0310-9956-ffa450edef68
2000-12-05Include mpm.h so that we know which MPM is being built and thereforeBrian Havard1-0/+1
when to export ap_listen_open(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87207 13f79535-47bb-0310-9956-ffa450edef68
2000-12-05Clean up some warnings about APR string functions by including appropriateBrian Havard1-0/+1
header. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87206 13f79535-47bb-0310-9956-ffa450edef68
2000-12-05OS/2: os.c doesn't exist anymore, remove it from the build.Brian Havard1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87205 13f79535-47bb-0310-9956-ffa450edef68
2000-12-05Remove "installer" from the ignore list so the directory doesn't get blownBrian Havard1-1/+0
away every time I do a cvsclean. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87204 13f79535-47bb-0310-9956-ffa450edef68
2000-12-05Get make distclean working again. The replaced egrep-style regexp doesJeff Trawick1-1/+2
not work as-is with "GNU sed version 3.02". git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87203 13f79535-47bb-0310-9956-ffa450edef68
2000-12-05 En route to httpd-2.0/modules/... in their appropriate places.William A. Rowe Jr1-3/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87202 13f79535-47bb-0310-9956-ffa450edef68
2000-12-05Make ApacheBench compile cleanly againRyan Bloom1-2/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87201 13f79535-47bb-0310-9956-ffa450edef68
2000-12-05Build apr-util correctly when building the rest of the server.Ryan Bloom1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87200 13f79535-47bb-0310-9956-ffa450edef68
2000-12-05Use the correct apr-util libraryRyan Bloom1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87199 13f79535-47bb-0310-9956-ffa450edef68
2000-12-05Make the test for APR a bit more stringent and add a check for apr-utilRyan Bloom1-1/+7
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87198 13f79535-47bb-0310-9956-ffa450edef68
2000-12-05Add apr-util to the build process. This should now build once everythingRyan Bloom4-3/+9
has been checked out to the correct locations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87197 13f79535-47bb-0310-9956-ffa450edef68