about summary refs log tree commit homepage
DateCommit message (Expand)
2009-09-30small cleanup to pid file handling + documentation
2009-09-30RDoc for Unicorn::HttpServer::Worker
2009-09-30cleanup: use question mark op for 1-byte comparisons
2009-09-30Add makefile targets for non-release installs
2009-09-28gemspec: clarify commented-out licenses section
2009-09-28configurator: remove DEFAULT_LOGGER constant
2009-09-28configurator: add colons in front of listen() options
2009-09-28configurator: update and modernize examples
2009-09-27server: correctly unset reexec_pid on child death
2009-09-27cgi_wrapper: use Array#concat instead of +=
2009-09-27cgi_wrapper: simplify status handling in response
2009-09-27cgi_wrapper: don't warn about stdoutput usage
2009-09-27Remove "Z" constant for binary strings
2009-09-27configurator: move initialization stuff to #initialize
2009-09-27Use Configurator#expand_addr in HttpServer#listen
2009-09-27"make install" avoids installing multiple .so objects
2009-09-27HttpServer#listen accepts :tries and :delay parameters
2009-09-27TUNING: notes about benchmarking a high :backlog
2009-09-27local.mk.sample: fix .js times
2009-09-27http_response: simplify and remove const dependencies
2009-09-27http_request: simplify and remove handle_body method
2009-09-27util: remove APPEND_FLAGS constant
2009-09-27GNUmakefile: cleanup test/manifest generation
2009-09-27test_signals: ensure we can parse pids in response
2009-09-27gemspec: remove tests that fork from test_files
2009-09-27gemspec: fix test_files regexp match
2009-09-24KNOWN_ISSUES: add notes about the "isolate" gem
2009-09-24Split out KNOWN_ISSUES document
2009-09-24gemspec: compatibility with older Rubygems
2009-09-24unicorn_rails: show "RAILS_ENV" in help message
2009-09-22local.mk.sample: time and perms enforcement
2009-09-22configurator: fix user switch example in RDoc
2009-09-19Add HACKING document
2009-09-18GNUmakefile: add missing .manifest dep on test installs
2009-09-18README/gemspec: a better description, hopefully
2009-09-18.gitignore on *.rbc files Rubinius generates
2009-09-18http: don't force -fPIC if it can't be used
2009-09-18doc/LATEST: remove trailing newline
2009-09-18build: smaller ChangeLog
2009-09-18build: manifest dropped manpages
2009-09-18build: hardcode the canonical git URL
2009-09-18unicorn 0.92.0 v0.92.0
2009-09-18NEWS.atom.xml only lists the first 10 entries
2009-09-18man1/unicorn_rails: fix unescaped underscore
2009-09-18man1/unicorn: split out RACK ENVIRONMENT section
2009-09-18pandoc needs the standalone switch for manpages
2009-09-18NEWS.atom: file timestamp matches latest entry
2009-09-18doc: latest news is available through finger
2009-09-18html: add Atom feeds
2009-09-17Update TODO