/[Apache-SVN]/httpd/test/framework/trunk/c-modules
ViewVC logotype

Log of /httpd/test/framework/trunk/c-modules

View Directory Listing Directory Listing


Sticky Revision:

Revision 1917709 - Directory Listing
Modified Mon May 13 19:46:03 2024 UTC (2 months, 4 weeks ago) by ylavic
Follow up to r1917701: Fix typo.

Revision 1917701 - Directory Listing
Modified Mon May 13 15:08:53 2024 UTC (2 months, 4 weeks ago) by jorton
mod_test_pass_brigade:
- do send FLUSH after EOS (not necessary but correct)
- add debugging log before calling ap_pass_brigade()
- pass to the first filter on the r->output_filters chain
  not the second one (->next) - not obvious why this was
  done, doesn't affect the test output, has been there since
  2001, likely a mistake


Revision 1893412 - Directory Listing
Modified Sat Sep 18 11:14:01 2021 UTC (2 years, 10 months ago) by ylavic
c-modules: reduce to APLOG_TRACE2 for "each packet" logging.

Revision 1883354 - Directory Listing
Modified Thu Nov 12 16:15:09 2020 UTC (3 years, 8 months ago) by jailletc36
SessionExpiryUpdateInterval has been backported in 2.4.41, so run the corresponding tests on 2.4.41+ version

Revision 1878613 - Directory Listing
Modified Mon Jun 8 14:51:32 2020 UTC (4 years, 2 months ago) by jorton
* c-modules/test_rwrite/mod_test_rwrite.c: Use ap_log_rerror throughout.


Revision 1878487 - Directory Listing
Modified Thu Jun 4 15:50:50 2020 UTC (4 years, 2 months ago) by jorton
* c-modules/test_ssl/mod_test_ssl.c
  (test_ssl_var_lookup): Fix warning with trunk.


Revision 1872431 - Directory Listing
Modified Tue Jan 7 10:47:00 2020 UTC (4 years, 7 months ago) by jorton
Switch to standard logging, no idea why this uses stderr.
Send EOS at the end of the response.  Use a transient bucket
since there is no need to re-alloc the heap buffer.

Inserting a FLUSH as well appears to work around the failures
with worker MPM (seen regularly in Travis but easy to repro),
possibly a core filter bug, maybe related to handling 
nonblocking writev??


Revision 1855505 - Directory Listing
Modified Thu Mar 14 10:20:54 2019 UTC (5 years, 5 months ago) by jorton
Set svn:ignore.


Revision 1838483 - Directory Listing
Modified Mon Aug 20 20:03:05 2018 UTC (5 years, 11 months ago) by jailletc36
This is harmless, but cppcheck is right to warn about the spurious ')' position.

The only difference is the value of 'rv' after the test in case of error, but it is not used anymore, so we don't really care.

Revision 1833195 - Directory Listing
Modified Fri Jun 8 16:28:33 2018 UTC (6 years, 2 months ago) by jorton
Correctly adjust for APR_POOL_DEBUG.


Revision 1833015 - Directory Listing
Modified Wed Jun 6 11:44:02 2018 UTC (6 years, 2 months ago) by jorton
Add regression test for r1833014 leak, requires APR with pool
debugging and doesn't seem to work for event.


Revision 1808450 - Directory Listing
Modified Fri Sep 15 12:01:22 2017 UTC (6 years, 10 months ago) by jorton
Ignore generated files.

Revision 1777514 - Directory Listing
Modified Thu Jan 5 21:52:14 2017 UTC (7 years, 7 months ago) by covener
add a tiny module to test folding w/ http strict


Revision 1775182 - Directory Listing
Modified Mon Dec 19 21:47:43 2016 UTC (7 years, 7 months ago) by jchampion
PR60478: fix 2.2 suite - lock test to 2.4

The test_utilities module uses ap_expr and was busting 2.2 tests.

Revision 1774328 - Directory Listing
Modified Wed Dec 14 19:37:03 2016 UTC (7 years, 7 months ago) by jchampion
PR60478: add test case

Includes a utility ap_expr function to determine the length of a string
argument.

Revision 1723745 - Directory Listing
Modified Fri Jan 8 15:49:57 2016 UTC (8 years, 7 months ago) by jim
ASF Bugzilla – Attachment #33187: Updated tests for bug #57300
Test now run clean again... :/


