summary refs log tree commit
DateCommit message (Expand)
2008-12-02Correct status code language to follow RFC 2616
2008-11-28Improve session id security: Make session id size configurable, raise the def...
2008-11-28Add support for Secure and HttpOnly flags to session cookies. Set HttpOnly fl...
2008-11-28Avoid slurping or parsing request body on PUT requests
2008-11-28Use the universally supported select event handler for lighttpd.
2008-11-28When calling map, create another object of the same class.
2008-11-28Silence Net::HTTP warning
2008-11-25Updated the tests to use net/http since open-uri doesn't stream responses.
2008-11-25Allow streaming with the Mongrel Handler.
2008-11-25Add tests for streaming with Mongrel.
2008-10-19Implemented Rack::Head, modified Rack::Lint to ensure responses to HEAD reque...
2008-10-11Fix header emission for WEBrick and Set-Cookie
2008-10-01Test that Rack::Session::Cookie ignores tampered with session cookies
2008-09-30Add secure cookies
2008-09-30Empty is if Content-Length is 0, [''] ain't empty?
2008-09-16Rewrite Rack::Builder tests to avoid race-conditions
2008-09-13Added another example demonstrating the Rack::Builder.app method.
2008-09-13Added spec for application initialization to be performed only once.
2008-09-13Implemented Rack::Builder.app and added specs.
2008-09-10Add :secure option for set_cookie
2008-09-09ConditionalGet middleware (Last-Modified/Etag)
2008-09-07Add MethodOverride middleware to allow browsers to fake PUT and DELETE methods
2008-09-07Update emongrel and add swiftiplied mongrel
2008-09-07Update Rack::File
2008-09-07New version of Rack::Directory
2008-09-07Add Rack::Mime, a module containing a MIME-type list and helpers
2008-09-05Make Rack::Lint::InputWrapper delegate size method to underlying IO object.
2008-08-30Add Request#ip and corresponding spec
2008-08-28Make Rack::Lobster set Content-Length
2008-08-28Make Rack::ShowExceptions set Content-Length
2008-08-28Make Rack::Response count Content-Length
2008-08-28Remove empty FastCGI headers nginx likes to pass
2008-08-21Update to version 0.4
2008-08-21Cosmetics
2008-08-21Fix packaging script
2008-08-21Update README
2008-08-19REQUEST_METHOD only must be a valid token
2008-08-09Improve test documentation
2008-08-09Don't test OpenID in the default test suite
2008-08-09Wrangle paths so finally lighttpd should start everything on all platforms co...
2008-08-09Don't test openid if not available
2008-08-09Don't test mongrel if not available
2008-08-09Silence OpenID warnings
2008-08-09Make memcache tests start and kill memcached itself
2008-08-07BUG: Output of date in wrong time format for cookie expiration (fixed)
2008-08-07Merge commit 'core/master'
2008-08-01Make Rack::Lint threadsafe
2008-07-24Merge git://github.com/dkubb/rack
2008-07-24Ensure the comparison is case insensitive
2008-07-24Updated Rake::Lint to ensure Content-Length header is present for non-chunked...