about summary refs log tree commit homepage
path: root/lib/unicorn/oob_gc.rb
DateCommit message (Expand)
2024-03-31treewide: future-proof frozen_string_literal changes
2024-01-15kill off remaining kgio uses
2021-03-13Allocate a new request for each client
2020-01-20doc: s/bogomips.org/yhbt.net/g
2017-03-08oob_gc: rely on opt_aref_with optimization on Ruby 2.2+
2016-07-28doc: update gmane URLs to point to our own archives
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+
2011-10-04OobGC: force GC.start
2011-04-29oob_gc: reimplement to fix breakage and add tests
2011-02-10remove unnecessary &block usage
2010-05-14add Unicorn::OobGC middleware