about summary refs log tree commit homepage
path: root/lib/unicorn/configurator.rb
DateCommit message (Expand)
2013-10-29configurator: validate :reuseport for boolean-ess
2013-10-25support SO_REUSEPORT on new listeners (:reuseport)
2013-04-05doc: update documentation for systemd + PrivateTmp users
2012-11-29check_client_connection: document local-only requirement
2012-11-29Begin writing HTTP request headers early to detect disconnected clients
2011-11-15configurator: limit timeout to 30 days
2011-09-15add preliminary SSL support
2011-06-29configurator: limit timeout to 32-bit INT_MAX-1
2011-06-27configurator: truncate timeouts to 32-bit LONG_MAX
2011-06-13change TCP defaults to favor low latency
2011-06-07configurator: add :ipv6only directive
2011-04-29TUNING: document worker_processes tuning
2011-04-27configurator: attempt to clarify :tcp_nopush/:tcp_nodelay
2011-04-18documentation cleanup/reduction
2011-04-13configurator: fix broken local variable
2011-04-13configurator: miscellaneous RDoc improvements
2011-04-13configurator: remove outdated user example in after_fork
2011-02-02allow binding on IPv6 sockets with listen "[#{addr}]:#{port}"
2011-01-31enable TCP_NOPUSH/TCP_CORK by default
2011-01-19configurator: undocument trust_x_forwarded_for
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