/[Apache-SVN]/perl/modperl/branches/1.x/Changes
ViewVC logotype

Log of /perl/modperl/branches/1.x/Changes

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 781917 - (view) (annotate) - [select for diffs]
Modified Fri Jun 5 05:57:17 2009 UTC (5 months, 3 weeks ago) by pgollucci
File length: 147291 byte(s)
Diff to previous 773761 (colored)
Address FreeBSD PR: ports/134749

This is actually a bug in gcc 4.2.1?x where
the array is optimized incorrectly causing
sefaults during startup.

Apparently the bug does not exist in FreeBSD 8
but is an issue in 7.x.

Reported by:    Troy <troy@twisted.net>
Submitted by:   Tim Zingelman <zingelman@fnal.gov>
Reviewed by:    myself


Revision 773761 - (view) (annotate) - [select for diffs]
Modified Tue May 12 02:02:15 2009 UTC (6 months, 2 weeks ago) by gozer
File length: 147145 byte(s)
Diff to previous 773759 (colored)
start 1.32 dev cycle

Revision 773759 - (view) (annotate) - [select for diffs]
Modified Tue May 12 01:59:47 2009 UTC (6 months, 2 weeks ago) by gozer
File length: 147129 byte(s)
Diff to previous 773444 (colored)
releasing 1.31

Revision 773444 - (view) (annotate) - [select for diffs]
Modified Mon May 11 01:21:15 2009 UTC (6 months, 2 weeks ago) by gozer
File length: 147120 byte(s)
Diff to previous 761081 (colored)
Fix broken APACI static builds on recent Mac OS X.

Reported-By: david@kineticode.com


Revision 761081 - (view) (annotate) - [select for diffs]
Modified Wed Apr 1 21:57:52 2009 UTC (7 months, 3 weeks ago) by phred
File length: 147075 byte(s)
Diff to previous 719315 (colored)
Fix XSS vulnerability in Apache::Status reported by 
Richard J. Brain, CVE-2009-0796

Revision 719315 - (view) (annotate) - [select for diffs]
Modified Thu Nov 20 18:21:18 2008 UTC (12 months ago) by stevehay
File length: 146976 byte(s)
Diff to previous 719313 (colored)
On Win32, "mod_perl.h" needs to pull in <malloc.h> before the perl headers, at least when built with USE_ITHREADS, otherwise libapreq doesn't build.
The problem is that perl's headers redefine free/malloc/realloc in ways that <malloc.h> doesn't like if the perl compilation flags (-DPERL_IMPLICIT_SYS etc) are in force when the perl headers get loaded.
This doesn't affect building mod_perl itself because the two XS extensions that get compiled with perl flags (Leak and Symbol) don't include "mod_perl.h", and the remaining XS files that do include "mod_perl.h" (in src/modules/perl) don't get compiled with perl flags--they use flags specified in src/modules/win32/mod_perl.dsp instead.
However, it breaks the build of libapreq because that includes XS files (Cookie and Request) that get compiled with perl flags *and* include "mod_perl.h".

Revision 719313 - (view) (annotate) - [select for diffs]
Modified Thu Nov 20 18:12:31 2008 UTC (12 months ago) by stevehay
File length: 146851 byte(s)
Diff to previous 643753 (colored)
Hopefully fix the crash-on-startup problem found in 1.31-RC4 way back in April. (See
http://marc.info/?t=120716940300003&r=1&w=2
and especially
http://marc.info/?l=apache-modperl-dev&m=120886179707098&w=2
.) I think the uninitialized PL_perlio_mutex referred to there was the problem, and happened because PERL_SYS_INIT hadn't been called because USE_THREADS isn't defined (I have USE_ITHREADS instead, which is different).
Actually, according to perlembed, PERL_SYS_INIT/PERL_SYS_TERM should always be called (if they are defined), so just do that.
(Revision 151364 did a similar thing for mod_perl2, which was missing these calls completely.)
Having changed it so that they get called, I then found that PERL_SYS_INIT caused a warning about arg2 being the wrong type, so a cast is also needed to fix that.

Revision 643753 - (view) (annotate) - [select for diffs]
Modified Wed Apr 2 06:05:27 2008 UTC (19 months, 3 weeks ago) by gozer
File length: 146663 byte(s)
Diff to previous 631130 (colored)
Fix potential segfault when the environment contains
NULL values

Reviewed-By: gozer
Submitted-By: Mike Schilli <m@perlmeister.com>
Message-ID: <20080305112503.Q46648@spiral.corp.yahoo.com>

Revision 631130 - (view) (annotate) - [select for diffs]
Modified Tue Feb 26 08:43:35 2008 UTC (21 months ago) by gozer
File length: 146582 byte(s)
Diff to previous 611135 (colored)
Fix static APACI build against newer apache-1.3.38+

apache now uses LIBEXT in its own makefiles, clobbering
our own. LIBEXT is the extension for librairies, and that
becomes .a when building static.

In our case, we were actually interested in knowing the
extension for dynamic librairies, so using perl_dlext
is the correct thing to do.


Revision 611135 - (view) (annotate) - [select for diffs]
Modified Fri Jan 11 10:52:32 2008 UTC (22 months, 2 weeks ago) by stevehay
File length: 146521 byte(s)
Diff to previous 610750 (colored)
Fix modules/regex.t test 4 on win32.

Revision 610750 - (view) (annotate) - [select for diffs]
Modified Thu Jan 10 10:47:04 2008 UTC (22 months, 2 weeks ago) by stevehay
File length: 146470 byte(s)
Diff to previous 600439 (colored)
Forgot to mention r555908 in Changes file.

Revision 600439 - (view) (annotate) - [select for diffs]
Modified Mon Dec 3 07:19:59 2007 UTC (23 months, 3 weeks ago) by gozer
File length: 146408 byte(s)
Diff to previous 530240 (colored)
Avoid possible segfault when PerlFreshRestart is On.

Reviewed-by: gozer
Submitted-by: Michael Rendell <michael@cs.mun.ca>
Message-Id: <200711201121.52557.michael@cs.mun.ca>


Revision 530240 - (view) (annotate) - [select for diffs]
Modified Thu Apr 19 02:28:33 2007 UTC (2 years, 7 months ago) by pgollucci
File length: 146316 byte(s)
Diff to previous 524703 (colored)
Fix shared library extensions on Win32 to use .dll not .so.

Submitted by: Nikolay Ananiev <ananiev@thegdb.com>
Reviewed by: pgollucci

Message-Id: <eu739j$cic$1@sea.gmane.org>


Revision 524703 - (view) (annotate) - [select for diffs]
Modified Sun Apr 1 23:20:55 2007 UTC (2 years, 7 months ago) by randyk
File length: 146219 byte(s)
Diff to previous 523952 (colored)
record Changes for patch from Steve Hay.

Revision 523952 - (view) (annotate) - [select for diffs]
Modified Fri Mar 30 05:56:31 2007 UTC (2 years, 7 months ago) by gozer
File length: 146130 byte(s)
Diff to previous 523949 (colored)
start 1.31-dev cycle

Revision 523949 - (view) (annotate) - [select for diffs]
Modified Fri Mar 30 05:53:43 2007 UTC (2 years, 7 months ago) by gozer
File length: 146114 byte(s)
Diff to previous 522895 (colored)
releasing 1.30

Revision 522895 - (view) (annotate) - [select for diffs]
Modified Tue Mar 27 13:06:19 2007 UTC (2 years, 8 months ago) by geoff
File length: 146103 byte(s)
Diff to previous 522521 (colored)
add note about massive changes in Apache-SizeLimit

Revision 522521 - (view) (annotate) - [select for diffs]
Modified Mon Mar 26 14:16:38 2007 UTC (2 years, 8 months ago) by pgollucci
File length: 146000 byte(s)
Diff to previous 521890 (colored)
pulled the seperate A-SL back out and restored
lib/Apache/SizeLimit.pm@177851

(will restore this after the 1.30 security release)


Revision 521890 - (view) (annotate) - [select for diffs]
Modified Fri Mar 23 20:03:34 2007 UTC (2 years, 8 months ago) by gozer
File length: 146171 byte(s)
Diff to previous 521778 (colored)
Since no releases have been made in a while, there was some
tidying up needed. Copied over and adapeted the RELEASE
instructions from the 2.x branch as well.


Revision 521778 - (view) (annotate) - [select for diffs]
Modified Fri Mar 23 15:48:02 2007 UTC (2 years, 8 months ago) by geoff
File length: 146174 byte(s)
Diff to previous 521582 (colored)
add in cve security reference

Revision 521582 - (view) (annotate) - [select for diffs]
Modified Fri Mar 23 04:35:45 2007 UTC (2 years, 8 months ago) by phred
File length: 146058 byte(s)
Diff to previous 422347 (colored)
fix unescaped variable interpolation in regular expression

Reported by:  Eric Snyder, Perrin Harkins
Submitted by:  Fred Moyer, Randal Schwartz
Reviewed by:  Philip Gollucci, Randy Kobes


Revision 422347 - (view) (annotate) - [select for diffs]
Modified Sun Jul 16 03:38:29 2006 UTC (3 years, 4 months ago) by pgollucci
File length: 145916 byte(s)
Diff to previous 385693 (colored)
These seem to just work on the new Apache-SizeLimit directory
	perl Makefile.PL
	make
	make install

Next up, test make test which only works with static compiles
in the 1.x series of mod_perl.


Revision 385693 - (view) (annotate) - [select for diffs]
Modified Mon Mar 13 23:10:07 2006 UTC (3 years, 8 months ago) by gozer
File length: 145745 byte(s)
Diff to previous 177851 (colored)
Fix an Apache::(Registry|PerlRun) bug caused by special characters
+in the url. Url characters with ord(n) < 10 would not be escaped
proprely and leave a litteral space in the package name

Submitted-By: kolya@mail.ru


Revision 177851 - (view) (annotate) - [select for diffs]
Modified Mon May 23 01:08:52 2005 UTC (4 years, 6 months ago) by noel
File length: 145650 byte(s)
Diff to previous 177848 (colored)
move modperl 1.x trunk to a branches/1.x

Revision 177848 - (view) (annotate) - [select for diffs]
Modified Mon Feb 14 18:39:37 2005 UTC (4 years, 9 months ago) by geoff
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 145650 byte(s)
Diff to previous 177840 (colored)
Display a more verbose message if Apache.pm can't be loaded

Revision 177840 - (view) (annotate) - [select for diffs]
Modified Wed Jan 14 20:07:18 2004 UTC (5 years, 10 months ago) by gozer
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 145572 byte(s)
Diff to previous 177837 (colored)
Fix incorrect win32 detection in Apache::SizeLimit
PR:
Obtained from:
Submitted by: Matt Phillips <mphillips@virage.com>
Reviewed by:

Revision 177837 - (view) (annotate) - [select for diffs]
Modified Wed Dec 10 21:09:36 2003 UTC (5 years, 11 months ago) by stas
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 145447 byte(s)
Diff to previous 177835 (colored)
The print-a-scalar-reference feature is now deprecated
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177835 - (view) (annotate) - [select for diffs]
Modified Mon Dec 1 17:30:33 2003 UTC (5 years, 11 months ago) by geoff
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 145361 byte(s)
Diff to previous 177834 (colored)
fix "PerlSetVar Foo 0" so that $r->dir_config('Foo') returns 0, not undef

Revision 177834 - (view) (annotate) - [select for diffs]
Modified Wed Nov 26 02:22:11 2003 UTC (6 years ago) by stas
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 145269 byte(s)
Diff to previous 177832 (colored)
for some reason .pm files during the modperl build see $ENV{PERL5LIB}
set in Makefile.PL, which is used for generating Makefiles, as
"PERL5LIB=/path:/another/path" instead of "/path:/another/path"
essentially rendering this env var useless. I'm not sure why, may be
MakeMaker kicks in somewhere. Trying to workaround by
s/PERL5LIB/PERL5LIB_ENV/, using anything that's not PERL5LIB.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177832 - (view) (annotate) - [select for diffs]
Modified Thu Oct 30 19:51:38 2003 UTC (6 years ago) by geoff
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 144879 byte(s)
Diff to previous 177822 (colored)
change $INC{$key} = undef; to delete $INC{$key}; in PerlFreshRestart

Revision 177822 - (view) (annotate) - [select for diffs]
Modified Thu Oct 9 05:35:32 2003 UTC (6 years, 1 month ago) by stas
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 144792 byte(s)
Diff to previous 177821 (colored)
it's a 1.30 dev cycle, not 1.29
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177821 - (view) (annotate) - [select for diffs]
Modified Thu Oct 9 05:10:29 2003 UTC (6 years, 1 month ago) by randyk
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 144792 byte(s)
Diff to previous 177819 (colored)
Submitted by: Steve Hay
Reviewed by: randyk
Fix a bug in Makefile.PL where it would, under certain circumstances,
pick up the wrong Perl include directory.

Revision 177819 - (view) (annotate) - [select for diffs]
Modified Wed Oct 8 04:37:10 2003 UTC (6 years, 1 month ago) by gozer
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 144669 byte(s)
Diff to previous 177817 (colored)
bump version

Revision 177817 - (view) (annotate) - [select for diffs]
Modified Wed Oct 8 04:37:10 2003 UTC (6 years, 1 month ago) by gozer
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 144650 byte(s)
Diff to previous 177815 (colored)
bump version

Revision 177815 - (view) (annotate) - [select for diffs]
Modified Thu Oct 2 21:30:35 2003 UTC (6 years, 1 month ago) by stas
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 144643 byte(s)
Diff to previous 177814 (colored)
Add a workaround for the 'rand' bug for perl 5.8.1 (compiled with
either -DUSE_HASH_SEED or -DUSE_HASH_SEED_EXPLICIT, which is the
default), causing all forked procs to produce the same rand
sequence.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177814 - (view) (annotate) - [select for diffs]
Modified Sat Sep 27 20:06:59 2003 UTC (6 years, 2 months ago) by randyk
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 144434 byte(s)
Diff to previous 177813 (colored)
Reviewed by:	stas
Add an INSTALL_LIB attribute to Makefile.PL for Win32 to specify where
to install mod_perl.lib [suggested by STeve Hay]

