about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2016-04-06proxy_http_response: workaround non-terminated backends
2016-02-29ssl: ensure is session_id_context is always set
2016-02-20https: ensure SERVER_PORT defaults to 443
2016-02-20fix output buffering with SSL_write
2016-02-14http_context: reduce constant lookup + bytecode
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-01-04use String#clear for short-lived buffers we create
2016-01-04avoid StringIO#binmode for the next few years
2016-01-02copyright updates for 2016
2016-01-02enable frozen_string_literal for Ruby 2.3+
2015-12-15nodoc internals
2015-12-13openssl_client: use `exception: false' for accept_nonblock
2015-12-01wbuf: fix typo in bug check for sendfile gem
2015-10-28simplify sd_listen_fds emulation
2015-10-28bytecode golfing to cut a few bytes of memory
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-07-21use opt_str_freeze for Hash#delete
2015-07-15emulate sd_listen_fds for systemd support
2015-07-03apply TCP socket options on inherited sockets
2015-06-30http_response: reduce bytecode size
2015-06-30reduce constants and optimize for Ruby 2.2+
2015-06-30generate response status strings dynamically
2015-06-10ensure body is closed during hijack
2015-06-05reduce inline constant cache overheads
2015-06-05use Unicorn::HttpParser#response_start_sent accessor
2015-06-05support SIGWINCH even if not daemonized
2015-05-18proxy_pass: allow filtering or overriding response headers
2015-05-12proxy_pass: no point in closing StringIO
2015-05-11worker threads log LoadError and SyntaxError, too
2015-05-09support for Rack::TempfileReaper middleware
2015-05-09proxy_pass: favor literal hash over arrays for error responses
2015-05-09ssl: ensure rack.hijack users get "normal" IO methods
2015-05-09openssl_client: remove shutdown call
2015-05-08avoid excess allocations for rack.hijack support
2015-05-08proxy_pass: avoid unnecessary close method
2015-05-08proxy_pass: fix race condition due to ensure
2015-05-08proxy: ensure GC sees the client socket upon reactivation
2015-04-24proxy_pass: clear backtrace on ECONNREFUSED
2015-04-22favor #nil? instead of "== nil" comparisons in cold code
2015-04-22config: avoid unnecessary binmode call
2015-04-21proxy_pass: fix race condition due to flawed hijack check
2015-04-11proxy_pass: attempt to forward premature upstream responses
2015-04-09proxy_pass: capture local variable earlier for rescue