about summary refs log tree commit homepage
path: root/bin
DateCommit message (Expand)
2006-03-03Add quoting for mime_map when registering the service (in case mime file is l...
2006-03-03Small tweak to make sure the stop gets through.
2006-03-02Commands now converted to new plugin setup. Implemented initial plugin loadi...
2006-02-28Renamed InstallCommand in mongrel_rails_service, with the new plugin system s...
2006-02-28New plugin system that is much simpler than pluginfactory and has a lot more ...
2006-02-27Added a option to select processor affinity for your mongrel service (-c INT ...
2006-02-27We must avoid the trapping of signals for win32. Modified mongrel_rails to ci...
2006-02-26Implements an improved SwitchTower friendly mongrel_rails.
2006-02-23Done some refactoring into mongrel_rails_svc. Modified it, need more testing ...
2006-02-22Moved the win32 service files so that they can be used directly as commands. ...
2006-02-21As the CGI and Handlers get bigger we'll need to separate their code out. Th...
2006-02-20Modified the Rakefile removing dependency of daemons just for win32 gem. Also...
2006-02-19Fixed the content-type finally and added a bit to let windows do CTRL-C.
2006-02-18Did the recent announcement for 0.3.5. Modified the Rakefile in prep for the...
2006-02-16Functioning CGIWrapper that does a better job of dealing with the CGI->Mongre...
2006-02-15Fix for that same content-length bug, but now fixed by gutting CGI to use Htt...
2006-02-14Added requested features for running RoR applications.
2006-02-12Release that has better Rails servicing support. Might not work in win32.
2006-02-12Initial command/plugin setup for Mongrel
2006-02-10Forgot to reset the daemonize mode.
2006-02-10Now runs rails pretty completely, if a little slower than I'd like.
2006-02-10Fixed the URIClassifier to solve a problem with 1 character lookups. Complet...
2006-02-10Created rails runner, started making it daemon capable.