about summary refs log tree commit homepage
DateCommit message (Expand)
2014-03-15yahns 1.2.0 - preliminary kqueue/FreeBSD support v1.2.0
2014-03-15minor style fix for consistency
2014-03-15wbuf: hack to avoid response corruption on FreeBSD
2014-03-13test/helper: compat w/ coverage in Feature #9508
2014-03-13Merge remote-tracking branch 'origin/freebsd'
2014-03-13gemspec: switch to kgio-sendfile for ruby-trunk compat
2014-02-08implement kqueue and sendfile compatibility support
2014-02-08test: log skipped tests on non-Linux systems
2014-02-08test_server: check_client_connection uses Unix sockets
2014-02-08test_client_expire: add delays for non-Linux OSes
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-04yahns 1.1.0 - MOAR SLEEPY v1.1.0
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-02yahns 1.0.0 v1.0.0
2014-01-01http_response: avoid concurrent httpdate calls under rbx
2013-12-30extras/*: use binary path names
2013-12-27tests: document and check for ab(1) dependency
2013-12-27gemspec: relax unicorn dependency to allow 4.7
2013-12-22gemspec: hopefully fix minitest dependency
2013-12-22extras/exec_cgi: skip GATEWAY_INTERFACE from Rack env
2013-12-19extras/exec_cgi: document dependency on current rack.git
2013-11-27http_response: remove unnecessary freeze
2013-11-16extras/exec_cgi: split head from body properly
2013-11-15try_gzip_static: set no-transform on non-text types
2013-11-15extras/try_gzip_static: account for Rack::Deflater use
2013-11-15encoding: binary for everything
2013-11-12exec_cgi: drop chunk/content-length
2013-11-12extras/*: log full backtraces for errors
2013-11-12extras/try_gzip_static: return 404 on ENOTDIR
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