16 years agoFix Chained dispatch for several first-come first-served bugs when comparing Args...
Gareth Kirwan [Sun, 2 Sep 2007 17:42:48 +0000]
Fix Chained dispatch for several first-come first-served bugs when comparing Args() to a chain or two separate chains.
Added tests to that effect.

16 years agoupdate changelog oops again
Kieren Diment [Mon, 27 Aug 2007 14:14:02 +0000]
update changelog oops again

16 years agomodule::pluggable::object patches from rolsky
Kieren Diment [Mon, 27 Aug 2007 14:08:46 +0000]
module::pluggable::object patches from rolsky

16 years agobetter mention Catalyst-Devel too
Kieren Diment [Fri, 24 Aug 2007 01:51:00 +0000]
better mention Catalyst-Devel too

16 years agofix fuckup in start of file
Marcus Ramberg [Thu, 23 Aug 2007 08:52:48 +0000]
fix fuckup in start of file

16 years agoFixed bug in HTTP engine where writes could fail with 'Resource temporarily unavailable'
Andy Grundman [Wed, 22 Aug 2007 16:32:49 +0000]
Fixed bug in HTTP engine where writes could fail with 'Resource temporarily unavailable'

16 years agoremove drunk joke
Marcus Ramberg [Wed, 22 Aug 2007 08:25:18 +0000]
remove drunk joke

16 years agoonly for authors
Marcus Ramberg [Wed, 22 Aug 2007 08:23:57 +0000]
only for authors

16 years agoKill resource forks
Marcus Ramberg [Wed, 22 Aug 2007 08:22:50 +0000]
Kill resource forks

16 years agoprep for release
Marcus Ramberg [Wed, 22 Aug 2007 06:18:38 +0000]
prep for release

16 years agoprepare for cpan release
Marcus Ramberg [Tue, 21 Aug 2007 22:51:37 +0000]
prepare for cpan release

16 years agoadjust plugin tests for extra inline plugin
Marcus Ramberg [Tue, 21 Aug 2007 22:48:51 +0000]
adjust plugin tests for extra inline plugin

16 years agoFix pod error
Marcus Ramberg [Tue, 21 Aug 2007 22:43:01 +0000]
Fix pod error

16 years agoMake test suite load inline plugin
Marcus Ramberg [Tue, 21 Aug 2007 22:42:44 +0000]
Make test suite load inline plugin

16 years agofix plugin loading
Matt S Trout [Tue, 21 Aug 2007 22:25:23 +0000]
fix plugin loading

16 years agoremoved Class::DBI from list of stuff to install - why was this ever in here?
Matt S Trout [Tue, 21 Aug 2007 18:18:25 +0000]
removed Class::DBI from list of stuff to install - why was this ever in here?

16 years agoupdates to respective ::Manual pages to try to keep cpan and users happy
Kieren Diment [Sat, 18 Aug 2007 11:06:35 +0000]
updates to respective ::Manual pages to try to keep cpan and users happy

16 years agoclarifying where Catalyst::Manual::* is
Kieren Diment [Fri, 17 Aug 2007 13:54:31 +0000]
clarifying where Catalyst::Manual::* is

16 years agomisc doc fixes thanks to semifor
Kieren Diment [Fri, 17 Aug 2007 13:54:09 +0000]
misc doc fixes thanks to semifor

16 years agoUpdate Changes for next version
Andy Grundman [Tue, 14 Aug 2007 15:46:07 +0000]
Update Changes for next version

16 years agoAvoid a warning if there is an HTTP write error
Andy Grundman [Tue, 14 Aug 2007 15:14:48 +0000]
Avoid a warning if there is an HTTP write error

16 years agomake Makefile.PL detect author-ness and require Test::Perl::Critic
Matt S Trout [Mon, 13 Aug 2007 13:02:20 +0000]
make Makefile.PL detect author-ness and require Test::Perl::Critic

16 years agoRename the Apache FastCGI non-root test so it's not a real test
Andy Grundman [Mon, 13 Aug 2007 13:01:09 +0000]
Rename the Apache FastCGI non-root test so it's not a real test

16 years agoAdd globbing to Apache CGI tests
Andy Grundman [Mon, 13 Aug 2007 02:22:30 +0000]
Add globbing to Apache CGI tests

