about summary refs log tree commit homepage
path: root/lib/unicorn.rb
DateCommit message (Expand)
2009-03-31Use {read,write}_nonblock on the pipe
2009-03-29Fix default listener setup
2009-03-29Avoid having two pid files pointing to the same pid
2009-03-29configurator: per-listener backlog, {rcv,snd}buf config
2009-03-27Always try to send a valid HTTP response back
2009-03-27No need to disable luserspace buffering on client socket
2009-03-27style: symbols instead of strings for signal names
2009-03-27Deferred log rotation in workers
2009-03-26Don't allow failed log rotation to to break app
2009-03-25Socket: add {snd,rcv}buf opts to bind_listen
2009-03-22Don't bother unlinking UNIX sockets
2009-03-21Simplify code for sleeping/waking up the master
2009-03-21Rotate master logs before workers.
2009-03-20Process management cleanups
2009-03-19Trap WINCH to QUIT children without respawning
2009-03-18Add signal queueing for test reliability
2009-03-18gracefully die if working dir is invalid at fork
2009-03-04Add before_exec hook
2009-03-04Remove "directory" config option
2009-03-04Ensure reopened std{out,err}_paths can be rotated
2009-03-03Raise ArgumentError if listeners are empty
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-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-03Begin to allow deferred app creation/loading
2009-02-23Allow overriding :directory or via -C/--directory
2009-02-21Fix+test reexec error handling on bad inputs
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-13continue ignoring SIGCHLD for now...
2009-02-13trap SIGCHLD and wakeup master on it
2009-02-10add_listener logging includes fd= information
2009-02-10Set default process title
2009-02-10add hot_config_file config parameter
2009-02-10Allow listen_backlog to be specified in config.
2009-02-10Minor and insignificant cleanups and style changes
2009-02-09Use a short-as-possible path for worker Tempfiles
2009-02-09Prevent leakage of private pipes and tempfiles.
2009-02-09add add_listener method for use in configs
2009-02-09Delete UNICORN_* environment variables in workers
2009-02-09Avoid starting the pipe until we need it
2009-02-09Add optional PID file support
2009-02-09Reinstate timeouts for killing workers
2009-02-09More reliable wakeups in master process