about summary refs log tree commit homepage
DateCommit message (Expand)
2015-04-22Links: mark Rainbows! as historical, reference yahns
2015-04-22explain 11 byte magic number for self-pipe
2015-04-22ISSUES: add section for bugs in other projects
2015-04-22test_socket_helper: do not depend on SO_REUSEPORT
2015-04-22fix uninstalled testing and reduce require paths
2015-04-22doc: update support status for Ruby versions
2015-04-22GNUmakefile: fix clean gem build + reduce build cruft
2015-04-22gemspec: fixup olddoc migration
2015-04-22README: clarify/reduce references to unicorn_rails
2015-04-22switch docs + website to olddoc
2015-04-22t/t0002-parser-error.sh: relax test for rack 1.6.0
2015-04-22examples: add run_once to before_fork hook example
2015-04-22remove mongrel.rubyforge.org references
2015-04-22remove RubyForge and Freecode references
2015-04-22unicorn.gemspec: depend on test-unit 3.0
2015-04-22dev: remove isolate dependency
2015-04-22FAQ: add entry for Rails autoflush_log
2015-04-22ISSUES: update with mailing list subscription
2015-04-07favor more string literals for cold call sites
2015-03-12doc: document Etc.nprocessors for worker_processes
2015-03-12doc: document UNICORN_FD in manpage
2015-03-02socket_helper: update comments
2015-03-02http: remove experimental dechunk! method
2015-03-02http: remove deprecated reset method
2015-03-02save about 200 bytes of memory on x86-64
2015-03-01Links: mark Rainbows! as historical, reference yahns
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-12ISSUES: add section for bugs in other projects
2015-02-06favor "a.b(&:c)" form over "a.b { |x| x.c }"
2015-02-06test_socket_helper: do not depend on SO_REUSEPORT
2015-02-06fix uninstalled testing and reduce require paths
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-04GNUmakefile: fix clean gem build + reduce build cruft
2015-02-04http: standalone require + reduction in binary size
2015-02-04remove old inetd+git examples and exec_cgi
2015-01-28http: -Wshorten-64-to-32 warnings on clang
2015-01-18use the monotonic clock under Ruby 2.1+
2015-01-17gemspec: fixup olddoc migration
2015-01-10README: clarify/reduce references to unicorn_rails
2015-01-10switch docs + website to olddoc
2014-12-28tmpio: drop the "size" method
2014-12-21remove SSL support
2014-12-21t/t0002-parser-error.sh: relax test for rack 1.6.0