about summary refs log tree commit homepage
DateCommit message (Expand)
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
2009-10-02const: DEFAULT_PORT as a string doesn't make sense
2009-10-02SIGNALS: state that we stole semantics from nginx
2009-10-02test: don't rely on .manifest for test install
2009-10-02configurator: listen :delay must be Numeric
2009-10-02configurator: update some migration examples
2009-10-01Avoid a small window when a pid file can be empty
2009-10-01README: remove reference to different versions
2009-09-30manpages: document environment variables
2009-09-30unicorn_rails: undeprecate --path switch
2009-09-30rails: RAILS_RELATIVE_URL_ROOT may be set in Unicorn config
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