about summary refs log tree commit homepage
path: root/lib/unicorn/configurator.rb
DateCommit message (Expand)
2010-12-21configurator: RDoc cleanups and improvements
2010-12-21http: hook up "trust_x_forwarded" to configurator
2010-12-10unicorn 3.1.0 - client_buffer_body_size tuning v3.1.0
2010-12-09allow client_buffer_body_size to be tuned
2010-12-09configurator: ensure examples in FAQ still work
2010-11-11configurator: enable "rewindable_input" directive
2010-10-27configurator: reloading with unset values restores default
2010-10-27configurator: use "__send__" instead of "send"
2010-10-27configurator: switch to normal class
2010-08-30remove nasty ugly hacks at startup
2010-07-06configurator: cleanup RDoc, un-indent
2010-07-06configurator: documentation for new accept options
2010-06-10docs: hopefully clarify preload_app=false behavior
2010-06-10configurator: remove debugging output
2010-06-10fix alt-working_directory behavior for Rails 3
2010-06-10respect "working_directory" wrt config.ru
2010-06-05File.readable? and File.writable? are more readable
2010-06-04configurator: logger: drop "close" requirement
2010-06-04doc: emphasize the importance of stderr_path
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