about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2015-04-24tee_input: support for Rack::TempfileReaper middleware
2015-04-07favor more string literals for cold call sites
2015-03-02socket_helper: update comments
2015-03-02save about 200 bytes of memory on x86-64
2015-03-01reduce and localize constant string use
2015-03-01const: drop constants used by Rainbows!
2015-02-18explain 11 byte magic number for self-pipe
2015-02-12http_server: favor ivars over constants
2015-02-06favor "a.b(&:c)" form over "a.b { |x| x.c }"
2015-02-06doc: update support status for Ruby versions
2015-02-05use require_relative to reduce syscalls at startup
2015-02-05favor IO#close_on_exec= over fcntl in 1.9+
2015-02-05remove 1.8, <= 1.9.1 fallback for missing IO#autoclose=
2015-02-05socket_helper: reduce constant lookups and caching
2015-02-04remove old inetd+git examples and exec_cgi
2015-01-18use the monotonic clock under Ruby 2.1+
2014-12-28tmpio: drop the "size" method
2014-12-21remove SSL support
2014-11-27http_server: save 450+ bytes of memory on x86-64
2014-11-01worker: remove old tmp accessor
2014-08-17http_response: remove Status: header
2014-05-29http: remove xftrust options
2014-05-06swap out most of the rubyforge.org links
2014-05-04http_server: handle premature grandparent death
2014-04-02oob_gc: link to Discourse OobGC for Ruby 2.0 users
2014-03-29oobgc: link to Aman's gctools for Ruby 2.1+
2014-02-01avoid race condition during worker startup
2014-01-29fix races/error handling in worker SIGQUIT handler
2013-12-09rework master-to-worker signaling to use a pipe
2013-11-26always write PID file early for compatibility
2013-11-07stream_input: avoid IO#close on client disconnect
2013-11-01construct listener_fds Hash in 1.8.6 compatible way
2013-10-29configurator: validate :reuseport for boolean-ess
2013-10-26license: allow all future versions of the GNU GPL
2013-10-25http_server: fixup comments for PID file renaming
2013-10-25avoid IO_PURGATORY on Ruby 1.9+
2013-10-25support SO_REUSEPORT on new listeners (:reuseport)
2013-10-24attempt to rename PID file when possible
2013-10-20workaround reopen atomicity issues for stdio vs non-stdio
2013-08-17http_server: improve handling of client-triggerable socket errors
2013-06-07Make -N/--no-default-middleware option work
2013-04-05doc: update documentation for systemd + PrivateTmp users
2013-02-09http_request: drop conditional assignment for hijack
2013-02-08http_request: remove FIXME for rack.version clarification
2013-02-08auto-generate Unicorn::Const::UNICORN_VERSION
2013-01-29Merge branch 'hijack'
2013-01-29Add -N or --no-default-middleware option.
2013-01-22ignore normal Rack response at request-time hijack
2013-01-22support for Rack hijack in request and response
2012-12-07unicorn 4.5.0 - check_client_connection option v4.5.0