Revision 177813 - (view) (annotate) - [select for diffs]
Modified Wed Sep 17 01:57:35 2003 UTC (6 years, 2 months ago) by stas
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 144220 byte(s)
Diff to previous 177812 (colored)
Fix t/net/perl/sym.pl (called by modules/symbol) not to affect other
tests (internal/http-get and internal/http-post, which were failing to
call exit)
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177812 - (view) (annotate) - [select for diffs]
Modified Tue Sep 16 20:47:46 2003 UTC (6 years, 2 months ago) by stas
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 144061 byte(s)
Diff to previous 177804 (colored)
Fix Apache::ExtUtils to work with blead perl (it was breaking the
build) http://rt.perl.org/rt2/Ticket/Display.html?id=23803
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177804 - (view) (annotate) - [select for diffs]
Modified Mon Aug 18 17:51:53 2003 UTC (6 years, 3 months ago) by stas
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 143928 byte(s)
Diff to previous 177795 (colored)
On Win32 the uploaded file wasn't cleaned up (weither it's a bug in
CGI.pm or not), make sure we don't leave any dropped files around
PR:
Obtained from:
Submitted by:	Steve Hay <steve.hay@uk.radan.com>
Reviewed by:

Revision 177795 - (view) (annotate) - [select for diffs]
Modified Thu Jul 10 17:07:18 2003 UTC (6 years, 4 months ago) by randyk
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 143756 byte(s)
Diff to previous 177793 (colored)
Record recent Makefile.PL change to keep drive letters in dsp file.

Revision 177793 - (view) (annotate) - [select for diffs]
Modified Sun Jul 6 14:12:29 2003 UTC (6 years, 4 months ago) by randyk
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 143558 byte(s)
Diff to previous 177788 (colored)
Record workaround to enable compiling on Win32 ActivePerl 8xx.

Revision 177788 - (view) (annotate) - [select for diffs]
Modified Wed Jul 2 13:25:05 2003 UTC (6 years, 4 months ago) by gozer
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 143424 byte(s)
Diff to previous 177786 (colored)
bump version

Revision 177786 - (view) (annotate) - [select for diffs]
Modified Wed Jul 2 13:04:39 2003 UTC (6 years, 4 months ago) by gozer
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 143405 byte(s)
Diff to previous 177785 (colored)
bump version to 1.28
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177785 - (view) (annotate) - [select for diffs]
Modified Fri Jun 20 07:50:43 2003 UTC (6 years, 5 months ago) by gozer
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 143397 byte(s)
Diff to previous 177782 (colored)
Apache::FakeRequest now isa Apache so code that is carefull about
$r and checks that $r->isa('Apache') will not fail

Obtained from:
Submitted by: David Wheeler <david@kineticode.com>
Reviewed by:

Revision 177782 - (view) (annotate) - [select for diffs]
Modified Tue Jun 10 03:11:16 2003 UTC (6 years, 5 months ago) by gozer
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 143241 byte(s)
Diff to previous 177775 (colored)
Add Mac OS X support to Apache::SizeLimit
PR:
Obtained from:
Submitted by: David Wheeler <david@kineticode.com>
Reviewed by: gozer

Revision 177775 - (view) (annotate) - [select for diffs]
Modified Fri May 30 05:24:51 2003 UTC (6 years, 6 months ago) by stas
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 143159 byte(s)
Diff to previous 177774 (colored)
Add Win32 support to Apache::SizeLimit
PR:
Obtained from:
Submitted by:	Perrin Harkins <perrin@elem.com>
Reviewed by:

Revision 177774 - (view) (annotate) - [select for diffs]
Modified Fri May 30 05:23:34 2003 UTC (6 years, 6 months ago) by stas
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 143038 byte(s)
Diff to previous 177768 (colored)
Change Apache::SizeLimit to not push a cleanup handler if already in
the cleanup handler phase, and adjust docs to show that cleanup
handler is the preferred phase to use
PR:
Obtained from:
Submitted by:	Perrin Harkins <perrin@elem.com>
Reviewed by:

Revision 177768 - (view) (annotate) - [select for diffs]
Modified Sun May 25 10:54:08 2003 UTC (6 years, 6 months ago) by gozer
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 142831 byte(s)
Diff to previous 177761 (colored)
Rename Apache::test to Apache::testold because Apache::test on
case-insensitive systems collide with Apache::Test which supercedes
Apache::test

PR:
Obtained from:
Submitted by:
Reviewed by: stas

Revision 177761 - (view) (annotate) - [select for diffs]
Modified Mon Apr 7 23:16:23 2003 UTC (6 years, 7 months ago) by stas
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 142324 byte(s)
Diff to previous 177760 (colored)
Tweak mod_perl.h to defined _INCLUDE_APACHE_FIRST only after apache
headers were included
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177760 - (view) (annotate) - [select for diffs]
Modified Fri Mar 14 06:59:40 2003 UTC (6 years, 8 months ago) by randyk
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 142219 byte(s)
Diff to previous 177752 (colored)
Reviewed by: stas
log recent changes about warnings under src/modules/perl/.

Revision 177752 - (view) (annotate) - [select for diffs]
Modified Sat Mar 8 04:11:09 2003 UTC (6 years, 8 months ago) by stas
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 141829 byte(s)
Diff to previous 177751 (colored)
don't use $r variable in Apache::PerlRun::compile(), so the script
won't use use inherited $r by mistake
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177751 - (view) (annotate) - [select for diffs]
Modified Sun Feb 23 22:47:49 2003 UTC (6 years, 9 months ago) by randyk
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 141709 byte(s)
Diff to previous 177742 (colored)

Log recent changes.

Revision 177742 - (view) (annotate) - [select for diffs]
Modified Thu Feb 20 05:21:55 2003 UTC (6 years, 9 months ago) by stas
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 141329 byte(s)
Diff to previous 177741 (colored)
can't let the default typemap rule to convert sv into char* in
unescape_url, since it doesn't handle correctly undefs (returns an
unallocated "" string, which then causes a segfault in
ap_unescape_url. use SvPV_force, instead, which does the right
thing.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177741 - (view) (annotate) - [select for diffs]
Modified Wed Feb 19 02:38:21 2003 UTC (6 years, 9 months ago) by stas
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 141059 byte(s)
Diff to previous 177740 (colored)
Make sure to start perl, if it's not running, before processing Perl*
directives, with threaded perl and PERL_STACKED_HANDLERS=0
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177740 - (view) (annotate) - [select for diffs]
Modified Tue Jan 28 00:30:22 2003 UTC (6 years, 10 months ago) by stas
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 140899 byte(s)
Diff to previous 177739 (colored)
Add Apache::Module to Bundle::Apache
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177739 - (view) (annotate) - [select for diffs]
Modified Thu Jan 23 04:25:04 2003 UTC (6 years, 10 months ago) by stas
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 140847 byte(s)
Diff to previous 177736 (colored)
use $Config{'installstyle'} instead of hardcoded 'lib', to handle
Makefile.PL's PREFIX option correctly
PR:
Obtained from:
Submitted by:	Philippe M. Chiasson <gozer@cpan.org>
Reviewed by:	stas

Revision 177736 - (view) (annotate) - [select for diffs]
Modified Wed Dec 25 01:46:09 2002 UTC (6 years, 11 months ago) by stas
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 140702 byte(s)
Diff to previous 177735 (colored)
prevent segfaults in mod_perl_mark_where() when a sub can't get
resolved
PR:
Obtained from:
Submitted by:	Gerald Richter <richter@ecos.de>
Reviewed by:	stas

Revision 177735 - (view) (annotate) - [select for diffs]
Modified Thu Nov 28 09:42:45 2002 UTC (7 years ago) by stas
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 140593 byte(s)
Diff to previous 177733 (colored)
Need to load B::Terse/TerseSize if it wasn't loaded yet in that child
before using it.
PR:
Obtained from:
Submitted by:	Dan Sully <daniel@electricrain.com>
Reviewed by:	stas

Revision 177733 - (view) (annotate) - [select for diffs]
Modified Tue Aug 13 03:18:48 2002 UTC (7 years, 3 months ago) by stas
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 140466 byte(s)
Diff to previous 177732 (colored)
document the server_root_relative() method
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177732 - (view) (annotate) - [select for diffs]
Modified Mon Aug 12 07:11:39 2002 UTC (7 years, 3 months ago) by stas
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 140390 byte(s)
Diff to previous 177729 (colored)
eliminate warnings when flushing functions with empty () prototypes in
Apache::PerlRun::flush_namespace
PR:
Obtained from:
Submitted by:	Yair Lenga <yair.lenga@citigroup.com>
Reviewed by:	stas

Revision 177729 - (view) (annotate) - [select for diffs]
Modified Wed Jul 31 02:10:16 2002 UTC (7 years, 3 months ago) by stas
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 140245 byte(s)
Diff to previous 177727 (colored)
fix Apache::Status to not use :: in filenames, which is not allowed on
certain OSs
PR:
Obtained from:
Submitted by:	DH <crazyinsomniac@yahoo.com>
Reviewed by:

