summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bumping version2.0.8Aaron Patterson2019-12-181-1/+1
* Introduce a new base class to avoid breaking when upgradingRafael Mendonça França2019-12-175-22/+54
* Add a version prefix to the private id to make easier to migrate old valuesRafael Mendonça França2019-12-172-3/+3
* Fallback to the public id when reading the session in the pool adapterRafael Mendonça França2019-12-173-4/+49
* Also drop the session with the public id when destroying sessionsRafael Mendonça França2019-12-172-0/+22
* Fallback to the legacy id when the new id is not foundRafael Mendonça França2019-12-172-1/+24
* Add the private idAaron Patterson2019-12-171-1/+1
* revert conditionals to masterAaron Patterson2019-12-173-3/+3
* remove NullSessionAaron Patterson2019-12-173-18/+5
* remove || raise and get closer to masterAaron Patterson2019-12-172-7/+4
* store hashed id, send public idAaron Patterson2019-12-174-12/+22
* use session id objectsAaron Patterson2019-12-175-15/+44
* remove more nilsAaron Patterson2019-12-173-7/+16
* try to ensure we always have some kind of objectAaron Patterson2019-12-172-4/+11
* Bumping to 2.0.7 for release2.0.7eileencodes2019-04-021-1/+1
* Merge pull request #1343 from larsxschneider/ls/forward-fixEileen M. Uchitelle2019-02-192-2/+11
|\
| * Preserve forwarded IP address for trusted proxy chainsSam2019-02-192-2/+11
|/
* Merge pull request #1201 from janko-m/make-multipart-parsing-work-for-chunked...Rafael França2018-12-201-9/+6
* Bumping version for release2.0.6Aaron Patterson2018-11-051-1/+1
* Whitelist http/https schemesPatrick Tulskie2018-11-052-4/+22
* Reduce buffer size to avoid pathological parsingAaron Patterson2018-11-051-1/+1
* Merge tag '2.0.5' into 2-0-stableAaron Patterson2018-11-051-1/+1
|\
| * Bump version for release2.0.5eileencodes2018-04-231-1/+1
* | Merge pull request #1296 from tomelm/fix-prefers-plaintextRafael França2018-09-122-1/+14
|/
* Merge pull request #1268 from eileencodes/forwardport-pr-1249-to-2-0-stableEileen M. Uchitelle2018-04-232-1/+19
|\
| * Merge pull request #1249 from mclark/handle-invalid-method-parametersEileen M. Uchitelle2018-04-232-1/+19
|/
* Stick with a passing version of Rubygems and bundlerRafael Mendonça França2018-04-231-1/+1
* LeahizeLeah Neukirchen2018-04-112-5/+3
* Bumping version2.0.4Aaron Patterson2018-01-311-1/+1
* webrick: remove concurrent-ruby dev dependencyEric Wong2018-01-312-9/+5
* Merge pull request #1190 from hugoabonizio/masterRafael França2018-01-312-3/+3
* Merge pull request #1193 from tompng/multipart_less_memoryRafael França2018-01-311-6/+6
* Merge pull request #1192 from jkowens/masterJeremy Daer2018-01-311-1/+1
* Merge pull request #1179 from tompng/masterJeremy Daer2018-01-311-5/+7
* Merge pull request #1151 from cremno/simplify-some-string-creationsRafael França2018-01-313-4/+4
* Merge pull request #1189 from lugray/fix_rack_lockMatthew Draper2017-07-112-4/+23
* Require the right file for the digest we're usingMatthew Draper2017-05-301-1/+1
* Bump version for release2.0.3eileencodes2017-05-151-1/+1
* Merge pull request #1166 from jnraine/masterAaron Patterson2017-05-151-1/+1
* Ensure env values are ASCII 8BIT encodedeileencodes2017-05-122-7/+24
* Bump Rack version for release2.0.2eileencodes2017-05-081-1/+1
* Revert "updating author / email"Aaron Patterson2017-05-081-2/+2
* Merge pull request #1117 from ioquatix/patch-3Rafael França2017-02-231-2/+2
|\
| * Fix warnings and usage of $VERBOSESamuel Williams2016-10-081-2/+2
* | Merge branch 'rfc7231-sec6.3.6-205'Aaron Patterson2017-02-158-12/+12
|\ \
| * | Revert "Add 205 Reset Content to the list of statuses without a message body"Eric Wong2016-12-148-12/+12
* | | Merge branch 'no-deflate'Aaron Patterson2017-02-152-50/+25
|\ \ \
| * | | deflater: remove "deflate" encoding supportEric Wong2016-07-262-50/+25
* | | | Merge pull request #1141 from brauliomartinezlm/bytesize_usageSantiago Pastorino2017-01-252-1/+14
|\ \ \ \
| * | | | Update bytesize usage after its removal from rack utilsBraulio Martinez2017-01-242-1/+14
|/ / / /