/[Apache-SVN]/perl/modperl/trunk/lib/mod_perl2.pm
ViewVC logotype

Log of /perl/modperl/trunk/lib/mod_perl2.pm

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 648975 - (view) (annotate) - [select for diffs]
Modified Thu Apr 17 06:37:13 2008 UTC (19 months, 1 week ago) by gozer
File length: 1805 byte(s)
Diff to previous 480483 (colored)
start 2.0.4-dev cycle

Revision 480483 - (view) (annotate) - [select for diffs]
Modified Wed Nov 29 08:48:13 2006 UTC (2 years, 11 months ago) by pgollucci
File length: 1805 byte(s)
Diff to previous 471901 (colored)
start 2.0.4-dev cycle

Revision 471901 - (view) (annotate) - [select for diffs]
Modified Mon Nov 6 22:28:38 2006 UTC (3 years ago) by pgollucci
File length: 1805 byte(s)
Diff to previous 365520 (colored)
update license header per board resultion with Nov 1 deadline

Revision 365520 - (view) (annotate) - [select for diffs]
Modified Tue Jan 3 02:20:27 2006 UTC (3 years, 10 months ago) by pgollucci
File length: 1623 byte(s)
Diff to previous 351903 (colored)
bump copyright to 2006

Revision 351903 - (view) (annotate) - [select for diffs]
Modified Sat Dec 3 07:29:17 2005 UTC (3 years, 11 months ago) by pgollucci
File length: 1623 byte(s)
Diff to previous 327069 (colored)
Back out r280262 which as causing Apache2::Reload
to have issues (internal server error - can't find mod_perl.pm)

Reported by: JT Smith <jt@plainblack.com>
Reviewed by: pgollucci
Pointy Hat: geoff




Revision 327069 - (view) (annotate) - [select for diffs]
Modified Fri Oct 21 01:43:55 2005 UTC (4 years, 1 month ago) by pgollucci
File length: 1675 byte(s)
Diff to previous 280262 (colored)
start 2.0.3-dev cycle

Revision 280262 - (view) (annotate) - [select for diffs]
Modified Mon Sep 12 05:39:27 2005 UTC (4 years, 2 months ago) by pgollucci
File length: 1675 byte(s)
Diff to previous 191197 (colored)
Tweak the handling of the backcomat @INC handling for mod_perl.pm to
help tools such as Apache2::Status not display erroneous information.


Revision 191197 - (view) (annotate) - [select for diffs]
Modified Fri Jun 17 20:53:37 2005 UTC (4 years, 5 months ago) by gozer
File length: 1623 byte(s)
Diff to previous 171058 (colored)
start 2.0.2-dev cycle

Revision 171058 - (view) (annotate) - [select for diffs]
Modified Fri May 20 05:10:37 2005 UTC (4 years, 6 months ago) by gozer
File length: 1623 byte(s)
Diff to previous 170103 (colored)
start the 2.0.1-dev cycle

Revision 170103 - (view) (annotate) - [select for diffs]
Modified Fri May 13 22:26:31 2005 UTC (4 years, 6 months ago) by stas
File length: 1623 byte(s)
Diff to previous 168091 (colored)
prepare for the 2.0.0 launch

Revision 168091 - (view) (annotate) - [select for diffs]
Modified Wed May 4 06:43:39 2005 UTC (4 years, 6 months ago) by stas
File length: 1591 byte(s)
Diff to previous 164069 (colored)
start 1.999_24-dev cycle

Revision 164069 - (view) (annotate) - [select for diffs]
Modified Thu Apr 21 14:46:39 2005 UTC (4 years, 7 months ago) by geoff
File length: 1591 byte(s)
Diff to previous 161277 (colored)
add some notes why we $INC{"mod_perl.pm"}

Revision 161277 - (view) (annotate) - [select for diffs]
Modified Thu Apr 14 13:36:33 2005 UTC (4 years, 7 months ago) by geoff
File length: 1351 byte(s)
Diff to previous 160424 (colored)
start next release cycle

Revision 160424 - (view) (annotate) - [select for diffs]
Modified Thu Apr 7 18:07:28 2005 UTC (4 years, 7 months ago) by geoff
File length: 1351 byte(s)
Diff to previous 159508 (colored)
make sure that the distribution is mod_perl-2.0.0-RC5.tar.gz and
not mod_perl2-2.0.0-RC5.tar.gz

Revision 159508 - (view) (annotate) - [select for diffs]
Modified Wed Mar 30 18:51:08 2005 UTC (4 years, 7 months ago) by geoff
File length: 1352 byte(s)
Copied from: perl/modperl/branches/apache2-rename-unstable/lib/mod_perl2.pm revision 159501
Diff to previous 157969 (colored)
merge apache2-rename-unstable to trunk

Revision 157969 - (view) (annotate) - [select for diffs]
Modified Thu Mar 17 19:44:07 2005 UTC (4 years, 8 months ago) by geoff
Original Path: perl/modperl/branches/apache2-rename-unstable/lib/mod_perl2.pm
File length: 1352 byte(s)
Diff to previous 156466 (colored)
add $ENV{MOD_PERL_API_VERSION} as something that clearly distinguishes
which mod_perl version is being used at request time.

Revision 156466 - (view) (annotate) - [select for diffs]
Modified Mon Mar 7 23:51:14 2005 UTC (4 years, 8 months ago) by joes
Original Path: perl/modperl/branches/apache2-rename-unstable/lib/mod_perl2.pm
File length: 1226 byte(s)
Copied from: perl/modperl/branches/apache2-rename-unstable/lib/mod_perl.pm revision 156220
Diff to previous 156157 (colored)
s/Apache::/Apache2::/g and s/mod_perl/mod_perl2/g in all module
APIs, breaking both MP_INST_APACHE2 and the test suite. Note:
this change includes renaming the perlio mode.

This is the first of two commits, and should contain all 
the substantive changes required.


Revision 156157 - (view) (annotate) - [select for diffs]
Modified Fri Mar 4 15:14:32 2005 UTC (4 years, 8 months ago) by joes
Original Path: perl/modperl/branches/apache2-rename-unstable/lib/mod_perl.pm
File length: 1149 byte(s)
Diff to previous 126021 (colored)
Create Apache2:: rename branch.

Revision 126021 - (view) (annotate) - [select for diffs]
Modified Sat Jan 22 08:40:11 2005 UTC (4 years, 10 months ago) by gozer
Original Path: perl/modperl/trunk/lib/mod_perl.pm
File length: 1149 byte(s)
Diff to previous 124346 (colored)
Start 1.999.22 dev cycle

Revision 124346 - (view) (annotate) - [select for diffs]
Modified Thu Jan 6 05:38:15 2005 UTC (4 years, 10 months ago) by stas
Original Path: perl/modperl/trunk/lib/mod_perl.pm
File length: 1149 byte(s)
Diff to previous 124328 (colored)
new year copyright update:
grep -Ilr '\-2004' . | grep -v .svn | xargs perl -pi -e 's|-2004|-2005|g'

Revision 124328 - (view) (annotate) - [select for diffs]
Modified Thu Jan 6 00:53:07 2005 UTC (4 years, 10 months ago) by gozer
Original Path: perl/modperl/trunk/lib/mod_perl.pm
File length: 1149 byte(s)
Diff to previous 124145 (colored)
Start the 1.999_021 dev cycle

Revision 124145 - (view) (annotate) - [select for diffs]
Modified Tue Jan 4 19:30:45 2005 UTC (4 years, 10 months ago) by stas
Original Path: perl/modperl/trunk/lib/mod_perl.pm
File length: 1149 byte(s)
Diff to previous 123249 (colored)
moving to the triplet version notation, which requires us to bump 1.99
=> 1.999 so 1.999020 (mp2) > 1.29 (mp1).
Now we are gong to have:
  $mod_perl::VERSION        : "1.099020"
  int $mod_perl::VERSION    : 1.09902
  $mod_perl::VERSION_TRIPLET: 1.99.20


Revision 123249 - (view) (annotate) - [select for diffs]
Modified Thu Dec 23 23:32:05 2004 UTC (4 years, 11 months ago) by gozer
Original Path: perl/modperl/trunk/lib/mod_perl.pm
File length: 776 byte(s)
Diff to previous 111673 (colored)
Start the 1.99_20 dev cycle


Revision 111673 - (view) (annotate) - [select for diffs]
Modified Sun Dec 12 23:20:20 2004 UTC (4 years, 11 months ago) by gozer
Original Path: perl/modperl/trunk/lib/mod_perl.pm
File length: 776 byte(s)
Diff to previous 71453 (colored)
Start the 1.99_19 cycle

Revision 71453 - (view) (annotate) - [select for diffs]
Modified Fri Oct 22 21:49:47 2004 UTC (5 years, 1 month ago) by gozer
Original Path: perl/modperl/trunk/lib/mod_perl.pm
File length: 776 byte(s)
Diff to previous 71264 (colored)
Start the 1.99_18-dev cycle
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 71264 - (view) (annotate) - [select for diffs]
Modified Mon Aug 23 06:06:36 2004 UTC (5 years, 3 months ago) by stas
Original Path: perl/modperl/trunk/lib/mod_perl.pm
File length: 776 byte(s)
Diff to previous 71250 (colored)
start 1.99_17-dev cycle
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 71250 - (view) (annotate) - [select for diffs]
Modified Fri Aug 20 18:44:04 2004 UTC (5 years, 3 months ago) by stas
Original Path: perl/modperl/trunk/lib/mod_perl.pm
File length: 776 byte(s)
Diff to previous 70840 (colored)
start the 1.99_16 cycle
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 70840 - (view) (annotate) - [select for diffs]
Modified Fri May 21 18:26:47 2004 UTC (5 years, 6 months ago) by geoff
Original Path: perl/modperl/trunk/lib/mod_perl.pm
File length: 776 byte(s)
Diff to previous 70682 (colored)
start next release cycle

Revision 70682 - (view) (annotate) - [select for diffs]
Modified Tue Mar 9 01:26:23 2004 UTC (5 years, 8 months ago) by stas
Original Path: perl/modperl/trunk/lib/mod_perl.pm
File length: 776 byte(s)
Diff to previous 70672 (colored)
starting 1.99_14-dev cycle
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 70672 - (view) (annotate) - [select for diffs]
Modified Thu Mar 4 06:01:14 2004 UTC (5 years, 8 months ago) by gozer
Original Path: perl/modperl/trunk/lib/mod_perl.pm
File length: 776 byte(s)
Diff to previous 70497 (colored)
Updated to the new Apache License Version 2.0
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 70497 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 20:16:27 2003 UTC (5 years, 11 months ago) by stas
Original Path: perl/modperl/trunk/lib/mod_perl.pm
File length: 175 byte(s)
Diff to previous 70468 (colored)
start the 1.99_13-dev cycle
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 70468 - (view) (annotate) - [select for diffs]
Modified Tue Dec 16 01:37:13 2003 UTC (5 years, 11 months ago) by randyk
Original Path: perl/modperl/trunk/lib/mod_perl.pm
File length: 175 byte(s)
Diff to previous 70375 (colored)
Reviewed by:	stas
add a name and abstract to mod_perl.pm, and an associated
ABSTRACT_FROM attribute in WriteMakefile() of Makefile.pm,
to help certain tools like on search.cpan.org and ppm in indexing.

Revision 70375 - (view) (annotate) - [select for diffs]
Modified Mon Nov 10 21:11:53 2003 UTC (6 years ago) by geoff
Original Path: perl/modperl/trunk/lib/mod_perl.pm
File length: 94 byte(s)
Diff to previous 70241 (colored)
bump version

Revision 70241 - (view) (annotate) - [select for diffs]
Modified Mon Sep 29 17:48:45 2003 UTC (6 years, 1 month ago) by stas
Original Path: perl/modperl/trunk/lib/mod_perl.pm
File length: 94 byte(s)
Diff to previous 69954 (colored)
start the 1.99_11-dev cycle
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 69954 - (view) (annotate) - [select for diffs]
Modified Mon Apr 28 02:34:25 2003 UTC (6 years, 7 months ago) by stas
Original Path: perl/modperl/trunk/lib/mod_perl.pm
File length: 94 byte(s)
Diff to previous 69640 (colored)
start a 1.99_10-dev cycle
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 69640 - (view) (annotate) - [select for diffs]
Modified Sat Jan 11 04:17:58 2003 UTC (6 years, 10 months ago) by dougm
Original Path: perl/modperl/trunk/lib/mod_perl.pm
File length: 94 byte(s)
Diff to previous 69519 (colored)
bump version

Revision 69519 - (view) (annotate) - [select for diffs]
Modified Fri Sep 27 19:41:51 2002 UTC (7 years, 2 months ago) by dougm
Original Path: perl/modperl/trunk/lib/mod_perl.pm
File length: 94 byte(s)
Diff to previous 69516 (colored)
bump version

Revision 69516 - (view) (annotate) - [select for diffs]
Modified Fri Sep 27 15:18:37 2002 UTC (7 years, 2 months ago) by dougm
Original Path: perl/modperl/trunk/lib/mod_perl.pm
File length: 94 byte(s)
Diff to previous 69434 (colored)
bump version

Revision 69434 - (view) (annotate) - [select for diffs]
Modified Tue Aug 20 16:49:12 2002 UTC (7 years, 3 months ago) by dougm
Original Path: perl/modperl/trunk/lib/mod_perl.pm
File length: 94 byte(s)
Diff to previous 69364 (colored)
bump version

Revision 69364 - (view) (annotate) - [select for diffs]
Modified Fri Jun 21 22:35:49 2002 UTC (7 years, 5 months ago) by dougm
Original Path: perl/modperl/trunk/lib/mod_perl.pm
File length: 94 byte(s)
Diff to previous 69329 (colored)
bump version

Revision 69329 - (view) (annotate) - [select for diffs]
Modified Sun Jun 16 00:02:58 2002 UTC (7 years, 5 months ago) by dougm
Original Path: perl/modperl/trunk/lib/mod_perl.pm
File length: 94 byte(s)
Diff to previous 69294 (colored)
bump version

Revision 69294 - (view) (annotate) - [select for diffs]
Modified Sun Jun 2 03:25:53 2002 UTC (7 years, 5 months ago) by dougm
Original Path: perl/modperl/trunk/lib/mod_perl.pm
File length: 94 byte(s)
Diff to previous 69108 (colored)
bump version

Revision 69108 - (view) (annotate) - [select for diffs]
Modified Sun Apr 7 05:08:31 2002 UTC (7 years, 7 months ago) by dougm
Original Path: perl/modperl/trunk/lib/mod_perl.pm
File length: 94 byte(s)
Diff to previous 67932 (colored)
bump version

Revision 67932 - (view) (annotate) - [select for diffs]
Added Thu Apr 13 07:04:10 2000 UTC (9 years, 7 months ago) by dougm
Original Path: perl/modperl/trunk/lib/mod_perl.pm
File length: 94 byte(s)
missed one

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