summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Simplify delete_paramAdrian Setyadi2019-10-091-1/+2
| |/ / / / / / /
* | | | | | | | Merge pull request #1397 from styd/split-by-stringRafael França2019-10-091-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Split params by string instead of regexAdrian Setyadi2019-10-091-1/+1
|/ / / / / / /
| * | | | | | Allow global expectation explicitly for minitest.Nikolay Rys2019-10-0650-50/+51
|/ / / / / /
* | | | | | Merge pull request #1393 from igas/patch-1Rafael França2019-10-021-0/+8
|\ \ \ \ \ \
| * | | | | | Add metadata URLsIgor Kapkov2019-10-031-0/+8
|/ / / / / /
* | | | | | Merge pull request #1392 from styd/remove-anything-in-testRafael França2019-10-012-14/+0
|\ \ \ \ \ \
| * | | | | | Remove Anything from testAdrian Setyadi2019-10-012-14/+0
|/ / / / / /
* | | | | | Merge pull request #1388 from felixbuenemann/fix-deflater-zlib-buffer-errorsRafael França2019-09-102-2/+16
|\ \ \ \ \ \
| * | | | | | Fix handling of empty body parts in Rack::DeflaterFelix Bünemann2019-09-101-2/+3
| * | | | | | Add failing test for empty parts in Rack::DeflaterFelix Bünemann2019-09-101-0/+13
|/ / / / / /
* | | | | | Merge pull request #1389 from felixbuenemann/skip-process-owner-spec-in-dockerRafael França2019-09-091-0/+2
|\ \ \ \ \ \
| * | | | | | Skip server spec that can't work in DockerFelix Bünemann2019-09-091-0/+2
|/ / / / / /
* | | | | | Merge pull request #1385 from Sean0628/remove-unnecesary-freezeRafael França2019-09-091-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | revert a freeze methodSho Ito2019-08-211-1/+1
| * | | | | remove unnecessary freeze methodSho Ito2019-08-202-2/+2
|/ / / / /
* | | | | Merge pull request #1381 from fcheung/faster-cookie-unpackRafael França2019-07-271-3/+1
|\ \ \ \ \
| * | | | | Speedup/simplify unpacked_cookie_dataFrederick Cheung2019-07-271-3/+1
|/ / / / /
* | | | | Merge pull request #1380 from ahorek/allocations3Rafael França2019-07-242-21/+25
|\ \ \ \ \
| * | | | | return boolean in trusted_proxy?pavel2019-07-232-21/+25
* | | | | | Merge pull request #1379 from ahorek/allocations2Rafael França2019-07-241-2/+9
|\ \ \ \ \ \
| * | | | | | reduce allocations in strip_portpavel2019-07-231-2/+9
| |/ / / / /
* | | | | | Merge pull request #1378 from ahorek/allocations1Rafael França2019-07-241-9/+21
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | reduce allocations in forwarded_schemepavel2019-07-231-9/+21
|/ / / / /
* | | | | Merge pull request #1346 from diskkid/x-accel-redirectRafael França2019-07-232-4/+18
|\ \ \ \ \
| * | | | | Set X-Accel-Redirect to percent-encoded pathDaisuke Koide2019-06-062-4/+18
| |/ / / /
* | | | | Merge pull request #1376 from esparta/no_regex_rack_builderRafael França2019-07-161-4/+1
|\ \ \ \ \
| * | | | | Do not use regex on Rack::Builder.parse_fileEspartaco Palma2019-07-151-4/+1
|/ / / / /
* | | | | Merge pull request #1372 from tainoe/multipart_less_memoryRafael França2019-06-271-0/+1
|\ \ \ \ \
| * | | | | Remove Extra space after =s.kawahara2019-06-181-1/+1
| * | | | | Remove unnecessary buffer growing when parsing multiparts.kawahara2019-06-171-0/+1
| |/ / / /
* | | | | Merge pull request #1371 from krzysiek1507/refactor/auth-digest-md5Rafael França2019-06-271-4/+4
|\ \ \ \ \
| * | | | | Interpolate digest argsKrzysztof Rybka2019-06-051-1/+1
| * | | | | Interpolate A2 argsKrzysztof Rybka2019-06-051-1/+1
| * | | | | Interpolate KD argsKrzysztof Rybka2019-06-051-1/+1
| * | | | | Interpolate A1 argsKrzysztof Rybka2019-06-051-1/+1
| |/ / / /
* | | | | Merge pull request #1370 from krzysiek1507/refactor/build-nasted-query-delete...Rafael França2019-06-271-1/+1
|\ \ \ \ \
| * | | | | Delete empty strings in-placeKrzysztof Rybka2019-06-051-1/+1
| |/ / / /
* | | | | Merge pull request #1368 from krzysiek1507/refactor/optimize-utils-select_bes...Rafael França2019-06-271-10/+9
|\ \ \ \ \
| * | | | | Optimize Rack::Utils.select_best_encodingKrzysztof Rybka2019-05-241-10/+9
| |/ / / /
* | | | | Merge pull request #1355 from krzysiek1507/feature/use-regexp-matchRafael França2019-06-2710-22/+69
|\ \ \ \ \
| * | | | | Use Regexp match? instead of =~Krzysztof Rybka2019-04-1810-22/+69
* | | | | | Merge pull request #1373 from olleolleolle/host-using-index-instead-of-regexRafael França2019-06-271-1/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Avoid regex in Request#hostOlle Jonsson2019-06-261-1/+6
|/ / / / /
* | | | | Merge pull request #1364 from okuramasafumi/fix-ciRafael França2019-05-231-1/+1
|\ \ \ \ \
| * | | | | Fix RuboCop version to `0.68.1`OKURA Masafumi2019-05-241-1/+1
* | | | | | Replace `get_header HTTP_COOKIE` with `string`OKURA Masafumi2019-05-201-1/+1
|/ / / / /
* | | | | Added support for SameSite=None cookie value, added in revision 3 of rfc6265bisHenning Kulander2019-05-092-0/+20
* | | | | Merge pull request #1354 from krzysiek1507/refactor/optimize-media-type-paramsRafael França2019-04-171-4/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Downcase type in-placeKrzysztof Rybka2019-04-181-1/+1