Revision 1703433 - Directory Listing
Modified Wed Sep 16 16:22:30 2015 UTC (8 years, 10 months ago) by ylavic
mod_test_session: fix stack corruption on 32bit systems.

Revision 1703415 - Directory Listing
Modified Wed Sep 16 14:18:49 2015 UTC (8 years, 10 months ago) by jim
silence warnings (which cause build to fail w/ maintainer-mode)


Revision 1697392 - Directory Listing
Modified Mon Aug 24 13:43:11 2015 UTC (8 years, 11 months ago) by icing
fixing non C90 compiler errors when apxs is build in maintainer-mode

Revision 1693321 - Directory Listing
Modified Wed Jul 29 17:42:09 2015 UTC (9 years ago) by covener
copy props from ../test_ssl


Revision 1693279 - Directory Listing
Modified Wed Jul 29 14:45:54 2015 UTC (9 years ago) by elu
Remove build files


Revision 1693140 - Directory Listing
Modified Tue Jul 28 18:52:13 2015 UTC (9 years ago) by elu
Add tests for mod_session 

Submitted by: Paul Spangler <paul.spangler@ni.com>
Reviewed by: elu



Revision 1620664 - Directory Listing
Modified Tue Aug 26 17:21:35 2014 UTC (9 years, 11 months ago) by covener
use == 


Revision 1620663 - Directory Listing
Modified Tue Aug 26 17:20:23 2014 UTC (9 years, 11 months ago) by covener
add 2.4 MMN where trailers_in must be used



Revision 1619925 - Directory Listing
Modified Fri Aug 22 20:38:58 2014 UTC (9 years, 11 months ago) by covener
support reading trailers properly in 2.2.29

Revision 1610833 - Directory Listing
Modified Tue Jul 15 20:09:28 2014 UTC (10 years ago) by covener
use r->trailers_in in latest trunk/2.5


Revision 1541940 - Directory Listing
Modified Thu Nov 14 15:49:09 2013 UTC (10 years, 8 months ago) by trawick
Ignore more generated files:

Windows module builds:
  *.exp
  *.lib
  (and I fixed the ignores in a few directories to follow the normal pattern)

Other:
  MYMETA.yml/.json in top-level directory
  generated send_hdr.pl file


Revision 1239101 - Directory Listing
Modified Wed Feb 1 12:17:45 2012 UTC (12 years, 6 months ago) by rjung
Hopefully the last breakage due to trunk
MODULE_MAGIC_COOKIE update.


Revision 990065 - Directory Listing
Modified Fri Aug 27 08:11:18 2010 UTC (13 years, 11 months ago) by rjung
- Remove ifdefs from within ap_log_* calls.
  Fixes compilation problem with xlc on AIX
  against httpd 2.3.8+.
- Reintroduce Apache 1.3 compatibility in mod_echo_post
  (broken in r290160 and r947590).


Revision 964157 - Directory Listing
Modified Wed Jul 14 20:00:03 2010 UTC (14 years, 1 month ago) by sf
support AUTHZ_DENIED_NO_USER in mod_authany


Revision 947590 - Directory Listing
Modified Mon May 24 10:29:39 2010 UTC (14 years, 2 months ago) by jorton
- use ap_log_rerror rather than fprintf for debugging output
- output an error string if ap_get_client_block fails with 
  an error rather than EOF (e.g. due to a filter returning
  an error)


Revision 902010 - Directory Listing
Modified Fri Jan 22 06:57:33 2010 UTC (14 years, 6 months ago) by sctemme
Incomplete edits needed to help the testsuite run against Apache 1.3 which does not know about IfVersion

Revision 893174 - Directory Listing
Modified Tue Dec 22 14:19:20 2009 UTC (14 years, 7 months ago) by trawick
use canonical casting for ap_set_flag_slot()-based directives to fix compile warning

Revision 756525 - Directory Listing
Modified Fri Mar 20 15:24:02 2009 UTC (15 years, 4 months ago) by trawick
ensure that mod_authany's check user id hook runs after mod_ssl's

if it runs before, mod_authany can't find the auth header it needs and 
ssl/basicauth and ssl/fakeauth tests will fail

providers are used by mod_authany for httpd >= 2.3, so that build is unaffected

httpd < 2.0 doesn't have the API for hook ordering, so that build is unaffected


Revision 711245 - Directory Listing
Modified Tue Nov 4 13:12:47 2008 UTC (15 years, 9 months ago) by rpluem
* We must have an authn provider when using >= 2.3.

