summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1745 from ioquatix/streamingmasterAaron Patterson2022-01-204-698/+856
|\
| * Introduce Streaming Body specification.Samuel Williams2022-01-204-73/+229
| * Prefer to use wrapper class for `Rack::Lint`.Samuel Williams2022-01-201-679/+681
* | Prefer `filename*` over `filename` when processing multipart data.chiwenchen2022-01-213-3/+15
* | deflater.rb - optimize GzipStream#eachMSP-Greg2022-01-201-8/+18
|/
* Move RuboCop to optional maintenance group.Samuel Williams2022-01-201-2/+5
* Remove obsolete support for RFC2109 date/time formatting.Samuel Williams2022-01-152-19/+0
* Test with latest version of psych.Samuel Williams2022-01-154-26/+22
* Fix reference to SPEC in README (Fixes #1782)Jeremy Evans2021-11-301-1/+1
* Update trusted_proxy? to match on 127.0.0.0/8 (#1781)Steven Bloch2021-11-293-1/+32
* Allow to daemonize without closing STDOUT/STDERR (#1779)Stephen Paul Weber2021-11-061-2/+7
* Mark `ETag` change in 2.2.0 as breaking (#1778)Patrik Ragnarsson2021-11-041-1/+1
* Update CHANGELOG for 2.0.9 (Fixes #1767)Jeremy Evans2021-11-031-0/+6
* Add Rack::Session::Pool :allow_fallback optionJeremy Evans2021-11-033-2/+20
* remove changelog message as it has no effect on the end userAaron Rosenberg2021-11-031-1/+0
* Set @env directly to avoid unneeded call maintained for extensibilityAaron Rosenberg2021-11-032-3/+2
* Revert "Remove unnecessary call to `super()`"Aaron Rosenberg2021-11-032-2/+5
* Revert "Flatten Rack::Request::Env into Request"Aaron Rosenberg2021-11-032-51/+58
* Update documentation for Rack::HandlerKS2021-10-191-2/+1
* Merge pull request #1752 from learnlifecom/mock-hash-with-array-valuesAaron Patterson2021-10-042-12/+23
|\
| * Fix MockRequest cookie parsing for hash with array valueRobin Bortlik2021-05-282-12/+23
* | Remove an example that passes options on the first `#\` line [ci skip]yuuji.yaginuma2021-07-131-2/+0
* | Remove unnecessary call to `super()` in `Rack::Request::Env` (#1751)Aaron Rosenberg2021-06-052-57/+51
|/
* Add AWS Lambda Supported "Web Server".Ken Collins2021-05-171-0/+1
* Update year in license fileKonstantin Haase2021-05-061-1/+1
* Merge pull request #1747 from kamipo/fix_typosKonstantin Haase2021-05-063-4/+4
|\
| * Fix some typos [ci skip]Ryuta Kamizono2021-04-263-4/+4
* | Merge pull request #1748 from wjordan/to_ary-bufferedAaron Patterson2021-05-057-53/+180
|\ \
| * | Add spec changes to `Rack::Lint`Will Jordan2021-04-273-23/+165
| * | Use :to_ary to detect non-streaming body content in middlewareWill Jordan2021-04-264-34/+15
| * | Update SPEC to clarify streaming response body behaviorWill Jordan2021-04-261-0/+4
| |/
* | Read the pid file only onceKatsuhiko YOSHIDA2021-04-302-20/+24
* | Output the pid if the server is already runningKatsuhiko YOSHIDA2021-04-302-5/+4
|/
* Make tests pass on hosts that have no ipv4 connectivityAntonio Terceiro2021-04-192-13/+13
* Allow ws and wss as forwarded scheme/proto headersErwan Thomas2021-04-153-1/+18
* pluralize the headers variable in the common loggerJon foster2021-03-301-2/+2
* CI: Workaround YAML gotcha in ActionsPatrik Ragnarsson2021-03-151-1/+1
* Fix generation of multipart filename with space.Muir Manders2021-03-054-2/+20
* Use more descriptive argument nameJeremy Evans2021-01-211-4/+4
* Default to & as separator instead of either & or ;Jeremy Evans2021-01-214-9/+12
* Ruby 3 (#1727)Ben Fritsch2021-01-052-1/+2
* Freeze Rack::VERSION (#1726)Kir Shatrov2020-12-281-2/+3
* Fix inefficient assert pattern in Rack::Lint (#1724)Benoit Daloze2020-12-091-196/+179
* Make Rack::MockResponse handle non-hash headersJeremy Evans2020-12-013-3/+25
* Merge pull request #1719 from tlatsas/skip-rubocop-for-external-testsSamuel Williams2020-11-151-1/+1
|\
| * Skip rubocop for external testsTasos Latsas2020-11-141-1/+1
|/
* Use faster OpenSSL secure_compare if availableBart de Water2020-11-132-6/+15
* Fix warningkvokka2020-11-041-1/+1
* Remove thin specJeremy Evans2020-10-211-98/+0
* use @status instead of status.to_iceclinux2020-09-241-1/+1