about summary refs log tree commit homepage
path: root/lib/unicorn/http_response.rb
DateCommit message (Expand)
2009-09-27http_response: simplify and remove const dependencies
2009-09-16Avoid freezing objects that don't benefit from it
2009-09-09http_response: don't "rescue nil" for body.close
2009-09-08"encoding: binary" comments for all sources (1.9)
2009-09-03Support HTTP/0.9 entity-body-only responses
2009-08-15http_response: pass through unknown status codes
2009-06-09Avoid duplicating the "Z" constant
2009-05-13http_response: allow string status codes
2009-05-13Require Rack for HTTP Status codes
2009-05-03http_response: luserspace buffering is barely faster
2009-04-23http_response: minor performance gains
2009-04-23http_response: just barely faster
2009-04-21http_response: small speedup by eliminating loop
2009-04-16Small garbage reduction in HttpResponse
2009-04-16ensure responses always have the "Status:" header
2009-03-27Always try to send a valid HTTP response back
2009-03-22HttpResponse: speed up non-multivalue headers
2009-03-21Handle Rack multivalue headers correctly
2009-03-20HttpResponse: close body if it can close
2009-02-14HttpResponse: remove crack-addled HTTP_STATUS_HEADERS hash
2009-02-13HttpResponse: use each instead of each_pair to iterate
2009-02-09Refactor and get exec + FD inheritance working
2009-02-09HttpResponse: use unbuffered I/O for writing, too
2009-02-09Get rid of HeaderOut and simplify HttpResponse
2009-02-09Simplify HttpResponse since we only handle Rack now
2009-02-09HttpResponse: remove send_file
2009-02-09pre-generate HTTP_STATUS_HEADER to avoid repeated snprintf
2009-02-09Remove StringIO usage in HeaderOut
2009-02-09s/Mongrel/Unicorn/g