18 years ago- Added new _DISPATCH private action for dispatching
Matt S Trout [Tue, 1 Nov 2005 01:29:47 +0000]
- Added new _DISPATCH private action for dispatching

18 years agoFixed typo in myapp_fastcgi.pl helper
Andy Grundman [Tue, 1 Nov 2005 01:05:47 +0000]
Fixed typo in myapp_fastcgi.pl helper

18 years agoFixed pod
Sebastian Riedel [Mon, 31 Oct 2005 14:10:22 +0000]
Fixed pod

18 years agoUpdated fcgi engine for multi process external support
Sebastian Riedel [Mon, 31 Oct 2005 14:08:16 +0000]
Updated fcgi engine for multi process external support

18 years agoExample for Catalyst::Utils::apprefix
Yuval Kogman [Mon, 31 Oct 2005 10:08:44 +0000]
Example for Catalyst::Utils::apprefix

18 years agoFixed prereq bug
Sebastian Riedel [Mon, 31 Oct 2005 03:36:37 +0000]
Fixed prereq bug

18 years agoRemoved JSAN support from core
Sebastian Riedel [Mon, 31 Oct 2005 03:28:10 +0000]
Removed JSAN support from core

18 years agoReleng, test fixes, bug fixes for Session plugins
Yuval Kogman [Mon, 31 Oct 2005 01:27:49 +0000]
Releng, test fixes, bug fixes for Session plugins

18 years agoMade JSAN support optional
Sebastian Riedel [Mon, 31 Oct 2005 00:27:50 +0000]
Made JSAN support optional

18 years agoUpdated script generation
Sebastian Riedel [Mon, 31 Oct 2005 00:18:16 +0000]
Updated script generation

18 years agoAdded JSAN support
Sebastian Riedel [Mon, 31 Oct 2005 00:17:20 +0000]
Added JSAN support

18 years agoCookbook: added require-user-login patch from Chisel
Jesse Sheidlower [Sun, 30 Oct 2005 15:00:41 +0000]
Cookbook: added require-user-login patch from Chisel

18 years agoWritingPlugins added to main Man page
Jesse Sheidlower [Sun, 30 Oct 2005 14:41:44 +0000]
WritingPlugins added to main Man page

18 years ago- Made Action accessor names more consistent (namespace -> class, prefix -> namespace)
Matt S Trout [Sat, 29 Oct 2005 21:27:08 +0000]
- Made Action accessor names more consistent (namespace -> class, prefix -> namespace)

18 years agoReverted restarter change, until some fixes are made
Andy Grundman [Sat, 29 Oct 2005 13:36:05 +0000]
Reverted restarter change, until some fixes are made

18 years agoRequire HTTP::Body >= 0.03 for the memleak test
Andy Grundman [Fri, 28 Oct 2005 22:45:23 +0000]
Require HTTP::Body >= 0.03 for the memleak test

18 years agoUpdated HTTP::Body dep to 0.03
Andy Grundman [Fri, 28 Oct 2005 00:03:46 +0000]
Updated HTTP::Body dep to 0.03

18 years agoUpdated Changes
Andy Grundman [Thu, 27 Oct 2005 19:17:47 +0000]
Updated Changes

18 years agoUpdated HTTP engine to watch for changes to directory mtimes, handle deleted modules...
Andy Grundman [Thu, 27 Oct 2005 19:04:47 +0000]
Updated HTTP engine to watch for changes to directory mtimes, handle deleted modules, and cleaned up the paths to not contain script/..

18 years agoOptimized the _index function to not run File::Find every loop, and to make only...
Andy Grundman [Thu, 27 Oct 2005 18:26:08 +0000]
Optimized the _index function to not run File::Find every loop, and to make only 1 stat call

18 years agoUpdated Changes
Andy Grundman [Thu, 27 Oct 2005 17:50:30 +0000]
Updated Changes

18 years agoFixed HTTP engine to exit the restarter process if the parent has died, also fixed...
Andy Grundman [Thu, 27 Oct 2005 17:47:52 +0000]
Fixed HTTP engine to exit the restarter process if the parent has died, also fixed SIGINT for child process, and defaulted delay to 1 just in case

18 years agoFixed Changes file to remove 5.34 and full_uri
Andy Grundman [Thu, 27 Oct 2005 16:51:23 +0000]
Fixed Changes file to remove 5.34 and full_uri

