about summary refs log tree commit homepage
path: root/lib/unicorn
DateCommit message (Expand)
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-03Safer timeout handling and test case
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-02app/exec_cgi: GC prevention
2009-04-25unicorn 0.7.0 v0.7.0
2009-04-25Rack 1.0.0 compatibility
2009-04-24configurator: "listen" directive more nginx-like
2009-04-24unicorn 0.6.0 v0.6.0
2009-04-23http_response: minor performance gains
2009-04-23http_response: just barely faster
2009-04-23http_request: micro optimizations
2009-04-23Get rid of UNICORN_TMP_BASE constant
2009-04-23Fix data corruption with small uploads via browsers
2009-04-21Cleanup some unnecessary requires
2009-04-21rename socket.rb => socket_helper.rb
2009-04-21Stop extending core classes
2009-04-21http_response: small speedup by eliminating loop
2009-04-21const: remove unused QUERY_STRING constant
2009-04-21HttpParser: set QUERY_STRING for Rack-compliance
2009-04-21http_request: freeze modifiable elements
2009-04-21Move absolute URI parsing into HTTP parser
2009-04-16unicorn 0.5.3 v0.5.3
2009-04-16Small garbage reduction in HttpResponse
2009-04-16remove DATE constant
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