about summary refs log tree commit homepage
path: root/bin
DateCommit message (Expand)
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...
2006-03-15Preparing for the 0.3.11 release with a few minor tweaks.
2006-03-15Fixed the problem with edge rails loading AR from gems rather than from edge.
2006-03-14mongrel_config now adapts to the platform it runs on and does either a win32 ...
2006-03-12Finalizes the new look for the config tool and makes it functional for 0.3.10.
2006-03-09GemPlugin now doesn't use autorequire. Mongrel adapted to cover an error wit...
2006-03-08Initial fix for some edge rails problems.
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-05New plugin loading system that works entirely with rubygems rather than custo...
2006-03-04Implemented access to the RailsHandler from inside rails. Closed off the rem...
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.