about summary refs log tree commit homepage
path: root/lib/unicorn/tee_input.rb
DateCommit message (Expand)
2009-09-27Remove "Z" constant for binary strings
2009-09-08"encoding: binary" comments for all sources (1.9)
2009-08-20tee_input: fix rdoc
2009-08-15tee_input: make interface more usable outside of Unicorn
2009-08-10http: rename read_body to filter_body
2009-08-09Switch to Ragel/C-based chunk/trailer parser
2009-07-19Remove core Tempfile dependency (1.9.2-preview1 compat)
2009-07-16move all #gets logic to tee_input out of chunked_reader
2009-07-01Force streaming input onto apps by default
2009-07-01tee_input: avoid ignoring initial body blob
2009-06-30TeeInput: use only one IO for tempfile
2009-06-29tee_input: avoid rereading fresh data
2009-06-29Make TeeInput easier to use
2009-06-29tee_input: avoid defining a @rd.size method
2009-06-25tee_input: Don't expose the @rd object as a return value
2009-06-09Avoid duplicating the "Z" constant
2009-06-06Put copyright text in new files, include GPL2 text
2009-06-05Transfer-Encoding: chunked streaming input support