about summary refs log tree commit homepage
DateCommit message (Expand)
2011-01-21exec_cgi: make output compatible with IO.copy_stream
2011-01-19configurator: undocument trust_x_forwarded_for
2011-01-07http_response: do not skip Status header set by app
2011-01-06unicorn 3.3.1 - one minor, esoteric bugfix v3.3.1
2011-01-05close client socket after closing response body
2011-01-05unicorn 3.3.0 - minor optimizations v3.3.0
2011-01-05http_parser: add clear method, deprecate reset
2011-01-05http_response: simplify the status == 100 comparison
2011-01-05http_server: remove unnecessary 'nil'
2011-01-05socket_helper: expose more defaults in DEFAULTS hash
2011-01-04http_response: implement httpdate in C
2010-12-30http_response: do not account for $, being set
2010-12-30tests: test parser works with keepalive_requests=0
2010-12-29http: remove unnecessary dir_config statement
2010-12-26Rakefile: fix fm_update task
2010-12-26unicorn 3.2.1 - parser improvements for Rainbows! v3.2.1
2010-12-26gemspec: fix gemspec build
2010-12-26unicorn 3.2.0 - parser improvements for Rainbows! v3.2.0
2010-12-26http_server: remove needless lambda
2010-12-26http_response: remove TODO item
2010-12-26http: #keepalive? and #headers? work after #next?
2010-12-26bump kgio dependency to ~> 2.1
2010-12-25http: fix typo in xftrust unit test
2010-12-25doc: use wrongdoc for documentation
2010-12-23TODO: remove item for TeeInput performance
2010-12-21rdoc: include tag subject in NEWS file
2010-12-21rdoc: enable webcvs feature for cgit links
2010-12-21configurator: RDoc cleanups and improvements
2010-12-21http: hook up "trust_x_forwarded" to configurator
2010-12-20http: allow ignoring X-Forwarded-* for url_scheme
2010-12-20http: refactor finalize_header function
2010-12-20http: update setting of "https" for rack.url_scheme
2010-12-20http: support keepalive_requests directive
2010-12-19http: delay clearing env on HttpParser#next?
2010-12-10unicorn 3.1.0 - client_buffer_body_size tuning v3.1.0
2010-12-09allow client_buffer_body_size to be tuned
2010-12-09configurator: ensure examples in FAQ still work
2010-12-09tee_input: fix accounting error on corked requests
2010-12-03unicorn 3.0.1 - one bugfix for Rainbows! v3.0.1
2010-12-02stream_input: avoid trailer parsing on unchunked requests
2010-11-20unicorn 3.0.0 - disable rewindable input! v3.0.0
2010-11-20tests: stream_input tests for mixed gets/read calls
2010-11-20stream_input: use String#sub! instead of gsub!
2010-11-20stream_input: small cleanups and fixes
2010-11-19tests: isolate kgio 2.0.0 instead of the prerelease
2010-11-19unicorn 3.0.0pre2 - less bad than 2.x or 3.0.0pre1! v3.0.0pre2
2010-11-19update to kgio 2.x series
2010-11-18Merge branch '2.0.x-stable'
2010-11-18unicorn 2.0.1 - fix errors in error handling v2.0.1
2010-11-18tests: add parser error test from Rainbows!