about summary refs log tree commit homepage
DateCommit message (Expand)
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-06yahns 0.0.2 - barely working! v0.0.2
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-05extras: add proxy_pass Rack app
2013-11-05extras: add autoindex module
2013-11-05extras: add README
2013-11-05server: improve shutdown messages
2013-11-05README: add disclaimer
2013-11-05examples: flesh out the example configs a bit
2013-11-05http_response: fix app-controlled close + test
2013-11-02add extras for exec_cgi and try_gzip_static
2013-11-02tests: smaller buffer for big header 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-01test trysendfile usage with UNIX sockets
2013-11-01tests: further speed up output buffering test
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-01doc: add HACKING/INSTALL docs + minitest dependency
2013-11-01tests: more intelligent waiting for output buffering
2013-11-01config: allow Float for timeouts
2013-11-01enable client expiry for non-TCP sockets
2013-10-31yahns-rackup launcher
2013-10-31doc: disambiguate threads: option for listen directive
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-31comment to explain YAHNS_FD env
2013-10-31implement before_exec hook
2013-10-31doc: fix client_timeout documentation in yahns_config
2013-10-31implement shutdown_timeout and expiry on graceful shutdown
2013-10-31fdmap: prevent possible/theoretical race
2013-10-30test_server: improve working_directory test robustness
2013-10-30test for overriding rack.errors destination
2013-10-30test_unix_socket: remember to close IO when done
2013-10-30add test for working_directory config parameter
2013-10-30use Hash#each instead of Hash#each_pair
2013-10-30tests for SIGTTIN and SIGTTOU
2013-10-30config: raise ArgumentError for consistency
2013-10-30Rack hijack issues EPOLL_CTL_DEL