about summary refs log tree commit homepage
DateCommit message (Expand)
2009-11-03bin/unicorn: set ENV["RACK_ENV"] on startup
2009-11-01configurator: add "working_directory" directive
2009-11-01Do not override Dir.chdir in config files
2009-10-31cleanup error handling and make it less noisy
2009-10-31test_signals: avoid portability issues with fchmod(2)
2009-10-31more portable symlink awareness for START_CTX[:cwd]
2009-10-30tests: provide a pure Ruby setsid(8) equivalent
2009-10-30GNUmakefile: fix non-portable tar(1) usage
2009-10-30test_helper: connect(2) may fail with EINVAL
2009-10-29cleanup: avoid redundant error checks for fstat
2009-10-29unicorn 0.93.5 v0.93.5
2009-10-29TODO: update for next version (possibly 1.0-pre)
2009-10-29fix reliability of timeout kills
2009-10-29TODO: remove --kill
2009-10-27unicorn 0.93.4 v0.93.4
2009-10-25workaround FreeBSD/OSX IO bug for large uploads
2009-10-24configurator: fix broken example in RDoc
2009-10-20add news bodies to site NEWS.atom.xml
2009-10-18stop continually resends signals during shutdowns
2009-10-16KNOWN_ISSUES: document Rack gem issue w/Rails 2.3.2
2009-10-13show configuration file path in errors instead of '(eval)'
2009-10-13configurator: stop testing for non-portable listens
2009-10-12README: alter reply conventions for the mailing list
2009-10-10DESIGN: address concerns about on-demand and thundering herd
2009-10-09unicorn 0.93.3 v0.93.3
2009-10-09drop the whitespace cleaner for Ragel->C
2009-10-09README: emphasize the "fast clients"-only part
2009-10-09README: remove the "non-existent" part
2009-10-09DESIGN: clarification and possibly improve HTML validity
2009-10-09README: remove unnecessary and extraneous dash
2009-10-09PHILOSOPHY: plug the Rainbows! spin-off project
2009-10-09PHILOSOPHY: clarify experience other deployments
2009-10-09configurator: update with nginx fail_timeout=0 example
2009-10-09examples/init.sh: remove "set -u"
2009-10-08fchmod heartbeat flips between 0/1 for compatibility
2009-10-07doc: expand on the SELF_PIPE description
2009-10-07unicorn 0.93.2 v0.93.2
2009-10-07tests for read-in-full vs readpartial semantics
2009-10-06more-compatible TeeInput#read for POSTs with Content-Length
2009-10-05Document the START_CTX hash contents
2009-10-05TODO: removed Rainbows! (see rainbows.rubyforge.org)
2009-10-05doc: make it clear contributors retain copyrights
2009-10-05Include GPLv2 in docs
2009-10-02Fix NEWS generation on single-paragraph tag messages
2009-10-02unicorn 0.93.1 v0.93.1
2009-10-02verify liberal file permissions when packaging
2009-10-02unicorn 0.93.0 v0.93.0
2009-10-02tests: GIT-VERSION-GEN is a test install dependency
2009-10-02GNUmakefile: SINCE variable may be unset
2009-10-02test_helper: unused_port rejects 8080 unconditionally