/[Apache-SVN]/httpd/apreq/trunk/acinclude.m4
ViewVC logotype

Log of /httpd/apreq/trunk/acinclude.m4

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 783546 - (view) (annotate) - [select for diffs]
Modified Wed Jun 10 22:07:54 2009 UTC (5 months, 2 weeks ago) by bojan
File length: 13456 byte(s)
Diff to previous 748782 (colored)
Prepare for --avoid-dbm option to apu-1-config.

Revision 748782 - (view) (annotate) - [select for diffs]
Modified Sat Feb 28 07:16:23 2009 UTC (8 months, 3 weeks ago) by joes
File length: 13533 byte(s)
Diff to previous 733234 (colored)
soften up the cookie parser

Revision 733234 - (view) (annotate) - [select for diffs]
Modified Sat Jan 10 06:58:11 2009 UTC (10 months, 1 week ago) by joes
File length: 13541 byte(s)
Diff to previous 674684 (colored)
add -fno-strict-aliasing to maintainer
mode, otherwise this beast won't compile.

Revision 674684 - (view) (annotate) - [select for diffs]
Modified Tue Jul 8 00:16:45 2008 UTC (16 months, 2 weeks ago) by bojan
File length: 13498 byte(s)
Diff to previous 663454 (colored)
Use --avoid-ldap with apu-1-config where available.

Revision 663454 - (view) (annotate) - [select for diffs]
Modified Thu Jun 5 05:35:43 2008 UTC (17 months, 2 weeks ago) by bojan
File length: 13142 byte(s)
Diff to previous 491122 (colored)
Make input brigade volatile in order to give hints to GCC.
Revert -fno-strict-aliasing, which breaks some compilers.

Revision 491122 - (view) (annotate) - [select for diffs]
Modified Fri Dec 29 22:27:12 2006 UTC (2 years, 10 months ago) by bojan
File length: 13194 byte(s)
Diff to previous 442915 (colored)
Link APREQ docs to version specific APR/APU docs.

Revision 442915 - (view) (annotate) - [select for diffs]
Modified Wed Sep 13 09:16:41 2006 UTC (3 years, 2 months ago) by pgollucci
File length: 12710 byte(s)
Diff to previous 442083 (colored)
libtool version 1.5.x on Sun OS (tested 5.10)
have a typo

shrext='.so'
this should be
shrext_cmds='.so'

since no version of libtool gets this correct, we 
manually edit ./libtool after it is generated to correct this,
but only on Sun OS.



Revision 442083 - (view) (annotate) - [select for diffs]
Modified Mon Sep 11 03:49:10 2006 UTC (3 years, 2 months ago) by pgollucci
File length: 12598 byte(s)
Diff to previous 442082 (colored)
line wrap

Revision 442082 - (view) (annotate) - [select for diffs]
Modified Mon Sep 11 03:47:29 2006 UTC (3 years, 2 months ago) by pgollucci
File length: 12560 byte(s)
Diff to previous 423429 (colored)
Apparently SunOS (tested 5.10) doesn't like -lexpat and -lhttpd/lib/libexpat.so to be specified simultaneously

In this case, we now strip -lexpat and use the one from httpd.

ld: fatal: recording name conflict: file `/usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3/../../../libexpat.so' and file `httpd/lib/libexpat.so' 
provide identical dependency names: libexpat.so.0  (possible multiple inclusion of the same file)



Revision 423429 - (view) (annotate) - [select for diffs]
Modified Wed Jul 19 10:40:15 2006 UTC (3 years, 4 months ago) by pgollucci
File length: 12109 byte(s)
Diff to previous 419346 (colored)
bsdtar (default on FreeBSD) is nolonger with the Fedora Core series FC5 and higher.

Fortunately, FreeBSD has gtar available as a port (/usr/local/archivers/gtar)
which will be used by default now on this platform via some Makefile.am/acinclude.m4 foo.

This change should only affect release managers and make the resulting tarballs
usable by all.

Reported by: Bojan Smojver <bojan@rexursive.com>
Message ID : <1152563966.499.14.camel@coyote.rexursive.com> (start of thread)
Redhat Bug : https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=198305



