summary refs log tree commit
DateCommit message (Expand)
2016-01-25Use Mutex instead of Thread.exclusive for reloader
2016-01-23Fix #905 by stripping quotes from around encodings
2016-01-16Move empty hash to it's own method for session
2016-01-10Merge pull request #996 from zach-taylor/insert-to-unshift
2016-01-10Use unshift(...) instead of insert(0, ...)
2016-01-04Merge pull request #983 from gfvcastro/test-ruby-2-2-4
2016-01-02Test against Ruby 2.2.4 on Travis.
2016-01-02Merge pull request #981 from michaelsauter/fix/load-for-read
2015-12-27Merge pull request #994 from deepj/travis
2015-12-25Test against Ruby 2.3.0 and JRuby 9.0.4.0
2015-12-23Add tests for session hash loading
2015-12-23Merge pull request #989 from davydovanton/reduse-allocation
2015-12-23Freeze static strings in QueryParser#normalize_params
2015-12-23Merge pull request #988 from ktheory/fix-travis-install
2015-12-21[travis] fix apt package installs
2015-12-21Merge pull request #985 from ktheory/http-451-unavailable-for-legal-reasons
2015-12-21Add support for HTTP 451 "Unavailable for Legal Reasons"
2015-12-17prefix with "rack-" 2.0.0.alpha
2015-12-17fix Rakefile to read the version from lib/rack.rb
2015-12-17remove another non-existing file
2015-12-17remove file that doesn't exist
2015-12-17adding spec for events
2015-12-10Load session for read before accessing keys or values
2015-12-07Merge pull request #980 from jeremy/first-party-only-cookies
2015-12-04First-Party cookies, another line of CSRF defense
2015-11-22 Run lighttpd tests if it's present on the system
2015-11-03add Rack::Events middleware
2015-10-19Merge pull request #960 from davidcelis/fix-doc-typo
2015-10-16Fix typo in Security Policy
2015-10-11Merge pull request #958 from frodsan/custom-hmac
2015-10-11Add support for custom hmac.
2015-10-08add Rack::Request#authority
2015-10-06* Add `Rack::Response::Helpers#cache_control` and `cache_control=`.
2015-10-06* Add `Rack::Response::Helpers#etag` and `etag=`. Use this for
2015-10-05add `clock_time` to utils so other people can use it
2015-10-03Merge pull request #957 from jeremy/add-multivalued-header
2015-10-03`Response#add_header` to add to a value to a multivalued header
2015-10-03Shush Object#timeout deprecation. Switch to Timeout.timeout.
2015-10-03Work around OpenStruct#respond_to? regression on Ruby 2.3 dev
2015-10-03CGI/FastCGI tests: Consolidate lighttpd detection and warnings
2015-10-03Fix JRuby tests where we can't Kernel#fork. Re. c7c82108faba872fbecd00320a0f1...
2015-10-03Fix test missed in minitest/bacon -> minitest/spec conversion c99a755a3f55f07...
2015-10-01Merge pull request #956 from jeremy/add-cookie-to-header-raises-on-unrecogniz...
2015-10-01Rack::Utils.add_cookie_to_header fails on headers it doesn't recognize
2015-09-25ask the request for session options
2015-09-25make `commit_session` public
2015-09-24use a response object when committing the session
2015-09-24let the caller return the rack array
2015-09-24Merge pull request #943 from ggrossman/fix_name_token_at_eol
2015-09-24Merge pull request #947 from davidrunger/doc-fix