about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
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-13Remove unnecessary local variables in process_client
2009-04-13small cleanups in signal handling and worker init
2009-04-12old_rails: try harder to ensure valid responses
2009-04-12Don't bother restoring ENV or umask across reexec
2009-04-12Remove unnecessary sync assignment
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-10Restore unlinked UNIX sockets on SIGHUP
2009-04-10config: handle listener unbind/replace in config file
2009-04-10close listeners when removing them from our array
2009-04-08http11: handle "X-Forwarded-Proto: https"
2009-04-07cleanup some log messages
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-02Use File.basename instead of a regexp
2009-04-02More descriptive process titles
2009-04-01Close std{err,out} redirection targets
2009-04-01FD_CLOEXEC all non-listen descriptors before exec
2009-04-01All IOs created in workers have FD_CLOEXEC set
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-31Use {read,write}_nonblock on the pipe
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-29Fix default listener setup
2009-03-29Avoid having two pid files pointing to the same pid
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-27No need to disable luserspace buffering on client socket
2009-03-27style: symbols instead of strings for signal names
2009-03-27Deferred log rotation in workers
2009-03-26Don't allow failed log rotation to to break app
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