about summary refs log tree commit homepage
DateCommit message (Expand)
2016-02-22yahns 1.12.1 - more TLS fixes v1.12.1
2016-02-22doc: more minor updates
2016-02-21doc: mention kqueue/kevent alongside epoll
2016-02-20test_ssl: check SERVER_PORT when parsed from Host: header
2016-02-20https: ensure SERVER_PORT defaults to 443
2016-02-20fix output buffering with SSL_write
2016-02-14extras/autoindex: support hiding dotfiles
2016-02-14yahns 1.12.0 - TLS fixes and more! v1.12.0
2016-02-14http_context: reduce constant lookup + bytecode
2016-02-14doc: various doc and linkification improvements
2016-02-14doc: document ssl_ctx for "listen" directive
2016-02-14doc: trim down documentation slightly
2016-02-14doc: switch to perlpod (from pandoc-flavored Markdown)
2016-02-13proxy_pass: pass X-Forwarded-Proto through
2016-02-12set HTTPS and rack.url_scheme in Rack env as appropriate
2016-02-12avoid race conditions in OpenSSL::SSL::SSLContext#setup
2016-02-12properly emulate sendfile for OpenSSL sockets
2016-02-12acceptor: all subclasses of TCPServer use TCP_INFO
2016-02-02build: install-gem forced to "--local" domain
2016-01-28gemspec: make rack a development dependency
2016-01-04use String#clear for short-lived buffers we create
2016-01-04avoid StringIO#binmode for the next few years
2016-01-03extras/exec_cgi: fix frozen string error on slow responses
2016-01-02copyright updates for 2016
2016-01-02enable frozen_string_literal for Ruby 2.3+
2015-12-15nodoc internals
2015-12-13add .gitattributes for Ruby method detection
2015-12-13README: updates for kqueue
2015-12-13yahns 1.11.0 - more minor updates v1.11.0
2015-12-13openssl_client: use `exception: false' for accept_nonblock
2015-12-13test_server: fix race condition in hooks test
2015-12-04doc: document and reference sd_listen_fds(3) behavior
2015-12-04README: clarify and update copyright year
2015-12-01test_wbuf: deal with proper zero-copy for Unix sockets
2015-12-01wbuf: fix typo in bug check for sendfile gem
2015-11-01yahns 1.10.0 - minor updates v1.10.0
2015-11-01gemspec: allow compatibility with unicorn 5
2015-10-28simplify sd_listen_fds emulation
2015-10-28bytecode golfing to cut a few bytes of memory
2015-10-28gemspec fixes for various RubyGems versions
2015-10-15use olddoc 1.1.0 for generating NEWS + NEWS.atom.xml
2015-10-14README: add link to NNTP archive endpoint
2015-10-13proxy_http_response: use frozen string literal optimization
2015-10-13update various comments
2015-10-13copyright updates
2015-10-03proxy_pass: quiet down ECONNRESET and EPIPE, too
2015-08-14extras/try_gzip_static: require readability on HEAD requests
2015-07-21test_client_expire: favor Process.spawn over fork+exec
2015-07-21yahns 1.9.0 - minor updates v1.9.0
2015-07-21use opt_str_freeze for Hash#delete