about summary refs log tree commit homepage
DateCommit message (Expand)
2009-11-13raise Unicorn::ClientShutdown if client aborts in TeeInput
2009-11-13tee_input: don't shadow struct members
2009-11-11tee_input: better premature disconnect handling
2009-11-11FAQ: fix links to Configurator docs
2009-11-11Add FAQ
2009-11-11tee_input: fix RDoc argument definition for tee
2009-11-09Load Unicorn constants when building app
2009-11-09local.mk.sample: steal some updates from Rainbows!
2009-11-09don't nuke children for long after_fork and app loads
2009-11-09HACKING: update with "gmake" in examples
2009-11-06unicorn.1: document RACK_ENV changes in 0.94.0
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