- Dec 07, 2000
-
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87243 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87242 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
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
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87240 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87239 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 06, 2000
-
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87238 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
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
-
Greg Stein authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87236 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
build if necessary. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87235 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
- 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
-
Greg Stein authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87233 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87232 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
APRUTIL now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87231 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Goodbye exported apr_canonical_error git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87230 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
This solves two issues, one is a backref from apr-util into the 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
-
Bill Stoddard authored
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
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87226 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 05, 2000
-
-
Ryan Bloom authored
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
-
William A. Rowe Jr authored
Fix some leftover dirtyness from the conversion. All is building over in Win32 land. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87223 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fixed the make, crippled dav till it's building. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87222 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
The -big- fix, all the proper linkages for BaseAddr.ref plus a bit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87221 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
We build through Apache.exe!!! Onwards... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87220 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Got a little carried away earlier with path names :-) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87219 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Slide symbols from one place to another. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87218 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
A little fix here, little fix there git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87217 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
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
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87215 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Set up dependencies on the apr-util package. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87214 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
A bit of inclusion for the apr-util package. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87213 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
This patch illustrates the new locations, and makes the majority of the 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
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87211 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Release the last occurance of apr_canonical_error. Next stop, apr. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87210 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
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
-
Brian Havard authored
apr.exports instead of shell script. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87208 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
when to export ap_listen_open(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87207 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
header. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87206 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87205 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
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
-
Jeff Trawick authored
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
-
William A. Rowe Jr authored
En route to httpd-2.0/modules/... in their appropriate places. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87202 13f79535-47bb-0310-9956-ffa450edef68
-