about summary refs log tree commit homepage
path: root/bin/unicorn
DateCommit message (Expand)
2010-08-28bin/*: more consistent --help output
2010-06-10respect "working_directory" wrt config.ru
2010-04-08bin/*: remove unnecessary listeners variable
2010-02-28bin/*: remove redundant $DEBUG check
2010-02-28put switch parsing for config.ru into Unicorn.builder
2010-02-18Unicorn::builder to wrap our Rack::Builder usage
2009-12-26exit with failure if master dies when daemonized
2009-12-25bin/*: shebangs should be educational
2009-11-18Do not expand paths given on the shell
2009-11-04bin/unicorn: allow RACK_ENV to be passed from parent
2009-11-03bin/unicorn: set ENV["RACK_ENV"] on startup
2009-09-17launchers: deprecate ambiguous -P/--p* switches
2009-09-08"encoding: binary" comments for all sources (1.9)
2009-08-15Remove explicit requires for Rack things
2009-08-15Make launchers __END__-aware
2009-04-02unicorn: remove unnecessary lambda generation
2009-03-30bin/*: parse CLI switches in config.ru sooner
2009-03-29Fix default listener setup
2009-03-19start libifying common launcher code
2009-03-09Add -s/--server switch for compatibility with rackup
2009-03-09Revert "Remove -P/--pid switch from CLI"
2009-03-09Revert "exec: disable embedded switch parsing in config.ru"
2009-03-04Remove "directory" config option
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-09daemonization by setting UNICORN_DAEMONIZE env
2009-02-09Refactor and get exec + FD inheritance working