summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add test coverage using test_cov rake taskJeremy Evans2020-01-302-0/+20
* Remove dead code in multipart parserJeremy Evans2020-01-291-6/+0
* Fix Response#write calculation of Content-Length if initialized with a bodyJeremy Evans2020-01-293-6/+40
* DRY up Utils using a single module_function callJeremy Evans2020-01-281-29/+2
* Revert moving attributes below `#initialize`.Samuel Williams2020-01-281-6/+6
* Fix documentation type syntax.Samuel Williams2020-01-281-2/+3
* Use require_relative and rely on autoload instead of using requireJeremy Evans2020-01-2744-114/+26
* DRY up tests using the test helperJeremy Evans2020-01-2750-189/+57
* Add a few more autoloadsJeremy Evans2020-01-271-0/+3
* Fix keyword argument separation warning in webrick testJeremy Evans2020-01-271-2/+1
* Only use ::Rack::RegexpExtensions on Ruby 2.3Jeremy Evans2020-01-278-8/+8
* Avoid use of unnecessary refinementJeremy Evans2020-01-271-13/+6
* Add recent changesJeremy Evans2020-01-271-1/+48
* Refactor common logger to avoid string allocationJeremy Evans2020-01-271-6/+3
* Rack::CommonLogger should use SCRIPT_NAME + PATH_INFO when logging request pathsErol Fornoles2020-01-272-1/+21
* Fix handling of parsing empty nested queriesJeremy Evans2020-01-272-6/+11
* Allow rack server command line to support multiple -r optionsJeremy Evans2020-01-271-9/+3
* accept multiple libraries to require at start methodkhotta2020-01-271-1/+7
* Escape URL to render HTMLChayoung You2020-01-272-7/+26
* Support multipart range requestsfatkodima2020-01-272-36/+102
* Require session.to_hash be unfrozenJeremy Evans2020-01-243-5/+10
* Require rack.session entry to respond to to_hash and return Hash instanceJeremy Evans2020-01-243-0/+31
* Do more exact matching of domain and path when deleting cookiesJeremy Evans2020-01-232-5/+89
* Document `Rack::Response#initialize` and `#finish`.Samuel Williams2020-01-241-7/+20
* Require request env not be frozen in SPECJeremy Evans2020-01-243-2/+9
* Update SPEC and Lint to require ASCII-8BIT encoding for CGI values with non-A...Jeremy Evans2020-01-243-0/+22
* Don't add headers when gzipped file returned 304Sergey Chooh2020-01-232-0/+13
* Fix test that expects UTF-8 default_external encodingJeremy Evans2020-01-231-2/+8
* Add back test for etag with no-cacheJeremy Evans2020-01-231-0/+6
* Remove check for Cache-Control: no-cache when generating etagMatthias Hengel2020-01-232-8/+1
* Improve `Request#host_with_port`Alexander Popov2020-01-232-20/+32
* Prefer `**options`.Samuel Williams2020-01-237-8/+8
* Set Content-Length response header even for bodies not responding to to_aryJeremy Evans2020-01-222-4/+3
* Fix multipart parser for special files #1308Christoph Wagner2020-01-222-3/+29
* Fix `use` with kwargsRyuta Kamizono2020-01-222-2/+3
* Enable `Layout/TrailingWhitespace` cop to prevent extra trailing space in futureRyuta Kamizono2020-01-227-6/+9
* Fix typosRyuta Kamizono2020-01-227-8/+8
* Make body not respond to to_path to Rack::Files range requestsJeremy Evans2020-01-212-11/+22
* Merge pull request #1502 from mkasztelnik/fix-typo-in-padrino-changelog-entryRafael França2020-01-201-1/+1
|\
| * Fix typo in Padrino changelog entryMarek Kasztelnik2020-01-201-1/+1
|/
* Update Thin handler to better handle more optionsJeremy Evans2020-01-171-8/+14
* Support providing IO-like object to Rack::Multipart::UploadedFileJeremy Evans2020-01-183-13/+40
* Do not clobber :BindAddress in Webrick handlerJeremy Evans2020-01-171-1/+3
* Make Rack::Request#ssl? be true for wss schemeJeremy Evans2020-01-182-1/+5
* Support a :cascade option for Rack::StaticJeremy Evans2020-01-172-0/+24
* Add test for multipart parsing without Content-DispositionJeremy Evans2020-01-172-0/+11
* Make Rack::ShowExceptions handle invalid POST dataJeremy Evans2020-01-162-2/+23
* Add a test for space between cookies (Fixes #1039)Jeremy Evans2020-01-161-0/+3
* Add more documentation to Rack::MockRequest (Fixes #1098)Jeremy Evans2020-01-161-0/+17
* Implement SessionHash#digJeremy Evans2020-01-162-4/+20