about summary refs log tree commit homepage
path: root/bin
DateCommit message (Expand)
2009-03-04Ensure we always try to have a default listener
2009-03-03require Rack as late as possible in execution
2009-03-03Allow stderr_path and stdout_path to be set in the config
2009-03-03Begin to allow deferred app creation/loading
2009-03-03Remove unnecessary separators in help text
2009-03-03Remove -P/--pid switch from CLI
2009-03-03test for "unicorn --help" output
2009-03-03exec: disable embedded switch parsing in config.ru
2009-02-23Allow overriding :directory or via -C/--directory
2009-02-21Replace unicorn binary with something rackup-like
2009-02-10setup.rb friendliness
2009-02-10add hot_config_file config parameter
2009-02-09daemonization by setting UNICORN_DAEMONIZE env
2009-02-09Refactor and get exec + FD inheritance working
2009-01-31No more throttling.
2009-01-31Merge pivotal code.
2009-01-31No commands.
2008-05-22I think that was a bug.
2008-04-17Document issue with soft restart pid file setting (closes #29).
2008-04-17Apply r1003 to stable.
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.