Submitted by: chrisd
Reviewed by: rpluem


Revision 647766 - Directory Listing
Modified Mon Apr 14 12:33:06 2008 UTC (16 years, 4 months ago) by wrowe
relocate perl-framework as it's own top level test/ codebase.

the perl- is needlessly confusing, so it's coded it perl... and so?  
httpd-framework would be clearer but it lives in httpd/, so let's
make this trivial to type.


Revision 609357 - Directory Listing
Modified Sun Jan 6 18:02:00 2008 UTC (16 years, 7 months ago) by sctemme
Original Path: httpd/test/trunk/perl-framework/c-modules
Ignore generated module *.so

Revision 375595 - Directory Listing
Modified Tue Feb 7 13:19:08 2006 UTC (18 years, 6 months ago) by jorton
Original Path: httpd/test/trunk/perl-framework/c-modules
- attempt to adapt for trunk aaa changes; this doesn't work
but it does at least compile - not sure whether the problem
is in this code or the aaa code.


Revision 312665 - Directory Listing
Modified Mon Oct 10 15:25:20 2005 UTC (18 years, 10 months ago) by jorton
Original Path: httpd/test/trunk/perl-framework/c-modules
- work around MMN snafu


Revision 290490 - Directory Listing
Modified Tue Sep 20 17:26:05 2005 UTC (18 years, 10 months ago) by jorton
Original Path: httpd/test/trunk/perl-framework/c-modules
- fix more format string warnings


Revision 290160 - Directory Listing
Modified Mon Sep 19 13:52:57 2005 UTC (18 years, 10 months ago) by jorton
Original Path: httpd/test/trunk/perl-framework/c-modules
- fix mismatched format string warnings throughout


Revision 290157 - Directory Listing
Modified Mon Sep 19 13:42:03 2005 UTC (18 years, 10 months ago) by jorton
Original Path: httpd/test/trunk/perl-framework/c-modules
- fix for trunk mod_ssl.


Revision 153934 - Directory Listing
Modified Tue Feb 15 12:41:36 2005 UTC (19 years, 5 months ago) by jorton
Original Path: httpd/test/trunk/perl-framework/c-modules
Add test for ssl_ext_lookup optional function.


Revision 106525 - Directory Listing
Modified Thu Nov 25 00:36:41 2004 UTC (19 years, 8 months ago) by nd
Original Path: httpd/test/trunk/perl-framework/c-modules
property cleanup


Revision 105803 - Directory Listing
Modified Fri Nov 19 10:27:41 2004 UTC (19 years, 8 months ago) by jorton
Original Path: httpd/test/trunk/perl-framework/c-modules
Remove .cvsignore files

