summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve spec compatibility with current master.to_ary-flattenSamuel Williams2020-01-071-2/+2
* Improve spec name and be explicit about result.Samuel Williams2020-01-071-3/+4
* Merge pull request #1453 from rack/rm_to_ary_from_responseSamuel Williams2020-01-074-11/+5
|\
| * Remove `to_ary` from Responserm_to_ary_from_responseAaron Patterson2020-01-064-11/+5
* | Merge pull request #1450 from ohbarye/fix-typosSamuel Williams2020-01-022-2/+2
|\ \
| * | Fix typosohbarye2020-01-022-2/+2
|/ /
* | Merge pull request #1436 from prathamesh-sonpatki/patch-1Samuel Williams2019-12-311-0/+11
|\ \
| * | Run tests on Ruby 2.7प्रथमेश Sonpatki2019-12-301-0/+11
|/ /
* | Merge pull request #1430 from Drenmi/maintenance/update-changelogRafael França2019-12-191-0/+8
|\ \ | |/ |/|
| * Add 2.0.8 and 1.6.12 to CHANGELOGTed Johansson2019-12-191-0/+8
|/
* Merge branch 'advisory-fix-1'Aaron Patterson2019-12-184-12/+130
|\
| * Introduce a new base class to avoid breaking when upgradingRafael Mendonça França2019-10-215-22/+54
| * Add a version prefix to the private id to make easier to migrate old valuesRafael Mendonça França2019-10-162-3/+3
| * Fallback to the public id when reading the session in the pool adapterRafael Mendonça França2019-10-093-4/+49
| * Also drop the session with the public id when destroying sessionsRafael Mendonça França2019-10-092-0/+22
| * Fallback to the legacy id when the new id is not foundRafael Mendonça França2019-10-092-1/+24
| * Add the private idsid-objectAaron Patterson2019-08-131-1/+1
| * revert conditionals to masterAaron Patterson2019-08-133-3/+3
| * remove NullSessionAaron Patterson2019-08-133-18/+5
| * remove || raise and get closer to masterAaron Patterson2019-08-132-7/+4
| * store hashed id, send public idAaron Patterson2019-08-134-12/+22
| * use session id objectsAaron Patterson2019-08-135-15/+44
| * remove more nilsAaron Patterson2019-08-133-7/+16
| * try to ensure we always have some kind of objectAaron Patterson2019-08-132-4/+11
* | Merge pull request #1427 from japzio/readme-logoSamuel Williams2019-12-161-1/+1
|\ \
| * | fix: README broken linkJasper Culong2019-12-161-1/+1
|/ /
* | Update README.rdocSamuel Williams2019-12-151-1/+1
* | Merge pull request #1426 from osamtimizer/fix/eliminate-warnings-on-testSamuel Williams2019-12-143-6/+12
|\ \
| * | in ruby2.4.0, URI doesn't respond to :openosamtimizer2019-12-141-1/+5
| * | eliminate warning for testing of passing invalid headerosamtimizer2019-12-142-5/+7
| * | calling URI.open via Kernel#open is deprecatedosamtimizer2019-12-141-1/+1
|/ /
* | Merge pull request #1421 from fatkodima/memcache-client-to-dalliRafael França2019-12-044-416/+6
|\ \
| * | Deprecate Rack::Session::Memcache in favor of Rack::Session::Dalli from dalli...fatkodima2019-11-294-416/+6
* | | Merge pull request #1422 from fatkodima/content-disposition-spacesSamuel Williams2019-11-303-3/+15
|\ \ \ | |/ / |/| |
| * | Robust separation of Content-Disposition fieldsfatkodima2019-11-293-3/+15
|/ /
* | Add link to Unicorn.Samuel Williams2019-11-281-0/+1
* | Add links to Roda & Utopia.Samuel Williams2019-11-281-0/+2
* | Add link to Falcon.Samuel Williams2019-11-281-0/+1
* | Merge pull request #1419 from VBart/patch-1Samuel Williams2019-11-281-15/+1
|\ \
| * | Remove mentions of outdated and unmaintained projectsValentin V. Bartenev2019-11-281-15/+1
|/ /
* | Merge pull request #1418 from VBart/patch-4Samuel Williams2019-11-271-31/+31
|\ \
| * | Added relevant links to the projectsValentin V. Bartenev2019-11-261-31/+31
|/ /
* | Do not reference HTTP_VERSION internallyMatt Robenolt2019-11-213-7/+7
* | Merge pull request #1414 from rack/remove-lighttpSamuel Williams2019-11-216-266/+1
|\ \
| * | Update README.remove-lighttpSamuel Williams2019-11-161-30/+1
| * | Remove broken lighttpd specs.Samuel Williams2019-11-165-236/+0
|/ /
* | Minor documentation fixes (File -> Files).Samuel Williams2019-11-152-3/+3
* | Fix autoloading File and Files constants.Samuel Williams2019-11-151-0/+1
* | Merge pull request #1172 from radekosmulski/fix-cgi-spec-bugSamuel Williams2019-11-152-4/+4
|\ \
| * | Fix cgi specsRadek Osmulski2017-05-252-4/+4