modcplusplus-devel Mailing List for mod_cplusplus (Page 22)
Brought to you by:
gr84b8,
johnksterling
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(4) |
Nov
(14) |
Dec
(4) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
|
Feb
(44) |
Mar
(8) |
Apr
(33) |
May
(5) |
Jun
(5) |
Jul
(2) |
Aug
(4) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(26) |
Sep
(9) |
Oct
|
Nov
(5) |
Dec
|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(11) |
Jun
(7) |
Jul
(2) |
Aug
(11) |
Sep
|
Oct
|
Nov
(7) |
Dec
(4) |
2005 |
Jan
(13) |
Feb
(7) |
Mar
(10) |
Apr
(11) |
May
(2) |
Jun
|
Jul
(8) |
Aug
(9) |
Sep
|
Oct
(4) |
Nov
|
Dec
|
2006 |
Jan
(12) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
(6) |
2007 |
Jan
(4) |
Feb
(13) |
Mar
(10) |
Apr
(56) |
May
(69) |
Jun
(93) |
Jul
(116) |
Aug
(62) |
Sep
(15) |
Oct
(14) |
Nov
(18) |
Dec
(11) |
2008 |
Jan
(8) |
Feb
(13) |
Mar
(32) |
Apr
(22) |
May
(15) |
Jun
(10) |
Jul
(18) |
Aug
(10) |
Sep
(16) |
Oct
(12) |
Nov
(41) |
Dec
(40) |
2009 |
Jan
(33) |
Feb
(14) |
Mar
(32) |
Apr
(47) |
May
(103) |
Jun
(100) |
Jul
(72) |
Aug
(21) |
Sep
(22) |
Oct
(30) |
Nov
(7) |
Dec
(19) |
2010 |
Jan
(8) |
Feb
(7) |
Mar
(40) |
Apr
(53) |
May
(67) |
Jun
(62) |
Jul
(26) |
Aug
(37) |
Sep
(13) |
Oct
(3) |
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Mod C. C. L. <mod...@so...> - 2002-02-19 15:47:33
|
Mod Cplusplus CVS committal Author : barbee- Project : apr_cplusplus Module : src Dir : apr_cplusplus/src/exceptions Added Files: cpp_exceptions.cpp Log Message: a basic exception class for apr classes. |
From: Mod C. C. L. <mod...@so...> - 2002-02-19 15:46:10
|
Mod Cplusplus CVS committal Author : barbee- Project : apr_cplusplus Module : src Dir : apr_cplusplus/src/exceptions Log Message: Directory /cvsroot/modcplusplus/apr_cplusplus/src/exceptions added to the repository |
From: Mod C. C. L. <mod...@so...> - 2002-02-19 04:17:12
|
Mod Cplusplus CVS committal Author : barbee- Module : apr_cplusplus Dir : apr_cplusplus Modified Files: configure.in Log Message: miscellaneous build changes for APRTime. =================================================================== RCS file: /cvsroot/modcplusplus/apr_cplusplus/configure.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- configure.in 14 Feb 2002 15:05:10 -0000 1.3 +++ configure.in 19 Feb 2002 04:16:40 -0000 1.4 @@ -32,4 +32,4 @@ AC_SUBST(LIB_PTHREAD) AC_SUBST(LIB_DL) -AC_OUTPUT(Makefile src/Makefile src/tables/Makefile src/pools/Makefile test/Makefile) +AC_OUTPUT(Makefile src/Makefile src/tables/Makefile src/pools/Makefile src/times/Makefile test/Makefile) |
From: Mod C. C. L. <mod...@so...> - 2002-02-19 04:17:12
|
Mod Cplusplus CVS committal Author : barbee- Project : apr_cplusplus Module : src Dir : apr_cplusplus/src Modified Files: Makefile.am Log Message: miscellaneous build changes for APRTime. =================================================================== RCS file: /cvsroot/modcplusplus/apr_cplusplus/src/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- Makefile.am 21 Nov 2001 16:50:45 -0000 1.2 +++ Makefile.am 19 Feb 2002 04:16:40 -0000 1.3 @@ -1 +1 @@ -SUBDIRS = tables pools +SUBDIRS = tables pools times |
From: Mod C. C. L. <mod...@so...> - 2002-02-19 04:16:42
|
Mod Cplusplus CVS committal Author : barbee- Project : apr_cplusplus Module : src Dir : apr_cplusplus/src/times Added Files: .cvsignore Makefile.am Log Message: miscellaneous build changes for APRTime. |
From: Mod C. C. L. <mod...@so...> - 2002-02-19 04:16:42
|
Mod Cplusplus CVS committal Author : barbee- Project : apr_cplusplus Module : test Dir : apr_cplusplus/test Modified Files: Makefile.am Log Message: miscellaneous build changes for APRTime. =================================================================== RCS file: /cvsroot/modcplusplus/apr_cplusplus/test/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- Makefile.am 14 Feb 2002 15:05:11 -0000 1.2 +++ Makefile.am 19 Feb 2002 04:16:40 -0000 1.3 @@ -4,14 +4,16 @@ LDFLAGS += -export-dynamic -STANDARD_LDADDS = $(top_srcdir)/src/tables/libcpp_tables.la $(LIB_PTHREAD) \ - $(LIB_DL) -lcrypt \ +STANDARD_LDADDS = $(top_srcdir)/src/tables/libcpp_tables.la \ + $(top_srcdir)/src/times/libcpp_times.la \ + $(LIB_PTHREAD) $(LIB_DL) -lcrypt \ $(APR_DIR)/libapr.la noinst_PROGRAMS = \ test_hash \ test_table \ - test_hashiter + test_hashiter \ + test_time test_hash_LDADD = $(STANDARD_LDADDS) test_hash_SOURCES = test_hash.cpp @@ -22,6 +24,10 @@ test_hashiter_LDADD = $(STANDARD_LDADDS) test_hashiter_SOURCES = test_hashiter.cpp +test_time_LDADD = $(STANDARD_LDADDS) +test_time_SOURCES = test_time.cpp + TESTS = test_hash \ test_hashiter \ - test_table + test_table \ + test_time |
From: Mod C. C. L. <mod...@so...> - 2002-02-19 04:16:03
|
Mod Cplusplus CVS committal Author : barbee- Project : apr_cplusplus Module : include Dir : apr_cplusplus/include Added Files: cpp_time.h Log Message: class definition for APRTime. |
From: Mod C. C. L. <mod...@so...> - 2002-02-19 04:15:18
|
Mod Cplusplus CVS committal Author : barbee- Project : apr_cplusplus Module : test Dir : apr_cplusplus/test Added Files: test_time.cpp Log Message: tests for cpp_time. |
From: Mod C. C. L. <mod...@so...> - 2002-02-19 04:14:43
|
Mod Cplusplus CVS committal Author : barbee- Project : apr_cplusplus Module : src Dir : apr_cplusplus/src/times Added Files: cpp_times.cpp Log Message: c++ wrapper for apr time. |
From: Mod C. C. L. <mod...@so...> - 2002-02-19 04:11:05
|
Mod Cplusplus CVS committal Author : barbee- Project : apr_cplusplus Module : src Dir : apr_cplusplus/src/times Log Message: Directory /cvsroot/modcplusplus/apr_cplusplus/src/times added to the repository |
From: Mod C. C. L. <mod...@so...> - 2002-02-19 04:10:07
|
Mod Cplusplus CVS committal Author : barbee- Project : apr_cplusplus Module : test Dir : apr_cplusplus/test Added Files: .cvsignore Log Message: ignore a bunch of files. |
From: Mod C. C. L. <mod...@so...> - 2002-02-19 04:10:06
|
Mod Cplusplus CVS committal Author : barbee- Project : apr_cplusplus Module : src Dir : apr_cplusplus/src/pools Added Files: .cvsignore Log Message: ignore a bunch of files. |
From: Mod C. C. L. <mod...@so...> - 2002-02-19 04:10:06
|
Mod Cplusplus CVS committal Author : barbee- Project : apr_cplusplus Module : src Dir : apr_cplusplus/src/tables Added Files: .cvsignore Log Message: ignore a bunch of files. |
From: Mod C. C. L. <mod...@so...> - 2002-02-19 04:10:06
|
Mod Cplusplus CVS committal Author : barbee- Module : apr_cplusplus Dir : apr_cplusplus Added Files: .cvsignore Log Message: ignore a bunch of files. |
From: Mod C. C. L. <mod...@so...> - 2002-02-19 04:10:06
|
Mod Cplusplus CVS committal Author : barbee- Project : apr_cplusplus Module : src Dir : apr_cplusplus/src Added Files: .cvsignore Log Message: ignore a bunch of files. |
From: Mod C. C. L. <mod...@so...> - 2001-12-30 15:44:36
|
Mod Cplusplus CVS committal Author : gr84b8 Project : mod_cplusplus Module : test Dir : mod_cplusplus/test/t Modified Files: CPPTest Log Message: update to make the test suite smarter (i.e. to not inherit configs from your httpd.conf =================================================================== RCS file: /cvsroot/modcplusplus/mod_cplusplus/test/t/CPPTest,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- CPPTest 2001/05/22 19:52:15 1.1 +++ CPPTest 2001/12/30 15:44:35 1.2 @@ -1,18 +1,26 @@ #!/usr/local/bin/perl use strict; -package CPPTest; use warnings FATAL => 'all'; use lib map { "$_/Apache-Test/lib" } qw(. ..); + +package MyTestConfig; + +our @ISA = qw(Apache::TestConfig); +sub inherit_config {} + -use Apache::TestRunPerl (); +use Apache::TestRun (); +package CPPTest; +our @ISA = qw(Apache::TestRun); + sub new_test_config { my $self = shift; - return $self->SUPER::new_test_config; + my $config = bless MyTestConfig->new($self->{conf_opts}), 'Apache::TestConfig'; + return $config; } -our @ISA = qw(Apache::TestRun); my $test_server = CPPTest->new(); $test_server->run(@ARGV); |
From: Mod C. C. L. <mod...@so...> - 2001-12-30 15:44:36
|
Mod Cplusplus CVS committal Author : gr84b8 Project : mod_cplusplus Module : test Dir : mod_cplusplus/test/t/conf Modified Files: extra.conf.in Log Message: update to make the test suite smarter (i.e. to not inherit configs from your httpd.conf =================================================================== RCS file: /cvsroot/modcplusplus/mod_cplusplus/test/t/conf/extra.conf.in,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- extra.conf.in 2001/10/22 00:13:42 1.7 +++ extra.conf.in 2001/12/30 15:44:35 1.8 @@ -4,6 +4,11 @@ LoadCPPHandler test_output_filter @CPLUSPLUS_BUILDDIR@/example/output_filter/.libs/libtest_output.so LoadCPPHandler test_input_filter @CPLUSPLUS_BUILDDIR@/example/input_filter/.libs/libtest_input.so +<Location /> + Order allow,deny + Allow from all +</Location> + AddCPPConnectionInputFilter test_input_filter <Location /cpp-handler> SetHandler cpp-handler @@ -12,7 +17,6 @@ <Location /cpp-auth> AuthType Basic - #AuthAuthoritative off AuthName foobar SetHandler cpp-handler |
From: Mod C. C. L. <mod...@so...> - 2001-12-30 15:42:57
|
Mod Cplusplus CVS committal Author : gr84b8 Project : mod_cplusplus Module : test Dir : mod_cplusplus/test/Apache-Test Log Message: update to the latest apache test harness Status: Vendor Tag: apachetest Release Tags: v12302001 U mod_cplusplus/test/Apache-Test/MANIFEST U mod_cplusplus/test/Apache-Test/Makefile.PL U mod_cplusplus/test/Apache-Test/README N mod_cplusplus/test/Apache-Test/ToDo U mod_cplusplus/test/Apache-Test/.cvsignore U mod_cplusplus/test/Apache-Test/lib/Apache/TestMM.pm U mod_cplusplus/test/Apache-Test/lib/Apache/Test.pm U mod_cplusplus/test/Apache-Test/lib/Apache/TestConfig.pm N mod_cplusplus/test/Apache-Test/lib/Apache/TestConfigC.pm U mod_cplusplus/test/Apache-Test/lib/Apache/TestConfigParse.pm U mod_cplusplus/test/Apache-Test/lib/Apache/TestConfigPerl.pm U mod_cplusplus/test/Apache-Test/lib/Apache/TestHandler.pm U mod_cplusplus/test/Apache-Test/lib/Apache/TestHarness.pm N mod_cplusplus/test/Apache-Test/lib/Apache/TestPerlDB.pm U mod_cplusplus/test/Apache-Test/lib/Apache/TestRequest.pm U mod_cplusplus/test/Apache-Test/lib/Apache/TestRun.pm U mod_cplusplus/test/Apache-Test/lib/Apache/TestRunPerl.pm U mod_cplusplus/test/Apache-Test/lib/Apache/TestServer.pm N mod_cplusplus/test/Apache-Test/lib/Apache/TestSort.pm N mod_cplusplus/test/Apache-Test/lib/Apache/TestTrace.pm N mod_cplusplus/test/Apache-Test/lib/Apache/TestUtil.pm N mod_cplusplus/test/Apache-Test/lib/Bundle/ApacheTest.pm U mod_cplusplus/test/Apache-Test/t/request.t U mod_cplusplus/test/Apache-Test/t/TEST N mod_cplusplus/test/Apache-Test/t/TEST.PL U mod_cplusplus/test/Apache-Test/t/ping.t U mod_cplusplus/test/Apache-Test/t/.cvsignore U mod_cplusplus/test/Apache-Test/t/conf/extra.conf.in U mod_cplusplus/test/Apache-Test/t/conf/.cvsignore No conflicts created by this import |
From: Mod C. C. L. <mod...@so...> - 2001-12-11 23:52:09
|
Mod Cplusplus CVS committal Author : gr84b8 Project : mod_cplusplus Module : example Dir : mod_cplusplus/example/input_filter Modified Files: test_input.cpp Log Message: update to api =================================================================== RCS file: /cvsroot/modcplusplus/mod_cplusplus/example/input_filter/test_input.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- test_input.cpp 2001/10/22 00:13:42 1.7 +++ test_input.cpp 2001/12/11 23:52:08 1.8 @@ -50,7 +50,7 @@ } ap_log_error(APLOG_MARK, APLOG_NOERRNO|APLOG_ERR, 0, NULL, "crazy content: %s (%d)", new_buf, len); - output_bucket = apr_bucket_heap_create(new_buf, len, 1, NULL); + output_bucket = apr_bucket_heap_create(new_buf, len, 1); APR_BRIGADE_INSERT_TAIL(bb, output_bucket); apr_bucket_delete(input_bucket); } |
From: Mod C. C. L. <mod...@so...> - 2001-11-21 17:05:34
|
Mod Cplusplus CVS committal Author : gr84b8 Project : apr_cplusplus Module : src Dir : apr_cplusplus/src/pools Modified Files: cpp_pools.cpp Log Message: pool instancation registers a cleanup to delete the pool object when the pool goes away. =================================================================== RCS file: /cvsroot/modcplusplus/apr_cplusplus/src/pools/cpp_pools.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- cpp_pools.cpp 2001/11/21 16:50:45 1.1 +++ cpp_pools.cpp 2001/11/21 17:05:32 1.2 @@ -1,10 +1,20 @@ #include <string.h> #include "cpp_pools.h" +extern "C" { + apr_status_t cleanup_pool_object(void *data) { + APRPool *pPool = (APRPool *)data; + delete pPool; + return 0; + } +} + APRPool::APRPool(apr_pool_t *pool) { mPool = pool; mHash = new APRHash(pool); + apr_pool_cleanup_register(pool, this, cleanup_pool_object, + cleanup_pool_object); } void APRPool::RegisterObject(const char *name, APRPoolObject *pObject) |
From: Mod C. C. L. <mod...@so...> - 2001-11-21 16:51:16
|
Mod Cplusplus CVS committal Author : gr84b8 Project : apr_cplusplus Module : src Dir : apr_cplusplus/src Modified Files: Makefile.am Log Message: add initial untested support for registering objects with pools to allow your objects to get cleaned up when a pool gets cleaned up. =================================================================== RCS file: /cvsroot/modcplusplus/apr_cplusplus/src/Makefile.am,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -3 -r1.1.1.1 -r1.2 --- Makefile.am 2001/11/01 08:27:38 1.1.1.1 +++ Makefile.am 2001/11/21 16:50:45 1.2 @@ -1 +1 @@ -SUBDIRS = tables +SUBDIRS = tables pools |
From: Mod C. C. L. <mod...@so...> - 2001-11-21 16:51:16
|
Mod Cplusplus CVS committal Author : gr84b8 Module : apr_cplusplus Dir : apr_cplusplus Modified Files: configure.in Log Message: add initial untested support for registering objects with pools to allow your objects to get cleaned up when a pool gets cleaned up. =================================================================== RCS file: /cvsroot/modcplusplus/apr_cplusplus/configure.in,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -3 -r1.1.1.1 -r1.2 --- configure.in 2001/11/01 08:27:38 1.1.1.1 +++ configure.in 2001/11/21 16:50:45 1.2 @@ -27,4 +27,4 @@ AC_SUBST(APR_DIR) AC_SUBST(CFLAGS) -AC_OUTPUT(Makefile src/Makefile src/tables/Makefile test/Makefile) +AC_OUTPUT(Makefile src/Makefile src/tables/Makefile src/pools/Makefile test/Makefile) |
From: Mod C. C. L. <mod...@so...> - 2001-11-21 16:50:46
|
Mod Cplusplus CVS committal Author : gr84b8 Project : apr_cplusplus Module : src Dir : apr_cplusplus/src/pools Added Files: Makefile.am cpp_pools.cpp Log Message: add initial untested support for registering objects with pools to allow your objects to get cleaned up when a pool gets cleaned up. |
From: Mod C. C. L. <mod...@so...> - 2001-11-21 16:50:46
|
Mod Cplusplus CVS committal Author : gr84b8 Project : apr_cplusplus Module : include Dir : apr_cplusplus/include Added Files: cpp_pool_object.h cpp_pools.h Log Message: add initial untested support for registering objects with pools to allow your objects to get cleaned up when a pool gets cleaned up. |
From: Mod C. C. L. <mod...@so...> - 2001-11-21 16:49:14
|
Mod Cplusplus CVS committal Author : gr84b8 Project : apr_cplusplus Module : src Dir : apr_cplusplus/src/tables Modified Files: cpp_tables.cpp Log Message: add table iterator init (untested =================================================================== RCS file: /cvsroot/modcplusplus/apr_cplusplus/src/tables/cpp_tables.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- cpp_tables.cpp 2001/11/01 08:33:21 1.2 +++ cpp_tables.cpp 2001/11/21 16:49:13 1.3 @@ -21,8 +21,6 @@ apr_table_set(mTable, key, value); } - - /* Iterator */ APRTableIterator::APRTableIterator(APRTable *pTable) : mTable(pTable) @@ -32,11 +30,9 @@ void APRTableIterator::Init() { - /* - apr_array_header_t *header = apr_table_elts(mTable); - mArray = apr_table_entry_t *header->elts; + const apr_array_header_t *header = apr_table_elts(mTable); + mArray = (apr_table_entry_t *)header->elts; mCurItem = 0; - */ } APRTableItem *APRTableIterator::Next() |