about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2009-03-18unicorn v0.2.1, fix the Manifest v0.2.1
2009-03-18unicorn 0.2.0 v0.2.0
2009-03-18Add signal queueing for test reliability
2009-03-18gracefully die if working dir is invalid at fork
2009-03-17Allow binding to UNIX sockets relative to "~"
2009-03-10HttpRequest: update comment regarding short writes v0.1.0
2009-03-10HttpRequest: set binmode on tempfiles
2009-03-09Configurator: document reasons for lowering backlog
2009-03-09Unicorn::Configurator: documentation
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-03configurator: update the per-worker listen example
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-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-25rename http11 => unicorn/http11
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-21socket: make bind_listen idempotent, really
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
2009-02-13Remove tempfile reuse from HttpRequest, upload tests
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-09SocketHelper: unlink UNIX sockets if they exist
2009-02-09update version and changelog
2009-02-09Reinstate timeouts for killing workers