Revision 105342 - Directory Listing
Modified Wed Sep 29 15:03:59 2004 UTC (19 years, 10 months ago) by jorton
Original Path: httpd/test/trunk/perl-framework/c-modules
Prevent death by memory consumption in an --enable-pool-debug/-lefence
build: allocate and {ab,re}use a single brigade structure rather than
allocating one out of r->pool for each block sent (see also "why are
brigades allocated out of pools this is insane" threads).


Revision 105340 - Directory Listing
Modified Wed Sep 29 06:59:48 2004 UTC (19 years, 10 months ago) by jerenkrantz
Original Path: httpd/test/trunk/perl-framework/c-modules
* c-modules/nntp_like/mod_nntp_like.c: Only set the timeout if we're enabled.


Revision 105339 - Directory Listing
Modified Wed Sep 29 06:53:42 2004 UTC (19 years, 10 months ago) by jerenkrantz
Original Path: httpd/test/trunk/perl-framework/c-modules
Fix up nntp-like and content-length tests to pass.

* c-modules/nntp_like/mod_nntp_like.c: Add pre_connection hook so that the
  timeout on the socket is set.  (NET_TIME which normally does this is a
  request filter); Minor style changes thrown in for good measure.
* t/protocol/nntp-like.t: Was t_cmp argument order swapped?  The debugging
  output makes no sense and leads me to believe they are reversed.
* t/apache/contentlength.t: Sending a blank C-L *should* generate a 413
  (not sure what I was thinking initially why a 200 is correct); flip t_cmp
  arguments and give a more descriptive error message.


Revision 103964 - Directory Listing
Modified Tue Jun 15 20:20:23 2004 UTC (20 years, 2 months ago) by jorton
Original Path: httpd/test/trunk/perl-framework/c-modules
Fix brigade handling: don't re-use destroyed brigade.


Revision 103962 - Directory Listing
Modified Tue Jun 15 15:50:53 2004 UTC (20 years, 2 months ago) by jorton
Original Path: httpd/test/trunk/perl-framework/c-modules
Fix more random stack corruption on LP64 platforms.


Revision 103110 - Directory Listing
Modified Tue Mar 23 20:35:58 2004 UTC (20 years, 4 months ago) by stoddard
Original Path: httpd/test/trunk/perl-framework/c-modules
Don't send headers until after we'v tried an ap_get_client_block().


Revision 103070 - Directory Listing
Modified Mon Mar 22 16:56:05 2004 UTC (20 years, 4 months ago) by coar
Original Path: httpd/test/trunk/perl-framework/c-modules
	motion forward appears to be paying attention solely to httpd 2,
	with the result that 1.3 support is being broken unknowingly.
	patch in some compatibility changes to let 1.3 be tested on windows.


Revision 102903 - Directory Listing
Modified Tue Mar 9 12:07:19 2004 UTC (20 years, 5 months ago) by jorton
Original Path: httpd/test/trunk/perl-framework/c-modules
Fix stack corruption by httpd_test_split_qs_numbers when
sizeof int != sizeof apr_size_t.


Revision 102138 - Directory Listing
Modified Thu Jan 1 13:38:37 2004 UTC (20 years, 7 months ago) by nd
Original Path: httpd/test/trunk/perl-framework/c-modules
update license and copyright to 2004


Revision 101465 - Directory Listing
Modified Thu Oct 16 00:30:38 2003 UTC (20 years, 10 months ago) by jwoolley
Original Path: httpd/test/trunk/perl-framework/c-modules
backward compat


Revision 101460 - Directory Listing
Modified Wed Oct 15 22:34:11 2003 UTC (20 years, 10 months ago) by nd
Original Path: httpd/test/trunk/perl-framework/c-modules
fix link error with apr 1.0


Revision 101158 - Directory Listing
Modified Fri Sep 5 12:33:28 2003 UTC (20 years, 11 months ago) by geoff
Original Path: httpd/test/trunk/perl-framework/c-modules
adjustments for apr 1.0
Reviewed by:	stas, cliff


Revision 98570 - Directory Listing
Modified Mon Feb 3 17:11:02 2003 UTC (21 years, 6 months ago) by nd
Original Path: httpd/test/trunk/perl-framework/c-modules
bah! what a boring job - update license to 2003.


Revision 96867 - Directory Listing
Modified Tue Sep 17 20:28:37 2002 UTC (21 years, 10 months ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
PR:
Obtained from:
Submitted by:	Dave Hill <ddhill@laurel.zk3.dec.com>
Reviewed by:	dougm
compile fix for Tru64


Revision 95907 - Directory Listing
Modified Fri Jun 28 08:40:43 2002 UTC (22 years, 1 month ago) by jerenkrantz
Original Path: httpd/test/trunk/perl-framework/c-modules
Sync up with ap_register_input_filter prototype change.


Revision 95775 - Directory Listing
Modified Tue Jun 18 17:07:36 2002 UTC (22 years, 1 month ago) by jerenkrantz
Original Path: httpd/test/trunk/perl-framework/c-modules
Allow compilation with 1.3 which doesn't have AP_IOBUFSIZE, but httpd.h
#define's IOBUFSIZE.


Revision 95478 - Directory Listing
Modified Mon Jun 3 07:08:27 2002 UTC (22 years, 2 months ago) by jerenkrantz
Original Path: httpd/test/trunk/perl-framework/c-modules
Add mod_echo_post_chunk which does the following:
- reads in chunked input via the 1.3 API (yuck)
- prints out the X-Chunk-Trailer header AFTER the chunked input is read.

This module is designed to check trailer enforcement.


Revision 94402 - Directory Listing
Modified Tue Apr 2 21:11:27 2002 UTC (22 years, 4 months ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
use @ssl_module@ instead of hardcoded mod_ssl.c


Revision 94305 - Directory Listing
Modified Fri Mar 29 08:20:40 2002 UTC (22 years, 4 months ago) by jwoolley
Original Path: httpd/test/trunk/perl-framework/c-modules
Update to new bucket brigades API


Revision 93800 - Directory Listing
Modified Fri Mar 8 18:17:32 2002 UTC (22 years, 5 months ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
get rid of cpp warning


Revision 93757 - Directory Listing
Modified Thu Mar 7 09:28:23 2002 UTC (22 years, 5 months ago) by jerenkrantz
Original Path: httpd/test/trunk/perl-framework/c-modules
Match up with latest httpd-2.0 builds.
- AP_FTYPE_CONTENT is now AP_FTYPE_RESOURCE
- add_*_filter *requires* the r->connection.  (fixes SEGV)


Revision 93015 - Directory Listing
Modified Fri Jan 25 01:12:28 2002 UTC (22 years, 6 months ago) by jerenkrantz
Original Path: httpd/test/trunk/perl-framework/c-modules
*readbytes is now readbytes, so remove the &zero construct.
(This show exactly why this change was the right thing to do.)


Revision 92929 - Directory Listing
Modified Sat Jan 19 07:45:56 2002 UTC (22 years, 6 months ago) by jerenkrantz
Original Path: httpd/test/trunk/perl-framework/c-modules
Sync up with new input filtering prototype changes.


Revision 92872 - Directory Listing
Modified Thu Jan 17 00:40:25 2002 UTC (22 years, 6 months ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
allow method PUT


Revision 92871 - Directory Listing
Modified Thu Jan 17 00:17:36 2002 UTC (22 years, 6 months ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
module for testing large POSTs, similar to mod_echo_post.c, but does not
echo back the data read (since too large will flood the socket), instead
just writes the number of bytes read.


Revision 92589 - Directory Listing
Modified Mon Dec 24 06:04:09 2001 UTC (22 years, 7 months ago) by jwoolley
Original Path: httpd/test/trunk/perl-framework/c-modules
Ignore some generated files and directories.


Revision 92099 - Directory Listing
Modified Wed Nov 21 18:42:09 2001 UTC (22 years, 8 months ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
move all ssl vhost config inside <IfModule @ssl_module@>


Revision 92071 - Directory Listing
Modified Wed Nov 21 01:42:33 2001 UTC (22 years, 8 months ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
make rwrite test like passbrigade test, where we can configure the buffer size


Revision 92070 - Directory Listing
Modified Wed Nov 21 01:37:42 2001 UTC (22 years, 8 months ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
switch to using httpd_test_split_qs_numbers()


Revision 92069 - Directory Listing
Modified Wed Nov 21 01:27:52 2001 UTC (22 years, 8 months ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
switch to using httpd_test_split_qs_numbers()


Revision 92068 - Directory Listing
Modified Wed Nov 21 01:26:47 2001 UTC (22 years, 8 months ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
some util functions for c-modules


Revision 92067 - Directory Listing
Modified Wed Nov 21 00:09:38 2001 UTC (22 years, 8 months ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
module to get a list of loaded modules (for mod_info test)


Revision 92062 - Directory Listing
Modified Tue Nov 20 22:52:23 2001 UTC (22 years, 8 months ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
adding a test for ap_pass_brigade


Revision 91996 - Directory Listing
Modified Fri Nov 16 23:47:45 2001 UTC (22 years, 8 months ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
add a test for nntp-like protocols


Revision 91973 - Directory Listing
Modified Thu Nov 15 21:55:43 2001 UTC (22 years, 9 months ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
beef up the ssl_var_lookup tests


Revision 91909 - Directory Listing
Modified Tue Nov 13 18:54:53 2001 UTC (22 years, 9 months ago) by gbenson
Original Path: httpd/test/trunk/perl-framework/c-modules
Send headers when used with Apache 1.3


Revision 91821 - Directory Listing
Modified Fri Nov 9 16:52:41 2001 UTC (22 years, 9 months ago) by gbenson
Original Path: httpd/test/trunk/perl-framework/c-modules
M-x untabify (my fault, not Joe's)


Revision 91820 - Directory Listing
Modified Fri Nov 9 16:50:22 2001 UTC (22 years, 9 months ago) by gbenson
Original Path: httpd/test/trunk/perl-framework/c-modules
Compile correctly for Apache 1.3.

Submitted by: Joe Orton <jorton@redhat.com>


Revision 91763 - Directory Listing
Modified Tue Nov 6 16:03:00 2001 UTC (22 years, 9 months ago) by gbenson
Original Path: httpd/test/trunk/perl-framework/c-modules
Fix for Apache 1.3


Revision 91630 - Directory Listing
Modified Mon Oct 22 10:48:12 2001 UTC (22 years, 9 months ago) by gbenson
Original Path: httpd/test/trunk/perl-framework/c-modules
fixed for 1.x, and enabled


Revision 91629 - Directory Listing
Modified Mon Oct 22 10:46:36 2001 UTC (22 years, 9 months ago) by gbenson
Original Path: httpd/test/trunk/perl-framework/c-modules
these work with 1.x, so enable them


Revision 91188 - Directory Listing
Modified Sat Sep 29 07:02:33 2001 UTC (22 years, 10 months ago) by jerenkrantz
Original Path: httpd/test/trunk/perl-framework/c-modules
Fix filtering logic to do the "right thing"

The previous incarnation of the filter was making some false assumptions
about how the lower level filters worked.


Revision 90968 - Directory Listing
Modified Sat Sep 8 22:07:14 2001 UTC (22 years, 11 months ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
change a few of the c-modules to use new APACHE_HTTPD_TEST_ magic
better chance these will work with 1.x now (untested with 1.x however)
PR:
Obtained from:
Submitted by:
Reviewed by:


Revision 90965 - Directory Listing
Modified Sat Sep 8 19:00:51 2001 UTC (22 years, 11 months ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
start cooking apache_httpd_test.h


Revision 90717 - Directory Listing
Modified Mon Aug 27 04:59:40 2001 UTC (22 years, 11 months ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
M-x untabify


Revision 90708 - Directory Listing
Modified Sun Aug 26 20:17:14 2001 UTC (22 years, 11 months ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
response wont always be chunked (depending on size); just let the client test Transfer-Encoding instead of checking here


Revision 90705 - Directory Listing
Modified Sun Aug 26 19:54:44 2001 UTC (22 years, 11 months ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
module for testing basic auth


Revision 90701 - Directory Listing
Modified Sun Aug 26 19:12:15 2001 UTC (22 years, 11 months ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
test that r->chunked gets set


Revision 90692 - Directory Listing
Modified Sun Aug 26 05:46:35 2001 UTC (22 years, 11 months ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
port of 1.x modules/test/mod_test_util_uri.c


Revision 90689 - Directory Listing
Modified Sun Aug 26 05:39:01 2001 UTC (22 years, 11 months ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
2.0 port of modules/test/mod_rndchunk.c


Revision 90541 - Directory Listing
Modified Thu Aug 23 03:37:14 2001 UTC (22 years, 11 months ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
dont need the ssl_var_lookup prototype


Revision 90539 - Directory Listing
Modified Thu Aug 23 03:28:27 2001 UTC (22 years, 11 months ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
want to test looking up client cert vars


Revision 90538 - Directory Listing
Modified Thu Aug 23 03:08:32 2001 UTC (22 years, 11 months ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
test module for calling ssl_lookup_var optional function


Revision 90384 - Directory Listing
Modified Mon Aug 20 02:51:16 2001 UTC (22 years, 11 months ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
module to let client (.t tests) add filters


Revision 90365 - Directory Listing
Modified Sun Aug 19 19:20:02 2001 UTC (22 years, 11 months ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
adjust to APR_XtOffsetOf rename


Revision 90309 - Directory Listing
Modified Sat Aug 18 00:18:59 2001 UTC (22 years, 11 months ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
r->handler might be NULL in the fixup


Revision 90223 - Directory Listing
Modified Thu Aug 16 16:06:24 2001 UTC (23 years ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
ignore


Revision 90222 - Directory Listing
Modified Thu Aug 16 16:03:25 2001 UTC (23 years ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
better trace info


Revision 90220 - Directory Listing
Modified Thu Aug 16 15:58:06 2001 UTC (23 years ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
test for GET/ap_rwrite


Revision 90219 - Directory Listing
Modified Thu Aug 16 15:23:35 2001 UTC (23 years ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
report total bytes read


Revision 90087 - Directory Listing
Modified Sat Aug 11 01:17:17 2001 UTC (23 years ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
ignores


Revision 90083 - Directory Listing
Modified Sat Aug 11 01:13:53 2001 UTC (23 years ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
module for testing ap_get_client_block api


Revision 90081 - Directory Listing
Added Sat Aug 11 01:13:33 2001 UTC (23 years ago) by dougm
Original Path: httpd/test/trunk/perl-framework/c-modules
module for testing input filters


infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26