about summary refs log tree commit homepage
path: root/lib/unicorn/launcher.rb
DateCommit message (Expand)
2011-04-18documentation cleanup/reduction
2010-08-30remove nasty ugly hacks at startup
2010-07-13launcher: do not re-daemonize when USR2 upgrading
2010-06-11cleanup: use modules were applicable
2010-06-10respect "working_directory" wrt config.ru
2010-06-10launcher: get rid of backwards compatibility code
2009-12-29launcher: no point in sync-ing $stdin
2009-12-29launcher: fix compatibility with other servers
2009-12-28launcher: descriptive error message on startup failure
2009-12-27Avoid leaking ready pipe file descriptor to workers
2009-12-26exit with failure if master dies when daemonized
2009-09-08"encoding: binary" comments for all sources (1.9)
2009-09-02launcher: defer daemonized redirects until config is read
2009-03-19start libifying common launcher code