about summary refs log tree commit homepage
path: root/lib/unicorn/configurator.rb
DateCommit message (Expand)
2010-03-01configurator "user" directive outside of after_fork
2010-02-25unicorn_rails: make this "working_directory"-aware
2009-11-23configurator: shorten rdoc, link to examples instead
2009-11-18Do not expand paths given on the shell
2009-11-14configurator: listen :umask parameter for UNIX sockets
2009-11-13configurator: update RDoc and comments in examples
2009-11-04worker: user/group switching for after_fork hooks
2009-11-03configurator: update documentation for working_directory
2009-11-03configurator: working_directory affects pid, std{err,out}_paths
2009-11-03configurator: set ENV["PWD"] with working_directory, too
2009-11-03configurator: working_directory is expanded
2009-11-01configurator: add "working_directory" directive
2009-10-24configurator: fix broken example in RDoc
2009-10-13show configuration file path in errors instead of '(eval)'
2009-10-09configurator: update with nginx fail_timeout=0 example
2009-10-02configurator: listen :delay must be Numeric
2009-10-02configurator: update some migration examples
2009-09-28configurator: remove DEFAULT_LOGGER constant
2009-09-28configurator: add colons in front of listen() options
2009-09-28configurator: update and modernize examples
2009-09-27configurator: move initialization stuff to #initialize
2009-09-27Use Configurator#expand_addr in HttpServer#listen
2009-09-27HttpServer#listen accepts :tries and :delay parameters
2009-09-22configurator: fix user switch example in RDoc
2009-09-08"encoding: binary" comments for all sources (1.9)
2009-07-04Favor Struct members to instance variables
2009-07-01Force streaming input onto apps by default
2009-07-01Re-add support for non-portable socket options
2009-06-29configurator: provide stream_input (true|false) option
2009-05-10Enforce minimum timeout at 3 seconds
2009-05-10configurator: fix rdoc formatting
2009-05-03Safer timeout handling and test case
2009-04-24configurator: "listen" directive more nginx-like
2009-04-21Cleanup some unnecessary requires
2009-04-21rename socket.rb => socket_helper.rb
2009-04-13Configurator: add example for user/group switching
2009-04-13Expose worker to {before,after}_fork hooks
2009-04-10listen backlog, sndbuf, rcvbuf are always changeable
2009-04-03configurator: allow hooks to be passed callable objects
2009-03-31configurator: remove unnecessary SocketHelper include
2009-03-31Better canonicalization of listener paths + tests
2009-03-29configurator: favor "listen" directive over "listeners"
2009-03-29configurator: per-listener backlog, {rcv,snd}buf config
2009-03-19Move listen path and address expansion to Configurator
2009-03-18gracefully die if working dir is invalid at fork
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-03configurator: update the per-worker listen example