about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2009-10-29unicorn 0.93.5 v0.93.5
2009-10-29fix reliability of timeout kills
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-18stop continually resends signals during shutdowns
2009-10-13show configuration file path in errors instead of '(eval)'
2009-10-09unicorn 0.93.3 v0.93.3
2009-10-09configurator: update with nginx fail_timeout=0 example
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-06more-compatible TeeInput#read for POSTs with Content-Length
2009-10-05Document the START_CTX hash contents
2009-10-02unicorn 0.93.1 v0.93.1
2009-10-02unicorn 0.93.0 v0.93.0
2009-10-02const: DEFAULT_PORT as a string doesn't make sense
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-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-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-27HttpServer#listen accepts :tries and :delay parameters
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-22configurator: fix user switch example in RDoc
2009-09-18unicorn 0.92.0 v0.92.0
2009-09-17SIGHUP no longer drops lone, default listener
2009-09-16Avoid freezing objects that don't benefit from it
2009-09-16socket_helper: (FreeBSD) don't freeze the accept filter constant
2009-09-15Fix comment about speculative accept()
2009-09-09http_response: don't "rescue nil" for body.close
2009-09-08"encoding: binary" comments for all sources (1.9)
2009-09-04unicorn 0.91.0 v0.91.0
2009-09-04Redirect files in binary mode
2009-09-03Support HTTP/0.9 entity-body-only responses
2009-09-02launcher: defer daemonized redirects until config is read
2009-08-20tee_input: fix rdoc