Cosmetic: removed trailing whitespace
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine / HTTP.pm
2009-06-11 Dan Dascalescu Cosmetic: removed trailing whitespace
2009-06-11 Dan Dascalescu Fixed run-on sentence in COPYRIGHT and s/program/library/
2009-05-13 Tomas Doran Fix ->engine->env for the dev server. Catalyst-Plugin...
2009-02-19 Florian Ragwitz Create branch register_actions.
2009-02-08 Florian Ragwitz Don't remove moose keywords explicitly. namespace:...
2009-02-08 Florian Ragwitz Move use namespace::clean to a more sensible place.
2009-02-04 Florian Ragwitz Don't ignore SIGCHLD while handling requests with the...
2009-02-04 Florian Ragwitz Use the way documented by IO::Socket::INET to get the...
2009-02-04 Florian Ragwitz Properly report dynamic bind port for the development...
2009-01-13 Tomas Doran Merge up from 5.70 trunk:
2009-01-12 Tomas Doran Re-write Roadmap to not be lies, change warns on compon...
2009-01-06 Andy Grundman Handle leading CRLF in HTTP requests sometimes sent...
2008-12-08 Tomas Doran Do a load of small refatoring to remove direct hash...
2008-11-30 Marcus Ramberg Lazy resolution of hostname
2008-10-17 Florian Ragwitz Remove internal constants from the Engine::HTTP namespace.
2008-09-11 Florian Ragwitz Make the HTTP engine use before instead of around to...
2008-09-01 Matt S Trout r12983@zaphod: kd | 2008-04-28 18:10:27 +1000
2008-06-30 Brian Cassidy authors cleanup
2008-06-23 Guillermo Roditi bye bye Class::C3. for good.
2008-06-23 Guillermo Roditi mro compat stuff
2008-06-23 Guillermo Roditi start using Class::C3, may need to add a reinitalize...
2008-06-23 Guillermo Roditi reverting (most of) the whitespace changes
2008-06-23 Guillermo Roditi converting the engines. i had to add use NEXT to some...
2008-06-23 Guillermo Roditi Initial commit of Moosified Catalyst parts.
2008-04-04 Andy Grundman Patch from Ton Voon to fix bug in HTTP engine where...
2007-12-11 Andy Grundman Fixed a bug where -rr (restart regex) command line...
2007-10-26 Andy Grundman Revert SIGCHLD patch pending a test
2007-10-26 Andy Grundman Patch from Jon Schutz to add a proper SIGCHLD repear...
2007-10-16 Andy Grundman Change Engine::write() to use IO::Select instead of...
2007-09-05 Andy Grundman Return child PID from HTTP engine when run with 'backgr...
2007-08-14 Andy Grundman Avoid a warning if there is an HTTP write error
2007-08-03 Andy Grundman Fixed a bug with the HTTP engine where very large respo...
2007-08-02 Brian Cassidy tabs => spaces
2007-05-16 Andy Grundman Fixed issue where development server running in fork...
2007-04-16 Andy Grundman Fix broken HTTP engine after botched merge from 2 weeks ago
2007-04-04 Kieren Diment fixed bodged svk push
2007-04-04 Kieren Diment (no commit message)
2007-04-04 Kieren Diment r9568@zaphod (orig r6091): ash | 2007-02-22 04:43...
2007-03-26 Andy Grundman Support SIGHUP in the HTTP engine
2007-03-13 Andy Grundman It's silly to document constants, switched to 'use...
2007-03-13 Andy Grundman Fix pod coverage on HTTP engine
2007-03-13 Andy Grundman Put back r6145 that was blown away by a bad commit
2007-03-12 Kieren Diment r9710@zaphod (orig r6123): andyg | 2007-02-28 17:45...
2007-03-12 Kieren Diment r9552@zaphod (orig r6082): jrockway | 2007-02-17 04...
2007-03-09 Andy Grundman Re-enable keep-alive support in HTTP engine, with a...
2007-02-28 Andy Grundman Improved performance and stability of built-in HTTP...
2007-02-23 Andy Grundman Avoid a call to the slow str2time when setting HTTP...
2006-11-12 Christian Hansen Fixed a CGI header bug
2006-11-07 Andy Grundman Moved IE workarounds to be only in the HTTP engine
2006-10-25 Andy Grundman Small tweaks to the socket code for IE crasher
2006-10-23 Andy Grundman Patch from Jesper Krogh to keep Engine::HTTP from crash...
2006-10-18 Kieren Diment added -daemonise patch from Ton Voon
2006-09-13 Yuval Kogman kane++'s fix for passing @INC down to the restarter...
2006-05-22 Matt S Trout nuked each() out of core with prejudice
2005-11-19 Sebastian Riedel Reformatted documentation
2005-11-18 Andy Grundman Expanded c->error docs (drewbie)
2005-11-17 Andy Grundman Added esskar's keep-alive patch
2005-11-17 Sebastian Riedel Updated PAR support...
2005-11-12 Sebastian Riedel Fixed the fork and restart bug
2005-11-08 Sebastian Riedel Updated built in server to restart on win32
2005-11-03 Andy Grundman Applied wdh's fixed exec call to work on FreeBSD
2005-11-02 Andy Grundman Refactored restarter into a subclass of Engine::HTTP...
2005-10-29 Andy Grundman Reverted restarter change, until some fixes are made
2005-10-27 Andy Grundman Updated Changes
2005-10-27 Andy Grundman Updated HTTP engine to watch for changes to directory...
2005-10-27 Andy Grundman Optimized the _index function to not run File::Find...
2005-10-27 Andy Grundman Fixed HTTP engine to exit the restarter process if...
2005-10-25 Marcus Ramberg make the httpd fail if it can't bind.
2005-10-17 Andy Grundman Gave options hash a default value to allow older server...
2005-10-17 Sebastian Riedel Improved test server
2005-10-17 Sebastian Riedel Updated to half working restarter with syntax check
2005-10-17 Sebastian Riedel Updated signal stuff
2005-10-17 Sebastian Riedel Added restart feature to test server
2005-10-11 Sebastian Riedel Removed req->handle and res->handle
2005-10-10 Andy Grundman Merged 5.49_01 (r1339) from refactored branch to trunk
2005-04-25 Christian Hansen Reworked Engine namespaces
2005-04-19 Christian Hansen Applied HTTP.pm patch from Andy Grundman <andy@hybridiz...
2005-04-02 Christian Hansen Fix Apache, added C::E::Apache::MP1 and C::E::Apache...
2005-03-31 Sebastian Riedel fixed some minor bugs
2005-03-30 Christian Hansen C::E::HTTP fallback to $base->host for old clients...
2005-03-30 Christian Hansen Fix base and headers
2005-03-29 Christian Hansen Fixing HTTP.pm
2005-03-29 Christian Hansen C::E::HTTP fixes
2005-03-29 Christian Hansen Catalyst::Engine::HTTP try select
2005-03-29 Christian Hansen Catalyst::Engine::HTTP
2005-03-28 Sebastian Riedel big cleansweep
2005-03-25 Christian Hansen rename C::E::HTTP.pm to C::E::LWP.pm
2005-03-25 Sebastian Riedel fixed forwarding to class method pairs and did some...
2005-03-25 Christian Hansen - added Catalyst::Engine::HTTP