summary refs log tree commit
path: root/lib/rack.rb
DateCommit message (Expand)
2014-10-02Less allocated objects on each request
2014-07-14Rack::TempfileReaper
2013-02-06Add JSON cookie coder. To be default after 1.6+
2013-01-13Rack::Auth::AbstractRequest#scheme returns strings
2013-01-13Reimplement auth scheme fix
2013-01-04master is now Rack 1.5, SPEC 1.2.
2011-12-30fix Rack.release
2011-05-31fix Rack::Lock, use same logic for Rack::CommonLogger
2011-05-03Bump release
2011-05-02Autoloads, requires, and using new api
2010-06-13Push Rack.release to 1.2
2010-04-09Fully remove camping
2010-01-03Update copyright messages
2009-12-26Bump version and release to 1.1
2009-12-11Simple rack logger middleware that wraps rack.errors
2009-12-11Nop NullLogger
2009-12-11Import Ryan's Sendfile from contrib into core
2009-12-11Import runtime middleware by paul (Paul Sadauskas) into core
2009-12-11Import etag middleware from contrib into core
2009-12-11Import Config by jcrosby (Jon Crosby) into core
2009-11-22Initial removal of OpenID related files
2009-11-21Refactor rackup into Rack::Server
2009-09-05lib/ should already be added to the $LOAD_PATH by the package manager
2009-04-24Check for the existence of Rack in the load path.
2009-03-25Push version numbers
2009-03-12Add Rack::Chunked (Transfer-Encoding: chunked) middleware
2009-03-05Add Rack::ContentType middleware
2009-01-17Add Locking middleware
2009-01-05Update copyright
2008-12-09Add ContentLength middleware
2008-10-19Implemented Rack::Head, modified Rack::Lint to ensure responses to HEAD reque...
2008-09-09ConditionalGet middleware (Last-Modified/Etag)
2008-09-07Add MethodOverride middleware to allow browsers to fake PUT and DELETE methods
2008-09-07Add Rack::Mime, a module containing a MIME-type list and helpers
2008-08-21Update to version 0.4
2008-07-06Implemented Rack::Deflater
2008-06-01Addition of Directory to autoload index
2008-05-25Add Rack.release for the version of the release.
2008-05-24Allow handlers to register themselves with Rack::Handler.
2008-05-18Merge 'josh/rack-mirror'
2008-02-26Update README and docs 0.3
2008-01-25Add SCGI handler, by Jeremy Evans
2008-01-10Remove Rack::Adapter::Rails autoload
2007-11-18lib/rack.rb - Addition of Auth::OpenID
2007-11-18lib/rack.rb - Addition of new Session::Pool and Memcache
2007-07-12Add LiteSpeed handler
2007-04-29Add missing autoload for Cascade in rack.rb
2007-03-29Add Rack::ShowStatus, a filter to generate common error messages
2007-03-26Adding Rack::Auth::Digest::MD5, and refactoring Auth::Basic accordingly
2007-03-11Integrate Rack::Static