18 years agoUpdated CGI and FastCGI tests to not delete the tmp files if the server is still...
Andy Grundman [Thu, 27 Oct 2005 16:23:54 +0000]
Updated CGI and FastCGI tests to not delete the tmp files if the server is still running

18 years agoKilled the last memory leak
Andy Grundman [Thu, 27 Oct 2005 15:57:32 +0000]
Killed the last memory leak

18 years agoAllow user-specified uri to test for leaks
Andy Grundman [Wed, 26 Oct 2005 20:21:32 +0000]
Allow user-specified uri to test for leaks

18 years agoCombined memleak test with stress test to test all test actions
Andy Grundman [Wed, 26 Oct 2005 19:19:27 +0000]
Combined memleak test with stress test to test all test actions

18 years agoAdded nicer size strings to memleak test
Andy Grundman [Wed, 26 Oct 2005 13:55:49 +0000]
Added nicer size strings to memleak test

18 years agoFixed use GTop
Andy Grundman [Wed, 26 Oct 2005 13:51:14 +0000]
Fixed use GTop

18 years agoAdded a memory leak test
Andy Grundman [Wed, 26 Oct 2005 13:49:30 +0000]
Added a memory leak test

18 years ago- path_to.t fixed on Windows, thanks to LTjake
Matt S Trout [Tue, 25 Oct 2005 23:46:54 +0000]
- path_to.t fixed on Windows, thanks to LTjake

18 years agoprepare for _02...
Marcus Ramberg [Tue, 25 Oct 2005 22:48:15 +0000]
prepare for _02...
added pod for ->version

18 years agomake the httpd fail if it can't bind.
Marcus Ramberg [Tue, 25 Oct 2005 21:38:47 +0000]
make the httpd fail if it can't bind.

18 years agos/hope/hopes
Marcus Ramberg [Tue, 25 Oct 2005 19:24:28 +0000]
s/hope/hopes

18 years agoUpdated manifest
Sebastian Riedel [Tue, 25 Oct 2005 17:10:47 +0000]
Updated manifest

18 years agoAdded path_to method
Sebastian Riedel [Tue, 25 Oct 2005 16:47:24 +0000]
Added path_to method

18 years agoAdded $c->error(0) support
Sebastian Riedel [Tue, 25 Oct 2005 15:03:26 +0000]
Added $c->error(0) support

18 years agoadd support for args to uri_for.
Marcus Ramberg [Tue, 25 Oct 2005 13:17:22 +0000]
add support for args to uri_for.

18 years agoFixed path in stress test data
Andy Grundman [Mon, 24 Oct 2005 02:48:48 +0000]
Fixed path in stress test data

18 years agoAdded a simple stress test that hits every URI in the test suite
Andy Grundman [Mon, 24 Oct 2005 02:47:13 +0000]
Added a simple stress test that hits every URI in the test suite

18 years ago- And the one that sliiped through
Matt S Trout [Mon, 24 Oct 2005 01:44:56 +0000]
- And the one that sliiped through

18 years ago- Fixed CAT_BENCH_ITERS :)
Matt S Trout [Mon, 24 Oct 2005 01:44:21 +0000]
- Fixed CAT_BENCH_ITERS :)

18 years ago- Updates action tests to use CAT_BENCH_ITERS or 2 for num. iterations
Matt S Trout [Mon, 24 Oct 2005 01:06:56 +0000]
- Updates action tests to use CAT_BENCH_ITERS or 2 for num. iterations

18 years agoFixed some typos
Sebastian Riedel [Mon, 24 Oct 2005 00:51:44 +0000]
Fixed some typos

18 years ago- Fixed Index, cleaned up get_action
Matt S Trout [Mon, 24 Oct 2005 00:46:47 +0000]
- Fixed Index, cleaned up get_action

18 years agoFixed typo
Sebastian Riedel [Sun, 23 Oct 2005 22:17:38 +0000]
Fixed typo

18 years agoChanged default match to use path instead of result
Andy Grundman [Sun, 23 Oct 2005 17:09:19 +0000]
Changed default match to use path instead of result

18 years agoFixed Catalyst::Test to not throw a exception when the appclass can't be required
Sebastian Riedel [Sun, 23 Oct 2005 14:04:49 +0000]
Fixed Catalyst::Test to not throw a exception when the appclass can't be required