Revision 419346 - (view) (annotate) - [select for diffs]
Modified Wed Jul 5 21:26:30 2006 UTC (3 years, 4 months ago) by pgollucci
File length: 11760 byte(s)
Diff to previous 380274 (colored)
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=193740

based on this, add -fno-strict-aliasing to work around gcc oddities with the APR_{RING|BRIGRADE}_* macros
particularly on linux based platforms.

Reported by: bojan@rexursive.com


Revision 380274 - (view) (annotate) - [select for diffs]
Modified Fri Feb 24 00:00:59 2006 UTC (3 years, 9 months ago) by joes
File length: 11708 byte(s)
Diff to previous 291436 (colored)
s/mod_perl/mod_perl2/g in version checks

Revision 291436 - (view) (annotate) - [select for diffs]
Modified Sun Sep 25 16:13:47 2005 UTC (4 years, 1 month ago) by joes
File length: 11705 byte(s)
Diff to previous 165547 (colored)
Add MakeMaker options flag.

Submitted by: Philip Gollucci

Revision 165547 - (view) (annotate) - [select for diffs]
Modified Sun May 1 21:54:26 2005 UTC (4 years, 6 months ago) by randyk
File length: 11507 byte(s)
Diff to previous 165189 (colored)
When testing perl prerequisites, warn, rather than die, on
failure, so as CPAN clients have a chance to install missing
prerequisites.

Revision 165189 - (view) (annotate) - [select for diffs]
Modified Thu Apr 28 20:01:02 2005 UTC (4 years, 6 months ago) by joes
File length: 11511 byte(s)
Diff to previous 161816 (colored)
Apply Max Kellermann's "[PATCN] apreq_quote() fixes and more":

  http://marc.theaimsgroup.com/?l=apreq-dev&m=111471098727811&w=2

Submitted by: Max Kellermann
Reviewed by: joes

Revision 161816 - (view) (annotate) - [select for diffs]
Modified Mon Apr 18 23:45:32 2005 UTC (4 years, 7 months ago) by joes
File length: 11504 byte(s)
Diff to previous 160874 (colored)
Swapping trunk with the multi-env branch, step 2.

Revision 160874 - (view) (annotate) - [select for diffs]
Modified Mon Apr 11 13:34:23 2005 UTC (4 years, 7 months ago) by joes
Original Path: httpd/apreq/branches/multi-env-unstable/acinclude.m4
File length: 11504 byte(s)
Diff to previous 160870 (colored)
I eyeballed Philip's earlier patch,
and missed the EXPAT_DIR assignment.
This patch should correct the mistake.

Submitted by: Philip M. Gollucci.
Reviewed by: joes

Revision 160870 - (view) (annotate) - [select for diffs]
Modified Mon Apr 11 13:00:49 2005 UTC (4 years, 7 months ago) by joes
Original Path: httpd/apreq/branches/multi-env-unstable/acinclude.m4
File length: 11504 byte(s)
Diff to previous 155761 (colored)
Add --with-expat=DIR option.

Reviewed by: joes
Submitted by: Philip M. Gollucci

Revision 155761 - (view) (annotate) - [select for diffs]
Modified Tue Mar 1 08:03:08 2005 UTC (4 years, 8 months ago) by joes
Original Path: httpd/apreq/branches/multi-env-unstable/acinclude.m4
File length: 11182 byte(s)
Diff to previous 155691 (colored)
Start integrating apreq2-config into *nix build system.
Drop apxs installer, so DESTDIR option works properly.

Revision 155691 - (view) (annotate) - [select for diffs]
Modified Mon Feb 28 19:46:39 2005 UTC (4 years, 8 months ago) by joes
Original Path: httpd/apreq/branches/multi-env-unstable/acinclude.m4
File length: 11296 byte(s)
Diff to previous 155672 (colored)
*nix build system fixes:
  Add --with-perl-opts, to pass additional MM options to glue/perl.
  Clean up internal libtool/ld flags.

Copy module/t/c-modules test layout to module/apache/t.

