summary refs log tree commit
path: root/lib/rack/lint.rb
DateCommit message (Expand)
2014-10-02Less allocated objects on each request
2014-01-20Reformat Rack::Lint docs.
2013-12-04fix \n in spec
2013-05-28Fix some typos
2013-04-13fix typos
2013-01-28Remove specific version code from Lint
2013-01-22lint: avoid TypeError on non-Hash-like response headers lint-headerhash
2013-01-11Hijack SPEC changes after review discussion
2013-01-04Add straw man for the after-headers hijack
2013-01-04Straw man for rack.hijack*, connection hijacking!
2012-12-30Cleanup Lint Content-Type section after 3623d04
2012-12-29Correct some of the mime type issues. References #316 and #366.
2012-12-28Clarify the body.close spec section
2012-03-17Add link to RFC3875 in Lint and SPEC. Closes #352.
2011-08-15Add 205 Reset Content to the list of statuses without a message body
2011-05-22Grammatical corrections (thanks digitalally)
2010-04-29avoid uninitialized ivar warning
2010-04-07size is not part of the input SPEC
2010-02-15Merge remote branch 'origin/master'
2010-01-10Fix SPEC documentation to say subclasses are allowed
2009-12-26Bump version and release to 1.1
2009-12-11rack.logger specification
2009-10-05Relax Lint slightly to allow subclasses of the required types
2009-08-05Revert "Add common HTTP strings to Rack::Const"
2009-08-03Add common HTTP strings to Rack::Const
2009-06-17Document more clearly that rack.input must be opened in binary mode, and enfo...
2009-05-20Eliminate assumption that body.each may be called more than once
2009-04-25Explain the usefulness of the to_path method of the body.
2009-04-25Fix styling the Rack specification.
2009-04-18Merge commit 'FooBarWidget/master'
2009-04-18Add 'rack.session' specification
2009-04-15Specify rack.input#read to behave the same like IO#read.
2009-04-15Update Rack specification: require rack.input to be rewindable.
2009-04-15Describe some things in the specification more clearly, and add some minor st...
2009-03-25Document version change
2009-03-25Document SPEC changes, officially deprecate String bodies
2009-03-25SPEC: Clarify percent-encoding of PATH_INFO
2009-03-25Revert "Specify PATH_INFO encoding"
2009-03-12Rack::Lint no longer requires a Content-Length response header
2009-03-11Add Rack::Utils.bytesize function, use everywhere
2009-03-08Specify PATH_INFO encoding
2009-02-08Add body.to_path to SPEC; implement in Rack::File
2009-02-06SPEC: header values must be Strings instead of responding to #each [#27]
2009-01-14Explicitly require request, response, and utils
2008-12-23Delegate Lint::InputWrapper#rewind to underlying IO object
2008-12-20Moved STATUS_WITH_NO_ENTITY_BODY into Rack::Utils
2008-10-19Implemented Rack::Head, modified Rack::Lint to ensure responses to HEAD reque...
2008-09-05Make Rack::Lint::InputWrapper delegate size method to underlying IO object.
2008-08-19REQUEST_METHOD only must be a valid token
2008-08-01Make Rack::Lint threadsafe