summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix #905 by stripping quotes from around encodingsunity3d_multipart_bugJames Tucker2016-01-233-0/+19
* Move empty hash to it's own method for sessioneileencodes2016-01-162-1/+8
* Merge pull request #996 from zach-taylor/insert-to-unshiftSantiago Pastorino2016-01-101-1/+1
|\
| * Use unshift(...) instead of insert(0, ...)Zach Taylor2016-01-101-1/+1
|/
* Merge pull request #983 from gfvcastro/test-ruby-2-2-4Santiago Pastorino2016-01-041-1/+1
|\
| * Test against Ruby 2.2.4 on Travis.Gustavo Villa2016-01-021-1/+1
* | Merge pull request #981 from michaelsauter/fix/load-for-readMatthew Draper2016-01-022-0/+30
|\ \ | |/ |/|
| * Add tests for session hash loadingMichael Sauter2015-12-231-0/+28
| * Load session for read before accessing keys or valuesMichael Sauter2015-12-101-0/+2
* | Merge pull request #994 from deepj/travisSantiago Pastorino2015-12-271-1/+2
|\ \
| * | Test against Ruby 2.3.0 and JRuby 9.0.4.0deepj2015-12-251-1/+2
|/ /
* | Merge pull request #989 from davydovanton/reduse-allocationMatthew Draper2015-12-231-6/+6
|\ \
| * | Freeze static strings in QueryParser#normalize_paramsAnton Davydov2015-12-231-6/+6
* | | Merge pull request #988 from ktheory/fix-travis-installMatthew Draper2015-12-231-1/+3
|\ \ \ | |/ / |/| |
| * | [travis] fix apt package installsAaron Suggs2015-12-211-1/+3
* | | Merge pull request #985 from ktheory/http-451-unavailable-for-legal-reasonsJeremy Daer2015-12-211-0/+1
|\ \ \ | |/ / |/| |
| * | Add support for HTTP 451 "Unavailable for Legal Reasons"Aaron Suggs2015-12-211-0/+1
|/ /
* | prefix with "rack-"2.0.0.alphaAaron Patterson2015-12-171-1/+1
* | fix Rakefile to read the version from lib/rack.rbAaron Patterson2015-12-171-1/+1
* | remove another non-existing fileAaron Patterson2015-12-171-1/+1
* | remove file that doesn't existAaron Patterson2015-12-171-1/+1
* | adding spec for eventsAaron Patterson2015-12-171-0/+133
|/
* Merge pull request #980 from jeremy/first-party-only-cookiesSantiago Pastorino2015-12-073-1/+23
|\
| * First-Party cookies, another line of CSRF defenseJeremy Daer2015-12-043-1/+23
|/
* add Rack::Events middlewareAaron Patterson2015-11-033-1/+162
* Merge pull request #960 from davidcelis/fix-doc-typoSantiago Pastorino2015-10-191-1/+1
|\
| * Fix typo in Security PolicyDavid Celis2015-10-161-1/+1
|/
* Merge pull request #958 from frodsan/custom-hmacSantiago Pastorino2015-10-112-1/+19
|\
| * Add support for custom hmac.Francesco Rodríguez2015-10-112-1/+19
|/
* add Rack::Request#authorityAaron Patterson2015-10-083-0/+24
* * Add `Rack::Response::Helpers#cache_control` and `cache_control=`.Aaron Patterson2015-10-063-0/+22
* * Add `Rack::Response::Helpers#etag` and `etag=`. Use this forAaron Patterson2015-10-066-4/+27
* add `clock_time` to utils so other people can use itAaron Patterson2015-10-052-14/+15
* Merge pull request #957 from jeremy/add-multivalued-headerJeremy Daer2015-10-036-28/+236
|\
| * `Response#add_header` to add to a value to a multivalued headerJeremy Daer2015-10-036-28/+236
|/
* Shush Object#timeout deprecation. Switch to Timeout.timeout.Jeremy Daer2015-10-031-1/+1
* Work around OpenStruct#respond_to? regression on Ruby 2.3 devJeremy Daer2015-10-031-2/+1
* CGI/FastCGI tests: Consolidate lighttpd detection and warningsJeremy Daer2015-10-033-20/+14
* Fix JRuby tests where we can't Kernel#fork. Re. c7c82108faba872fbecd00320a0f1...Jeremy Daer2015-10-031-14/+20
* Fix test missed in minitest/bacon -> minitest/spec conversion c99a755a3f55f07...Jeremy Daer2015-10-031-2/+2
* Merge pull request #956 from jeremy/add-cookie-to-header-raises-on-unrecogniz...Jeremy Daer2015-10-012-17/+49
|\
| * Rack::Utils.add_cookie_to_header fails on headers it doesn't recognizeJeremy Daer2015-10-012-17/+49
|/
* ask the request for session optionsAaron Patterson2015-09-251-1/+1
* make `commit_session` publicAaron Patterson2015-09-251-0/+1
* use a response object when committing the sessionAaron Patterson2015-09-242-5/+31
* let the caller return the rack arrayAaron Patterson2015-09-241-6/+5
* Merge pull request #943 from ggrossman/fix_name_token_at_eolAaron Patterson2015-09-243-2/+46
|\
| * When parsing the name parameter of Content-Disposition, support quoted chars ...Gary Grossman2015-09-083-3/+26
| * Fix bug in parsing of Content-Disposition header where an unquoted name at en...Gary Grossman2015-09-063-1/+22
* | Merge pull request #947 from davidrunger/doc-fixAaron Patterson2015-09-242-7/+7
|\ \