about summary refs log tree commit homepage
path: root/lib/yahns/config.rb
DateCommit message (Expand)
2019-04-21doc: update homepage to point to cgit install
2018-12-08remove IO#close_on_exec= calls
2017-04-06allow omitting specifying socket name when inheriting listen socket
2017-04-03config: more descriptive variable name
2016-09-26move website to https://yhbt.net/yahns/
2016-01-02copyright updates for 2016
2016-01-02enable frozen_string_literal for Ruby 2.3+
2015-12-15nodoc internals
2015-10-13update various comments
2015-10-13copyright updates
2015-04-22favor #nil? instead of "== nil" comparisons in cold code
2015-04-22config: avoid unnecessary binmode call
2015-04-07use String#include? for cold, simple substring matches
2014-12-02initial cut at OpenSSL support
2014-11-20config: use literal symbol array for now
2014-11-20remove unused client_max_header_size config
2013-11-01input and output buffers support tmpdir: arguments
2013-11-01config: allow Float for timeouts
2013-10-31allow atfork_* hooks inside app blocks for ease-of-management
2013-10-31remove arity enforcement for atfork_* hooks
2013-10-31remove "worker_" prefix from atfork hooks
2013-10-31implement before_exec hook
2013-10-31implement shutdown_timeout and expiry on graceful shutdown
2013-10-30config: raise ArgumentError for consistency
2013-10-30allow multiple blocking threads per listen socket
2013-10-29config: reject negative float for client_expire_ratio
2013-10-29config: working_directory is only called at top-level
2013-10-29configurator: validate :reuseport for boolean-ess
2013-10-29implement user switching
2013-10-29config: comment for atfork_* hook definitions
2013-10-28config: disallow defining new, named queues inside app
2013-10-28associate private/anonymous queues correctly
2013-10-22config: implement atfork handlers
2013-10-21config: do not set cloexec on stdout/stderr
2013-10-20set close-on-exec on all long-lived descriptors
2013-10-20ensure we stop all threads at exit
2013-10-19wire up client_max_body_size limits
2013-10-18disable persistent connections on SIGQUIT
2013-10-18test and fix client expiry
2013-10-18initial commit