Revision 155672 - (view) (annotate) - [select for diffs]
Modified Mon Feb 28 06:51:05 2005 UTC (4 years, 8 months ago) by joes
Original Path: httpd/apreq/branches/multi-env-unstable/acinclude.m4
File length: 10937 byte(s)
Diff to previous 153661 (colored)
Add basic layout for experimental apache 1.3.x module.

Revision 153661 - (view) (annotate) - [select for diffs]
Modified Sun Feb 13 20:43:46 2005 UTC (4 years, 9 months ago) by joes
Original Path: httpd/apreq/branches/multi-env-unstable/acinclude.m4
File length: 10674 byte(s)
Diff to previous 151810 (colored)
Reorganize around include/, library/, and module/ dirs

Revision 151810 - (view) (annotate) - [select for diffs]
Modified Tue Feb 8 01:56:08 2005 UTC (4 years, 9 months ago) by joes
Original Path: httpd/apreq/branches/multi-env-unstable/acinclude.m4
File length: 10670 byte(s)
Diff to previous 151386 (colored)
Adjust xsbuilder.pl to use apreq_parsers.h for parser/hook macro defs.
Show pretty autoconf messages while checking glue dependencies.

Submitted by: Max Kellermann
Reviewed by: joes

Revision 151386 - (view) (annotate) - [select for diffs]
Modified Fri Feb 4 18:27:55 2005 UTC (4 years, 9 months ago) by joes
Original Path: httpd/apreq/branches/multi-env-unstable/acinclude.m4
File length: 10276 byte(s)
Diff to previous 126445 (colored)
  Widespread API refactorization to remove apreq_jar_t and apreq_request_t:
  
  - Header includes reorganized; apreq_parsers.h added (back again).
  - Replaced apreq_jar_t and apreq_request_t with single apreq_env_handle_t.
  - Added const qualifier to "v" attribute of apreq_cookie_t and apreq_param_t.
  - Use union type-puns to drop const qualifiers inside the new
    apreq_value_to_cookie and apreq_value_to_param implementations
    (gcc generates same object code as the macro versions did).
  - Moved "flags" attribute from apreq_value_t to apreq_cookie_t and apreq_param_t.
  - Remove env argument from hooks and parsers.
  - Reduce apreq_env_module to minimal set of operations.
  - Replace apreq_log calls with apreq-specific error codes.
  - Hooks are called on each body param now, not just during file uploads.
  - Tie the cgi handle to its creator pool.

  Detailed changes by header file:

  [apreq.h]
  - Remove flags from apreq_value_t.
  - Remove const qualifier from apreq_value_t's "name" attribute.
  - Remove apreq_value_merge* and apreq_value_copy*.
  - Remove apreq_char_to_value, apreq_strtoval, and apreq_strlen.
  - Move apreq_enctype to apreq_env.h.
  - Move apreq_env_handle_t struct definition to apreq_env.h
  - Change signature of apreq_decode.
  - Move apreq_brigade_concat here, changed its signature and improved it alot.
  - Remove apreq_brigade_spoolfile.
  - Dropped APREQ_*_ENCTYPE, renamed some APREQ_$foo defaults APREQ_DEFAULT_$foo.
  - Added APREQ_ERROR_*.

  [apreq_cookie.h]
  - Remove apreq_env.h include.
  - Remove apreq_jar_t.
  - Add "flags" to apreq_cookie_t, add const qualifier to its "v" attr.
  - Remove apreq_jar* functions.
  - Add apreq_parse_cookie_header.
  - Move apreq_cookie, apreq_cookie_bake(2), and 
    apreq_ua_cookie_version to apreq_env.h.

  [apreq_params.h]
  - Remove apreq_env.h include.
  - Remove apreq_request_t.
  - Add "flags" to apreq_param_t, and const qualifier to its "v" attr.
  - Rename "bb" attribute "upload" in apreq_param_t.
  - Remove apreq_request* functions.
  - Remove apreq_parse_request.
  - Changed apreq_decode_param signature.
  - Replace env argument with apr_table_t in apreq_params_as_array,
    apreq_params_as_string,
  - Move remaining apreq_param* to apreq_env.h.
  - Move parser and hook sections to apreq_parsers.h.
  - Change apreq_upload(s) old apreq_request_t arg to apr_table_t.

  [apreq_parsers.h]
  - Acquire the hook and parser sections of original apreq_params.h.
  - Remove env argument from APREQ_PARSER_ARGS and APREQ_HOOK_ARGS
  - Augment apreq_hook_t and apreq_parser_t to replace missing env features.
  - Change apreq_make_parser and apreq_make_hook signatures.
  - Rename apreq_add_hook to apreq_parser_add_hook, returning apr_status_t.
  - Change apreq_parser signature.

  [apreq_env.h]
  - Remove read, log, pool, bucket_alloc, request, jar, and query_string methods.
  - Include apreq_parsers.h.
  - Reorganize apreq_env_module_t to provide hook, parser, jar, args,
    & body table ops.
  - Rename max_brigade to "brigade_limit", max_body to "read_limit".
  - Change related module sigs, including temp_dir, to get/set methods.
  - Add parser and read_limit args to apreq_env_make_custom_handle.
  - Drop "name" arg and APREQ_ENV_MODULE =~ s/_ENV//.
  - s/apreq_env_make/apreq_handle/ in the handle constructor names.

  [mod_apreq.c, apreq_env_apache2.h]
  - Changed APREQ_Max* configs to APREQ_BrigadeLimit and APREQ_ReadLimit.
  - Handle constructor renamed apreq_handle_apache2.

