- Dec 05, 2002
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97780 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97779 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97777 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 04, 2002
-
-
Andre Malo authored
(Note: upgrading.xml.de is not up-to-date in both branches) (Note2: in Head also the original should be updated to 2.1 anyway) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97776 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 03, 2002
-
-
Bill Stoddard authored
the CacheDecline URL list for the config file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97772 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97771 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97770 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97767 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
for ap_post_read_request, since that is the only opportunity for modules to handle Expect extensions. Obtained from: apache-1.3 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97765 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Not entirely clear if we should trust iconv or bin/iconv as the target path for iconv modules, but here goes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97762 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
With BuildBin - also build our iconv ccs/ces collections. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97760 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Backports accomplished ... please keep in sync git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97759 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 02, 2002
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97756 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
- keep sitemap in sync - Note: mod_auth_digest is currently exactly the same as in 2.0 (no changes were made due to the aaa-rewrite) - modified the example in mod_info (was a bad one ;-) - forward port (i.e copy) of rotatelogs.html, so we shouldn't forget the recent changes - fixed xslt/css for module index page -> update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97752 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
PR: 15001 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97745 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97742 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97732 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
Otherwise, it looks like Apache-2.x has not been compiled on any unixoid platform anywhere since 2002-Nov-29 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97731 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 01, 2002
-
-
William A. Rowe Jr authored
Must have symbolics for util_ldap/mod_auth_ldap base addresses. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97730 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Repair one oversimplification. I was grep'ping modules/experimental for such symbols, didn't look backwards at include/. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97728 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Add util_ldap and mod_auth_ldap to the workspace, but do not build by default yet [requires external 3rd party library still.] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97726 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Final corrections; much of these .dsp definitions were redundant. When you add a module to the Apache.dsw workspace, and make the new module dependent upon libapr, libaprutil, libhttpd (and in the case of mod_auth_ldap, make it dependent upon util_ldap) then everything just falls into place. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97723 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Decorative change - consistify .dsp verbage git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97722 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Although we consistently used apr_time() APIs, the declarations didn't match up. Nor did the indexes' types. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97720 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Correct to appropriate text file formats git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97717 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 30, 2002
-
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97714 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
by Tim Gerundt <tim@gerundt.de> with some minor changes from me git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97710 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97706 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
patterns as case-sensitive Submitted by: Andr�� Malo Reviewed by: Brian Pane git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97705 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
For your consideration; the following CHANGES entries do not occur in the APACHE_2_0_BRANCH CHANGES file. If you already committed them, please reflect in both CHANGES files. If you would like to commit them, please do so, and then reflect the patches under Apache 2.0.44. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97701 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
functions. This allows modules to register different versions of the same provider. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97696 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Reflect that AAA overhaul is deferrred. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97695 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
by Tim Gerundt <tim@gerundt.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97689 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
announcements list. PR: 14892 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97682 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 29, 2002
-
-
Astrid Kessler authored
by Tim Gerundt <tim@gerundt.de> with some minor changes from me git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97681 13f79535-47bb-0310-9956-ffa450edef68
-
Wilfredo Sanchez authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97678 13f79535-47bb-0310-9956-ffa450edef68
-
Wilfredo Sanchez authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97675 13f79535-47bb-0310-9956-ffa450edef68
-
Wilfredo Sanchez authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97674 13f79535-47bb-0310-9956-ffa450edef68
-
Wilfredo Sanchez authored
include directory for each in order to generate the server/exports.c and server/export_vars.h files. configure.in: - Provide APR_INCLUDEDIR, APU_INCLUDEDIR. server/Makefile.in: - Use $APR_INCLUDEDIR $APU_INCLUDEDIR vars. - Add export_files target to generate a list of headers with symbols to export, use that list to generate exports.c and export_vars.h. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97673 13f79535-47bb-0310-9956-ffa450edef68
-
Wilfredo Sanchez authored
include directory for each in order to generate the server/exports.c and server/export_vars.h files. configure.in: - Provide APR_INCLUDEDIR, APU_INCLUDEDIR. server/Makefile.in: - Use $APR_INCLUDEDIR $APU_INCLUDEDIR vars. - Add export_files target to generate a list of headers with symbols to export, use that list to generate exports.c and export_vars.h. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97672 13f79535-47bb-0310-9956-ffa450edef68
-