about summary refs log tree commit homepage
path: root/lib/unicorn
DateCommit message (Expand)
2009-04-16unicorn 0.5.2 v0.5.2
2009-04-16unicorn/const: kill trailing whitespace
2009-04-16ensure responses always have the "Status:" header
2009-04-13unicorn 0.5.1 v0.5.1
2009-04-13unicorn 0.5.0 v0.5.0
2009-04-13Configurator: add example for user/group switching
2009-04-13Expose worker to {before,after}_fork hooks
2009-04-12old_rails: try harder to ensure valid responses
2009-04-12Save one fcntl() syscall on every request
2009-04-11Remove _all_ non-POSIX socket options
2009-04-10listen backlog, sndbuf, rcvbuf are always changeable
2009-04-08http11: handle "X-Forwarded-Proto: https"
2009-04-05Enforce umask 0000 with UNIX domain sockets
2009-04-03configurator: allow hooks to be passed callable objects
2009-04-02unicorn 0.4.2 v0.4.2
2009-04-01Remove set_cloexec wrapper and require FD_CLOEXEC
2009-04-01unicorn 0.4.1 v0.4.1
2009-04-01cgi_wrapper: HTTP status code cleanups
2009-04-01cgi_wrapper: fix cookies and other headers
2009-03-31configurator: remove unnecessary SocketHelper include
2009-03-31Better canonicalization of listener paths + tests
2009-03-30cgi_wrapper: ensure "Status:" header is not set
2009-03-30app/old_rails/static: define missing constant
2009-03-29http11: use :http_body instead of "HTTP_BODY"
2009-03-29configurator: favor "listen" directive over "listeners"
2009-03-29configurator: per-listener backlog, {rcv,snd}buf config
2009-03-27Always try to send a valid HTTP response back
2009-03-27Remove needless line break
2009-03-25Merge commit 'v0.2.3'
2009-03-25unicorn 0.2.3 v0.2.3
2009-03-25Ensure Tempfiles are unlinked after every request
2009-03-25Don't bother unlinking UNIX sockets
2009-03-25Socket: add {snd,rcv}buf opts to bind_listen
2009-03-24simplify the HttpParser interface
2009-03-24HttpRequest: small improvement for GET requests
2009-03-23unicorn_rails: support non-Rack versions of Rails
2009-03-22Don't bother unlinking UNIX sockets
2009-03-22Streamline rack environment generation
2009-03-22HttpResponse: speed up non-multivalue headers
2009-03-22unicorn 0.2.2 v0.2.2
2009-03-21Handle Rack multivalue headers correctly
2009-03-21HttpRequest: correctly reference logger
2009-03-21http11: don't set headers Rack doesn't like
2009-03-20Add Unicorn::App::ExecCgi
2009-03-20HttpResponse: close body if it can close
2009-03-19Move listen path and address expansion to Configurator
2009-03-19start libifying common launcher code
2009-03-18unicorn v0.2.1, fix the Manifest v0.2.1
2009-03-18unicorn 0.2.0 v0.2.0
2009-03-18gracefully die if working dir is invalid at fork