summary refs log tree commit
DateCommit message (Expand)
2009-12-03Added test for deep hash checks, prevent shallow copy check failure
2009-12-02Session::Memcache fixes
2009-12-02Updating Session::Memcache test
2009-12-02Inlining of #merge_sessions
2009-12-02Merge branch 'quoted-string-cookies'
2009-12-02Test added to check to ensure that quoted values are properly parsed
2009-12-02Fix typo on lib/rack/session/pool.rb
2009-12-02Added mime type for .manifest (HTML5 offline storage)
2009-12-02Response should call #to_i on the status, as per the spec.
2009-11-23Extract the option parser
2009-11-22Initial removal of OpenID related files
2009-11-21Refactor rackup into Rack::Server
2009-11-21Test coverage for rackup
2009-11-21Merge branch 'master' of github.com:rack/rack
2009-11-10Update README for 1.0.1
2009-10-23Fix LSWS handler as suggested by George Wang
2009-10-18Update README for 1.0.1
2009-10-18Merge branch 'master' of github.com:rack/rack
2009-10-18Fixes the handling of the filename parameter.
2009-10-18Test multipart upload with a semicolon in the name.
2009-10-05Relax Lint slightly to allow subclasses of the required types
2009-09-08Pass more options to mongrel
2009-09-05lib/ should already be added to the $LOAD_PATH by the package manager
2009-09-05rackup should expect $LOAD_PATH to already be set up
2009-08-12Checking that the FCGI::Stream class exists, before trying to override the re...
2009-08-12Merge commit 'official/master'
2009-08-06Update Rack::Utils::HTTP_STATUS_CODES hash
2009-08-05Revert "Add common HTTP strings to Rack::Const"
2009-08-03Kill stray debug line
2009-08-03Use more compatible gzip write api instead of "<<".
2009-08-03Add common HTTP strings to Rack::Const
2009-08-03Don't buffer response bodies in session store by creating an unnecessary resp...
2009-08-03rack.input should be ASCII-8BIT even if it's StringIO (for test)
2009-08-04use Rack::Utils::bytesize, not String#size for multibyte characters in Ruby1.9
2009-08-03Mongrel handler should use rack_input var
2009-08-03Return an empty string for Request#host if HTTP_HOST and SERVER_NAME are both...
2009-07-31added ogv mime type so that firefox can read theora videos using the html5 <v...
2009-07-25Fixing return value of figure_path when nothing was found
2009-07-19Became conscious of __END__
2009-06-30Set correct external_encoding for handlers that don't use RewindableInput
2009-06-23Use #to_s and #downcase on the ext passed to Rack::Mime::mime_type
2009-06-17Document more clearly that rack.input must be opened in binary mode, and enfo...
2009-06-17Fix unit test errors in spec_rack_commonlogger.rb
2009-06-17Enforce binary encoding in RewindableInput; fixes Ruby 1.9 issues.
2009-06-17Fix Rack::Utils::HeaderHash#delete: it's supposed to return the deleted value...
2009-06-15Add Rack::Utils::HeaderHash#replace
2009-06-12Forgot changing license of Rack::Reloader to MIT
2009-06-05Make sure that Reloader doesn't break when executed via ruby -e
2009-06-01Make sure WEBrick respects the :Host option
2009-05-23Readdition of dropped file require statement