updated log format
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine.pm
2005-04-03 Sebastian Riedel cleanup
2005-04-03 Sebastian Riedel added dependency to Text::ASCITable for some eyecandy...
2005-04-02 Sebastian Riedel prettier lists
2005-04-02 Sebastian Riedel prettify update
2005-04-02 Sebastian Riedel prettier statistics
2005-04-02 Christian Hansen don't override status or content_length
2005-04-02 Christian Hansen oups, typo in regexp
2005-04-02 Christian Hansen don't give 'No Output' error on 1xx or 3xx status
2005-04-02 Christian Hansen add $c->finalize_error and improve $c->finalize
2005-04-02 Christian Hansen Fix Apache, added C::E::Apache::MP1 and C::E::Apache...
2005-04-01 Sebastian Riedel typo
2005-04-01 Sebastian Riedel cleanup
2005-04-01 Sebastian Riedel indentation
2005-04-01 Sebastian Riedel another one
2005-04-01 Sebastian Riedel typo
2005-04-01 Sebastian Riedel sweeter statistics
2005-04-01 Christian Hansen order debug messages
2005-04-01 Sebastian Riedel small typo
2005-04-01 Sebastian Riedel some formatting
2005-04-01 Sebastian Riedel better debug info
2005-03-31 Sebastian Riedel fixed multiple action problem
2005-03-31 Christian Hansen Fix host header on local tests
2005-03-30 Sebastian Riedel inheritance for methods with attributes
2005-03-30 Christian Hansen call only the closes default and reverse end calls
2005-03-29 Christian Hansen Alias for action attributes
2005-03-29 Christian Hansen Fixing HTTP.pm
2005-03-29 Marcus Ramberg fixed tainted $1 data from previous regexp.
2005-03-28 Sebastian Riedel fixed forward
2005-03-28 Sebastian Riedel second try
2005-03-28 Sebastian Riedel new attributes :)
2005-03-28 Sebastian Riedel fixed forward
2005-03-28 Sebastian Riedel undo previous change
2005-03-28 Sebastian Riedel fixed end inheritance
2005-03-28 Sebastian Riedel fixed the inheritance bug
2005-03-28 Sebastian Riedel whole new syntax
2005-03-26 Christian Hansen Fix dump bug in C::Log
2005-03-25 Sebastian Riedel and again
2005-03-25 Sebastian Riedel improved forward()
2005-03-25 Sebastian Riedel improved !? support
2005-03-25 Sebastian Riedel made !? work
2005-03-25 Christian Hansen $c->prepare_headers before $c->prepare_cookies
2005-03-25 Sebastian Riedel fixed problems with mod_perl2
2005-03-25 Sebastian Riedel fixed forwarding to class method pairs and did some...
2005-03-24 Christian Hansen added synopsis to Engine subclassed and documented...
2005-03-24 Christian Hansen refactored Engine.pm, added $c->(get|set)_action;
2005-03-24 Sebastian Riedel state update
2005-03-24 Sebastian Riedel fixed typo
2005-03-24 Sebastian Riedel next generation
2005-03-23 Sebastian Riedel debug messages work again
2005-03-23 Sebastian Riedel fixed actions
2005-03-23 Sebastian Riedel whole new core for private action inheritance
2005-03-20 Sebastian Riedel added connection stuff
2005-03-19 Sebastian Riedel added script/cgi-server.pl
2005-03-19 Marcus Ramberg doc patch from Andrew Ford
2005-03-19 Sebastian Riedel many many fixes...
2005-03-16 Sebastian Riedel debug message for params
2005-03-16 Marcus Ramberg fixed pod coverage
2005-03-16 Sebastian Riedel fixed that weird bug
2005-03-09 Sebastian Riedel no more regex forwards
2005-03-02 Sebastian Riedel private prefixed actions override private actions
2005-03-02 Sebastian Riedel Many bugfixes,better docs
2005-02-28 Marcus Ramberg initial import of catalyst.