about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2014-05-12server_mp: use soft_kill when reducing worker count
2014-05-12fdmap: short-circuit __expire if count == 0
2014-05-09rework master-to-worker signaling to use a pipe
2014-05-09sigevent: use non-blocking wakeup
2014-05-09server_mp: (style) favor &:proc method binding
2014-05-09server: account for premature grandparent death
2014-04-21queue_kqueue: fixup comments from copy+paste
2014-03-15minor style fix for consistency
2014-03-15wbuf: hack to avoid response corruption on FreeBSD
2014-02-08implement kqueue and sendfile compatibility support
2014-02-08wbuf_common: avoid trysendfile on empty sf_count
2014-02-08sigevent_pipe: kgio_wait_writable takes variadic args
2014-02-08queue_quitter_pipe: do not prematurely close reader
2014-02-04response: do not use MSG_MORE on empty bodies
2014-02-04socket_helper: remove SO_REUSEPORT define for untested arches
2014-02-04load yahns/version file
2014-02-04http_response: use kgio_syssend with MSG_MORE
2014-01-04quiet down EHOSTUNREACH errors
2014-01-01http_response: avoid concurrent httpdate calls under rbx
2013-11-27http_response: remove unnecessary freeze
2013-11-07queue: eliminate :wait_readwrite
2013-11-07queue_epoll: document epoll concurrency caveats
2013-11-07fdmap: document + fix for level-trigger
2013-11-07fdmap: simplify IO expiry interface
2013-11-07shutdown_timeout works around long-running response/apps
2013-11-07SIGWINCH works after SIGUSR2 upgrades
2013-11-06wbuf: document reasoning for the design of these clases
2013-11-06http_response: reorder wbuf_maybe on successful early flush
2013-11-06ensure we close response body if buffering caught up
2013-11-06http_client: do not dump backtrace on ETIMEDOUT
2013-11-06server: log error instead of raising for leftover socks
2013-11-06worker: avoid double SIGQUIT on unexpected parent death
2013-11-06rackup_handler: fix ordering of working_directory
2013-11-05server: improve shutdown messages
2013-11-05http_response: fix app-controlled close + test
2013-11-02stream_file: only close FDs we opened ourselves
2013-11-02worker-less server should not waitpid indiscriminately
2013-11-02http: do not drop Content-Range from response headers
2013-11-02account for truncated/expanded static files
2013-11-01remove unnecessary map(&:to_s) before Array#join
2013-11-01client_expire_generic: drop kgio_write wrapper
2013-11-01input and output buffers support tmpdir: arguments
2013-11-01wbuf: only enable bypass if we've truncated
2013-11-01wbuf: reset FS (sendfile) buffer if caught up
2013-11-01wbuf: bypass buffering if buffers are caught up
2013-11-01config: allow Float for timeouts
2013-11-01enable client expiry for non-TCP sockets
2013-10-31yahns-rackup launcher
2013-10-31allow atfork_* hooks inside app blocks for ease-of-management
2013-10-31remove arity enforcement for atfork_* hooks