about summary refs log tree commit homepage
DateCommit message (Expand)
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
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