about summary refs log tree commit homepage
path: root/lib/unicorn/const.rb
DateCommit message (Expand)
2010-10-27unicorn 1.0.2 v1.0.2 maint
2010-07-13unicorn 1.0.1 - bugfixes only v1.0.1
2010-06-17unicorn 1.0.0 - yes, this is a real project v1.0.0
2010-06-10unicorn 0.991.0 - startup improvements v0.991.0
2010-06-08unicorn 0.990.0 - inching towards 1.0 v0.990.0
2010-05-06unicorn 0.99.0 - simplicity wins v0.99.0
2010-05-04unicorn 0.98.0 v0.98.0
2010-04-19unicorn 0.97.1 - fix HTTP parser for Rainbows!/Zbatery v0.97.1
2010-03-01unicorn 0.97.0 - polishing and cleaning up v0.97.0
2010-01-19remove unused MAX_HEADER constant
2010-01-19bump version to 0.97.0pre
2010-01-07unicorn 0.96.0 - Rack 1.1 bump v0.96.0
2009-12-21unicorn 0.95.3 v0.95.3
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