about summary refs log tree commit homepage
path: root/lib/mongrel/configurator.rb
DateCommit message (Expand)
2008-03-31Somehow the RUBY_PLATFORM regexp got lost between branches... great!
2007-10-27grammar
2007-10-27oops, committed a debugging line
2007-10-27use rubygems a little less aggressively
2007-10-27forward port patch from 1.0.3
2007-10-26forwardport configurator fixes from 1.0.2
2007-10-26shuffle configurator around
2007-10-18move synchronousness back to HS
2007-10-18default
2007-10-18redirect
2007-10-18how's this
2007-10-18howbout we support asynchronous and synchronous stopping
2007-10-18there, multithreaded stopping at the toplevel, with joins
2007-10-18no reason not to always print the backtrace for those errors
2007-10-18that was bogus
2007-10-18try joining the thread for JRuby so it blocks until it stops... this is confu...
2007-10-11apply #14641, fix comment
2007-09-24refactor timeout and death_time to throttle and timeout, respectively, make t...
2007-09-21mongrel can use all group permissions of this user. (#14116)
2006-09-26* Cosmetic code/comment formatting
2006-09-26Fixes a bug on OSX by changing from exec to system on restart.
2006-09-22Mongrel 0.3.13.5 version bump. Final commit of changes from 0.3.13.4. I've b...
2006-08-17New memory debugging that's faster and a bit more accurate.
2006-08-16Added mongrel_cluster as officially part of mongrel.
2006-08-12Fixes redirects not working with new unlocked IO, becase Matt P. showed me I'...
2006-08-11Fixes bug where PID file not written when in config file. Improves error mes...
2006-08-08Fixes the confusion in the PID and log file settings.
2006-08-03Using at_exit to clean pid files
2006-08-03at_exit is used to unlink the pid file more reliably
2006-07-13Backport of HttpRequest enhancements from 0.4. Patch to specify --prefix fro...