about summary refs log tree commit homepage
path: root/lib/unicorn/const.rb
DateCommit message (Expand)
2009-07-09unicorn 0.8.2 v0.8.2
2009-05-28unicorn 0.8.1 v0.8.1
2009-05-26unicorn 0.8.0 v0.8.0
2009-05-25Switch to autoload to defer requires
2009-05-22Merge commit 'v0.7.1'
2009-05-22unicorn 0.7.1 v0.7.1
2009-05-13privatize constants only used by old_rails/static
2009-05-13Require Rack for HTTP Status codes
2009-04-25unicorn 0.7.0 v0.7.0
2009-04-24unicorn 0.6.0 v0.6.0
2009-04-23http_response: minor performance gains
2009-04-23Get rid of UNICORN_TMP_BASE constant
2009-04-21const: remove unused QUERY_STRING constant
2009-04-16unicorn 0.5.3 v0.5.3
2009-04-16remove DATE constant
2009-04-16unicorn 0.5.2 v0.5.2
2009-04-16unicorn/const: kill trailing whitespace
2009-04-13unicorn 0.5.1 v0.5.1
2009-04-13unicorn 0.5.0 v0.5.0
2009-04-02unicorn 0.4.2 v0.4.2
2009-04-01unicorn 0.4.1 v0.4.1
2009-03-29http11: use :http_body instead of "HTTP_BODY"
2009-03-27Always try to send a valid HTTP response back
2009-03-25Merge commit 'v0.2.3'
2009-03-25unicorn 0.2.3 v0.2.3
2009-03-22Streamline rack environment generation
2009-03-22unicorn 0.2.2 v0.2.2
2009-03-18unicorn v0.2.1, fix the Manifest v0.2.1
2009-03-18unicorn 0.2.0 v0.2.0
2009-02-21Register default constants in Const module
2009-02-09update version and changelog
2009-02-09Get rid of HeaderOut and simplify HttpResponse
2009-02-09Don't set SCRIPT_NAME to "/" and then clear it for Rack
2009-02-09Simplify HttpResponse since we only handle Rack now
2009-02-09pre-generate HTTP_STATUS_HEADER to avoid repeated snprintf
2009-02-09Remove StringIO usage in HeaderOut
2009-02-09s/Mongrel/Unicorn/g