about summary refs log tree commit homepage
path: root/bin
DateCommit message (Expand)
2019-03-06unicorn_rails: fix regression with Rails >= 3.x in app build
2018-09-21Support default_middleware configuration option
2015-04-07favor more string literals for cold call sites
2013-11-01bin/*: enforce -p/--port argument to be a valid integer
2013-01-29Add -N or --no-default-middleware option.
2011-06-15memory reductions in worker process
2011-06-11runtime stack size reductions
2011-04-13fix some 1.9.3dev warnings
2010-10-06bin/unicorn: show "RACK_ENV" in --help
2010-08-30remove nasty ugly hacks at startup
2010-08-24bin/*: more consistent --help output
2010-06-10unicorn_rails: no need to load ActionDispatch::Static
2010-06-10respect "working_directory" wrt config.ru
2010-06-10unicorn_rails: use Kernel#warn instead of $stderr.puts
2010-06-08unicorn_rails: fix requires for Ruby 1.9.2
2010-06-08Fix unicorn_rails compatibility with the latest Rails 3 code
2010-06-03unicorn_rails: avoid duplicating config.ru logic
2010-04-08bin/*: remove unnecessary listeners variable
2010-04-08unicorn_rails: rename variable for consistency
2010-04-08unicorn_rails: respect user's encoding in config.ru in 1.9
2010-04-08unicorn_rails: use TOPLEVEL_BINDING for eval
2010-02-28bin/*: remove redundant $DEBUG check
2010-02-28respect user's encoding in config.ru in 1.9
2010-02-28unicorn_rails: small scoping cleanup
2010-02-28put switch parsing for config.ru into Unicorn.builder
2010-02-25unicorn_rails: make this "working_directory"-aware
2010-02-24unicorn_rails: avoid namespace conflicts in config.ru
2010-02-24unicorn_rails: make this Rails 3-compatible
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-14old_rails: autoload Static
2009-11-04bin/unicorn: allow RACK_ENV to be passed from parent
2009-11-03bin/unicorn: set ENV["RACK_ENV"] on startup
2009-09-30unicorn_rails: undeprecate --path switch
2009-09-30rails: RAILS_RELATIVE_URL_ROOT may be set in Unicorn config
2009-09-24unicorn_rails: show "RAILS_ENV" in help message
2009-09-17launchers: deprecate ambiguous -P/--p* switches
2009-09-17unicorn_rails: close parentheses in help message
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-23unicorn_rails: avoid nesting lambdas
2009-04-21Remove @start_ctx instance variable
2009-04-02unicorn: remove unnecessary lambda generation
2009-04-02unicorn_rails: cleanup redundant bits
2009-03-31unicorn_rails: cleanup path mapping usage
2009-03-31unicorn_rails: minor cleanup for dead variable
2009-03-30unicorn_rails: give more info when aborting