about summary refs log tree commit homepage
path: root/test/exec
DateCommit message (Expand)
2009-04-14s/rotating/reopening/g in log messages
2009-04-13Fix SIGINT/SIGTERM handling (broken in 0.5.0)
2009-04-13Expose worker to {before,after}_fork hooks
2009-04-12test_exec: fix potential races in fd leak test
2009-04-10Restore unlinked UNIX sockets on SIGHUP
2009-04-10config: handle listener unbind/replace in config file
2009-04-01FD_CLOEXEC all non-listen descriptors before exec
2009-04-01test_exec: add test case for per-worker listeners
2009-03-31test: factor out exec helpers into common code for Rails tests
2009-03-29test_exec: fix another race condition
2009-03-29test_exec: fix response bodies
2009-03-29test_exec: fix race conditions
2009-03-29configurator: favor "listen" directive over "listeners"
2009-03-29configurator: per-listener backlog, {rcv,snd}buf config
2009-03-27style: symbols instead of strings for signal names
2009-03-27Deferred log rotation in workers
2009-03-21Rotate master logs before workers.
2009-03-18Add signal queueing for test reliability
2009-03-09test_exec: increase backlog to 128
2009-03-09Revert "Remove -P/--pid switch from CLI"
2009-03-09Revert "exec: disable embedded switch parsing in config.ru"
2009-03-03test_exec: remove extraneous fcntl require
2009-03-03Make USR1 rotate log files by default
2009-03-03Add Unicorn::Util for a reopen_logs method
2009-03-03test_exec: avoid mis-teardown just in case...
2009-03-03test_exec: avoid hiding error when binary can't be found
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-02-21Fix+test reexec error handling on bad inputs
2009-02-21test_exec: fix for temporary files not being cleaned
2009-02-21Replace unicorn binary with something rackup-like