about summary refs log tree commit homepage
path: root/lib/unicorn/app/inetd.rb
DateCommit message (Expand)
2015-02-04remove old inetd+git examples and exec_cgi
2013-10-26license: allow all future versions of the GNU GPL
2011-08-29add GPLv3 option to the license
2011-04-18documentation cleanup/reduction
2011-02-10remove unnecessary &block usage
2009-09-27Remove "Z" constant for binary strings
2009-09-08"encoding: binary" comments for all sources (1.9)
2009-08-16app/inetd: explicitly close pipe descriptors on CatBody#close
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-09Avoid duplicating the "Z" constant
2009-06-06Put copyright text in new files, include GPL2 text
2009-06-06Unicorn::App::Inetd: reinventing Unix, poorly :)