about summary refs log tree commit homepage
DateCommit message (Expand)
2015-04-24support TempfileReaper in deployment and development envs 4.x-stable
2015-04-24tee_input: support for Rack::TempfileReaper middleware
2015-04-22doc: document UNICORN_FD in manpage
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
2014-05-07unicorn 4.8.3 - the end of an era v4.8.3
2014-05-06swap out most of the rubyforge.org links
2014-05-04http_server: handle premature grandparent death
2014-04-21add slrnpull.conf example for gmane 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+
2014-02-19script/isolate_for_tests: bump to latest versions
2014-02-19remove SSL tests
2014-02-05unicorn 4.8.2 - avoid race condition during worker startup v4.8.2
2014-02-01avoid race condition during worker startup
2014-01-29unicorn 4.8.1 v4.8.1
2014-01-29fix races/error handling in worker SIGQUIT handler
2014-01-11unicorn 4.8.0 - big internal changes, but compatible v4.8.0
2014-01-11GNUmakefile: add "check" target for running all tests
2013-12-09unicorn 4.8.0pre1 v4.8.0.pre1
2013-12-09rework master-to-worker signaling to use a pipe
2013-11-26doc: clarify SIGNALS and reference init example
2013-11-26always write PID file early for compatibility
2013-11-08t0300: kill off stray processes in test
2013-11-07stream_input: avoid IO#close on client disconnect
2013-11-04tests: fix SO_REUSEPORT tests for old Linux and non-Linux
2013-11-04unicorn 4.7.0 - minor updates, license tweak v4.7.0
2013-11-01bin/*: enforce -p/--port argument to be a valid integer
2013-11-01construct listener_fds Hash in 1.8.6 compatible way
2013-10-29configurator: validate :reuseport for boolean-ess
2013-10-26license: allow all future versions of the GNU GPL
2013-10-25http_server: fixup comments for PID file renaming
2013-10-25avoid IO_PURGATORY on Ruby 1.9+
2013-10-25support SO_REUSEPORT on new listeners (:reuseport)