about summary refs log tree commit homepage
path: root/ext/unicorn_http/common_field_optimization.h
DateCommit message (Expand)
2021-10-24allow Ruby to deduplicate remaining globals
2018-12-26use rb_gc_register_mark_object
2018-12-12deduplicate strings VM-wide in Ruby 2.5+
2017-03-08unicorn_http: reduce rb_global_variable calls
2010-02-18http: avoid signedness warnings
2009-09-06http: verbose assertions
2009-08-12http: freeze fields when creating them, always
2009-08-09http: move non-Ruby-specific macros c_util.h
2009-08-09http: split uncommon_field into a separate function
2009-08-09http: find_common_field_value => find_common_field
2009-08-09Refactoring unicorn_http C/Ragel code