about summary refs log tree commit homepage
DateCommit message (Expand)
2011-04-30unicorn 3.6.2 - fix Unicorn::OobGC module v3.6.2
2011-04-30Merge commit 'v1.1.7'
2011-04-29TUNING: more minor doc updates
2011-04-30unicorn 1.1.7 - major fixes to minor components v1.1.7 1.1.x-stable
2011-04-30oob_gc: reimplement to fix breakage and add tests
2011-04-29TUNING: document worker_processes tuning
2011-04-29oob_gc: reimplement to fix breakage and add tests
2011-04-29TUNING: original sentence was incomplete
2011-04-29examples/big_app_gc: fix comment
2011-04-29examples/big_app_gc: update this example
2011-04-27configurator: attempt to clarify :tcp_nopush/:tcp_nodelay
2011-04-27examples/nginx.conf: clarify proxy_buffering for Rails 3.1
2011-04-26unicorn 3.6.1 - fix OpenSSL PRNG workaround v3.6.1
2011-04-26properly reseed OpenSSL::Random after forking
2011-04-21unicorn 3.6.0 - small fixes, PRNG workarounds v3.6.0
2011-04-21http_server: fix Rainbows! compatibility
2011-04-20KNOWN_ISSUES: document PRNG changes in 3.6.0
2011-04-18documentation cleanup/reduction
2011-04-18reseed OpenSSL PRNG upon fork() of workers
2011-04-18reinitialize PRNG for latest Ruby 1.8.7 releases
2011-04-13fix some 1.9.3dev warnings
2011-04-13configurator: fix broken local variable
2011-04-13GNUmakefile: s/Config/RbConfig/
2011-04-13http_server: workers die on log reopen failures
2011-04-13http_parser: remove RDoc
2011-04-13configurator: miscellaneous RDoc improvements
2011-04-13worker: improve RDoc, point users to Configurator#user
2011-04-13configurator: remove outdated user example in after_fork
2011-04-12Document "user" directive in example unicorn conf
2011-04-01util: allow relative paths to be rotated
2011-04-01bump dependencies for testing
2011-04-01drop Rails 2.3.x tests
2011-03-29add examples/logrotate.conf
2011-03-27tmpio: do not redefine size method under 1.9.2+
2011-03-22DESIGN: fix redundant wording
2011-03-22README: s/Gemcutter/RubyGems.org/
2011-03-15unicorn 3.5.0 - very minor improvements v3.5.0
2011-03-08gemspec: update kgio dependency to 2.3.2
2011-03-08gemspec: no need for require_paths
2011-02-25tee_input: remove old *BSD stdio workaround
2011-02-18clear listeners array on SIGQUIT
2011-02-16README: clarify the versions of "Ruby license"
2011-02-10Revert "test_helper: simplify random port binding"
2011-02-10remove unnecessary &block usage
2011-02-07test_helper: avoid FD leakage/waste
2011-02-04unicorn 3.4.0 - for people with very big LANs v3.4.0
2011-02-04bump dependency on kgio
2011-02-03test/unit: fix tests under Ruby 1.9.3dev
2011-02-02Fix Ruby 1.9.3dev warnings
2011-02-02test_helper: simplify random port binding