about summary refs log tree commit homepage
path: root/test/exec
DateCommit message (Expand)
2013-01-29test_exec: do not count '\n' as column width
2012-11-29Begin writing HTTP request headers early to detect disconnected clients
2012-08-06avoid assert_nothing_raised in unit tests
2011-06-29fix per-worker listen directive in after_fork hook
2011-02-02Fix Ruby 1.9.3dev warnings
2010-08-30remove nasty ugly hacks at startup
2010-06-25test-exec: prefer ENV['PWD'] in working_directory tests
2010-06-17tests: reenable more tests for rbx
2010-06-08test: mark failing tests for Rubinius
2010-06-08test-exec: fix racyness in HUP test
2009-12-26exit with failure if master dies when daemonized
2009-11-21test_exec: sleep a little longer to avoid race :<
2009-11-18Do not expand paths given on the shell
2009-11-04test_exec: ensure master is killed after test
2009-11-04tests for RACK_ENV preservation
2009-11-03configurator: working_directory affects pid, std{err,out}_paths
2009-11-01configurator: add "working_directory" directive
2009-10-01Avoid a small window when a pid file can be empty
2009-09-17SIGHUP no longer drops lone, default listener
2009-09-16test_exec: add extra tests for HUP and preload_app
2009-09-08"encoding: binary" comments for all sources (1.9)
2009-09-02test to ensure stderr goes *somewhere* when daemonized
2009-08-09test_exec: wait for worker readiness
2009-04-24SIGTT{IN,OU} {in,de}crements worker_processes
2009-04-23test_exec: cleanup stale socket on exit
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...