about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2009-05-26unicorn 0.8.0 v0.8.0
2009-05-25Switch to autoload to defer requires
2009-05-25Only refresh the gem list when building the app
2009-05-25Refresh Gem list when building the app
2009-05-22Merge commit 'v0.7.1'
2009-05-22unicorn 0.7.1 v0.7.1
2009-05-22http_response: allow string status codes
2009-05-22Enforce minimum timeout at 3 seconds
2009-05-22configurator: fix rdoc formatting
2009-05-22Preserve 1.9 IO encodings in reopen_logs
2009-05-22Fix a warning about @pid being uninitialized
2009-05-22Ignore unhandled master signals in the workers
2009-05-22Safer timeout handling and test case
2009-05-22app/old_rails: correctly log errors in output
2009-05-22app/exec_cgi: GC prevention
2009-05-13privatize constants only used by old_rails/static
2009-05-13http_response: allow string status codes
2009-05-13Require Rack for HTTP Status codes
2009-05-12Reopen master logs on SIGHUP, too
2009-05-11exec_cgi: don't assume the body#each consumer is a socket
2009-05-11HttpRequest::DEF_PARAMS => HttpRequest::DEFAULTS
2009-05-10Avoid killing sleeping workers
2009-05-10Enforce minimum timeout at 3 seconds
2009-05-10app/exec_cgi: use explicit buffers for read/sysread
2009-05-10http_request: use Rack::InputWrapper-compatible methods
2009-05-10configurator: fix rdoc formatting
2009-05-04Preserve 1.9 IO encodings in reopen_logs
2009-05-04Inline and remove the HttpRequest#reset method
2009-05-04Fix a warning about @pid being uninitialized
2009-05-03Speed up the worker accept loop
2009-05-03Instant shutdown signals really mean instant shutdown
2009-05-04Remove redundant socket closing/checking
2009-05-03Ignore unhandled master signals in the workers
2009-05-03Safer timeout handling and test case
2009-05-03No point in unsetting the O_NONBLOCK flag
2009-05-03http_request: switch to readpartial over sysread
2009-05-03http_response: luserspace buffering is barely faster
2009-05-03http_request: avoid StringIO.new for GET/HEAD requests
2009-05-03app/old_rails: correctly log errors in output
2009-05-02Make speculative accept() faster for the common case
2009-05-02app/exec_cgi: GC prevention
2009-04-26Small cleanup
2009-04-25unicorn 0.7.0 v0.7.0
2009-04-25Rack 1.0.0 compatibility
2009-04-25Fix log rotation being delayed in workers when idle
2009-04-24configurator: "listen" directive more nginx-like
2009-04-24unicorn 0.6.0 v0.6.0
2009-04-24cleanup: avoid duped self-pipe init/replacement logic
2009-04-24SIGTT{IN,OU} {in,de}crements worker_processes
2009-04-24Allow std{err,out}_path to be changed via HUP