about summary refs log tree commit homepage
DateCommit message (Expand)
2009-11-05unicorn 0.94.0 v0.94.0
2009-11-05TODO: remove user-switching bit, done
2009-11-05Util::tmpio returns a TmpIO that responds to #size
2009-11-04test_exec: ensure master is killed after test
2009-11-04tee_input: do not clobber trailer buffer on partial uploads
2009-11-04http: extra test for bytewise chunked bodies
2009-11-04http: allow headers/trailers to be written byte-wise
2009-11-04tests for RACK_ENV preservation
2009-11-04bin/unicorn: allow RACK_ENV to be passed from parent
2009-11-04Fix autoload of Etc in Worker for Ruby 1.9
2009-11-04worker: user/group switching for after_fork hooks
2009-11-03Util.reopen_logs: remove needless Range
2009-11-03TODO: remove working_directory bit, done
2009-11-03configurator: update documentation for working_directory
2009-11-03configurator: working_directory affects pid, std{err,out}_paths
2009-11-03configurator: set ENV["PWD"] with working_directory, too
2009-11-03configurator: working_directory is expanded
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