Revision 126445 - (view) (annotate) - [select for diffs]
Modified Tue Jan 25 23:39:57 2005 UTC (4 years, 9 months ago) by joes
Original Path: httpd/apreq/branches/multi-env-unstable/acinclude.m4
File length: 9810 byte(s)
Diff to previous 126241 (colored)
gcc warning cleanups; this patch represents part two of 

        http://marc.theaimsgroup.com/?l=apreq-dev&m=110667661730797&w=2

Submitted by: Max Kellermann
Reviewed by: joes

Revision 126241 - (view) (annotate) - [select for diffs]
Modified Sun Jan 23 21:02:55 2005 UTC (4 years, 10 months ago) by joes
Original Path: httpd/apreq/branches/multi-env-unstable/acinclude.m4
File length: 9885 byte(s)
Diff to previous 125263 (colored)
New gcc warning flags and associated fixes.

Submitted by: Max Kellermann
Reviewed by: joes

Revision 125263 - (view) (annotate) - [select for diffs]
Modified Sat Jan 15 15:41:46 2005 UTC (4 years, 10 months ago) by joes
Original Path: httpd/apreq/branches/multi-env-unstable/acinclude.m4
File length: 9352 byte(s)
Diff to previous 106984 (colored)
Create multi-env branch.

Revision 106984 - (view) (annotate) - [select for diffs]
Modified Tue Nov 30 04:18:13 2004 UTC (4 years, 11 months ago) by joes
File length: 9352 byte(s)
Diff to previous 106959 (colored)
  Add --with-apache2-httpd option so users can override apxs's
  notion of where the httpd executable is.  XSBuilder's header
  parser runs from buildconf now instead of configure, so we
  will include those tables in the release tarball.  buildconf
  gets an additional --with-perl option for running the xsbuilder.pl
  parsing script.  The XS generation code in xsbuilder.pl has moved 
  to glue/perl/Makefile.PL.


Notes: This patch probably breaks the Win32 build, and the new arg
parsing code for buildconf is copied from httpd's buildconf script.

Revision 106959 - (view) (annotate) - [select for diffs]
Modified Mon Nov 29 22:17:22 2004 UTC (4 years, 11 months ago) by joes
File length: 9562 byte(s)
Diff to previous 106957 (colored)
Allow --with-ap[ru]-config flags to override the apxs path
when --with-apache2-apxs is used.  Users need this option 
when ap[ru]-config is renamed/reshuffled after installation, 
but the installed apxs isn't updated to reflect the change.

