about summary refs log tree commit homepage
path: root/lib/unicorn/const.rb
DateCommit message (Expand)
2009-12-07unicorn 0.95.2 v0.95.2
2009-11-21unicorn 0.95.1 v0.95.1
2009-11-15unicorn 0.95.0 v0.95.0
2009-11-14const: no need to freeze HTTP_EXPECT
2009-11-13bump version to 0.95.0pre
2009-11-05unicorn 0.94.0 v0.94.0
2009-10-29unicorn 0.93.5 v0.93.5
2009-10-27unicorn 0.93.4 v0.93.4
2009-10-09unicorn 0.93.3 v0.93.3
2009-10-07unicorn 0.93.2 v0.93.2
2009-10-02unicorn 0.93.1 v0.93.1
2009-10-02unicorn 0.93.0 v0.93.0
2009-10-02const: DEFAULT_PORT as a string doesn't make sense
2009-09-18unicorn 0.92.0 v0.92.0
2009-09-16Avoid freezing objects that don't benefit from it
2009-09-08"encoding: binary" comments for all sources (1.9)
2009-09-04unicorn 0.91.0 v0.91.0
2009-08-16unicorn 0.90.0 v0.90.0
2009-08-15const: remove unused constants
2009-07-19unicorn 0.9.2 v0.9.2
2009-07-09unicorn 0.9.1 (merge 0.8.2) v0.9.1
2009-07-09unicorn 0.8.2 v0.8.2
2009-07-01unicorn 0.9.0 v0.9.0
2009-07-01Force streaming input onto apps by default
2009-06-30TrailerParser integration into ChunkedReader
2009-06-29ACK clients on "Expect: 100-continue" header
2009-06-05Transfer-Encoding: chunked streaming input support
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'