about summary refs log tree commit homepage
path: root/lib/unicorn/http_request.rb
DateCommit message (Expand)
2009-04-08http11: handle "X-Forwarded-Proto: https"
2009-03-29http11: use :http_body instead of "HTTP_BODY"
2009-03-27Always try to send a valid HTTP response back
2009-03-27Remove needless line break
2009-03-25Merge commit 'v0.2.3'
2009-03-25Ensure Tempfiles are unlinked after every request
2009-03-24simplify the HttpParser interface
2009-03-24HttpRequest: small improvement for GET requests
2009-03-22Streamline rack environment generation
2009-03-21HttpRequest: correctly reference logger
2009-03-21http11: don't set headers Rack doesn't like
2009-03-10HttpRequest: update comment regarding short writes v0.1.0
2009-03-10HttpRequest: set binmode on tempfiles
2009-03-03Allow stderr_path and stdout_path to be set in the config
2009-02-25rename http11 => unicorn/http11
2009-02-13Remove tempfile reuse from HttpRequest, upload tests
2009-02-09Refactor and get exec + FD inheritance working
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-09HttpRequest#reset! => HttpRequest#reset
2009-02-09Make HttpRequest object (and temp files) persistent
2009-02-09Don't set SCRIPT_NAME to "/" and then clear it for Rack
2009-02-09HttpRequest: avoid repeated hash lookups for HTTP_BODY
2009-02-09Remove threading and use worker processes instead
2009-02-09s/Mongrel/Unicorn/g