about summary refs log tree commit homepage
DateCommit message (Expand)
2015-12-08rely on optimized case dispatch opt-case
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
2015-07-17test/test_rack_hijack: ensure proper ordering of log messages
2015-07-15emulate sd_listen_fds for systemd support
2015-07-15test/test_rack_hijack.rb: try to increase test reliability
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-15test/helper: warn atomically
2015-06-11yahns 1.8.0 - minor updates v1.8.0
2015-06-10ensure body is closed during hijack
2015-06-10proxy_pass: skip tests if kcar is missing
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-11yahns 1.7.0 - rack.hijack improvements and more v1.7.0
2015-05-11extras/proxy_pass: remove compatibility note
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