summary refs log tree commit
DateCommit message (Expand)
2019-06-05Interpolate KD args
2019-06-05Interpolate A1 args
2019-06-05Delete empty strings in-place
2019-06-05Move server names to a constant
2019-05-24Optimize Rack::Utils.select_best_encoding
2019-05-23Merge pull request #1364 from okuramasafumi/fix-ci
2019-05-24Fix RuboCop version to `0.68.1`
2019-05-20Replace `get_header HTTP_COOKIE` with `string`
2019-05-09Added support for SameSite=None cookie value, added in revision 3 of rfc6265bis
2019-04-17Merge pull request #1354 from krzysiek1507/refactor/optimize-media-type-params
2019-04-18Use Regexp match? instead of =~
2019-04-18Downcase type in-place
2019-04-18Optimize Rack::MediaType.params
2019-04-12Merge pull request #1350 from lanzhiheng/make-some-logic-more-readable
2019-04-12 Make logic more readable.
2019-04-02Merge pull request #1325 from jodosha/performance/remove-useless-header-merge
2019-04-02Merge pull request #1348 from lanzhiheng/add-comments-and-use-better-schema
2019-03-25 Adjust the code and add comments.
2019-03-12README: remove yahns reference
2019-03-03Remove OS precision
2019-03-01Merge branch 'master' into readme
2019-03-01Leahize
2019-02-19Merge pull request #1271 from eileencodes/add-trailer-headers
2019-02-07Merge pull request #1341 from ioquatix/patch-4
2019-02-08It's not possible for qs to be nil at this point.
2019-02-04Merge pull request #1336 from olleolleolle/patch-3
2019-02-04Remove .travis.yml and Travis badge
2019-02-03Merge pull request #1338 from timoschilling/patch-1
2019-01-29test ruby 2.6 on circleci
2019-01-23Ensure initialization of Utils::HeaderHash will dup given headers
2019-01-17Merge pull request #1333 from styd/video-streaming-mime-types
2019-01-17Add MIME Types for video streaming
2019-01-15Merge pull request #1318 from rosenfeld/expand_root_path
2019-01-15Merge pull request #1323 from axyjo/fix-binary-rack-env-show-exceptions
2019-01-14Merge pull request #1330 from buildrtech/add-wasm-mime
2019-01-14Merge pull request #1332 from egtra/http-status-code-103
2019-01-14Add status code: 103 Early Hints
2019-01-06Add MIME Type for WASM
2019-01-04README: remove "Unicorn" reference
2019-01-04Merge pull request #1181 from ioquatix/patch-4
2019-01-04Don't mutate given headers
2019-01-03Merge pull request #1328 from jodosha/performance/status-with-no-entity-body
2019-01-03Merge pull request #1320 from NickLaMuro/update_rack_server_documentation
2019-01-03Merge pull request #1321 from y-yagi/add_too_early_to_status_codes
2019-01-03Merge pull request #1327 from jodosha/performance/simple-body-proxy
2018-12-20Reduce the scope for Response
2018-12-20Transform Utils::STATUS_WITH_NO_ENTITY_BODY into a Hash
2018-12-19Introduce Rack::SimpleBodyProxy
2018-12-19Performance: remove useless header merge from Response
2018-12-18ShowExceptions: fix issue when Rack env has binary data