about summary refs log tree commit homepage
path: root/lib/raindrops/middleware.rb
DateCommit message (Expand)
2024-03-23treewide: future-proof frozen_string_literal changes
2024-01-15middleware: reuse inet_diag netlink socket
2020-01-06replace bogomips.org with yhbt.net
2016-07-29use HTTPS and move homepage to https://bogomips.org/raindrops/
2016-02-24middleware: minor bytecode size reduction
2016-02-02remove optimizations which made sense for older rubies
2012-01-07avoid calling tcp_listener_stats when it is not available
2011-03-17rdoc: document the demo URLs
2011-03-10rdoc: 100% documentation coverage!
2011-03-08preliminary Rack app to track last_data_recv
2011-02-26middleware: split out proxy class
2011-02-26middleware: avoid double decrement when reading stats
2011-02-25proxy +to_path+ calls in the response body
2011-02-15middleware: add ipv6 address detection for Unicorn
2011-02-15middleware: switch to ivars
2011-02-15middleware: avoid capturing block variable
2011-02-15unindent modules
2010-05-04cleanup a few typos
2010-05-04middleware: no need to ensure in #close
2010-05-04use Unicorn.listener_names method if available
2010-04-07initial