Revision 177727 - (view) (annotate) - [select for diffs]
Modified Wed Jun 19 16:31:53 2002 UTC (7 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 140129 byte(s)
Diff to previous 177726 (colored)
PR:
Obtained from:
Submitted by:	Per Einar Ellefsen <per.einar@skynet.be>
Reviewed by:	dougm
various cygwin fixes

Revision 177726 - (view) (annotate) - [select for diffs]
Modified Sun Jun 16 19:28:21 2002 UTC (7 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 140064 byte(s)
Diff to previous 177725 (colored)
PR:
Obtained from:
Submitted by:	Randy Kobes <randy@theoryx5.uwinnipeg.ca>
Reviewed by:	dougm
fix to compile with 5.8.0 on win32

Revision 177725 - (view) (annotate) - [select for diffs]
Modified Thu Jun 6 05:17:05 2002 UTC (7 years, 5 months ago) by stas
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 139984 byte(s)
Diff to previous 177724 (colored)
Document the possible misuses of the Apache::Constant constants
PR:
Obtained from:
Submitted by:	Per Einar Ellefsen <per.einar@skynet.be>
Reviewed by:

Revision 177724 - (view) (annotate) - [select for diffs]
Modified Sun Jun 2 03:07:13 2002 UTC (7 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 139876 byte(s)
Diff to previous 177722 (colored)
bump version

Revision 177722 - (view) (annotate) - [select for diffs]
Modified Sun Jun 2 03:02:51 2002 UTC (7 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 139857 byte(s)
Diff to previous 177721 (colored)
bump version to 1.27

Revision 177721 - (view) (annotate) - [select for diffs]
Modified Sun Jun 2 02:59:37 2002 UTC (7 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 139849 byte(s)
Diff to previous 177719 (colored)
add note about Cwd bug

Revision 177719 - (view) (annotate) - [select for diffs]
Modified Wed May 29 16:56:04 2002 UTC (7 years, 6 months ago) by geoff
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 139772 byte(s)
Diff to previous 177716 (colored)
expand $r->notes('error-notes') to cover PerlRun and RegistryNG

Revision 177716 - (view) (annotate) - [select for diffs]
Modified Wed May 29 16:25:40 2002 UTC (7 years, 6 months ago) by geoff
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 139752 byte(s)
Diff to previous 177711 (colored)
fix get_set_PVp() to properly set NULL values when passing in undef
Submitted by: Stephen Clouse <stephenc@theiqgroup.com>
Reviewed by: dougm

Revision 177711 - (view) (annotate) - [select for diffs]
Modified Thu May 23 04:21:07 2002 UTC (7 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 139605 byte(s)
Diff to previous 177709 (colored)
PR:
Obtained from:
Submitted by:	Jesse Erlbaum <jesse@vm.com>
Reviewed by:	dougm
Apache::Registry errors are now saved in $r->notes('error-notes')

Revision 177709 - (view) (annotate) - [select for diffs]
Modified Thu May 23 03:38:39 2002 UTC (7 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 139507 byte(s)
Diff to previous 177707 (colored)
PR:
Obtained from:
Submitted by:	Randy Kobes <randy@theoryx5.uwinnipeg.ca>
Reviewed by:	dougm
fix Win32 build problems with spaces in shell arguments

Revision 177707 - (view) (annotate) - [select for diffs]
Modified Thu May 23 03:07:27 2002 UTC (7 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 139406 byte(s)
Diff to previous 177706 (colored)
PR:
Obtained from:
Submitted by:
Reviewed by:
make sure DynaLoader is loaded before XSLoader to workaround possible
segv when using mod_perl as a dso with perl 5.6.1

Revision 177706 - (view) (annotate) - [select for diffs]
Modified Thu May 23 02:52:15 2002 UTC (7 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 139285 byte(s)
Diff to previous 177698 (colored)
autoset PERL_USELARGEFILES=0 if needed

Revision 177698 - (view) (annotate) - [select for diffs]
Modified Tue Apr 16 02:43:55 2002 UTC (7 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 139245 byte(s)
Diff to previous 177691 (colored)
note taint fixes

Revision 177691 - (view) (annotate) - [select for diffs]
Modified Tue Mar 26 14:52:28 2002 UTC (7 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 139212 byte(s)
Diff to previous 177690 (colored)
PR:
Obtained from:
Submitted by:   Tatsuhiko Miyagawa
Reviewed by:	dougm
fix bug in modules/util test

Revision 177690 - (view) (annotate) - [select for diffs]
Modified Mon Mar 25 18:45:23 2002 UTC (7 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 139139 byte(s)
Diff to previous 177689 (colored)
backing out change: properly escape highbit chars in Apache::Utils::escape_html

Revision 177689 - (view) (annotate) - [select for diffs]
Modified Mon Mar 25 02:57:59 2002 UTC (7 years, 8 months ago) by stas
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 139278 byte(s)
Diff to previous 177688 (colored)
Adjust the mailling list addresses
's|\@apache\.org|\@perl.apache.org|'
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177688 - (view) (annotate) - [select for diffs]
Modified Mon Mar 25 01:59:02 2002 UTC (7 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 139173 byte(s)
Diff to previous 177685 (colored)
Apache::PerlRun will now localize $SIG{__{DIE,WARN}__}

Revision 177685 - (view) (annotate) - [select for diffs]
Modified Sun Mar 24 23:01:33 2002 UTC (7 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 139082 byte(s)
Diff to previous 177684 (colored)
PR:
Obtained from:
Submitted by:	Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
Reviewed by:	dougm
PERL5LIB support now properly unshifts paths into @INC rather than push

Revision 177684 - (view) (annotate) - [select for diffs]
Modified Sun Mar 24 22:51:04 2002 UTC (7 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 138966 byte(s)
Diff to previous 177683 (colored)
PR:
Obtained from:
Submitted by:	Stephen Clouse <stephenc@theiqgroup.com>
Reviewed by:	dougm
do not clear symbol tables within a package in perl_clear_symtab()
used by directive handler extensions

Revision 177683 - (view) (annotate) - [select for diffs]
Modified Sun Mar 24 22:06:39 2002 UTC (7 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 138818 byte(s)
Diff to previous 177682 (colored)
PR:
Obtained from:
Submitted by:	Geoff Young
Reviewed by:	dougm
properly deal with $r->status codes (e.g. redirect) in
Apache::RegistryNG

Revision 177682 - (view) (annotate) - [select for diffs]
Modified Sun Mar 24 21:57:53 2002 UTC (7 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 138701 byte(s)
Diff to previous 177680 (colored)
PR:
Obtained from:
Submitted by:   Geoff Young <geoff@modperlcookbook.org>
Reviewed by:	dougm
properly escape highbit chars in Apache::Utils::escape_html

Revision 177680 - (view) (annotate) - [select for diffs]
Modified Sun Mar 24 21:00:06 2002 UTC (7 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 138562 byte(s)
Diff to previous 177679 (colored)
PR:
Obtained from:
Submitted by:	John Kelly <john_kelly@uk.ibm.com>
Reviewed by:	dougm
allow $r->auth_name and $r->auth_type to be set on win32

Revision 177679 - (view) (annotate) - [select for diffs]
Modified Sun Mar 24 20:57:23 2002 UTC (7 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 138467 byte(s)
Diff to previous 177677 (colored)
PR:
Obtained from:
Submitted by:   Randy Kobes <randy@theoryx5.uwinnipeg.ca>
Reviewed by:	dougm
fix compilation for win32 w/ apache 1.3.22+

Revision 177677 - (view) (annotate) - [select for diffs]
Modified Sun Mar 24 20:45:17 2002 UTC (7 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 138378 byte(s)
Diff to previous 177676 (colored)
PR:
Obtained from:
Submitted by:   Salvador Ortiz Garcia <sog@msg.com.mx>
Reviewed by:	dougm
fix multiple %LocationMatch in <Perl> sections bug

Revision 177676 - (view) (annotate) - [select for diffs]
Modified Sun Mar 24 19:06:03 2002 UTC (7 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 138285 byte(s)
Diff to previous 177675 (colored)
PR:
Obtained from:
Submitted by:	stas
Reviewed by:    dougm
rip -D_GNU_SOURCE out of Perl 5.7.3+'s ccflags, which modperl doesn't
need and apache won't compile with

Revision 177675 - (view) (annotate) - [select for diffs]
Modified Sun Mar 24 18:22:56 2002 UTC (7 years, 8 months ago) by geoff
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 138147 byte(s)
Diff to previous 177671 (colored)
make sure PerlSetEnv variables are visible after first access
to each child, and add tests to verify fix

Submitted by: geoff
Reviewed by: doug

Revision 177671 - (view) (annotate) - [select for diffs]
Modified Sun Mar 24 02:07:58 2002 UTC (7 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 138028 byte(s)
Diff to previous 177669 (colored)
workaround Apache::Constants::AUTOLOAD problem with bleedperl

Revision 177669 - (view) (annotate) - [select for diffs]
Modified Fri Mar 22 19:58:13 2002 UTC (7 years, 8 months ago) by stas
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 137965 byte(s)
Diff to previous 177668 (colored)
the first flag argument to perl cannot start with space, since perl tries
to open the " -spi.bak" as a file. fix that in the win32 case.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177668 - (view) (annotate) - [select for diffs]
Modified Tue Mar 19 02:18:02 2002 UTC (7 years, 8 months ago) by stas
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 137794 byte(s)
Diff to previous 177656 (colored)
starting from perl 5.7.3 for tied filehandles, tiedscalar magic is applied
to the IO slot of the GP rather than the GV itself. adjust the TIEHANDLE
macro to work properly under 5.7.3+. [Charles Jardine <cj10@cam.ac.uk>,
Stas Bekman <stas@stason.org>]
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177656 - (view) (annotate) - [select for diffs]
Modified Tue Dec 11 03:29:43 2001 UTC (7 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 137539 byte(s)
Diff to previous 177655 (colored)
added perl_perl_merge_dir_config and array_header2avrv symbols to
mod_perl.def for win32 and mod_perl.exp for aix
PR:
Obtained from:
Submitted by:	Randy Kobes <randy@theoryx5.uwinnipeg.ca>
Reviewed by:	dougm

Revision 177655 - (view) (annotate) - [select for diffs]
Modified Thu Nov 15 08:23:40 2001 UTC (8 years ago) by stas
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 137379 byte(s)
Diff to previous 177652 (colored)
- explain how perl has to be built in order to use DSO without problems
(copied from the guide) based on email from Doug.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177652 - (view) (annotate) - [select for diffs]
Modified Sun Sep 9 21:56:46 2001 UTC (8 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 137194 byte(s)
Diff to previous 177651 (colored)
warn if Perl is configured with -Duseshrplib and a libperl.so is found
in a place where it should not be, example: /lib /usr/lib or /usr/local/lib
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177651 - (view) (annotate) - [select for diffs]
Modified Sun Sep 9 18:48:47 2001 UTC (8 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 137046 byte(s)
Diff to previous 177650 (colored)
fix potential segv in Apache::URI->rpath
PR:
Obtained from:
Submitted by:	Vyacheslav Zamyatin <slawa@w-m.ru>
Reviewed by:	dougm

Revision 177650 - (view) (annotate) - [select for diffs]
Modified Sun Aug 26 18:31:29 2001 UTC (8 years, 3 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 136967 byte(s)
Diff to previous 177649 (colored)
require URI::URL to work with newer libwww-perl

Revision 177649 - (view) (annotate) - [select for diffs]
Modified Sat Aug 25 19:55:03 2001 UTC (8 years, 3 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 136918 byte(s)
Diff to previous 177648 (colored)
allow overriding of container directive handlers using the func parameter
PR:
Obtained from:
Submitted by:	Geoffrey Young <gyoung@laserlink.net>
Reviewed by:

Revision 177648 - (view) (annotate) - [select for diffs]
Modified Wed Aug 22 02:31:29 2001 UTC (8 years, 3 months ago) by stas
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 136803 byte(s)
Diff to previous 177647 (colored)
correct my email address

Revision 177647 - (view) (annotate) - [select for diffs]
Modified Mon Aug 13 16:02:20 2001 UTC (8 years, 3 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 136825 byte(s)
Diff to previous 177643 (colored)
enable directive handler support for TAKE13

Revision 177643 - (view) (annotate) - [select for diffs]
Modified Thu Jul 12 02:27:28 2001 UTC (8 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 136740 byte(s)
Diff to previous 177641 (colored)
bump version

Revision 177641 - (view) (annotate) - [select for diffs]
Modified Thu Jul 12 02:12:03 2001 UTC (8 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 136721 byte(s)
Diff to previous 177638 (colored)
1.26

Revision 177638 - (view) (annotate) - [select for diffs]
Modified Thu Jul 12 01:32:58 2001 UTC (8 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 136712 byte(s)
Diff to previous 177637 (colored)
fix 'make test' problem seen with Perl 5.005_03

Revision 177637 - (view) (annotate) - [select for diffs]
Modified Wed Jul 11 15:12:06 2001 UTC (8 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 136663 byte(s)
Diff to previous 177636 (colored)
remove $r->finfo usage from Apache::PerlRun, clearly finfo isn't as
stable as it should be
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177636 - (view) (annotate) - [select for diffs]
Modified Wed Jul 11 03:02:28 2001 UTC (8 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 136529 byte(s)
Diff to previous 177634 (colored)
Apache->server will now point the current VirtualHost when inside a
<Perl> section
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177634 - (view) (annotate) - [select for diffs]
Modified Tue Jul 10 03:30:29 2001 UTC (8 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 136408 byte(s)
Diff to previous 177632 (colored)
allow per-server and per-location PerlSetEnv to be properly merged
when a per-server handler is configured
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177632 - (view) (annotate) - [select for diffs]
Modified Mon Jul 9 15:03:28 2001 UTC (8 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 136262 byte(s)
Diff to previous 177631 (colored)
enabled Apache::ModuleConfig on win32
win32 support for Apache::src
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177631 - (view) (annotate) - [select for diffs]
Modified Fri Jul 6 21:27:41 2001 UTC (8 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 136104 byte(s)
Diff to previous 177629 (colored)
bump version

Revision 177629 - (view) (annotate) - [select for diffs]
Modified Fri Jul 6 21:20:00 2001 UTC (8 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 136085 byte(s)
Diff to previous 177627 (colored)
rolling 1.25_01

Revision 177627 - (view) (annotate) - [select for diffs]
Modified Fri Jul 6 20:37:03 2001 UTC (8 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 136074 byte(s)
Diff to previous 177626 (colored)
add symbols to mod_perl.exp for aix/axkit

Revision 177626 - (view) (annotate) - [select for diffs]
Modified Fri Jul 6 20:33:44 2001 UTC (8 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 136031 byte(s)
Diff to previous 177625 (colored)
add Apache::add_version_component() function

Revision 177625 - (view) (annotate) - [select for diffs]
Modified Fri Jul 6 20:08:37 2001 UTC (8 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 135985 byte(s)
Diff to previous 177624 (colored)
make sure Apache::ExtUtils can be found when building inside of the
apache source tree
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177624 - (view) (annotate) - [select for diffs]
Modified Fri Jul 6 17:19:54 2001 UTC (8 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 135857 byte(s)
Diff to previous 177623 (colored)
add perl_call_handler to mod_perl.def for win32/axkit

Revision 177623 - (view) (annotate) - [select for diffs]
Modified Fri Jul 6 16:09:53 2001 UTC (8 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 135758 byte(s)
Diff to previous 177621 (colored)
fix -[TB] file tests against $r->finfo

Revision 177621 - (view) (annotate) - [select for diffs]
Modified Fri Jul 6 13:44:39 2001 UTC (8 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 135679 byte(s)
Diff to previous 177619 (colored)
Apache::SizeLimit enhancements [Perrin Harkins <perrin@elem.com>]:
- Added support for minimum shared memory and maximum unshared memory
settings.
- Added extra diagnostics to tell how many requests a process served,
how long it lived, and how much shared memory it was using when
SizeLimit killed it.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177619 - (view) (annotate) - [select for diffs]
Modified Thu Jun 21 16:11:43 2001 UTC (8 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 135376 byte(s)
Diff to previous 177615 (colored)
win32 enhancement: APACHE_SRC can be either the build or install tree

Revision 177615 - (view) (annotate) - [select for diffs]
Modified Tue Jun 19 02:36:40 2001 UTC (8 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 135261 byte(s)
Diff to previous 177613 (colored)
perl_destruct_level must always be 2 for DSO builds

Revision 177613 - (view) (annotate) - [select for diffs]
Modified Thu Jun 14 16:38:24 2001 UTC (8 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 135139 byte(s)
Diff to previous 177610 (colored)
make sure file to be reloaded can be found in @INC

Revision 177610 - (view) (annotate) - [select for diffs]
Modified Thu Jun 14 05:26:28 2001 UTC (8 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 134997 byte(s)
Diff to previous 177608 (colored)
croak if the filehandle passed to $r->send_fd is NULL

Revision 177608 - (view) (annotate) - [select for diffs]
Modified Thu Jun 14 04:49:09 2001 UTC (8 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 134910 byte(s)
Diff to previous 177607 (colored)
if PREFIX is given to Makefile.PL add it to @INC at startup

Revision 177607 - (view) (annotate) - [select for diffs]
Modified Thu Jun 14 04:44:11 2001 UTC (8 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 134808 byte(s)
Diff to previous 177606 (colored)
add %Apache::MyConfig aliases for Apache::src backwards compat

Revision 177606 - (view) (annotate) - [select for diffs]
Modified Thu Jun 14 04:36:21 2001 UTC (8 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 134703 byte(s)
Diff to previous 177605 (colored)
$r->custom_response($code, undef) will now unset the current CustomResponse

Revision 177605 - (view) (annotate) - [select for diffs]
Modified Wed Jun 13 21:27:51 2001 UTC (8 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 134586 byte(s)
Diff to previous 177604 (colored)
fix to compile with sfio+ithreads

Revision 177604 - (view) (annotate) - [select for diffs]
Modified Tue Jun 12 20:45:38 2001 UTC (8 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 134514 byte(s)
Diff to previous 177602 (colored)
win32 fixes for apache 1.3.20

Revision 177602 - (view) (annotate) - [select for diffs]
Modified Tue May 15 17:02:32 2001 UTC (8 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 134439 byte(s)
Diff to previous 177601 (colored)
adjust perl_clear_symtab() to deal properly bleedperl's version of
cv_undef() (which broke modules with directive handlers)
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177601 - (view) (annotate) - [select for diffs]
Modified Tue May 1 17:28:41 2001 UTC (8 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 134276 byte(s)
Diff to previous 177600 (colored)
add $r->allowed method

Revision 177600 - (view) (annotate) - [select for diffs]
Modified Tue May 1 17:08:25 2001 UTC (8 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 134219 byte(s)
Diff to previous 177599 (colored)
fix 'make offsite-tar'

Revision 177599 - (view) (annotate) - [select for diffs]
Modified Fri Apr 27 17:01:55 2001 UTC (8 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 134155 byte(s)
Diff to previous 177598 (colored)
win32 fixes

Revision 177598 - (view) (annotate) - [select for diffs]
Modified Thu Apr 26 05:30:45 2001 UTC (8 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 134098 byte(s)
Diff to previous 177595 (colored)
fix double-loading bug of Perl{Require,Module}s at startup time

Revision 177595 - (view) (annotate) - [select for diffs]
Modified Tue Apr 17 22:39:07 2001 UTC (8 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 134033 byte(s)
Diff to previous 177594 (colored)
improve Apache::MyConfig

Revision 177594 - (view) (annotate) - [select for diffs]
Modified Tue Apr 17 22:01:18 2001 UTC (8 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 133972 byte(s)
Diff to previous 177593 (colored)
back out 'stop win32 crash when bringing down service' change, no
longer needed with 1.3.19
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177593 - (view) (annotate) - [select for diffs]
Modified Tue Apr 17 21:57:20 2001 UTC (8 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 133852 byte(s)
Diff to previous 177592 (colored)
$r->no_cache(0) will unset cache headers

Revision 177592 - (view) (annotate) - [select for diffs]
Modified Tue Apr 17 21:48:55 2001 UTC (8 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 133770 byte(s)
Diff to previous 177591 (colored)
export hvrv2table (needed by Apache::Request) for aix and win32

Revision 177591 - (view) (annotate) - [select for diffs]
Modified Tue Apr 17 21:38:52 2001 UTC (8 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 133629 byte(s)
Diff to previous 177590 (colored)
fix 'make tar_Apache'

Revision 177590 - (view) (annotate) - [select for diffs]
Modified Tue Apr 17 21:30:06 2001 UTC (8 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 133566 byte(s)
Diff to previous 177588 (colored)
make sure global for Apache->request is reset after configuring %ENV

Revision 177588 - (view) (annotate) - [select for diffs]
Modified Fri Feb 16 23:30:28 2001 UTC (8 years, 9 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 133461 byte(s)
Diff to previous 177584 (colored)
adjust U magic functions to Perl 5.7.x-dev prototype change

Revision 177584 - (view) (annotate) - [select for diffs]
Modified Sun Feb 11 15:33:12 2001 UTC (8 years, 9 months ago) by ask
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 133398 byte(s)
Diff to previous 177581 (colored)
Put Apache's CFLAGS into AP_CFLAGS instead of CFLAGS, so that
people who like to override CFLAGS from the make line (make
CFLAGS='-arch ppc -arch i386') can do so without stomping the
Apache flags.

Submitted by: Wilfredo Sanchez <wsanchez@KnowNow.com>

Revision 177581 - (view) (annotate) - [select for diffs]
Modified Tue Jan 30 04:35:51 2001 UTC (8 years, 9 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 133154 byte(s)
Diff to previous 177579 (colored)
bump version

Revision 177579 - (view) (annotate) - [select for diffs]
Modified Tue Jan 30 04:27:52 2001 UTC (8 years, 9 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 133135 byte(s)
Diff to previous 177577 (colored)
ready to roll

Revision 177577 - (view) (annotate) - [select for diffs]
Modified Mon Jan 29 21:51:30 2001 UTC (8 years, 9 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 133123 byte(s)
Diff to previous 177575 (colored)
avoid 'prototype mismatch' warnings in Apache::PerlRun::flush_namespace

Revision 177575 - (view) (annotate) - [select for diffs]
Modified Mon Jan 29 18:11:41 2001 UTC (8 years, 9 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 133014 byte(s)
Diff to previous 177566 (colored)
xsubpp now run with -nolinenumbers (5.004_04 bombs otherwise)

Revision 177566 - (view) (annotate) - [select for diffs]
Modified Fri Jan 26 06:15:45 2001 UTC (8 years, 10 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 132951 byte(s)
Diff to previous 177565 (colored)
dont strip lfs flags by default just yet

Revision 177565 - (view) (annotate) - [select for diffs]
Modified Fri Jan 26 06:04:26 2001 UTC (8 years, 10 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 132951 byte(s)
Diff to previous 177564 (colored)
DSO support for hpux with native cc/ld

Revision 177564 - (view) (annotate) - [select for diffs]
Modified Thu Jan 25 08:10:16 2001 UTC (8 years, 10 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 132914 byte(s)
Diff to previous 177563 (colored)
document Apache->server->register_cleanup

Revision 177563 - (view) (annotate) - [select for diffs]
Modified Thu Jan 25 07:43:05 2001 UTC (8 years, 10 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 132832 byte(s)
Diff to previous 177562 (colored)
Apache::Server->loglevel can now be modified

Revision 177562 - (view) (annotate) - [select for diffs]
Modified Thu Jan 25 07:10:42 2001 UTC (8 years, 10 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 132746 byte(s)
Diff to previous 177559 (colored)
use unsigned short rather than short for Apache::Server->port

Revision 177559 - (view) (annotate) - [select for diffs]
Modified Fri Jan 12 07:10:14 2001 UTC (8 years, 10 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 132640 byte(s)
Diff to previous 177558 (colored)
another oversight

Revision 177558 - (view) (annotate) - [select for diffs]
Modified Fri Jan 5 05:48:14 2001 UTC (8 years, 10 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 132599 byte(s)
Diff to previous 177557 (colored)
fix $r subclassing mechanism when value of `r' or `_r' key is a hashref
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177557 - (view) (annotate) - [select for diffs]
Modified Fri Jan 5 05:42:19 2001 UTC (8 years, 10 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 132488 byte(s)
Diff to previous 177555 (colored)
fix Apache::PerlRun is-a -> has-a Apache relationship change oversight

Revision 177555 - (view) (annotate) - [select for diffs]
Modified Sun Dec 31 19:34:17 2000 UTC (8 years, 10 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 132374 byte(s)
Diff to previous 177554 (colored)
win32 updates for 1.3.15, including ApacheModulePerl.{dsp,dll} ->
mod_perl.{dsp,so} rename
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177554 - (view) (annotate) - [select for diffs]
Modified Sat Dec 30 05:08:59 2000 UTC (8 years, 10 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 132196 byte(s)
Diff to previous 177553 (colored)
fix directive handlers bug triggered by LoadModule foo_module

Revision 177553 - (view) (annotate) - [select for diffs]
Modified Fri Dec 29 17:10:08 2000 UTC (8 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 132133 byte(s)
Diff to previous 177552 (colored)
allow $r->finfo to be modified

Revision 177552 - (view) (annotate) - [select for diffs]
Modified Sat Dec 23 02:23:09 2000 UTC (8 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 132101 byte(s)
Diff to previous 177550 (colored)
if Perl is linked with -lpthread, then httpd needs to be linked with
-lpthread, make sure that happens with USE_DSO=1, warn if USE_APXS=1

disable uselargefile flags by default, enable with:
 Makefile.PL PERL_USELARGEFILES=1
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177550 - (view) (annotate) - [select for diffs]
Modified Sat Dec 23 00:04:37 2000 UTC (8 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 131875 byte(s)
Diff to previous 177548 (colored)
adjust test output (modules/{cgi,constants}) to make 5.7.0-dev
Test::Harness happy
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177548 - (view) (annotate) - [select for diffs]
Modified Fri Dec 22 20:56:24 2000 UTC (8 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 131791 byte(s)
Diff to previous 177546 (colored)
fix $r->custom_response bug which was triggering core dumps if no
ErrorDocuments were configured
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177546 - (view) (annotate) - [select for diffs]
Modified Fri Dec 22 06:02:32 2000 UTC (8 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 131657 byte(s)
Diff to previous 177545 (colored)
rid PL_na usage in Symbol.xs

Revision 177545 - (view) (annotate) - [select for diffs]
Modified Thu Dec 21 20:00:09 2000 UTC (8 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 131627 byte(s)
Diff to previous 177544 (colored)
pod patch from geoff

Revision 177544 - (view) (annotate) - [select for diffs]
Modified Thu Dec 21 19:19:09 2000 UTC (8 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 131619 byte(s)
Diff to previous 177543 (colored)
INSTALL.win32 updates, obsolete INSTALL.activeperl removed

Revision 177543 - (view) (annotate) - [select for diffs]
Modified Wed Dec 20 18:51:56 2000 UTC (8 years, 11 months ago) by sbekman
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 131515 byte(s)
Diff to previous 177542 (colored)
Solving an 'uninitialized value' warn in Apache::SizeLimit.
post_connection() expects a return status from the callback function.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177542 - (view) (annotate) - [select for diffs]
Modified Wed Dec 20 18:35:33 2000 UTC (8 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 131349 byte(s)
Diff to previous 177541 (colored)
include mod_perl hook/feature config in Apache::MyConfig

Revision 177541 - (view) (annotate) - [select for diffs]
Modified Wed Dec 20 08:07:37 2000 UTC (8 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 131251 byte(s)
Diff to previous 177539 (colored)
rewrite of Apache::WRITE() in c/xs

Revision 177539 - (view) (annotate) - [select for diffs]
Modified Wed Dec 20 07:24:43 2000 UTC (8 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 131171 byte(s)
Diff to previous 177538 (colored)
prevent $PerlRequire in a <Perl> section from triggering an endless loop

Revision 177538 - (view) (annotate) - [select for diffs]
Modified Wed Dec 20 07:10:24 2000 UTC (8 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 131056 byte(s)
Diff to previous 177537 (colored)
build fix for using gcc with AIX

Revision 177537 - (view) (annotate) - [select for diffs]
Modified Wed Dec 20 07:02:49 2000 UTC (8 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 130989 byte(s)
Diff to previous 177536 (colored)
allow modification of $r->hostname

Revision 177536 - (view) (annotate) - [select for diffs]
Modified Wed Dec 20 06:47:45 2000 UTC (8 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 130913 byte(s)
Diff to previous 177535 (colored)
allow Makefile.PL to build mod_perl on Win32 using VC++

Revision 177535 - (view) (annotate) - [select for diffs]
Modified Wed Dec 20 06:39:48 2000 UTC (8 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 130812 byte(s)
Diff to previous 177534 (colored)
stop win32 crash when bringing down service

Revision 177534 - (view) (annotate) - [select for diffs]
Modified Wed Dec 20 06:34:20 2000 UTC (8 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 130724 byte(s)
Diff to previous 177533 (colored)
various Apache::test enhancements and fixes

Revision 177533 - (view) (annotate) - [select for diffs]
Modified Sat Nov 25 15:39:24 2000 UTC (9 years ago) by sbekman
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 130605 byte(s)
Diff to previous 177532 (colored)
Documenting the new PerlAddVar httpd.conf directive. Please verify that I
didn't do any mistakes since I've added this from my notes made about 6
months ago. Thanks.

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177532 - (view) (annotate) - [select for diffs]
Modified Tue Nov 7 23:09:25 2000 UTC (9 years ago) by ask
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 130517 byte(s)
Diff to previous 177531 (colored)
Improved Apache->send_http_header documentation
[Ken Williams <ken@forum.swarthmore.edu>]

Revision 177531 - (view) (annotate) - [select for diffs]
Modified Fri Oct 13 17:21:18 2000 UTC (9 years, 1 month ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 130426 byte(s)
Diff to previous 177526 (colored)
new Apache::test::static_modules() method

Revision 177526 - (view) (annotate) - [select for diffs]
Modified Tue Oct 10 16:46:19 2000 UTC (9 years, 1 month ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 130341 byte(s)
Diff to previous 177524 (colored)
bump version

Revision 177524 - (view) (annotate) - [select for diffs]
Modified Tue Oct 10 16:38:33 2000 UTC (9 years, 1 month ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 130322 byte(s)
Diff to previous 177523 (colored)
1.24_01

Revision 177523 - (view) (annotate) - [select for diffs]
Modified Tue Oct 10 16:34:02 2000 UTC (9 years, 1 month ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 130307 byte(s)
Diff to previous 177519 (colored)
fix bug in $r->args that treats ?0 as the empty string instead of zero

Revision 177519 - (view) (annotate) - [select for diffs]
Modified Tue Oct 3 16:13:01 2000 UTC (9 years, 1 month ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 130197 byte(s)
Diff to previous 177518 (colored)
add proper offset support to Apache::read

Revision 177518 - (view) (annotate) - [select for diffs]
Modified Tue Oct 3 14:17:22 2000 UTC (9 years, 1 month ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 130154 byte(s)
Diff to previous 177515 (colored)
fixups for libapreq

Revision 177515 - (view) (annotate) - [select for diffs]
Modified Fri Sep 29 20:33:52 2000 UTC (9 years, 1 month ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 130071 byte(s)
Diff to previous 177514 (colored)
skip modules/ssi test if mod_include is not installed

Revision 177514 - (view) (annotate) - [select for diffs]
Modified Fri Sep 29 16:33:40 2000 UTC (9 years, 1 month ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 130016 byte(s)
Diff to previous 177512 (colored)
fix Apache::exit() so it does it does not trigger a warning

Revision 177512 - (view) (annotate) - [select for diffs]
Modified Thu Sep 28 21:16:13 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 130024 byte(s)
Diff to previous 177511 (colored)
Apache::test enhancements

Revision 177511 - (view) (annotate) - [select for diffs]
Modified Thu Sep 28 21:00:47 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 129955 byte(s)
Diff to previous 177510 (colored)
fix Apache::exit() so it does it does not trigger a warning (maybe)

Revision 177510 - (view) (annotate) - [select for diffs]
Modified Thu Sep 28 19:59:39 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 129886 byte(s)
Diff to previous 177509 (colored)
change Apache::PerlRun's Apache class relationship from is-a to has-a

Revision 177509 - (view) (annotate) - [select for diffs]
Modified Thu Sep 28 19:28:33 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 129773 byte(s)
Diff to previous 177508 (colored)
Apache::SubRequest->run(1) allows ap_send_http_headers() to output for
subrequests
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177508 - (view) (annotate) - [select for diffs]
Modified Thu Sep 28 17:46:59 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 129689 byte(s)
Diff to previous 177507 (colored)
default AuthType to Basic for note_basic_auth_failure

Revision 177507 - (view) (annotate) - [select for diffs]
Modified Thu Sep 28 16:35:53 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 129657 byte(s)
Diff to previous 177506 (colored)
Apache::{Registry,PerlRun} will now log an error if $filename is NOT_FOUND

Revision 177506 - (view) (annotate) - [select for diffs]
Modified Thu Sep 28 16:19:56 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 129546 byte(s)
Diff to previous 177505 (colored)
fix bug where Apache::send_http_header was resetting r->status = 200

Revision 177505 - (view) (annotate) - [select for diffs]
Modified Thu Sep 28 15:18:59 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 129441 byte(s)
Diff to previous 177503 (colored)
make extra sure Apache::Constants::AUTOLOAD does not recurse looking
for sub __AUTOLOAD
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177503 - (view) (annotate) - [select for diffs]
Modified Thu Sep 28 03:30:20 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 129312 byte(s)
Diff to previous 177502 (colored)
fix %Apache::ReadConfig:: processing for PerlRequire'd files

Revision 177502 - (view) (annotate) - [select for diffs]
Modified Wed Sep 27 23:51:34 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 129209 byte(s)
Diff to previous 177498 (colored)
$r->get_basic_auth_pw will default $r->auth_type to "Basic" if not
already set

$r->auth_type is now writeable, e.g. $r->auth_type("Basic")
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177498 - (view) (annotate) - [select for diffs]
Modified Wed Sep 27 19:44:23 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 129068 byte(s)
Diff to previous 177496 (colored)
fix $r->read() so it will not block if all data has already been read
and so that Apache will not hang during ap_discard_request_body() on
error or redirect after all data has been read
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177496 - (view) (annotate) - [select for diffs]
Modified Wed Sep 27 17:55:21 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 128881 byte(s)
Diff to previous 177495 (colored)
fix for Makefile.PL ADD_MODULE=src/module/foo/libfoo.a

Revision 177495 - (view) (annotate) - [select for diffs]
Modified Wed Sep 27 16:26:01 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 128784 byte(s)
Diff to previous 177492 (colored)
added Apache::user method in preparation for 2.0, now that `user' hangs
off of the request_rec rather than request_rec->connection in Apache 2.0
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177492 - (view) (annotate) - [select for diffs]
Modified Wed Sep 27 15:23:24 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 128638 byte(s)
Diff to previous 177490 (colored)
disable r->proxyreq checking unless PerlTransHandler is enabled and
configured
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177490 - (view) (annotate) - [select for diffs]
Modified Tue Sep 26 21:19:33 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 128558 byte(s)
Diff to previous 177489 (colored)
fix 'make tar_Apache'

Revision 177489 - (view) (annotate) - [select for diffs]
Modified Tue Sep 26 21:02:42 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 128504 byte(s)
Diff to previous 177488 (colored)
fix for Perl{Module,Require} in .htaccess

Revision 177488 - (view) (annotate) - [select for diffs]
Modified Tue Sep 26 20:16:52 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 128405 byte(s)
Diff to previous 177484 (colored)
static+apaci fixes for aix

Revision 177484 - (view) (annotate) - [select for diffs]
Modified Tue Sep 26 18:42:02 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 128344 byte(s)
Diff to previous 177483 (colored)
fix bug in Perl{Set,Add}Var so $r->dir_config->get('key') sees the
same values as $r->dir_config('key')
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177483 - (view) (annotate) - [select for diffs]
Modified Tue Sep 26 18:20:47 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 128200 byte(s)
Diff to previous 177482 (colored)
PerlAddVar is now an ITERATE2 directive rather than TAKE2

Revision 177482 - (view) (annotate) - [select for diffs]
Modified Tue Sep 26 17:34:32 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 128141 byte(s)
Diff to previous 177481 (colored)
added Apache::Server::error_fname method

Revision 177481 - (view) (annotate) - [select for diffs]
Modified Tue Sep 26 17:03:05 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 128099 byte(s)
Diff to previous 177480 (colored)
eg/makepl_args.mod_perl updated

Revision 177480 - (view) (annotate) - [select for diffs]
Modified Tue Sep 26 16:55:41 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 128023 byte(s)
Diff to previous 177478 (colored)
'make test' config fixes for mod_ssl

Revision 177478 - (view) (annotate) - [select for diffs]
Modified Fri Sep 22 18:52:00 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 127865 byte(s)
Diff to previous 177476 (colored)
plug leak in DIR_MERGE
rename mod_perl_cleanup_av -> mod_perl_cleanup_sv
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177476 - (view) (annotate) - [select for diffs]
Modified Wed Sep 13 07:48:55 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 127803 byte(s)
Diff to previous 177475 (colored)
fix order and randy's name

Revision 177475 - (view) (annotate) - [select for diffs]
Modified Wed Sep 13 06:06:48 2000 UTC (9 years, 2 months ago) by richter
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 127779 byte(s)
Diff to previous 177474 (colored)
Latest patches so mod_perl works now on ActivePerl

Revision 177474 - (view) (annotate) - [select for diffs]
Modified Fri Sep 1 21:09:12 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 127724 byte(s)
Diff to previous 177470 (colored)
Makefile.PL:post_initialize fix for win32

Revision 177470 - (view) (annotate) - [select for diffs]
Modified Fri Sep 1 05:15:41 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 127642 byte(s)
Diff to previous 177469 (colored)
fixes for ActivePerl

Revision 177469 - (view) (annotate) - [select for diffs]
Modified Fri Sep 1 05:10:14 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 127578 byte(s)
Diff to previous 177467 (colored)
change apaci/Makefile.tmpl and src/modules/perl/Makefile so Perl's
include path comes before /usr/local/include, e.g. to make sure Perl's
patchlevel.h is used
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177467 - (view) (annotate) - [select for diffs]
Modified Thu Aug 31 20:54:23 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 127381 byte(s)
Diff to previous 177465 (colored)
avoid duplicate buffer copy in {read,get}_client_block by reading
directly into Perl's SV buffer
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177465 - (view) (annotate) - [select for diffs]
Modified Thu Aug 31 05:54:11 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 127283 byte(s)
Diff to previous 177464 (colored)
modules/request test fix

Revision 177464 - (view) (annotate) - [select for diffs]
Modified Thu Aug 31 05:49:06 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 127215 byte(s)
Diff to previous 177462 (colored)
switch usage of hard_timeout() to soft_timeout()

Revision 177462 - (view) (annotate) - [select for diffs]
Modified Thu Aug 31 03:39:45 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 127044 byte(s)
Diff to previous 177461 (colored)
fix refcnt bug in $r->get_handlers

Revision 177461 - (view) (annotate) - [select for diffs]
Modified Thu Aug 31 03:38:36 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 126972 byte(s)
Diff to previous 177456 (colored)
add PerlCleanupHandler to the {get,set}_handlers table

Revision 177456 - (view) (annotate) - [select for diffs]
Modified Tue Aug 15 04:35:14 2000 UTC (9 years, 3 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 126880 byte(s)
Diff to previous 177455 (colored)
fix $r->args(undef)

Revision 177455 - (view) (annotate) - [select for diffs]
Modified Thu Aug 10 02:33:21 2000 UTC (9 years, 3 months ago) by ask
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 126825 byte(s)
Diff to previous 177454 (colored)
dereferencing from ->print is a waste of CPU cycles in the first
place. Don't make it worse.

Revision 177454 - (view) (annotate) - [select for diffs]
Modified Thu Aug 10 01:45:39 2000 UTC (9 years, 3 months ago) by ask
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 126969 byte(s)
Diff to previous 177452 (colored)
bug with Apache::print not dereferencing scalar referencess that are
of type SVt_PVIV.
Submitted by: T.J. Mather <tjmather@thoughtstore.com>

Revision 177452 - (view) (annotate) - [select for diffs]
Modified Wed Aug 2 15:53:15 2000 UTC (9 years, 3 months ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 126825 byte(s)
Diff to previous 177451 (colored)
quotemeta regexp

Revision 177451 - (view) (annotate) - [select for diffs]
Modified Tue Jul 25 17:59:48 2000 UTC (9 years, 4 months ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 126745 byte(s)
Diff to previous 177448 (colored)
return code from stat() call was being ignored

Revision 177448 - (view) (annotate) - [select for diffs]
Modified Mon Jul 24 13:22:55 2000 UTC (9 years, 4 months ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 126663 byte(s)
Diff to previous 177447 (colored)
fix per-dir merge of PerlSetupEnv

Revision 177447 - (view) (annotate) - [select for diffs]
Modified Mon Jul 10 05:13:32 2000 UTC (9 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 126590 byte(s)
Diff to previous 177445 (colored)
INSTALL.raven update

Revision 177445 - (view) (annotate) - [select for diffs]
Modified Thu Jun 15 01:42:44 2000 UTC (9 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 126533 byte(s)
Diff to previous 177443 (colored)
backed out $Apache::Server::ConfigTestOnly until proper Apache support
is in place
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177443 - (view) (annotate) - [select for diffs]
Modified Mon Jun 5 18:18:49 2000 UTC (9 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 126449 byte(s)
Diff to previous 177442 (colored)
fix $r->bytes_sent($bytes)

Revision 177442 - (view) (annotate) - [select for diffs]
Modified Mon Jun 5 18:16:33 2000 UTC (9 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 126421 byte(s)
Diff to previous 177441 (colored)
support version parsing of 1.3.13-dev's httpd.h

Revision 177441 - (view) (annotate) - [select for diffs]
Modified Mon Jun 5 15:41:50 2000 UTC (9 years, 5 months ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 126372 byte(s)
Diff to previous 177438 (colored)
document my latest fix
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177438 - (view) (annotate) - [select for diffs]
Modified Thu Jun 1 21:17:45 2000 UTC (9 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 126268 byte(s)
Diff to previous 177437 (colored)
Apache::ExtUtils will now generate and END routine to call
ap_remove_module()
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177437 - (view) (annotate) - [select for diffs]
Modified Thu Jun 1 21:07:57 2000 UTC (9 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 126147 byte(s)
Diff to previous 177436 (colored)
rename Apache::{PerlRun,RegistryNG}::update_mtime to set_mtime, so
Apache::update_mtime is not overridden
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177436 - (view) (annotate) - [select for diffs]
Modified Mon May 29 08:11:14 2000 UTC (9 years, 6 months ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 126000 byte(s)
Diff to previous 177435 (colored)
RegistryBB uses DECLINED but wasn't importing it
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177435 - (view) (annotate) - [select for diffs]
Modified Thu May 25 18:06:23 2000 UTC (9 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 125864 byte(s)
Diff to previous 177434 (colored)
fixes for building with stronghold

Revision 177434 - (view) (annotate) - [select for diffs]
Modified Tue May 23 18:45:09 2000 UTC (9 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 125787 byte(s)
Diff to previous 177433 (colored)
Apache::Resource was not converting PERL_RLIMIT_AS to MB values

Revision 177433 - (view) (annotate) - [select for diffs]
Modified Tue May 23 18:15:46 2000 UTC (9 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 125688 byte(s)
Diff to previous 177432 (colored)
fix unescape_url_info() when url is undef or ""

Revision 177432 - (view) (annotate) - [select for diffs]
Modified Tue May 23 15:56:12 2000 UTC (9 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 125603 byte(s)
Diff to previous 177431 (colored)
fix 1.24's Apache::Table->unset changes for win32

Revision 177431 - (view) (annotate) - [select for diffs]
Modified Fri May 19 16:01:22 2000 UTC (9 years, 6 months ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 125508 byte(s)
Diff to previous 177430 (colored)
document the fact that I fixed what I'd just broken
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177430 - (view) (annotate) - [select for diffs]
Modified Fri May 19 10:06:07 2000 UTC (9 years, 6 months ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 125400 byte(s)
Diff to previous 177428 (colored)
doc update
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177428 - (view) (annotate) - [select for diffs]
Modified Wed May 17 05:44:26 2000 UTC (9 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 125370 byte(s)
Diff to previous 177426 (colored)
bump version

Revision 177426 - (view) (annotate) - [select for diffs]
Modified Wed May 17 05:26:01 2000 UTC (9 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 125351 byte(s)
Diff to previous 177423 (colored)
1.24

Revision 177423 - (view) (annotate) - [select for diffs]
Modified Tue May 16 21:52:21 2000 UTC (9 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 125343 byte(s)
Diff to previous 177421 (colored)
'sub handler : method {}' is now treated as a method handler

Revision 177421 - (view) (annotate) - [select for diffs]
Modified Tue May 16 13:53:01 2000 UTC (9 years, 6 months ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 125281 byte(s)
Diff to previous 177420 (colored)
add $Apache::Server::ConfigTestOnly
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177420 - (view) (annotate) - [select for diffs]
Modified Sat May 13 01:10:53 2000 UTC (9 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 125132 byte(s)
Diff to previous 177417 (colored)
add PerlAddVar directive, like PerlSetVar, but uses ap_table_add
instead of ap_table_set
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177417 - (view) (annotate) - [select for diffs]
Modified Fri May 12 22:48:07 2000 UTC (9 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 125042 byte(s)
Diff to previous 177416 (colored)
Makefile.PL warns about 5.6.0+uselargefiles if USE_APXS

Revision 177416 - (view) (annotate) - [select for diffs]
Modified Fri May 12 22:45:32 2000 UTC (9 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 124985 byte(s)
Diff to previous 177415 (colored)
Apache::Table->unset can now be called with an array reference

Revision 177415 - (view) (annotate) - [select for diffs]
Modified Fri May 12 07:10:59 2000 UTC (9 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 124921 byte(s)
Diff to previous 177413 (colored)
Apache::PerlRun::flush_namespace fixes, so aliased (imported)
code/hash/array/scalar are undefined without undef-ing the pointed-to
data and without using B.pm

and: modules/perlrun was never properly run in the first place

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177413 - (view) (annotate) - [select for diffs]
Modified Fri May 5 08:10:39 2000 UTC (9 years, 6 months ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 124717 byte(s)
Diff to previous 177412 (colored)
doc update
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177412 - (view) (annotate) - [select for diffs]
Modified Thu May 4 04:52:34 2000 UTC (9 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 124622 byte(s)
Diff to previous 177411 (colored)
fix core dump triggered by <Perl>do 'foo.pl'</Perl>

Revision 177411 - (view) (annotate) - [select for diffs]
Modified Thu Apr 27 22:45:30 2000 UTC (9 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 124530 byte(s)
Diff to previous 177410 (colored)
pass $Config{ccflags} to apache for 5.6.0+

Revision 177410 - (view) (annotate) - [select for diffs]
Modified Thu Apr 27 22:29:47 2000 UTC (9 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 124486 byte(s)
Diff to previous 177409 (colored)
fix Apache->httpd_conf

Revision 177409 - (view) (annotate) - [select for diffs]
Modified Fri Apr 21 19:37:45 2000 UTC (9 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 124424 byte(s)
Diff to previous 177406 (colored)
fixed 'make clean' to remove FILES => passed to MakeMaker

Revision 177406 - (view) (annotate) - [select for diffs]
Modified Fri Apr 21 06:55:36 2000 UTC (9 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 124365 byte(s)
Diff to previous 177404 (colored)
bump version

Revision 177404 - (view) (annotate) - [select for diffs]
Modified Fri Apr 21 06:35:21 2000 UTC (9 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 124346 byte(s)
Diff to previous 177401 (colored)
1.23

Revision 177401 - (view) (annotate) - [select for diffs]
Modified Fri Apr 21 06:03:52 2000 UTC (9 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 124264 byte(s)
Diff to previous 177400 (colored)
add Apache::FILENO method for 5.6.0+ tied filehandle support

Revision 177400 - (view) (annotate) - [select for diffs]
Modified Fri Apr 21 05:56:19 2000 UTC (9 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 124163 byte(s)
Diff to previous 177398 (colored)
--disable-rule=EXPAT is passed to Apache's configure to avoid
XML::Parser conflicts
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177398 - (view) (annotate) - [select for diffs]
Modified Thu Apr 13 23:31:50 2000 UTC (9 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 124078 byte(s)
Diff to previous 177397 (colored)
User/Group for 'make test' can be overridden with the environment
variables APACHE_USER/APACHE_GROUP
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177397 - (view) (annotate) - [select for diffs]
Modified Thu Apr 13 18:43:23 2000 UTC (9 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 123976 byte(s)
Diff to previous 177396 (colored)
fix PerlSetVar inheritance bug

Revision 177396 - (view) (annotate) - [select for diffs]
Modified Thu Apr 13 06:07:33 2000 UTC (9 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 123903 byte(s)
Diff to previous 177395 (colored)
fix indentation and change description
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177395 - (view) (annotate) - [select for diffs]
Modified Wed Apr 12 21:23:18 2000 UTC (9 years, 7 months ago) by ask
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 123900 byte(s)
Diff to previous 177394 (colored)
set r->notes("error-notes") to $@ when there is an eval error.

Revision 177394 - (view) (annotate) - [select for diffs]
Modified Wed Apr 12 16:13:09 2000 UTC (9 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 123787 byte(s)
Diff to previous 177393 (colored)
added INSTALL.raven

Revision 177393 - (view) (annotate) - [select for diffs]
Modified Tue Apr 11 16:38:27 2000 UTC (9 years, 7 months ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 123731 byte(s)
Diff to previous 177392 (colored)
$c->remote_ip($ip) now also sets conn->remote_addr to make
IP-based access control work correctly

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177392 - (view) (annotate) - [select for diffs]
Modified Mon Apr 10 14:16:11 2000 UTC (9 years, 7 months ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 123596 byte(s)
Diff to previous 177391 (colored)
typo
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177391 - (view) (annotate) - [select for diffs]
Modified Mon Apr 10 14:13:41 2000 UTC (9 years, 7 months ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 123597 byte(s)
Diff to previous 177388 (colored)
document change to Apache::URI::port()
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177388 - (view) (annotate) - [select for diffs]
Modified Wed Apr 5 06:19:34 2000 UTC (9 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 123472 byte(s)
Diff to previous 177387 (colored)
$Apache::Registry::NameWithVirtualHost fix take 2
(move is_virtual logic from mod_perl.c to Registry.pm)
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177387 - (view) (annotate) - [select for diffs]
Modified Wed Apr 5 04:55:55 2000 UTC (9 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 123335 byte(s)
Diff to previous 177386 (colored)
added Apache::OPEN method for 5.6.0+ tied filehandle support

Revision 177386 - (view) (annotate) - [select for diffs]
Modified Wed Apr 5 04:05:01 2000 UTC (9 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 123273 byte(s)
Diff to previous 177384 (colored)
Apache::Table is now loaded by default (if enabled), rather than
autoloading when first needed
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177384 - (view) (annotate) - [select for diffs]
Modified Mon Apr 3 05:41:29 2000 UTC (9 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 123177 byte(s)
Diff to previous 177383 (colored)
$r->document_root can now be modified

Revision 177383 - (view) (annotate) - [select for diffs]
Modified Mon Apr 3 04:48:53 2000 UTC (9 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 123138 byte(s)
Diff to previous 177382 (colored)
upgrade license to apache software license version 1.1

Revision 177382 - (view) (annotate) - [select for diffs]
Modified Mon Apr 3 04:38:07 2000 UTC (9 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 123082 byte(s)
Diff to previous 177381 (colored)
$r->the_request can now be modified

Revision 177381 - (view) (annotate) - [select for diffs]
Modified Mon Apr 3 04:05:55 2000 UTC (9 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 123045 byte(s)
Diff to previous 177380 (colored)
modules/request test fix

Revision 177380 - (view) (annotate) - [select for diffs]
Modified Mon Apr 3 03:56:11 2000 UTC (9 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 122989 byte(s)
Diff to previous 177378 (colored)
updated dso+aix Perl patch

Revision 177378 - (view) (annotate) - [select for diffs]
Modified Mon Apr 3 03:40:35 2000 UTC (9 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 122928 byte(s)
Diff to previous 177377 (colored)
warn that dso+Perl malloc needs a Perl built with -Ubincompat5005

Revision 177377 - (view) (annotate) - [select for diffs]
Modified Mon Apr 3 03:11:14 2000 UTC (9 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 122861 byte(s)
Diff to previous 177376 (colored)
add Apache::BINMODE stub for 5.6.0 tied filehandle support (fixes cgi.t #4)

Revision 177376 - (view) (annotate) - [select for diffs]
Modified Sat Apr 1 23:08:22 2000 UTC (9 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 122740 byte(s)
Diff to previous 177373 (colored)
5.6.0+win32 typedef,prototype clash fixes

Revision 177373 - (view) (annotate) - [select for diffs]
Modified Fri Mar 31 17:11:02 2000 UTC (9 years, 7 months ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 122653 byte(s)
Diff to previous 177372 (colored)
add proper credit
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177372 - (view) (annotate) - [select for diffs]
Modified Fri Mar 31 17:07:24 2000 UTC (9 years, 7 months ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 122624 byte(s)
Diff to previous 177371 (colored)
add $r->server->loglevel()
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177371 - (view) (annotate) - [select for diffs]
Modified Fri Mar 31 05:16:05 2000 UTC (9 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 122537 byte(s)
Diff to previous 177370 (colored)
$Apache::Server::AddPerlVersion uses $^V for Perl/v5.6.0+

Revision 177370 - (view) (annotate) - [select for diffs]
Modified Thu Mar 30 19:59:17 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 122478 byte(s)
Diff to previous 177369 (colored)
update mod_ssl config for 'make test'

Revision 177369 - (view) (annotate) - [select for diffs]
Modified Thu Mar 30 19:41:25 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 122404 byte(s)
Diff to previous 177365 (colored)
reset the stack pointer after calling perl_require_module() in
perl_call_handler()
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177365 - (view) (annotate) - [select for diffs]
Modified Thu Mar 30 00:44:40 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 122190 byte(s)
Diff to previous 177363 (colored)
workaround use of Perl api functions that are no longer public with
Perl 5.6.0 + win32
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177363 - (view) (annotate) - [select for diffs]
Modified Thu Mar 30 00:20:34 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 122066 byte(s)
Diff to previous 177360 (colored)
change $Apache::VERSION check to use a string instead of SvNV

Revision 177360 - (view) (annotate) - [select for diffs]
Modified Sun Mar 26 20:32:53 2000 UTC (9 years, 8 months ago) by ask
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 121925 byte(s)
Diff to previous 177359 (colored)
Apache::src fixup to quiet warnings under Perl 5.004.

Revision 177359 - (view) (annotate) - [select for diffs]
Modified Fri Mar 24 19:48:32 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 121811 byte(s)
Diff to previous 177358 (colored)
Apache::src::apxs fixups to quiet warnings if apxs doesnt exist or
httpd is not dso enabled
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177358 - (view) (annotate) - [select for diffs]
Modified Fri Mar 24 19:00:24 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 121662 byte(s)
Diff to previous 177357 (colored)
fix #ifdef SGI_BOOST typo

Revision 177357 - (view) (annotate) - [select for diffs]
Modified Thu Mar 23 06:51:06 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 121590 byte(s)
Diff to previous 177355 (colored)
bump version

Revision 177355 - (view) (annotate) - [select for diffs]
Modified Thu Mar 23 06:47:49 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 121571 byte(s)
Diff to previous 177354 (colored)
1.22

Revision 177354 - (view) (annotate) - [select for diffs]
Modified Thu Mar 23 05:56:10 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 121561 byte(s)
Diff to previous 177352 (colored)
proxy support fixed wrt RFC2068

Revision 177352 - (view) (annotate) - [select for diffs]
Modified Thu Mar 23 04:48:56 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 121480 byte(s)
Diff to previous 177350 (colored)
set Apache::Resource::DEFAULT_RLIMIT_AS (address space) to 64Mb

Revision 177350 - (view) (annotate) - [select for diffs]
Modified Wed Mar 22 08:05:00 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 121372 byte(s)
Diff to previous 177349 (colored)
Bundle::Apache will now install Bundle::LWP before mod_perl

Revision 177349 - (view) (annotate) - [select for diffs]
Modified Wed Mar 22 07:16:59 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 121275 byte(s)
Diff to previous 177347 (colored)
not the cause of a core after all, but still good to do

Revision 177347 - (view) (annotate) - [select for diffs]
Modified Wed Mar 22 02:31:31 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 121298 byte(s)
Diff to previous 177346 (colored)
support Apache::FakeRequest::args in a list context

Revision 177346 - (view) (annotate) - [select for diffs]
Modified Wed Mar 22 01:17:34 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 121196 byte(s)
Diff to previous 177344 (colored)
compile fixes for 5.6 + -Duse5005threads

Revision 177344 - (view) (annotate) - [select for diffs]
Modified Wed Mar 22 00:45:15 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 121120 byte(s)
Diff to previous 177343 (colored)
fix possible core dump is PerlRequire fails

Revision 177343 - (view) (annotate) - [select for diffs]
Modified Tue Mar 21 22:50:14 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 121036 byte(s)
Diff to previous 177341 (colored)
make sure lib/Apache/MyConfig.pm is written before used

Revision 177341 - (view) (annotate) - [select for diffs]
Modified Thu Mar 16 19:47:14 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 120944 byte(s)
Diff to previous 177340 (colored)
fixup the output of apxs -q CFLAGS to preserve quoting (again)

Revision 177340 - (view) (annotate) - [select for diffs]
Modified Wed Mar 15 10:27:30 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 120880 byte(s)
Diff to previous 177338 (colored)
bump version

Revision 177338 - (view) (annotate) - [select for diffs]
Modified Wed Mar 15 10:21:48 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 120861 byte(s)
Diff to previous 177337 (colored)
_03

Revision 177337 - (view) (annotate) - [select for diffs]
Modified Wed Mar 15 10:16:12 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 120848 byte(s)
Diff to previous 177336 (colored)
removed the generated apaci/mod_perl.config from MANIFEST

Revision 177336 - (view) (annotate) - [select for diffs]
Modified Wed Mar 15 09:50:48 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 120789 byte(s)
Diff to previous 177335 (colored)
new variable $Apache::Server::StrictPerlSections, if true, will croak
<Perl> section generates invalid Apache configuration syntax
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177335 - (view) (annotate) - [select for diffs]
Modified Wed Mar 15 09:27:57 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 120657 byte(s)
Diff to previous 177333 (colored)
new Apache::src->ccflags method to combine $Config{ccflags} and
apxs -q CFLAGS

added Apache::src->apxs method
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177333 - (view) (annotate) - [select for diffs]
Modified Wed Mar 15 08:19:26 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 120508 byte(s)
Diff to previous 177332 (colored)
make use of $Config{shrpenv} to find CORE/libperl.so

Revision 177332 - (view) (annotate) - [select for diffs]
Modified Wed Mar 15 08:02:11 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 120400 byte(s)
Diff to previous 177330 (colored)
use length not defined

Revision 177330 - (view) (annotate) - [select for diffs]
Modified Wed Mar 15 06:06:12 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 120359 byte(s)
Diff to previous 177329 (colored)
fix Apache::Registry bug when filename starts with a 0

Revision 177329 - (view) (annotate) - [select for diffs]
Modified Thu Mar 9 20:46:13 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 120268 byte(s)
Diff to previous 177328 (colored)
Apache::Registry will restore $r->status to the original value

Revision 177328 - (view) (annotate) - [select for diffs]
Modified Thu Mar 9 20:21:16 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 120161 byte(s)
Diff to previous 177327 (colored)
warn aix-apxs-5.005_03 users of the patch needed for DynaLoader

Revision 177327 - (view) (annotate) - [select for diffs]
Modified Thu Mar 9 20:07:25 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 120063 byte(s)
Diff to previous 177326 (colored)
fixup the output of apxs -q CFLAGS to preserve quoting

Revision 177326 - (view) (annotate) - [select for diffs]
Modified Thu Mar 9 15:46:36 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 119968 byte(s)
Diff to previous 177325 (colored)
dso fix fix

Revision 177325 - (view) (annotate) - [select for diffs]
Modified Tue Mar 7 07:54:31 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 119734 byte(s)
Diff to previous 177323 (colored)
bump version

Revision 177323 - (view) (annotate) - [select for diffs]
Modified Tue Mar 7 07:48:45 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 119715 byte(s)
Diff to previous 177322 (colored)
_02

Revision 177322 - (view) (annotate) - [select for diffs]
Modified Tue Mar 7 07:28:45 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 119703 byte(s)
Diff to previous 177320 (colored)
whoops, forgot to commit

Revision 177320 - (view) (annotate) - [select for diffs]
Modified Tue Mar 7 03:10:48 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 119621 byte(s)
Diff to previous 177319 (colored)
force environ[] to be copied before any Perl code is loaded

Revision 177319 - (view) (annotate) - [select for diffs]
Modified Tue Mar 7 02:52:07 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 119523 byte(s)
Diff to previous 177318 (colored)
localize $_ in Apache::send_cgi_header

Revision 177318 - (view) (annotate) - [select for diffs]
Modified Tue Mar 7 02:50:38 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 119436 byte(s)
Diff to previous 177317 (colored)
fix precedence problem in StatINC.pm

Revision 177317 - (view) (annotate) - [select for diffs]
Modified Tue Mar 7 00:55:45 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 119361 byte(s)
Diff to previous 177315 (colored)
if hash value has magicalness in <Perl>, invoke FETCH
sync with 1.3.12's virtual_host section logic for httpd -S + <Perl>
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177315 - (view) (annotate) - [select for diffs]
Modified Mon Mar 6 19:53:51 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 119165 byte(s)
Diff to previous 177314 (colored)
remove t/httpd symlink during 'make realclean' and when rebuilding

Revision 177314 - (view) (annotate) - [select for diffs]
Modified Mon Mar 6 19:27:31 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 119055 byte(s)
Diff to previous 177312 (colored)
add Apache::src::otherldflags method

Revision 177312 - (view) (annotate) - [select for diffs]
Modified Mon Mar 6 04:55:52 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 118984 byte(s)
Diff to previous 177311 (colored)
backout modules/util validate_password tests, not everybody has crypt

Revision 177311 - (view) (annotate) - [select for diffs]
Modified Mon Mar 6 01:45:11 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 118864 byte(s)
Diff to previous 177310 (colored)
typo

Revision 177310 - (view) (annotate) - [select for diffs]
Modified Mon Mar 6 01:43:57 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 118802 byte(s)
Diff to previous 177309 (colored)
thinking about this more, i really dont think GTopLimit should be included
with mod_perl.  it makes more sense to make it part of the GTop distribution
or be on it's own.  pulling in GTop also adds quite a bit of weight, the
(unreleased) mod_gtop.c solves that.  in any case, we can think about it
more after 1.22
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177309 - (view) (annotate) - [select for diffs]
Modified Mon Mar 6 01:37:39 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 118902 byte(s)
Diff to previous 177307 (colored)
bump version

Revision 177307 - (view) (annotate) - [select for diffs]
Modified Mon Mar 6 01:21:14 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 118883 byte(s)
Diff to previous 177301 (colored)
note thats for aix only

Revision 177301 - (view) (annotate) - [select for diffs]
Modified Sun Mar 5 23:45:00 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 118752 byte(s)
Diff to previous 177298 (colored)
__THE__ dso fix: dlclose() xs shared objects and call perl_shutdown()
before mod_perl's libperl.so is unloaded/reloaded by mod_so
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177298 - (view) (annotate) - [select for diffs]
Modified Sun Mar 5 01:26:57 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 118542 byte(s)
Diff to previous 177296 (colored)
add  /D "_MSWSOCK_" to ApacheModulePerl.dsp

Revision 177296 - (view) (annotate) - [select for diffs]
Modified Sun Mar 5 00:26:43 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 118453 byte(s)
Diff to previous 177295 (colored)
removed modules/sandwich test

Revision 177295 - (view) (annotate) - [select for diffs]
Modified Sat Mar 4 21:02:28 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 118422 byte(s)
Diff to previous 177294 (colored)
Apache::RegistryBB returns DECLINED instead of FORBIDDEN if -d $r->finfo

Revision 177294 - (view) (annotate) - [select for diffs]
Modified Sat Mar 4 20:55:48 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 118301 byte(s)
Diff to previous 177293 (colored)
add Apache::Util::validate_password()

Revision 177293 - (view) (annotate) - [select for diffs]
Modified Sat Mar 4 20:53:14 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 118224 byte(s)
Diff to previous 177292 (colored)
call (void)perl_request_rec(r) asap, instead of waiting till the
response phase, e.g. so CGI.pm can be used before PerlHandler, without
having to call Apache->request($r);
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177292 - (view) (annotate) - [select for diffs]
Modified Sat Mar 4 20:49:48 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 118050 byte(s)
Diff to previous 177291 (colored)
Apache::perl_hook() fixes for Perl*Api

Revision 177291 - (view) (annotate) - [select for diffs]
Modified Sat Mar 4 01:09:15 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 117971 byte(s)
Diff to previous 177289 (colored)
save/restore $^W in Apache::PerlRun

Revision 177289 - (view) (annotate) - [select for diffs]
Modified Sat Mar 4 00:50:29 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 117886 byte(s)
Diff to previous 177288 (colored)
fix Apache::Registry when $r->uri ends with a /

Revision 177288 - (view) (annotate) - [select for diffs]
Modified Sat Mar 4 00:39:30 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 117802 byte(s)
Diff to previous 177287 (colored)
add virtualhost support to Apache::RegistryLoader

Revision 177287 - (view) (annotate) - [select for diffs]
Modified Sat Mar 4 00:34:21 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 117720 byte(s)
Diff to previous 177286 (colored)
$Apache::Registry::NameWithVirtualHost fix

Revision 177286 - (view) (annotate) - [select for diffs]
Modified Sat Mar 4 00:18:06 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 117645 byte(s)
Diff to previous 177283 (colored)
allow Apache::PerlRun::handler to be subclassed

Revision 177283 - (view) (annotate) - [select for diffs]
Modified Sat Mar 4 00:09:59 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 117561 byte(s)
Diff to previous 177282 (colored)
fix $r->connection->remote_ip for SGI performance patches (#ifdef SGI_BOOST)

Revision 177282 - (view) (annotate) - [select for diffs]
Modified Fri Mar 3 23:37:03 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 117448 byte(s)
Diff to previous 177281 (colored)
mod_perl.exp is now installed

Revision 177281 - (view) (annotate) - [select for diffs]
Modified Fri Mar 3 22:20:18 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 117417 byte(s)
Diff to previous 177280 (colored)
aix tweaks for building with apxs

Revision 177280 - (view) (annotate) - [select for diffs]
Modified Fri Mar 3 20:42:02 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 117349 byte(s)
Diff to previous 177276 (colored)
pod fixups to avoid WARNING from newer pod2*

Revision 177276 - (view) (annotate) - [select for diffs]
Modified Fri Mar 3 06:20:49 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 117303 byte(s)
Diff to previous 177274 (colored)
Apache::RedirectLogFix now uses $r->last

Revision 177274 - (view) (annotate) - [select for diffs]
Modified Fri Mar 3 04:40:11 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 117218 byte(s)
Diff to previous 177271 (colored)
tweaks for sfio

Revision 177271 - (view) (annotate) - [select for diffs]
Modified Fri Mar 3 00:12:38 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 117159 byte(s)
Diff to previous 177269 (colored)
update Apache::SIG docs

Revision 177269 - (view) (annotate) - [select for diffs]
Modified Thu Mar 2 23:23:10 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 117097 byte(s)
Diff to previous 177264 (colored)
fix get_set_PVp in mod_perl_xs.h

Revision 177264 - (view) (annotate) - [select for diffs]
Modified Thu Mar 2 20:21:04 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 117007 byte(s)
Diff to previous 177262 (colored)
tweaks to compile/run with 5.5.670 + -Dusethreads

Revision 177262 - (view) (annotate) - [select for diffs]
Modified Thu Mar 2 01:57:46 2000 UTC (9 years, 8 months ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 116956 byte(s)
Diff to previous 177261 (colored)
Document Apache::File and $r->hostname
Fixed a few typos along the way
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177261 - (view) (annotate) - [select for diffs]
Modified Thu Mar 2 01:10:27 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 116820 byte(s)
Diff to previous 177260 (colored)
avoid quoting <Perl> config if args_how == RAW_ARGS

Revision 177260 - (view) (annotate) - [select for diffs]
Modified Thu Mar 2 00:54:08 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 116729 byte(s)
Diff to previous 177259 (colored)
PerlPassEnv maintains it's value beyond the first request

Revision 177259 - (view) (annotate) - [select for diffs]
Modified Thu Mar 2 00:51:17 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 116632 byte(s)
Diff to previous 177258 (colored)
prevent possible core dump in $r->pnotes if get_module_config returns NULL

Revision 177258 - (view) (annotate) - [select for diffs]
Modified Wed Mar 1 02:14:33 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 116519 byte(s)
Diff to previous 177257 (colored)
fix Apache::Status::status_cv_dump for Perl/5.6-dev

Revision 177257 - (view) (annotate) - [select for diffs]
Modified Wed Mar 1 01:49:00 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 116466 byte(s)
Diff to previous 177256 (colored)
use perl_get_sv("]") instead of patchlevel for $AddPerlVersion

Revision 177256 - (view) (annotate) - [select for diffs]
Modified Wed Mar 1 01:47:03 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 116402 byte(s)
Diff to previous 177255 (colored)
arg, src.pm too

Revision 177255 - (view) (annotate) - [select for diffs]
Modified Wed Mar 1 01:32:12 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 116386 byte(s)
Diff to previous 177253 (colored)
adjust Makefile.PL to parse 1.3.13-dev's httpd.h

Revision 177253 - (view) (annotate) - [select for diffs]
Modified Thu Feb 24 17:03:05 2000 UTC (9 years, 9 months ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 116336 byte(s)
Diff to previous 177252 (colored)
More documentation
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177252 - (view) (annotate) - [select for diffs]
Modified Sun Feb 20 14:59:50 2000 UTC (9 years, 9 months ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 116200 byte(s)
Diff to previous 177250 (colored)
Document $r->request_time
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177250 - (view) (annotate) - [select for diffs]
Modified Fri Feb 11 08:07:53 2000 UTC (9 years, 9 months ago) by ask
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 116127 byte(s)
Diff to previous 177236 (colored)
Look for the makepl_args.mod_perl file as .makepl_args.mod_perl in
./ and ../ too since the book says it works so.

Revision 177236 - (view) (annotate) - [select for diffs]
Modified Thu Dec 30 20:33:20 1999 UTC (9 years, 10 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 115970 byte(s)
Diff to previous 177235 (colored)
PerlRestartHandler is now enabled w/ ALL_HOOKS=1 (or EVERYTHING=1)
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177235 - (view) (annotate) - [select for diffs]
Modified Thu Dec 30 19:22:49 1999 UTC (9 years, 10 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 115902 byte(s)
Diff to previous 177234 (colored)
$r->no_cache(1) will now set the r->headers_out "Pragma" and
"Cache-control" to "no-cache"
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177234 - (view) (annotate) - [select for diffs]
Modified Thu Dec 30 19:16:41 1999 UTC (9 years, 10 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 115810 byte(s)
Diff to previous 177232 (colored)
`PerlSetEnv PERL5LIB ...' now works again
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177232 - (view) (annotate) - [select for diffs]
Modified Thu Dec 30 01:49:52 1999 UTC (9 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 115738 byte(s)
Diff to previous 177231 (colored)
Apache::test fix for Apache::Table

Revision 177231 - (view) (annotate) - [select for diffs]
Modified Wed Dec 29 22:11:33 1999 UTC (9 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 115702 byte(s)
Diff to previous 177230 (colored)
PerlFreshRestart semantics changed to preserve order of PerlModule's
and not to reload modules while actually iterating over %INC
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177230 - (view) (annotate) - [select for diffs]
Modified Wed Dec 29 20:28:18 1999 UTC (9 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 115571 byte(s)
Diff to previous 177228 (colored)
$r->current_callback now works properly when PerlHandler invokes
subrequests, thanks to James Smith for the spot

if an Apache::Table is NULL return undef (e.g. $r->notes during ChildInit)
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177228 - (view) (annotate) - [select for diffs]
Modified Tue Dec 21 21:01:11 1999 UTC (9 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 115381 byte(s)
Diff to previous 177226 (colored)
ActivePerl compile patches [Jochen Wiedmann <joe@ispsoft.de>]

Revision 177226 - (view) (annotate) - [select for diffs]
Modified Tue Dec 21 19:16:39 1999 UTC (9 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 115318 byte(s)
Diff to previous 177224 (colored)
document that Apache 1.2.x is no longer supported

Apache::src now supported with USE_APXS=1
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177224 - (view) (annotate) - [select for diffs]
Modified Tue Dec 21 15:56:09 1999 UTC (9 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 115224 byte(s)
Diff to previous 177222 (colored)
'make test' AllowOverride None for Directory /
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177222 - (view) (annotate) - [select for diffs]
Modified Thu Dec 9 06:28:53 1999 UTC (9 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 115135 byte(s)
Diff to previous 177221 (colored)
disable experimental perlrunxs until future notice

Revision 177221 - (view) (annotate) - [select for diffs]
Modified Thu Dec 9 06:17:47 1999 UTC (9 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 115083 byte(s)
Diff to previous 177220 (colored)
add sanity check for libgdbm

Revision 177220 - (view) (annotate) - [select for diffs]
Modified Thu Dec 9 05:32:26 1999 UTC (9 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 115053 byte(s)
Diff to previous 177218 (colored)
change PL_siggv usage to gv_fetchpv("SIG", ...) for Perl 5.6-tobe
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177218 - (view) (annotate) - [select for diffs]
Modified Thu Nov 25 18:49:27 1999 UTC (10 years ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 114940 byte(s)
Diff to previous 177214 (colored)
More documentation
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177214 - (view) (annotate) - [select for diffs]
Modified Sat Nov 20 17:43:29 1999 UTC (10 years ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 114840 byte(s)
Diff to previous 177212 (colored)
document PerlSetVar
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177212 - (view) (annotate) - [select for diffs]
Modified Mon Nov 15 19:59:12 1999 UTC (10 years ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 114783 byte(s)
Diff to previous 177210 (colored)
dir_config is case insensitive. Where's the doc for PerlSetVar?
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177210 - (view) (annotate) - [select for diffs]
Modified Wed Nov 3 20:12:50 1999 UTC (10 years ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 114660 byte(s)
Diff to previous 177207 (colored)
less "rwrite returned -1" messages
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177207 - (view) (annotate) - [select for diffs]
Modified Wed Nov 3 17:40:36 1999 UTC (10 years ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 114553 byte(s)
Diff to previous 177205 (colored)
bugfix in write_client() when running under APACHE_SSL.
Michael Douglass's patch <19991102180747.D79260@staff.texas.net>,
I added breaking out of the outer loop.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177205 - (view) (annotate) - [select for diffs]
Modified Tue Oct 12 17:41:51 1999 UTC (10 years, 1 month ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 114451 byte(s)
Diff to previous 177204 (colored)
$c->user doc fix
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177204 - (view) (annotate) - [select for diffs]
Modified Tue Oct 12 17:26:41 1999 UTC (10 years, 1 month ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 114315 byte(s)
Diff to previous 177203 (colored)
$r->uri doc change
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177203 - (view) (annotate) - [select for diffs]
Modified Tue Oct 12 09:44:52 1999 UTC (10 years, 1 month ago) by sbekman
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 114175 byte(s)
Diff to previous 177199 (colored)
documented the latest changes I did

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177199 - (view) (annotate) - [select for diffs]
Modified Fri Oct 8 15:49:42 1999 UTC (10 years, 1 month ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 113782 byte(s)
Diff to previous 177198 (colored)
Er, fix stupid cut'n'paste
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177198 - (view) (annotate) - [select for diffs]
Modified Fri Oct 8 15:45:33 1999 UTC (10 years, 1 month ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 113786 byte(s)
Diff to previous 177197 (colored)
document the fact that $r->args can be used to set the query string
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177197 - (view) (annotate) - [select for diffs]
Modified Wed Oct 6 17:43:43 1999 UTC (10 years, 1 month ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 113650 byte(s)
Diff to previous 177192 (colored)
add $r->connection->fileno
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177192 - (view) (annotate) - [select for diffs]
Modified Wed Sep 22 16:24:44 1999 UTC (10 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 113457 byte(s)
Diff to previous 177191 (colored)
if $r->bytes_sent has not been calculated, then do so before returning
the value
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177191 - (view) (annotate) - [select for diffs]
Modified Wed Sep 22 16:16:34 1999 UTC (10 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 113336 byte(s)
Diff to previous 177190 (colored)
ensure that all -I directories printed by Apache::src actually exist
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177190 - (view) (annotate) - [select for diffs]
Modified Fri Sep 10 09:00:44 1999 UTC (10 years, 2 months ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 113270 byte(s)
Diff to previous 177189 (colored)
Registry/PerlRun bugfix
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177189 - (view) (annotate) - [select for diffs]
Modified Thu Sep 9 11:48:26 1999 UTC (10 years, 2 months ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 113160 byte(s)
Diff to previous 177187 (colored)
apache 1.3.7+ uses Winsock2
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177187 - (view) (annotate) - [select for diffs]
Modified Thu Sep 9 11:04:48 1999 UTC (10 years, 2 months ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 113080 byte(s)
Diff to previous 177186 (colored)
patch segfault in <Perl> sections, yum
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177186 - (view) (annotate) - [select for diffs]
Modified Thu Sep 9 09:40:32 1999 UTC (10 years, 2 months ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 112981 byte(s)
Diff to previous 177181 (colored)
Joshua's patch to make $c->remote_host writeable
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177181 - (view) (annotate) - [select for diffs]
Modified Fri Sep 3 01:47:48 1999 UTC (10 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 112913 byte(s)
Diff to previous 177180 (colored)
TerseSize,Fathom options for Apache::Status
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177180 - (view) (annotate) - [select for diffs]
Modified Thu Sep 2 20:19:32 1999 UTC (10 years, 2 months ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 112896 byte(s)
Diff to previous 177179 (colored)
add per-server configuration variables
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177179 - (view) (annotate) - [select for diffs]
Modified Thu Sep 2 18:01:45 1999 UTC (10 years, 2 months ago) by ask
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 112696 byte(s)
Diff to previous 177175 (colored)
documentation type [David Harris <dharris@drh.net>]

Revision 177175 - (view) (annotate) - [select for diffs]
Modified Fri Aug 20 08:34:43 1999 UTC (10 years, 3 months ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 112643 byte(s)
Diff to previous 177173 (colored)
add $r->server->uid and $r->server->gid
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177173 - (view) (annotate) - [select for diffs]
Modified Tue Aug 17 02:53:07 1999 UTC (10 years, 3 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 112552 byte(s)
Diff to previous 177171 (colored)
give Eric proper credit for his work
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177171 - (view) (annotate) - [select for diffs]
Modified Mon Aug 16 07:50:15 1999 UTC (10 years, 3 months ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 112383 byte(s)
Diff to previous 177169 (colored)
add per-server configuration merge
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177169 - (view) (annotate) - [select for diffs]
Modified Tue Aug 10 06:00:06 1999 UTC (10 years, 3 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 112347 byte(s)
Diff to previous 177168 (colored)
`_' is no longer escaped in Apache::Registry package names
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177168 - (view) (annotate) - [select for diffs]
Modified Mon Aug 9 08:31:34 1999 UTC (10 years, 3 months ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 112287 byte(s)
Diff to previous 177164 (colored)
Typo
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177164 - (view) (annotate) - [select for diffs]
Modified Wed Aug 4 03:43:01 1999 UTC (10 years, 3 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 112288 byte(s)
Diff to previous 177163 (colored)
fix $ENV{PATH} corruption
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177163 - (view) (annotate) - [select for diffs]
Modified Wed Aug 4 02:33:14 1999 UTC (10 years, 3 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 112261 byte(s)
Diff to previous 177162 (colored)
mod_perl_version.h removed from MANIFEST
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177162 - (view) (annotate) - [select for diffs]
Modified Wed Aug 4 01:56:14 1999 UTC (10 years, 3 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 112219 byte(s)
Diff to previous 177160 (colored)
careful w/ OPT_EXECCGI preloading
fix modules/sandwich test
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177160 - (view) (annotate) - [select for diffs]
Modified Wed Aug 4 00:31:26 1999 UTC (10 years, 3 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 112192 byte(s)
Diff to previous 177158 (colored)
apxs/aix port
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177158 - (view) (annotate) - [select for diffs]
Modified Wed Aug 4 00:04:02 1999 UTC (10 years, 3 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 112135 byte(s)
Diff to previous 177157 (colored)
preload Apache::Contstants::OPT_EXECCGI() for Apache::{Registry,PerlRun}
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177157 - (view) (annotate) - [select for diffs]
Modified Tue Aug 3 23:50:59 1999 UTC (10 years, 3 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 112002 byte(s)
Diff to previous 177156 (colored)
Apache::SizeLimit now uses $r->child_terminate instead of Apache::exit(-2)
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177156 - (view) (annotate) - [select for diffs]
Modified Tue Aug 3 23:25:15 1999 UTC (10 years, 3 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 111891 byte(s)
Diff to previous 177154 (colored)
get rid of various 5.005_60 warnings
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177154 - (view) (annotate) - [select for diffs]
Modified Tue Aug 3 22:45:18 1999 UTC (10 years, 3 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 111853 byte(s)
Diff to previous 177153 (colored)
add Status{Terse,Deparse,OptionsAll} options to Apache::Status
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177153 - (view) (annotate) - [select for diffs]
Modified Tue Aug 3 22:43:08 1999 UTC (10 years, 3 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 111789 byte(s)
Diff to previous 177151 (colored)
adjust mod_perl.h for 5.005_59 perl_eval_{pv,sv} rename
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177151 - (view) (annotate) - [select for diffs]
Modified Tue Aug 3 21:29:42 1999 UTC (10 years, 3 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 111732 byte(s)
Diff to previous 177150 (colored)
fix flush_namespace undef logic in Apache::PerlRun
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177150 - (view) (annotate) - [select for diffs]
Modified Tue Aug 3 14:32:59 1999 UTC (10 years, 3 months ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 111642 byte(s)
Diff to previous 177149 (colored)
Oops, RFC2616 obsoletes RFC2068
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177149 - (view) (annotate) - [select for diffs]
Modified Tue Aug 3 13:27:39 1999 UTC (10 years, 3 months ago) by cholet
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 111644 byte(s)
Diff to previous 177146 (colored)
Document my change to Apache::content
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177146 - (view) (annotate) - [select for diffs]
Modified Sun Jul 25 18:59:17 1999 UTC (10 years, 4 months ago) by ask
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 111521 byte(s)
Diff to previous 177144 (colored)
Removed and added a few modules from the Bundle file.

Revision 177144 - (view) (annotate) - [select for diffs]
Modified Mon Jul 12 03:01:29 1999 UTC (10 years, 4 months ago) by ask
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 111447 byte(s)
Diff to previous 177143 (colored)
Renamed the Apache::StatINC parameters to StatINC_<something>. Changed
StatINC_Debug to take a number as parameter instead of "on" to support
"debug levels"

... more Apache::StatINC stuff on its way.

Revision 177143 - (view) (annotate) - [select for diffs]
Modified Fri Jul 2 23:44:51 1999 UTC (10 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 111270 byte(s)
Diff to previous 177141 (colored)
bump version
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177141 - (view) (annotate) - [select for diffs]
Modified Fri Jul 2 23:33:50 1999 UTC (10 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 111251 byte(s)
Diff to previous 177139 (colored)
rolling 1.21
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177139 - (view) (annotate) - [select for diffs]
Modified Fri Jul 2 23:08:04 1999 UTC (10 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 111243 byte(s)
Diff to previous 177138 (colored)
fix refcount bug in %VirtualHost [] values
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177138 - (view) (annotate) - [select for diffs]
Modified Fri Jul 2 22:20:03 1999 UTC (10 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 111114 byte(s)
Diff to previous 177137 (colored)
get rid of a warning in Apache::test
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177137 - (view) (annotate) - [select for diffs]
Modified Thu Jul 1 23:43:35 1999 UTC (10 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 111040 byte(s)
Diff to previous 177136 (colored)
backing out %ENV changes.  turns out it doesn't help and in fact,
breaks under freebsd.  sigh.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177136 - (view) (annotate) - [select for diffs]
Modified Thu Jul 1 22:47:20 1999 UTC (10 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 111069 byte(s)
Diff to previous 177135 (colored)
$r->read will now properly check the return value of
ap_setup_client_block() and return undef if != OK,
e.g. if LimitRequestBody is exceeded
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177135 - (view) (annotate) - [select for diffs]
Modified Thu Jul 1 22:07:20 1999 UTC (10 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 110966 byte(s)
Diff to previous 177134 (colored)
fix some problems with %ENV (e.g. SetEnv PATH cause mangled value)
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177134 - (view) (annotate) - [select for diffs]
Modified Thu Jul 1 18:48:04 1999 UTC (10 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 110898 byte(s)
Diff to previous 177133 (colored)
loosen module/cookie tests
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177133 - (view) (annotate) - [select for diffs]
Modified Thu Jul 1 18:17:38 1999 UTC (10 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 110870 byte(s)
Diff to previous 177132 (colored)
fix bug in register_cleanup()
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177132 - (view) (annotate) - [select for diffs]
Modified Tue Jun 29 05:07:23 1999 UTC (10 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 110810 byte(s)
Diff to previous 177128 (colored)
added StatusLexInfo option to Apache::Status
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177128 - (view) (annotate) - [select for diffs]
Modified Fri Jun 11 17:24:37 1999 UTC (10 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 110764 byte(s)
Diff to previous 177126 (colored)
bump version
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177126 - (view) (annotate) - [select for diffs]
Modified Fri Jun 11 17:14:31 1999 UTC (10 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 110745 byte(s)
Diff to previous 177125 (colored)
ready to roll..
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177125 - (view) (annotate) - [select for diffs]
Modified Fri Jun 11 16:53:47 1999 UTC (10 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 110736 byte(s)
Diff to previous 177122 (colored)
turn off warnings in Apache::Status::as_HTML symdump code
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177122 - (view) (annotate) - [select for diffs]
Modified Fri Jun 11 02:50:01 1999 UTC (10 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 110607 byte(s)
Diff to previous 177121 (colored)
tweak Apache::RegistryNG so it works with virtual includes
(oops, should have committed long ago!)
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177121 - (view) (annotate) - [select for diffs]
Modified Fri Jun 11 02:22:28 1999 UTC (10 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 110511 byte(s)
Diff to previous 177119 (colored)
modules/eperl,embperl removed from 'make test'
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177119 - (view) (annotate) - [select for diffs]
Modified Tue Jun 8 06:30:53 1999 UTC (10 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 110463 byte(s)
Diff to previous 177118 (colored)
change Apache::File->tmpfile flags from O_WRONLY to O_RDWR
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177118 - (view) (annotate) - [select for diffs]
Modified Tue Jun 8 04:50:09 1999 UTC (10 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 110364 byte(s)
Diff to previous 177116 (colored)
fix Apache::RegistryBB when $r->filename NOT_FOUND
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177116 - (view) (annotate) - [select for diffs]
Modified Mon Jun 7 01:52:51 1999 UTC (10 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 110272 byte(s)
Diff to previous 177115 (colored)
cygwin port
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177115 - (view) (annotate) - [select for diffs]
Modified Sat Jun 5 03:16:08 1999 UTC (10 years, 5 months ago) by ask
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 110220 byte(s)
Diff to previous 177114 (colored)
Documented $r->pnotes

Doug, I'm not really sure that what I wrote is right, but I guess
you'll find time you don't have to add documentation to correct errors
in the documentation. ;-)

(I should have been to SF this weekend btw, but I got too busy so I
didn't make it - doh!)

Revision 177114 - (view) (annotate) - [select for diffs]
Modified Fri Jun 4 20:42:57 1999 UTC (10 years, 5 months ago) by ask
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 110174 byte(s)
Diff to previous 177113 (colored)
Change "setting auth_name" trace message so we don't get it without
having enabled a MOD_PERL_TRACE level. Or was it the intended
behaviour to TRACE some stuff if just have MOD_PERL_TRACE in the
environment? perl_config.c suggests that, but it were the only place
it was used.

Revision 177113 - (view) (annotate) - [select for diffs]
Modified Fri Jun 4 17:50:47 1999 UTC (10 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 110026 byte(s)
Diff to previous 177111 (colored)
s/class/pclass/g so we can compile w/ c++
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177111 - (view) (annotate) - [select for diffs]
Modified Tue Jun 1 06:33:06 1999 UTC (10 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 109983 byte(s)
Diff to previous 177109 (colored)
mod_perl will now save/restore SIGALRM
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177109 - (view) (annotate) - [select for diffs]
Modified Wed May 26 06:17:47 1999 UTC (10 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 109943 byte(s)
Diff to previous 177108 (colored)
fix Apache::Status bug prototype check of 'use constant' subs
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177108 - (view) (annotate) - [select for diffs]
Modified Wed May 26 01:41:29 1999 UTC (10 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 109844 byte(s)
Diff to previous 177107 (colored)
added set_byterange() and each_byterange() methods
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177107 - (view) (annotate) - [select for diffs]
Modified Thu May 20 00:22:13 1999 UTC (10 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 109792 byte(s)
Diff to previous 177104 (colored)
added proper support for {Location,Directory,Files}Match in <Perl> sections
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177104 - (view) (annotate) - [select for diffs]
Modified Wed May 19 19:42:59 1999 UTC (10 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 109715 byte(s)
Diff to previous 177103 (colored)
new Apache::ExtUtils::pm function to generate Foo.pm/Makefile.PL
templates for modules with directive handlers
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177103 - (view) (annotate) - [select for diffs]
Modified Wed May 19 19:33:36 1999 UTC (10 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 109603 byte(s)
Diff to previous 177102 (colored)
Makefile.PL will now do a handful of sanity checks looking for
possible broken configurations and offer suggestions for those it
finds
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177102 - (view) (annotate) - [select for diffs]
Modified Wed May 19 01:04:18 1999 UTC (10 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 109467 byte(s)
Diff to previous 177101 (colored)
rework PerlFreshRestart to avoid core dump triggered w/ 5.005_03
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177101 - (view) (annotate) - [select for diffs]
Modified Tue May 18 22:08:00 1999 UTC (10 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 109401 byte(s)
Diff to previous 177100 (colored)
fix $Apache::Server::Starting under dso
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177100 - (view) (annotate) - [select for diffs]
Modified Tue May 18 21:24:15 1999 UTC (10 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 109360 byte(s)
Diff to previous 177099 (colored)
use ap_bfileno() instead of r->connnection->client->fd directly
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177099 - (view) (annotate) - [select for diffs]
Modified Tue May 18 02:26:30 1999 UTC (10 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 109253 byte(s)
Diff to previous 177098 (colored)
fix Table.xs:table_modify() under win32
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177098 - (view) (annotate) - [select for diffs]
Modified Tue May 18 02:08:33 1999 UTC (10 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 109164 byte(s)
Diff to previous 177097 (colored)
get rid of odd WRITE message in perlio.pl test if $Config{usesfio}

fix possible overwrite in perlio.c:sfapacheread() #ifdef USE_SFIO
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177097 - (view) (annotate) - [select for diffs]
Modified Tue May 18 01:45:00 1999 UTC (10 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 108967 byte(s)
Diff to previous 177096 (colored)
dont use DEFAULT_PATH if r->subprocess_env->{PATH} is already set
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177096 - (view) (annotate) - [select for diffs]
Modified Tue May 18 01:24:30 1999 UTC (10 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 108855 byte(s)
Diff to previous 177095 (colored)
ensure perl_setup_env() is called just once per-request
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177095 - (view) (annotate) - [select for diffs]
Modified Tue May 18 00:46:47 1999 UTC (10 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 108757 byte(s)
Diff to previous 177094 (colored)
:common Apache::Constants are compiled at bootstrap time, so CVs are
shared and AUTOLOAD is avoided, which was known to cause a spin
while loading SERVER_ERROR for particular Perl errors

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177094 - (view) (annotate) - [select for diffs]
Modified Mon May 17 19:08:19 1999 UTC (10 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 108569 byte(s)
Diff to previous 177089 (colored)
<Perl> sections now use 1.3.7-dev's cmd_parms->context to cure many
known, old bugs, e.g. @DirectoryIndex outside of %Location, .htaccess
and many more
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177089 - (view) (annotate) - [select for diffs]
Modified Tue Apr 20 15:11:11 1999 UTC (10 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 108374 byte(s)
Diff to previous 177086 (colored)
fix bug where top-level PerlSetEnv's would be lost after 1st request
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177086 - (view) (annotate) - [select for diffs]
Modified Mon Apr 19 18:53:35 1999 UTC (10 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Changes
File length: 108304 byte(s)
Diff to previous 177085 (