Revision 106957 - (view) (annotate) - [select for diffs]
Modified Mon Nov 29 21:45:27 2004 UTC (4 years, 11 months ago) by joes
File length: 9175 byte(s)
Diff to previous 106601 (colored)
Replace the hardcoded "httpd" with `apxs -q progname`,
since vendors (eg. Mandrake) sometimes name it "httpd2"
or somesuch.

Also add --with-apache2-httpd flag to allow users to 
override the path to httpd, which is normally 
derived from 

        % apxs -q SBINDIR progname

Users need this option when httpd is renamed/reshuffled 
after installation, but the installed apxs isn't updated 
to reflect the change.

Revision 106601 - (view) (annotate) - [select for diffs]
Modified Thu Nov 25 20:47:23 2004 UTC (4 years, 11 months ago) by nd
File length: 8879 byte(s)
Diff to previous 104530 (colored)
property cleanup

Revision 104530 - (view) (annotate) - [select for diffs]
Modified Sat Aug 7 04:51:29 2004 UTC (5 years, 3 months ago) by joes
File length: 8879 byte(s)
Diff to previous 104522 (colored)
Be a bit more generic and use apr-$APR_MAJOR_VERSION-config whenever $APR_MAJOR_VERSION != 0

Revision 104522 - (view) (annotate) - [select for diffs]
Modified Fri Aug 6 22:30:36 2004 UTC (5 years, 3 months ago) by joes
File length: 8771 byte(s)
Diff to previous 104309 (colored)
Support ap[ru]-1-config via apxs

