about summary refs log tree commit homepage
path: root/lib/unicorn
DateCommit message (Expand)
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-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
2009-03-17Allow binding to UNIX sockets relative to "~"
2009-03-10HttpRequest: update comment regarding short writes v0.1.0
2009-03-10HttpRequest: set binmode on tempfiles
2009-03-09Configurator: document reasons for lowering backlog
2009-03-09Unicorn::Configurator: documentation
2009-03-04Add before_exec hook
2009-03-04Remove "directory" config option
2009-03-03configurator: update the per-worker listen example
2009-03-03Add configurator test
2009-03-03Allow stderr_path and stdout_path to be set in the config
2009-03-03Load the app _after_ forking workers by default
2009-03-03Add Unicorn::Util for a reopen_logs method
2009-02-25rename http11 => unicorn/http11
2009-02-23Allow overriding :directory or via -C/--directory
2009-02-21revamp configuration with Configurator DSL
2009-02-21Register default constants in Const module
2009-02-21socket: make bind_listen idempotent, really
2009-02-14HttpResponse: remove crack-addled HTTP_STATUS_HEADERS hash
2009-02-13HttpResponse: use each instead of each_pair to iterate
2009-02-13Remove tempfile reuse from HttpRequest, upload tests
2009-02-09SocketHelper: unlink UNIX sockets if they exist
2009-02-09update version and changelog
2009-02-09factor out FD_CLOEXEC into SocketHelper module
2009-02-09Refactor and get exec + FD inheritance working
2009-02-09HttpResponse: use unbuffered I/O for writing, too
2009-02-09HttpRequest: restart read(2) on EINTR
2009-02-09Refactor HTTP Request processing into HttpRequest
2009-02-09Skip EINTR/EAGAIN handling with syswrite
2009-02-09Use a persistent buffer with HttpRequest
2009-02-09Use read(2) and blocking I/O for clients
2009-02-09socket: temporary UNIX sockets use ".#{$$}.tmp"
2009-02-09HttpRequest#reset! => HttpRequest#reset
2009-02-09Get rid of HeaderOut and simplify HttpResponse
2009-02-09Internally supporting binding to UNIX domain sockets
2009-02-09Move portability and override Socket stuff to unicorn/socket
2009-02-09Make HttpRequest object (and temp files) persistent