about summary refs log tree commit homepage
DateCommit message (Expand)
2013-11-10yahns 0.0.3 - more bugfixes, still working v0.0.3
2013-11-10test: workaround sockets not being binary on rbx
2013-11-10test_server: remove unneccessary IO#wait call
2013-11-10test: exec_cgi test uses worker_processes
2013-11-07queue: eliminate :wait_readwrite
2013-11-07doc: caution users against disabling buffering
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-07doc: recommend worker_processes if the app uses SIGCHLD
2013-11-07shutdown_timeout works around long-running response/apps
2013-11-07SIGWINCH works after SIGUSR2 upgrades
2013-11-07exec_cgi: release pipe/pid sooner
2013-11-07build: improve NEWS generation, add atom feed
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-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