about summary refs log tree commit homepage
DateCommit message (Expand)
2014-08-27the_metal: fix typo in buffer creation the_metal
2014-08-27the_metal: API change for serve -> call
2014-08-27the_metal: initial support
2014-08-20README: minor updates
2014-07-18http_client: clear some internal ivars on rack.hijack
2014-07-16yahns 1.3.1 - fix large response corruption v1.3.1
2014-07-16wbuf: avoid corrupted large responses with zero-copy sendfile
2014-07-16test_server: avoid multiple workers for dead parent check
2014-05-12yahns 1.3.0 - new mailing list + fixups v1.3.0
2014-05-12server_mp: use soft_kill when reducing worker count
2014-05-12test_wbuf: workaround Linux-specific behavior
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-05-09update documentation to reflect public-inbox/list
2014-04-21queue_kqueue: fixup comments from copy+paste
2014-04-21extras/exec_cgi: pass SCRIPT_NAME from Rack env
2014-04-21extras/exec_cgi: allow passing custom env
2014-03-22tests: avoid autoclose when inheriting
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