about summary refs log tree commit homepage
path: root/lib/unicorn/app
DateCommit message (Expand)
2010-10-05Unicorn::Util.tmpio => Unicorn::TmpIO.new
2010-06-14app/exec_cgi: rack.input may not respond to #size
2009-12-06http: PATH_INFO/REQUEST_PATH includes semi-colons
2009-11-15replace "rescue => e" with "rescue Object => e"
2009-11-14old_rails: autoload Static
2009-11-14old_rails/static: avoid freezing strings
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-16app/inetd: explicitly close pipe descriptors on CatBody#close
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-07-01Force streaming input onto apps by default
2009-07-01Move "Expect: 100-continue" handling to the app
2009-06-29inetd: fix broken constant references
2009-06-25exec_cgi: small cleanups
2009-06-09Avoid duplicating the "Z" constant
2009-06-06Put copyright text in new files, include GPL2 text
2009-06-06Unicorn::App::Inetd: reinventing Unix, poorly :)
2009-05-13privatize constants only used by old_rails/static
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-03app/old_rails: correctly log errors in output
2009-05-02app/exec_cgi: GC prevention
2009-04-12old_rails: try harder to ensure valid responses
2009-03-30app/old_rails/static: define missing constant
2009-03-23unicorn_rails: support non-Rack versions of Rails
2009-03-20Add Unicorn::App::ExecCgi