about summary refs log tree commit homepage
path: root/bin
DateCommit message (Expand)
2008-03-31Somehow the RUBY_PLATFORM regexp got lost between branches... great!
2008-03-24Backport Eric's changes to the http parser from trunk (Eric Wong).
2007-11-12close #15539
2007-11-01oops... gems is quite necessary
2007-10-27obey address flag
2007-10-18i feel like that should block
2007-10-15timeout default was wrong
2007-09-24refactor timeout and death_time to throttle and timeout, respectively, make t...
2007-08-29Small documentation update. (closes: #13299)
2007-08-25Validates log and PID paths after loading them from a config file. Guys, plea...
2007-08-14Corrected help text.
2007-08-13require cgi_multipart in mongrel itself, not mongrel_rails; bump required ver...
2006-12-16Wait parameter for stop --force which waits for the pid to go away, and then ...
2006-12-16Whitelist for headers which can be duplicated.
2006-11-21Removed the now obsolete _service and _svc scripts from trunk, yahoo!
2006-10-24Fixes --group and --user options.
2006-10-24First changes for inclusion of the cgi multipart fix.
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-14Now properly handles the PID from -c on stop/restart.
2006-08-12Fixes redirects not working with new unlocked IO, becase Matt P. showed me I'...
2006-08-12Restart didn't have the pid_file fix.
2006-08-12Fix so that response output is not locked while Rails is locked.
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-05An extra check on prefix to make sure it's perfect.
2006-07-14Bugfixes for 0.3.13.4 release firming up IO tweaks.
2006-07-13Backport of HttpRequest enhancements from 0.4. Patch to specify --prefix fro...
2006-06-30Documentation update and sync with latest code.
2006-06-30Ruby license applied to all files
2006-06-30Switched Mongrel to Ruby license.
2006-06-21Fixes a bug that broke -C for start.
2006-06-16Cleaned up the logging output to be more 'unix style'. Give a big warning if...
2006-06-15Major bug fixed where sockets would get leaked if the client closed early (or...
2006-06-08Fixes a bug where default settings always dominated config files.
2006-06-05Fixes bugs 4658, 4478, 4402, and minor fix for the katana killer concurrency ...
2006-06-05Late night hackery. Moving code for checking users and groups to common place...
2006-05-23PID file wiping is now stopped, and also allows to run a debug without wiping...
2006-05-23Bug 4414 fixed, should no longer clobber pid file
2006-05-21Fixed up messages for win32 related to signals. Applied Bradley Taylor's use...
2006-05-20Patch from Bradley Taylor allowing uid/gid change on start.
2006-05-20Initial code review fixing some things, and rcov addition.
2006-05-18Fixed bug where mime types weren't getting picked up.
2006-05-13Enhanced the version and usage messages just for the bikeshedders :-).
2006-05-12Implemented the -G option for generating config files.
2006-05-12num-procs and timeout options were not being set
2006-05-11Mongrel 0.3.13 release push. Lots of documentation started and little fixes....
2006-04-05Adds thread tracking and cleaner shutdown.
2006-04-04A little too eager on the search/replace.