16 years agoDon't include tests on sample command line, the test does globbing now
Andy Grundman [Mon, 13 Aug 2007 02:20:12 +0000]
Don't include tests on sample command line, the test does globbing now

16 years agoUpdate Apache FastCGI tests to test at the root location as well as non-root.
Andy Grundman [Mon, 13 Aug 2007 02:16:34 +0000]
Update Apache FastCGI tests to test at the root location as well as non-root.

16 years agoNew test to prohibit leading tabs
Andy Grundman [Sat, 11 Aug 2007 16:32:27 +0000]
New test to prohibit leading tabs

16 years agoUse mod_rewrite to fix trailing slash issue with CGI test
Andy Grundman [Fri, 3 Aug 2007 16:58:15 +0000]
Use mod_rewrite to fix trailing slash issue with CGI test

16 years agoFixed a bug with the HTTP engine where very large response bodies would not be sent...
Andy Grundman [Fri, 3 Aug 2007 16:32:53 +0000]
Fixed a bug with the HTTP engine where very large response bodies would not be sent properly

16 years agoRemove a big chunk of duplicate code from C::Test
Andy Grundman [Fri, 3 Aug 2007 16:30:21 +0000]
Remove a big chunk of duplicate code from C::Test

16 years agoSkip doublebug test on remote servers
Andy Grundman [Fri, 3 Aug 2007 16:22:33 +0000]
Skip doublebug test on remote servers

16 years agoFixed a bug where c->read didn't work properly, and added some tests for parse_on_dem...
Andy Grundman [Fri, 3 Aug 2007 05:11:51 +0000]
Fixed a bug where c->read didn't work properly, and added some tests for parse_on_demand mode

16 years agoFix a few tests to work properly on remote servers
Andy Grundman [Fri, 3 Aug 2007 04:57:21 +0000]
Fix a few tests to work properly on remote servers

16 years agoAdded req->query_keywords method
Andy Grundman [Fri, 3 Aug 2007 01:53:17 +0000]
Added req->query_keywords method

16 years agotabs => spaces
Brian Cassidy [Thu, 2 Aug 2007 14:28:20 +0000]
tabs => spaces

16 years agoremove warning for undef captures
Brian Cassidy [Thu, 2 Aug 2007 14:18:21 +0000]
remove warning for undef captures

16 years agoadd env_value patch from (Adam Herzog)++
Jonathan Rockway [Sat, 21 Jul 2007 02:59:04 +0000]
add env_value patch from (Adam Herzog)++

16 years agoadd warning in uri_for for undefined args
Marcus Ramberg [Fri, 20 Jul 2007 12:30:44 +0000]
add warning in uri_for for undefined args