Revision 104309 - (view) (annotate) - [select for diffs]
Modified Fri Jul 16 20:27:02 2004 UTC (5 years, 4 months ago) by joes
File length: 8490 byte(s)
Diff to previous 104307 (colored)
Add -pg to --enable-profile options for folks profiling with dprof (requires static linking because dprof doesn't profile shared libs).

Revision 104307 - (view) (annotate) - [select for diffs]
Modified Fri Jul 16 17:12:37 2004 UTC (5 years, 4 months ago) by joes
File length: 8486 byte(s)
Diff to previous 104306 (colored)
Introduce @AP[RU]_LDFLAGS@ so we don't mix these flags with @AP[RU]_LIBS@ until EU::MM forces us to (in build/xsbuilder.pl).  Also list functions not covered by our tests in STATUS.

Revision 104306 - (view) (annotate) - [select for diffs]
Modified Fri Jul 16 16:28:12 2004 UTC (5 years, 4 months ago) by joes
File length: 8358 byte(s)
Diff to previous 104292 (colored)
Add --enable-profile configure option, which builds libapreq2 with gcov/gprof support.  It's convenient to do this only for the shared library, because modules like mod_apreq.so won't dynaload into a normal httpd if profiling is enabled (for mod_apreq.c only, not sure what happens if httpd has profiling support compiled into it also).

Revision 104292 - (view) (annotate) - [select for diffs]
Modified Wed Jul 14 23:11:13 2004 UTC (5 years, 4 months ago) by geoff
File length: 8084 byte(s)
Diff to previous 104288 (colored)
query apr-config for -D_LARGEFILE64_SOURCE and other interesting flags
Reviewed by:	joe

Revision 104288 - (view) (annotate) - [select for diffs]
Modified Wed Jul 14 17:19:36 2004 UTC (5 years, 4 months ago) by joes
File length: 7477 byte(s)
Diff to previous 104171 (colored)
LTLIBS shouldn't require --ldflags, and CPPFLAGS needs to be supplemented with those from apr-config (esp -D_LARGEFILE64_SOURCE is missing).

Revision 104171 - (view) (annotate) - [select for diffs]
Modified Mon Jul 5 05:22:17 2004 UTC (5 years, 4 months ago) by randyk
File length: 7434 byte(s)
Diff to previous 104014 (colored)
Reviewed by:	joes
demand minimum ExtUtils::MakeMaker version - early versions
don't correctly place pm files under an Apache2/ subdirectory,
which can lead to clobbering an existing libapreq-1 installation
(reported by Chad Kreimendahl <Chad.Kreimendahl (at) umb.com>).

Revision 104014 - (view) (annotate) - [select for diffs]
Modified Tue Jun 22 03:45:56 2004 UTC (5 years, 5 months ago) by joes
File length: 7288 byte(s)
Diff to previous 104007 (colored)
Use ac_configure_args for constructing config.nice.  Without this patch it was possible for config.status to add --no-create --disable-recursion arguments. ac_configure_args always filters these args out.

Revision 104007 - (view) (annotate) - [select for diffs]
Modified Mon Jun 21 18:46:53 2004 UTC (5 years, 5 months ago) by joes
File length: 7813 byte(s)
Diff to previous 103955 (colored)
Add FAQ file to distribution and fix maintainer-mode logic: USE_MAINTAINER_MODE is either 'yes' or 'no'.

Revision 103955 - (view) (annotate) - [select for diffs]
Modified Tue Jun 15 04:18:27 2004 UTC (5 years, 5 months ago) by joes
File length: 7806 byte(s)
Diff to previous 103888 (colored)
Eliminate APR_ADDTO macro, eliminate tempnam() dependency via apr_temp_dir_get, and enable gcc warnings when in maintainer-mode.

Revision 103888 - (view) (annotate) - [select for diffs]
Modified Thu Jun 10 20:51:33 2004 UTC (5 years, 5 months ago) by joes
File length: 8197 byte(s)
Diff to previous 103885 (colored)
FreeBSD builds now.

Revision 103885 - (view) (annotate) - [select for diffs]
Modified Thu Jun 10 03:17:43 2004 UTC (5 years, 5 months ago) by joes
File length: 8157 byte(s)
Diff to previous 103406 (colored)
Add config.nice support by copying the relevant m4 macros from apr's build/apr_common.m4 file.

Revision 103406 - (view) (annotate) - [select for diffs]
Modified Fri Apr 16 13:20:51 2004 UTC (5 years, 7 months ago) by joes
File length: 6312 byte(s)
Diff to previous 102797 (colored)
Use MAKE variable in Makefile.am, not "make".  Also correct debian workaround for missing PACKAGE/VERSION

Revision 102797 - (view) (annotate) - [select for diffs]
Modified Sat Feb 28 05:19:39 2004 UTC (5 years, 8 months ago) by joes
File length: 6303 byte(s)
Diff to previous 101722 (colored)
Reorganize build macros to reduce automake prereq to v1.4.  This should allow apreq2 to build from cvs on stock Debian Woody.

Revision 101722 - (view) (annotate) - [select for diffs]
Modified Fri Nov 7 20:40:49 2003 UTC (6 years ago) by joes
File length: 6287 byte(s)
Diff to previous 101721 (colored)
typo: want -n, not -b

Revision 101721 - (view) (annotate) - [select for diffs]
Modified Fri Nov 7 20:05:20 2003 UTC (6 years ago) by joes
File length: 6287 byte(s)
Diff to previous 101616 (colored)
Updates to build system:
perl build/version_check.pl --version=2.XX generates a META.yml file for CPAN, which will be incorporated into future releases.
perl build/version_check.pl generates a nicer prerequisite list, with sections that show how the prereqs relate to the build type.
Apache::Test is no longer a requirement for the C API (although the env/ tests will not run during % make test).

Revision 101616 - (view) (annotate) - [select for diffs]
Modified Thu Oct 30 00:12:49 2003 UTC (6 years ago) by joes
File length: 6087 byte(s)
Diff to previous 101579 (colored)
httpd is installed into SBINDIR, not BINDIR- see httpd-2.0/build/rules.mk. Patch submitted by Philippe Chiasson.

Revision 101579 - (view) (annotate) - [select for diffs]
Modified Mon Oct 27 22:51:57 2003 UTC (6 years ago) by joes
File length: 6086 byte(s)
Diff to previous 101474 (colored)
Add rest of version tests to version_check.pl, making that script the final word on which tool versions are required.

Revision 101474 - (view) (annotate) - [select for diffs]
Modified Fri Oct 17 06:27:20 2003 UTC (6 years, 1 month ago) by joes
File length: 5181 byte(s)
Diff to previous 101437 (colored)
Add --enable-perl-glue option.

Revision 101437 - (view) (annotate) - [select for diffs]
Modified Mon Oct 13 18:24:47 2003 UTC (6 years, 1 month ago) by joes
File length: 4701 byte(s)
Diff to previous 101389 (colored)
Add versioning changes to libapreq-
1) The shared library is now named libapreq2.
2) The header files get installed into their own subdirectory: apreq2.
3) Added a versioning API (apreq_version.[ch]) based on apr-util.
4) I also added an apreq2-config script based on apu-config.

