about summary refs log tree commit homepage
path: root/bin
DateCommit message (Expand)
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.
2006-04-04Additional debugging dumps just in case the parser is too ruthless. Removed ...
2006-04-03Wasn't reading the config_script option properly.
2006-04-01Bug where the config script wouldn't get loaded.
2006-04-01Fixes incorrect version. Sets up an extra .rb config option (-S). Fixes an ...
2006-03-30Stupid emacs capitalized the function call.
2006-03-28Reports a 1 exit status on errors.
2006-03-27Final tweaks to speed up the file serving a bit using sendfile and a modified...
2006-03-26Final touches to get mongrel_rails working. Fixed URI registration bug. Sma...
2006-03-26mongrel_rails now uses the RailsConfigurator. All rails.rb are now in Mongre...
2006-03-25First crack at some advanced debugging features for mongrel and the console.
2006-03-22Updates mongrel scripts to the new thread model with max concurrent and with ...
2006-03-19Release that improves performance a bit on most platforms, but dramatically o...