about summary refs log tree commit homepage
DateCommit message (Expand)
2009-03-04Ensure reopened std{out,err}_paths can be rotated
2009-03-03unicorn/http11: hopefully fix gem installation
2009-03-03test_exec: remove extraneous fcntl require
2009-03-03configurator: update the per-worker listen example
2009-03-03require Rack as late as possible in execution
2009-03-03Raise ArgumentError if listeners are empty
2009-03-03Add configurator test
2009-03-03fix typo (DEFAULT_LISTENER => DEFAULT_LISTEN)
2009-03-03Allow stderr_path and stdout_path to be set in the config
2009-03-03Load the app _after_ forking workers by default
2009-03-03Rakefile: remove unused move_extensions code
2009-03-03Handle Errno::EINTR during IO.select in workers
2009-03-03Make USR1 rotate log files by default
2009-03-03Add Unicorn::Util for a reopen_logs method
2009-03-03symlink-aware start_ctx[:cwd]
2009-03-03Unlink the pid file explicitly when master exits
2009-03-03test_exec: avoid mis-teardown just in case...
2009-03-03Begin to allow deferred app creation/loading
2009-03-03test_exec: avoid hiding error when binary can't be found
2009-03-03Remove unnecessary separators in help text
2009-03-03Remove -P/--pid switch from CLI
2009-03-03test_exec: higher timeouts for log reading
2009-03-03test_exec: be more liberal regarding terminal output
2009-03-03test/exec: avoid letting child processes unlink tempfiles
2009-03-03test for "unicorn --help" output
2009-03-03exec: disable embedded switch parsing in config.ru
2009-03-03test_exec: simplify check for unicorn binary
2009-03-03test/aggregate: remove Ruby version from output
2009-03-03.gitignore: updates to be more flexible
2009-02-25rename http11 => unicorn/http11
2009-02-23Update Manifest
2009-02-23Allow overriding :directory or via -C/--directory
2009-02-21Fix+test reexec error handling on bad inputs
2009-02-21test_exec: fix for temporary files not being cleaned
2009-02-21GNUMakefile: revamp for parallel 1.8/1.9 runs
2009-02-21Replace unicorn binary with something rackup-like
2009-02-21revamp configuration with Configurator DSL
2009-02-21Register default constants in Const module
2009-02-21Ignore ENV['PWD'] in default start context
2009-02-21socket: make bind_listen idempotent, really
2009-02-21.gitignore: add doc
2009-02-21test_helper: cleanup requires
2009-02-20test_upload: trap EPIPE if a connection shuts us down, too
2009-02-20test_upload: close urandom fd at teardown
2009-02-20http11: set SERVER_NAME env regardless of Host: header
2009-02-19http11: don't bother defining SERVER_SOFTWARE
2009-02-14HttpResponse: remove crack-addled HTTP_STATUS_HEADERS hash
2009-02-13HttpResponse: use each instead of each_pair to iterate
2009-02-13continue ignoring SIGCHLD for now...
2009-02-13trap SIGCHLD and wakeup master on it