about summary refs log tree commit homepage
path: root/lib/mongrel/command.rb
DateCommit message (Expand)
2007-10-31Mongrel::Gems helper to deal with Rubygems and ActiveSupport infighting
2007-10-27use rubygems a little less aggressively
2007-10-11close #14584
2006-09-22Mongrel 0.3.13.5 version bump. Final commit of changes from 0.3.13.4. I've b...
2006-08-08Fixes up the error messages on invalid options to commands
2006-06-30Ruby license applied to all files
2006-06-30Switched Mongrel to Ruby license.
2006-06-23Refactor reaping dead threads. Slight change to license header to make it cl...
2006-06-15Major bug fixed where sockets would get leaked if the client closed early (or...
2006-06-08Fixes group and user switching problems if you're already the requested user.
2006-06-05Late night hackery. Moving code for checking users and groups to common place...
2006-05-21LGPL preamble on all source files.
2006-05-13Enhanced the version and usage messages just for the bikeshedders :-).
2006-05-13Improved conditional response code from Dan Kubb. Handles ETag on 304 respon...
2006-05-04Conditional response code from Dan Kubb.
2006-04-01Fixes incorrect version. Sets up an extra .rb config option (-S). Fixes an ...
2006-03-26mongrel_rails now uses the RailsConfigurator. All rails.rb are now in Mongre...
2006-03-11Completes initial documentation for gemplugin and for starting the first mong...
2006-03-09GemPlugin now doesn't use autorequire. Mongrel adapted to cover an error wit...
2006-03-06Implements the new gem based plugins as a separate projects/gem_plugin. Sets...
2006-03-05Fixed up unit tests and cleaned up more of the gem plugin code. Temporarily ...
2006-03-02Commands now converted to new plugin setup. Implemented initial plugin loadi...
2006-02-28New plugin system that is much simpler than pluginfactory and has a lot more ...
2006-02-26Implements an improved SwitchTower friendly mongrel_rails.
2006-02-16Functioning CGIWrapper that does a better job of dealing with the CGI->Mongre...
2006-02-12Release that has better Rails servicing support. Might not work in win32.
2006-02-12Using pluginfactory along with original command code from fastcst.