about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
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
2015-04-08proxy_pass: support backends which rely on EOF to terminate
2015-04-07wbuf: fix writev calls for vectors
2015-04-07proxy_pass: avoid needless regexp
2015-04-07proxy_pass: possibly avoid breaking some middlewares
2015-04-07http_context: avoid defining our own *buffer_tmpdir methods
2015-04-07use String#include? for cold, simple substring matches
2015-04-07proxy_pass: send 1.0 requests to upstreams for 1.0 clients
2015-04-07proxy_pass: preliminary support for passing trailers
2015-04-04proxy_pass: more tests for giant headers and truncations
2015-04-03proxy_pass: test and fix larger uploads
2015-04-03proxy_pass: rewrite to be async, using rack.hijack
2015-04-03allow vector args to wbuf_write