about summary refs log tree commit homepage
path: root/ext/unicorn_http/extconf.rb
DateCommit message (Expand)
2021-10-04use EPOLLEXCLUSIVE on Linux 4.5+
2021-10-04extconf.rb: get rid of unnecessary checks
2021-09-26drop Ruby 1.9.3 support, require 2.0+ for now
2020-09-06Update ruby_version requirement to allow ruby 3.0
2018-12-12deduplicate strings VM-wide in Ruby 2.5+
2016-11-09drop rb_str_set_len compatibility replacement
2015-05-29http: use rb_hash_clear in Ruby 2.0+
2011-05-05http_parser: add max_header_len accessor
2011-01-04http_response: implement httpdate in C
2010-12-29http: remove unnecessary dir_config statement
2010-06-10http: cleanups for latest Rubinius
2009-09-18http: don't force -fPIC if it can't be used
2009-09-14http: compile with -fPIC
2009-09-14http: no-op rb_str_modify() for Rubies without it
2009-09-14http: define OFFT2NUM macro on Rubies without it
2009-09-08"encoding: binary" comments for all sources (1.9)
2009-08-09extconf: SIZEOF_OFF_T should be a ruby.h macro
2009-08-09unicorn_http: add helpful macros
2009-07-15Rename unicorn/http11 => unicorn_http