18 years agoFixed some typos
Sebastian Riedel [Sun, 23 Oct 2005 14:00:42 +0000]
Fixed some typos

18 years agoUpdated dispatcher
Sebastian Riedel [Sun, 23 Oct 2005 03:40:26 +0000]
Updated dispatcher

18 years agoOptimized the path split a bit
Andy Grundman [Sat, 22 Oct 2005 18:04:34 +0000]
Optimized the path split a bit

18 years agoFixed the args passed to default
Andy Grundman [Sat, 22 Oct 2005 18:02:51 +0000]
Fixed the args passed to default

18 years agoAdded a failing test for args passed to default
Andy Grundman [Sat, 22 Oct 2005 17:49:54 +0000]
Added a failing test for args passed to default

18 years agoFixed index test to work around HTTP::Response bug
Andy Grundman [Sat, 22 Oct 2005 15:55:12 +0000]
Fixed index test to work around HTTP::Response bug

18 years agoFixed a typo
Sebastian Riedel [Sat, 22 Oct 2005 15:42:58 +0000]
Fixed a typo

18 years agoAdded expected actions tests to index test
Andy Grundman [Sat, 22 Oct 2005 15:22:44 +0000]
Added expected actions tests to index test

18 years agoMoved first-level index to a new controller so inheritence doesn't break
Andy Grundman [Sat, 22 Oct 2005 14:18:40 +0000]
Moved first-level index to a new controller so inheritence doesn't break

18 years agoFixed index action
Sebastian Riedel [Sat, 22 Oct 2005 14:07:53 +0000]
Fixed index action

18 years agoAdded a first-level controller index test, that passes
Andy Grundman [Sat, 22 Oct 2005 13:54:08 +0000]
Added a first-level controller index test, that passes

18 years agoAdded index tests, 2 are failing
Andy Grundman [Sat, 22 Oct 2005 13:49:06 +0000]
Added index tests, 2 are failing

18 years agoUpdated manifest
Andy Grundman [Sat, 22 Oct 2005 13:12:54 +0000]
Updated manifest

18 years agoFixed a typo
Sebastian Riedel [Sat, 22 Oct 2005 12:56:36 +0000]
Fixed a typo

18 years agoAdded index action and fixed get_action
Sebastian Riedel [Sat, 22 Oct 2005 11:06:25 +0000]
Added index action and fixed get_action

18 years agoAdded on demand DispatchType loading
Sebastian Riedel [Sat, 22 Oct 2005 10:00:19 +0000]
Added on demand DispatchType loading

18 years agoFixed public action lists
Sebastian Riedel [Sat, 22 Oct 2005 08:57:24 +0000]
Fixed public action lists

18 years agoCleaned all new classes
Sebastian Riedel [Sat, 22 Oct 2005 07:32:23 +0000]
Cleaned all new classes

18 years agoFixed default action in appclass
Sebastian Riedel [Sat, 22 Oct 2005 07:09:40 +0000]
Fixed default action in appclass

18 years ago- Added a bunch of comments to new dispatcher code
Matt S Trout [Sat, 22 Oct 2005 05:18:08 +0000]
- Added a bunch of comments to new dispatcher code

18 years ago- Shifted Path dispatch into a DispatchType and nuked old set_action stuff
Matt S Trout [Sat, 22 Oct 2005 05:02:54 +0000]
- Shifted Path dispatch into a DispatchType and nuked old set_action stuff

18 years ago- Removed dead code
Matt S Trout [Sat, 22 Oct 2005 04:27:16 +0000]
- Removed dead code

18 years ago- Start of DispatchType refactor
Matt S Trout [Sat, 22 Oct 2005 04:23:10 +0000]
- Start of DispatchType refactor

18 years agoImproved performance a bit by not running prepare_query_parameters unless we actually...
Andy Grundman [Sat, 22 Oct 2005 04:15:50 +0000]
Improved performance a bit by not running prepare_query_parameters unless we actually have a query string

18 years ago- Added some docs to dispatcher modifications
Matt S Trout [Sat, 22 Oct 2005 02:37:53 +0000]
- Added some docs to dispatcher modifications

18 years agoAdded a benchmark to the auto test, CAT_BENCHMARK=1
Andy Grundman [Sat, 22 Oct 2005 02:37:37 +0000]
Added a benchmark to the auto test, CAT_BENCHMARK=1

