about summary refs log tree commit homepage
path: root/lib/unicorn/http_response.rb
DateCommit message (Expand)
2013-01-22support for Rack hijack in request and response
2012-12-04fix const error responses for Rainbows!
2012-11-29Begin writing HTTP request headers early to detect disconnected clients
2011-04-18documentation cleanup/reduction
2011-01-07http_response: do not skip Status header set by app
2011-01-05close client socket after closing response body
2011-01-05http_response: simplify the status == 100 comparison
2011-01-04http_response: implement httpdate in C
2010-12-30http_response: do not account for $, being set
2010-12-26http_response: remove TODO item
2010-10-04http_response: avoid singleton method
2010-06-28http_response: this should be a module, not a class
2010-01-05http_response: disallow blank, multi-value headers
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