Revision 101389 - (view) (annotate) - [select for diffs]
Modified Wed Oct 8 17:44:18 2003 UTC (6 years, 1 month ago) by joes
File length: 3387 byte(s)
Diff to previous 101372 (colored)
Add support for building mod_apreq as a static module, which is based on Bojan Smojver's patch- http://marc.theaimsgroup.com/?l=apreq-dev&m=106515072621995&w=2

Revision 101372 - (view) (annotate) - [select for diffs]
Modified Thu Oct 2 02:21:55 2003 UTC (6 years, 1 month ago) by joes
File length: 1531 byte(s)
Diff to previous 100387 (colored)
Rework build system around ap[ru]-config to allow apr & apr-utils to have non-httpd install locations.

Revision 100387 - (view) (annotate) - [select for diffs]
Modified Sat Jun 28 22:25:07 2003 UTC (6 years, 4 months ago) by joes
File length: 1199 byte(s)
Diff to previous 99949 (colored)
'%make apr_tags' creates doxygen tags for apr & apr-util

Revision 99949 - (view) (annotate) - [select for diffs]
Modified Tue May 20 20:08:24 2003 UTC (6 years, 6 months ago) by joes
File length: 1030 byte(s)
Diff to previous 99423 (colored)
Add --with-perl configure option.

Revision 99423 - (view) (annotate) - [select for diffs]
Modified Thu Apr 17 21:23:13 2003 UTC (6 years, 7 months ago) by joes
File length: 907 byte(s)
Diff to previous 99416 (colored)
Postpone contemplation of apreq_env_read().

Revision 99416 - (view) (annotate) - [select for diffs]
Modified Thu Apr 17 19:19:40 2003 UTC (6 years, 7 months ago) by joes
File length: 913 byte(s)
Diff to previous 99401 (colored)
Added apr's CuTest framework. Switched --with-apache2 flag to --with-apache2-apxs and fixed install locations.

Revision 99401 - (view) (annotate) - [select for diffs]
Modified Thu Apr 17 03:34:56 2003 UTC (6 years, 7 months ago) by joes
File length: 826 byte(s)
Diff to previous 99362 (colored)
Add rudimentary cgi environment; mv configure.in configure.am

Revision 99362 - (view) (annotate) - [select for diffs]
Modified Tue Apr 15 09:36:11 2003 UTC (6 years, 7 months ago) by joes
File length: 810 byte(s)
Diff to previous 98305 (colored)
Changed configure option:
    dropped:                        --with-apache-includes
    temporarily replaced with:      --with-apache2  (server-root, assuming
                                                     typical Apache layout).

Lots of bugfixes focusing on urlencoded data parsers (GET & POST).
The mod_apreq filter is now functional; to bang on it, just do this

        % ./buildconf
        % ./configure --with-apache2=/path/to/apache2
        % make
        % cp src/.libs/libapreq.* /path/to/apache2/libs
        % cp env/.libs/mod_apreq.so /path/to/apache2/modules

Now edit httpd.conf by adding

        LoadModule apreq_module modules/mod_apreq.so
        ...
        SetInputFilter APREQ

in some appropriate place.  Hopefully the server will start up :-).
Lowering the loglevel to DEBUG should produce some debugging messages in
the error log.

Revision 98305 - (view) (annotate) - [select for diffs]
Added Fri Jan 17 06:39:43 2003 UTC (6 years, 10 months ago) by joes
File length: 719 byte(s)
Adding build system.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2