18 years ago- $c now has $c->action and $c->namespace
Matt S Trout [Sat, 22 Oct 2005 02:16:07 +0000]
- $c now has $c->action and $c->namespace

18 years agoFixed extra.conf to use correct tmp dir
Andy Grundman [Sat, 22 Oct 2005 01:13:07 +0000]
Fixed extra.conf to use correct tmp dir

18 years agoFixed ActionContainer POD, added to manifest
Andy Grundman [Sat, 22 Oct 2005 01:12:42 +0000]
Fixed ActionContainer POD, added to manifest

18 years ago- And finally some optimisations. Oh, and the missing new class ...
Matt S Trout [Sat, 22 Oct 2005 00:50:30 +0000]
- And finally some optimisations. Oh, and the missing new class ...

18 years ago- Dispatcher refactor, part trois
Matt S Trout [Fri, 21 Oct 2005 23:56:12 +0000]
- Dispatcher refactor, part trois

18 years ago- Dispatcher refactor, part deux
Matt S Trout [Fri, 21 Oct 2005 23:32:52 +0000]
- Dispatcher refactor, part deux

18 years ago- First part of dispatcher refactor
Matt S Trout [Fri, 21 Oct 2005 21:36:08 +0000]
- First part of dispatcher refactor

18 years agoUpdated class templates
Sebastian Riedel [Fri, 21 Oct 2005 18:58:55 +0000]
Updated class templates

18 years agoUpdated welcome
Sebastian Riedel [Fri, 21 Oct 2005 18:49:47 +0000]
Updated welcome

18 years agoUpdated welcome
Sebastian Riedel [Fri, 21 Oct 2005 18:41:38 +0000]
Updated welcome

18 years agoAdded 10x loop around auto tests
Andy Grundman [Fri, 21 Oct 2005 16:04:11 +0000]
Added 10x loop around auto tests

18 years agoAdded some tests for auto
Andy Grundman [Fri, 21 Oct 2005 16:01:15 +0000]
Added some tests for auto

18 years agoAdded some stress testing
Sebastian Riedel [Fri, 21 Oct 2005 15:43:52 +0000]
Added some stress testing

18 years agoFixed second bug
Sebastian Riedel [Fri, 21 Oct 2005 15:04:08 +0000]
Fixed second bug

18 years agoMade restart tests a bit more descriptive
Andy Grundman [Fri, 21 Oct 2005 15:03:33 +0000]
Made restart tests a bit more descriptive

18 years agoFixed my bug
Sebastian Riedel [Fri, 21 Oct 2005 15:00:39 +0000]
Fixed my bug

18 years agoFixed pod and added Catalyst::Utils::appprefix
Sebastian Riedel [Fri, 21 Oct 2005 12:45:56 +0000]
Fixed pod and added Catalyst::Utils::appprefix

18 years agoChanged http tests to use t/tmp instead of t/var
Andy Grundman [Thu, 20 Oct 2005 21:10:01 +0000]
Changed http tests to use t/tmp instead of t/var

18 years agoSkip filehandle tests on remote servers
Andy Grundman [Thu, 20 Oct 2005 20:59:09 +0000]
Skip filehandle tests on remote servers

18 years agoAdded tests for passing filehandle to res->body
Andy Grundman [Thu, 20 Oct 2005 20:50:48 +0000]
Added tests for passing filehandle to res->body

18 years agoFixed binmode call in helper
Andy Grundman [Thu, 20 Oct 2005 20:40:10 +0000]
Fixed binmode call in helper

18 years agoStatic::Simple, documented internal methods for coverage, fixed binmode call
Andy Grundman [Thu, 20 Oct 2005 20:30:34 +0000]
Static::Simple, documented internal methods for coverage, fixed binmode call

18 years agoUpdated pod
Sebastian Riedel [Thu, 20 Oct 2005 19:53:19 +0000]
Updated pod

18 years agoSet binmode on static files for win32 support
Andy Grundman [Thu, 20 Oct 2005 18:37:26 +0000]
Set binmode on static files for win32 support

18 years agoSet binmode on files created using the helper, so they are created properly on win32
Andy Grundman [Thu, 20 Oct 2005 18:36:57 +0000]
Set binmode on files created using the helper, so they are created properly on win32

18 years agoChanged Static::Simple to pass an IO::File object to res->body
Andy Grundman [Thu, 20 Oct 2005 16:34:56 +0000]
Changed Static::Simple to pass an IO::File object to res->body