16 years agoconvert tabs to spaces and set unix line endings in t/*
Brian Cassidy [Thu, 19 Jul 2007 12:47:48 +0000]
convert tabs to spaces and set unix line endings in t/*

16 years agoapplied elapsed time handling patch from Emanuele Zeppieri
Brian Cassidy [Thu, 19 Jul 2007 12:28:13 +0000]
applied elapsed time handling patch from Emanuele Zeppieri

16 years agoMake _register_plugin use ensure_class_loaded
Marcus Ramberg [Wed, 18 Jul 2007 11:56:51 +0000]
Make _register_plugin use ensure_class_loaded

16 years agoBetter error handling
Marcus Ramberg [Wed, 18 Jul 2007 11:45:07 +0000]
Better error handling

16 years agoFix bug where a nested component would be setup twice
Ash Berlin [Mon, 21 May 2007 20:41:55 +0000]
Fix bug where a nested component would be setup twice

16 years agoImprove the error when we can't load the FCGI module
Andy Grundman [Fri, 18 May 2007 05:15:56 +0000]
Improve the error when we can't load the FCGI module

16 years agoFixed issue where development server running in fork mode did not properly exit after...
Andy Grundman [Wed, 16 May 2007 03:00:39 +0000]
Fixed issue where development server running in fork mode did not properly exit after a write error.  rt.cpan.org/Ticket/Display.html?id=27135

16 years agoUpdate Changes for content-length fix
Andy Grundman [Sun, 6 May 2007 15:41:24 +0000]
Update Changes for content-length fix

16 years agoDon't set a content-length from a filehandle object unless it reports a positive...
Andy Grundman [Sun, 6 May 2007 15:38:25 +0000]
Don't set a content-length from a filehandle object unless it reports a positive size

16 years agoSwitch memleak test to use Proc::ProcessTable instead of GTop for better cross-platfo...
Andy Grundman [Fri, 27 Apr 2007 00:59:50 +0000]
Switch memleak test to use Proc::ProcessTable instead of GTop for better cross-platform support

16 years agoprevent $request->path used as setter from keeping stale data
Yuval Kogman [Thu, 26 Apr 2007 22:16:22 +0000]
prevent $request->path used as setter from keeping stale data

17 years agoFix broken HTTP engine after botched merge from 2 weeks ago
Andy Grundman [Mon, 16 Apr 2007 18:14:59 +0000]
Fix broken HTTP engine after botched merge from 2 weeks ago

17 years agoDoc fix
Marcus Ramberg [Mon, 16 Apr 2007 11:12:37 +0000]
Doc fix

17 years agofixed final svk botch
Kieren Diment [Wed, 4 Apr 2007 02:17:20 +0000]
fixed final svk botch

17 years agofixed bodged svk push
Kieren Diment [Wed, 4 Apr 2007 02:01:04 +0000]
fixed bodged svk push

17 years ago(no commit message)
Kieren Diment [Wed, 4 Apr 2007 00:43:37 +0000]

17 years agor9568@zaphod (orig r6091): ash | 2007-02-22 04:43:57 +1100
Kieren Diment [Wed, 4 Apr 2007 00:43:01 +0000]
r9568@zaphod (orig r6091):  ash | 2007-02-22 04:43:57 +1100
MyAction attribute - thanks aherzog
r9569@zaphod (orig r6092):  ash | 2007-02-22 04:53:13 +1100
Add lets add the new file shall we
r9590@zaphod (orig r6099):  andyg | 2007-02-23 16:54:42 +1100
Improve performance by skipping body processing if we don't have Content-Length
r9591@zaphod (orig r6100):  andyg | 2007-02-23 16:56:21 +1100
Bump version in C::R
r9593@zaphod (orig r6102):  andyg | 2007-02-24 02:51:49 +1100
Revert ningu's body change, can't see a good reason for this, and it has no tests
r9597@zaphod (orig r6106):  andyg | 2007-02-24 07:12:09 +1100
Avoid a call to the slow str2time when setting HTTP Date header
r9600@zaphod (orig r6109):  andyg | 2007-02-24 10:38:46 +1100
Add a default body to redirect responses
r9602@zaphod (orig r6111):  andyg | 2007-02-24 16:34:24 +1100
Add tests for body on redirects
r9608@zaphod (orig r6117):  andyg | 2007-02-27 05:07:01 +1100
Patch from zamolxes: MyApp->model/view now looks at MyApp->config->{default_view/model}
r9609@zaphod (orig r6118):  andyg | 2007-02-27 05:14:35 +1100
Serve proper HTML for the redirect message
r9710@zaphod (orig r6123):  andyg | 2007-02-28 17:45:31 +1100
Improved performance and stability of built-in HTTP server.  Ripped out keep-alive hack.  Increased chunk size from 4K to 64K.
r9749@zaphod (orig r6145):  andyg | 2007-03-10 06:01:09 +1100
Re-enable keep-alive support in HTTP engine, with a 1-second delay

17 years agominor change to C::Test for style
Kieren Diment [Wed, 4 Apr 2007 00:42:26 +0000]
minor change to C::Test for style

17 years agofixed problem with overlapping server path and request path when testing on a non...
Kieren Diment [Wed, 4 Apr 2007 00:42:00 +0000]
fixed problem with overlapping server path and request path when testing on a non-root server

17 years agotrailing slash for non-root deployment fix by jayk
Kieren Diment [Wed, 4 Apr 2007 00:41:39 +0000]
trailing slash for non-root deployment fix by jayk

17 years agoUse regex for unescaping instead of URI::Escape
Andy Grundman [Tue, 3 Apr 2007 00:30:58 +0000]
Use regex for unescaping instead of URI::Escape

17 years agoRevert the c->req->keywords change, this is a feature and should wait until 5.8
Andy Grundman [Mon, 2 Apr 2007 01:41:50 +0000]
Revert the c->req->keywords change, this is a feature and should wait until 5.8

17 years agoRevert r6239, apreq stuff will go into the current branch, or I'll find another way...
Andy Grundman [Sun, 1 Apr 2007 23:30:12 +0000]
Revert r6239, apreq stuff will go into the current branch, or I'll find another way to improve performance

17 years agorevert PathPrefix from trunk
Brian Cassidy [Fri, 30 Mar 2007 14:11:27 +0000]
revert PathPrefix from trunk

17 years agoadded PathPrefix from branch
Brian Cassidy [Thu, 29 Mar 2007 20:03:24 +0000]
added PathPrefix from branch

17 years agoAdd a note on the performance of APR::Request
Andy Grundman [Thu, 29 Mar 2007 19:44:12 +0000]
Add a note on the performance of APR::Request

17 years agoDecode URIs with APR::Request if available
Andy Grundman [Thu, 29 Mar 2007 19:35:16 +0000]
Decode URIs with APR::Request if available

17 years agoRefactored prepare_path and prepare_query_parameters to avoid the use of URI.pm and...
Andy Grundman [Thu, 29 Mar 2007 02:58:01 +0000]
Refactored prepare_path and prepare_query_parameters to avoid the use of URI.pm and improve performance.  Added ->req->keywords method.

17 years agoUse mod_rewrite in the non-root lighttpd test to workaround the trailing slash issue
Andy Grundman [Thu, 29 Mar 2007 02:53:04 +0000]
Use mod_rewrite in the non-root lighttpd test to workaround the trailing slash issue

17 years agoSkip [, (, and ) args tests on remote servers. These fail on both Apache and lighttp...
Andy Grundman [Wed, 28 Mar 2007 22:24:42 +0000]
Skip [, (, and ) args tests on remote servers.  These fail on both Apache and lighttpd for whatever reason

17 years agoFix to C::Test to allow proper testing of remote URLs when the trailing slash is...
Andy Grundman [Wed, 28 Mar 2007 21:25:38 +0000]
Fix to C::Test to allow proper testing of remote URLs when the trailing slash is removed

17 years agoSkip fork tests on remote servers
Andy Grundman [Tue, 27 Mar 2007 22:18:11 +0000]
Skip fork tests on remote servers

17 years agoRun tests only once, running tests more than once just slows down debugging and insta...
Andy Grundman [Tue, 27 Mar 2007 21:41:01 +0000]
Run tests only once, running tests more than once just slows down debugging and installation

17 years agoWhen testing and something crashes, don't display the HTML error page, but rather...
Andy Grundman [Tue, 27 Mar 2007 21:36:01 +0000]
When testing and something crashes, don't display the HTML error page, but rather show the real error(s)

17 years agoSkip %2F and period tests on remote servers
Andy Grundman [Tue, 27 Mar 2007 20:25:45 +0000]
Skip %2F and period tests on remote servers

17 years agolighttpd: Allow running of a single test
Andy Grundman [Tue, 27 Mar 2007 20:25:11 +0000]
lighttpd: Allow running of a single test

17 years agoCheck for the FCGI module before running lighttpd tests
Andy Grundman [Tue, 27 Mar 2007 19:44:06 +0000]
Check for the FCGI module before running lighttpd tests

17 years agoRequire HTTP::Body 0.9, added a few tests to check that blank params work properly
Andy Grundman [Tue, 27 Mar 2007 18:34:35 +0000]
Require HTTP::Body 0.9, added a few tests to check that blank params work properly

17 years agofix release date of 5.7006 in Changes
Brian Cassidy [Tue, 27 Mar 2007 11:47:25 +0000]
fix release date of 5.7006 in Changes

17 years agoSupport SIGHUP in the HTTP engine
Andy Grundman [Mon, 26 Mar 2007 19:06:13 +0000]
Support SIGHUP in the HTTP engine

17 years agoFix date for the 7007 release
Andy Grundman [Mon, 26 Mar 2007 17:18:19 +0000]
Fix date for the 7007 release

17 years agoUpdate Changes to include mention of HTTP::Body fix
Andy Grundman [Mon, 26 Mar 2007 17:15:36 +0000]
Update Changes to include mention of HTTP::Body fix

17 years agoperformance improvements in uri_for by inlining encoding
Matt S Trout [Sun, 25 Mar 2007 06:51:07 +0000]
performance improvements in uri_for by inlining encoding

17 years agoRequire HTTP::Body 0.8, for bug fixes
Andy Grundman [Sat, 24 Mar 2007 02:26:04 +0000]
Require HTTP::Body 0.8, for bug fixes

17 years agoupdate Changes + VERSION
Brian Cassidy [Wed, 21 Mar 2007 17:17:28 +0000]
update Changes + VERSION

17 years agoHandle "0" as a path
Brian Cassidy [Wed, 21 Mar 2007 17:09:06 +0000]
Handle "0" as a path

17 years agoWarning in uri_for
Marcus Ramberg [Sun, 18 Mar 2007 19:26:42 +0000]
Warning in uri_for

17 years agorelease 5.7007
Marcus Ramberg [Tue, 13 Mar 2007 13:56:43 +0000]
release 5.7007

17 years agoIt's silly to document constants, switched to 'use constant' to avoid this
Andy Grundman [Tue, 13 Mar 2007 13:48:16 +0000]
It's silly to document constants, switched to 'use constant' to avoid this

17 years agoFix pod coverage on HTTP engine
Andy Grundman [Tue, 13 Mar 2007 13:46:33 +0000]
Fix pod coverage on HTTP engine

17 years agoPut back r6145 that was blown away by a bad commit
Andy Grundman [Tue, 13 Mar 2007 13:40:57 +0000]
Put back r6145 that was blown away by a bad commit

17 years agominor change to C::Test for style
Kieren Diment [Mon, 12 Mar 2007 11:07:54 +0000]
minor change to C::Test for style

17 years agofixed problem with overlapping server path and request path when testing on a non...
Kieren Diment [Mon, 12 Mar 2007 11:07:38 +0000]
fixed problem with overlapping server path and request path when testing on a non-root server

17 years agotrailing slash for non-root deployment fix by jayk
Kieren Diment [Mon, 12 Mar 2007 11:07:20 +0000]
trailing slash for non-root deployment fix by jayk

17 years agoimproved docs showing how to handle redirects
Kieren Diment [Mon, 12 Mar 2007 11:07:02 +0000]
improved docs showing how to handle redirects

17 years agor9710@zaphod (orig r6123): andyg | 2007-02-28 17:45:31 +1100
Kieren Diment [Mon, 12 Mar 2007 11:06:43 +0000]
r9710@zaphod (orig r6123):  andyg | 2007-02-28 17:45:31 +1100
Improved performance and stability of built-in HTTP server.  Ripped out keep-alive hack.  Increased chunk size from 4K to 64K.
r9711@zaphod (orig r6124):  jrockway | 2007-03-01 06:30:17 +1100
r26049@foo:  jon | 2007-02-28 12:50:05 -0600
mention that catalyst developers need catalyst::devel; bump catalyst version to 5.7
patch from jshirley.

r9712@zaphod (orig r6125):  andyg | 2007-03-01 09:43:40 +1100
Remove the time prefix from warn calls, was using it for debugging
r9713@zaphod (orig r6126):  fireartist | 2007-03-02 03:55:18 +1100
disabled HTMLEscape filter test - broken by HTML::Element.
HTML::Element unicode escaping fixed though, so enabled test, and require
v3.22.
documented request for maintainers.
bumped version number to 1.11 for cpan release

r9714@zaphod (orig r6127):  jshirley | 2007-03-02 10:29:58 +1100
Creating branch for new site development

r9715@zaphod (orig r6128):  andyg | 2007-03-02 17:45:16 +1100
Creating a dir for new PoCo::Catalyst wrapper around the POE engine
r9716@zaphod (orig r6129):  dec | 2007-03-02 18:11:38 +1100
Initial, basic, POE::Component::Catalyst with little to no testing.
r9717@zaphod (orig r6130):  adam | 2007-03-03 04:23:59 +1100
Added some debug logging - From Dave Rolksy

r9718@zaphod (orig r6131):  andyg | 2007-03-03 04:32:29 +1100
HTTP::POE: Support for setting custom alias name.  status() method
r9719@zaphod (orig r6132):  andyg | 2007-03-03 04:33:26 +1100
PoCo::Catalyst: Added a basic test suite, cleaned up the spawn options a bit
r9720@zaphod (orig r6133):  adam | 2007-03-03 06:51:56 +1100
Adding Catalyst::Log::Log4perl branch directory

r9721@zaphod (orig r6134):  adam | 2007-03-03 06:52:38 +1100
Branching for Sebastian Willert's fixes for cspec issues. (Allows for the proper line and file name)

r9722@zaphod (orig r6135):  adam | 2007-03-03 06:56:31 +1100
Sebastian Willert's fixes for broken cspec's.  Allows for proper reporting
of file line numbers.

r9723@zaphod (orig r6136):  marcus | 2007-03-04 10:46:58 +1100
wrong variable dec
r9724@zaphod (orig r6137):  andyg | 2007-03-07 03:27:13 +1100
RequireSSL 0.06, no_cache option, work properly under restarter and POE servers
r9725@zaphod (orig r6138):  nothingmuch | 2007-03-07 09:15:56 +1100
version bump
r9726@zaphod (orig r6139):  castaway | 2007-03-07 09:32:05 +1100
Added Catalyst-Model-S3 for davecardwell

r9727@zaphod (orig r6140):  davecardwell | 2007-03-07 14:02:28 +1100
Catalyst::Model::S3 - Catalyst Model for Amazon's S3 web service
importing v0.01

r9728@zaphod (orig r6141):  nothingmuch | 2007-03-07 14:41:48 +1100
fix tests
r9729@zaphod (orig r6142):  nothingmuch | 2007-03-07 14:43:36 +1100
blah
r9730@zaphod (orig r6143):  nothingmuch | 2007-03-07 14:44:21 +1100
- tagged Catalyst-View-TT-FunctionGenerator-0.02

17 years agor9552@zaphod (orig r6082): jrockway | 2007-02-17 04:24:04 +1100
Kieren Diment [Mon, 12 Mar 2007 11:06:11 +0000]
r9552@zaphod (orig r6082):  jrockway | 2007-02-17 04:24:04 +1100
fix C<???> business
r9553@zaphod (orig r6083):  jcamacho | 2007-02-17 15:57:46 +1100
save template_type with setup

r9561@zaphod (orig r6084):  jrockway | 2007-02-19 17:32:52 +1100
r18696@foo:  jon | 2007-02-18 23:53:28 -0600
adding Catalyst::Component::ACCEPT_CONTEXT

r9562@zaphod (orig r6085):  jrockway | 2007-02-19 17:37:35 +1100
r18704@foo:  jon | 2007-02-18 23:57:44 -0600
convert .cvsignore to svn ignore rules
r18705@foo:  jon | 2007-02-18 23:58:13 -0600
META.yml and inc too

r9563@zaphod (orig r6086):  jrockway | 2007-02-19 17:41:04 +1100
r18707@foo:  jon | 2007-02-19 00:00:42 -0600
remove .cvsignore from MANIFEST grr

r9564@zaphod (orig r6087):  jrockway | 2007-02-19 20:17:04 +1100
r18709@foo:  jon | 2007-02-19 02:37:40 -0600
add COMPONENT method to use the app as context in new (fix later)

r9565@zaphod (orig r6088):  jrockway | 2007-02-19 20:20:44 +1100
r18711@foo:  jon | 2007-02-19 02:41:21 -0600
tests for app => context at new

r9566@zaphod (orig r6089):  jayk | 2007-02-20 05:35:25 +1100
fix _auth_realms check to actually work now that we create the classdata in
the initialize routine

r9567@zaphod (orig r6090):  jayk | 2007-02-20 06:11:03 +1100
making debug call during setup conditional.

r9568@zaphod (orig r6091):  ash | 2007-02-22 04:43:57 +1100
MyAction attribute - thanks aherzog
r9569@zaphod (orig r6092):  ash | 2007-02-22 04:53:13 +1100
Add lets add the new file shall we
r9570@zaphod (orig r6093):  jayk | 2007-02-22 05:30:13 +1100
Documentation changes

r9571@zaphod (orig r6094):  jayk | 2007-02-22 05:31:09 +1100
Documentation fixes and prep for dist

r9572@zaphod (orig r6095):  andyg | 2007-02-22 06:53:00 +1100
C::E::HTTP::POE::YieldCC experiment
r9573@zaphod (orig r6096):  joel | 2007-02-22 09:24:17 +1100
added support for:
'force_plugins => [ qw(Config::Any::Foo Config::Any::Blah) ]' parameter to load_(files|stems)
$Config::Any::INI::MAP_SECTION_SPACE_TO_NESTED_KEY - boolean, defaulting to on, controlling whether to map spaces
in INI section headings to nested hashrefs

r9588@zaphod (orig r6097):  joel | 2007-02-23 08:44:59 +1100
Removed Test::Exception line which was causing test failures
Bumped version number

r9589@zaphod (orig r6098):  andyg | 2007-02-23 10:19:34 +1100
POE engine: Working on keep-alive support, but it's horribly slow for some reason... this code is currently BROKEN so don't use it from here
r9590@zaphod (orig r6099):  andyg | 2007-02-23 16:54:42 +1100
Improve performance by skipping body processing if we don't have Content-Length
r9591@zaphod (orig r6100):  andyg | 2007-02-23 16:56:21 +1100
Bump version in C::R
r9592@zaphod (orig r6101):  nothingmuch | 2007-02-24 02:44:03 +1100
support single list during set() for expires
r9593@zaphod (orig r6102):  andyg | 2007-02-24 02:51:49 +1100
Revert ningu's body change, can't see a good reason for this, and it has no tests
r9594@zaphod (orig r6103):  dwc | 2007-02-24 04:17:25 +1100
Preparing for release
r9595@zaphod (orig r6104):  dwc | 2007-02-24 04:27:11 +1100
Tagging 0.15
r9596@zaphod (orig r6105):  andyg | 2007-02-24 04:27:13 +1100
Checkpoint, back to a working state.  Keep alive disabled for now
r9597@zaphod (orig r6106):  andyg | 2007-02-24 07:12:09 +1100
Avoid a call to the slow str2time when setting HTTP Date header
r9598@zaphod (orig r6107):  andyg | 2007-02-24 08:48:02 +1100
Fix and sync POE engine tests
r9599@zaphod (orig r6108):  andyg | 2007-02-24 08:49:55 +1100
Reworked a lot of the POE engine to be faster.  Can now get about 145 req/sec out of it
r9600@zaphod (orig r6109):  andyg | 2007-02-24 10:38:46 +1100
Add a default body to redirect responses
r9601@zaphod (orig r6110):  andyg | 2007-02-24 10:48:05 +1100
Optimize constant subs
r9602@zaphod (orig r6111):  andyg | 2007-02-24 16:34:24 +1100
Add tests for body on redirects
r9603@zaphod (orig r6112):  andyg | 2007-02-26 04:23:01 +1100
POE engine is not an HTTP/1.1 server yet, so respond as 1.0
r9604@zaphod (orig r6113):  joel | 2007-02-26 07:08:33 +1100
fixed bug: [rt.cpan.org #25143] make tests fails
- t/61_features.t had 1 more test added than was set to skip if the INI parser
was not installed. Fixed by s/9/10/ on the skip() line.

r9605@zaphod (orig r6114):  jcamacho | 2007-02-26 08:04:11 +1100
increment for release. Update Changes file.

r9606@zaphod (orig r6115):  bricas | 2007-02-27 02:10:56 +1100
bumped version for repackaging
r9607@zaphod (orig r6116):  bricas | 2007-02-27 03:21:23 +1100
release 0.15
r9608@zaphod (orig r6117):  andyg | 2007-02-27 05:07:01 +1100
Patch from zamolxes: MyApp->model/view now looks at MyApp->config->{default_view/model}
r9609@zaphod (orig r6118):  andyg | 2007-02-27 05:14:35 +1100
Serve proper HTML for the redirect message

17 years agoRe-enable keep-alive support in HTTP engine, with a 1-second delay
Andy Grundman [Fri, 9 Mar 2007 19:01:09 +0000]
Re-enable keep-alive support in HTTP engine, with a 1-second delay

17 years agoImproved performance and stability of built-in HTTP server. Ripped out keep-alive...
Andy Grundman [Wed, 28 Feb 2007 06:45:31 +0000]
Improved performance and stability of built-in HTTP server.  Ripped out keep-alive hack.  Increased chunk size from 4K to 64K.

17 years agoServe proper HTML for the redirect message
Andy Grundman [Mon, 26 Feb 2007 18:14:35 +0000]
Serve proper HTML for the redirect message

17 years agoPatch from zamolxes: MyApp->model/view now looks at MyApp->config->{default_view...
Andy Grundman [Mon, 26 Feb 2007 18:07:01 +0000]
Patch from zamolxes: MyApp->model/view now looks at MyApp->config->{default_view/model}

17 years agoAdd tests for body on redirects
Andy Grundman [Sat, 24 Feb 2007 05:34:24 +0000]
Add tests for body on redirects