about summary refs log tree commit homepage
path: root/lib/unicorn/app/exec_cgi.rb
DateCommit message (Expand)
2015-02-04remove old inetd+git examples and exec_cgi
2011-04-18documentation cleanup/reduction
2011-02-10remove unnecessary &block usage
2011-02-02Fix Ruby 1.9.3dev warnings
2011-01-21exec_cgi: handle Status header in CGI response
2011-01-21exec_cgi: make output compatible with IO.copy_stream
2010-10-05Unicorn::Util.tmpio => Unicorn::TmpIO.new
2010-06-14app/exec_cgi: rack.input may not respond to #size
2009-09-30cleanup: use question mark op for 1-byte comparisons
2009-09-27Remove "Z" constant for binary strings
2009-09-16Avoid freezing objects that don't benefit from it
2009-09-08"encoding: binary" comments for all sources (1.9)
2009-08-15Remove explicit requires for Rack things
2009-07-19app/exec_cgi: fix 1.9 compatibility
2009-07-19Remove core Tempfile dependency (1.9.2-preview1 compat)
2009-07-04Favor Struct members to instance variables
2009-06-25exec_cgi: small cleanups
2009-05-11exec_cgi: don't assume the body#each consumer is a socket
2009-05-10app/exec_cgi: use explicit buffers for read/sysread
2009-05-02app/exec_cgi: GC prevention
2009-03-20Add Unicorn::App::ExecCgi