about summary refs log tree commit homepage
DateCommit message (Expand)
2015-01-14doc: add design_notes document
2014-12-21test_ssl: factor out server SSLContext creation
2014-12-21README: add link to mailing list archives
2014-12-21yahns 1.5.0 - initial OpenSSL support and bugfixes v1.5.0
2014-12-21openssl_client: ignore SSL_accept errors during negotiotion
2014-12-20make sendfile an optional dependency
2014-12-20bump published Ruby version requirement to 2.0
2014-12-15wbuf_common: close body proxies on sendfile abort
2014-12-02test/test_ssl: skip test if SSL on older Rubies
2014-12-02initial cut at OpenSSL support
2014-12-02Rakefile: kill more useless gsub use
2014-12-02extras/autoindex: simplify checking non-.gz
2014-11-20sendfile_compat: remove dependency on pread
2014-11-20favor Array#map! for freshly-split arrays
2014-11-20http_response: reduce constants for 100 responses
2014-11-20config: use literal symbol array for now
2014-11-20remove unused client_max_header_size config
2014-11-20http_response: remove arg for Array#join
2014-11-18save around 1500 bytes of memory on x86-64
2014-11-16yahns 1.4.0 v1.4.0
2014-11-16http_response: skip Date header case-insensitively
2014-10-18stream_input: favor str.clear instead of str.replace('')
2014-10-13README: add OpenSSL exception
2014-10-13switch to require_relative for internal requires
2014-10-12queue: remove TODO comment for kqueue
2014-09-20extras/autoindex: integrate with TryGzipStatic
2014-09-20extras/autoindex: fix misnamed variable
2014-09-01extras/autoindex: do not link beyond top-level
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