summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bumping to 2.0.1 to work around Rack2.0.1Aaron Patterson2016-06-301-1/+1
* Merge pull request #1011 from mperham/patch-12.0.0Aaron Patterson2016-06-301-2/+0
|\
| * Remove json gemMike Perham2016-02-031-2/+0
* | bump version to 2.0.0Aaron Patterson2016-06-301-1/+1
* | Merge pull request #1089 from matthewd/params-new-arrayAaron Patterson2016-06-302-2/+25
|\ \
| * | Try harder when deciding whether to add a new array elementMatthew Draper2016-06-232-2/+25
* | | Merge pull request #1030 from gjtorikian/dont-break-on-nil-headerAaron Patterson2016-06-242-1/+12
|\ \ \ | |/ / |/| |
| * | Tweak `nil` `HTTP_AUTHORIZATION` testGaren Torikian2016-03-071-3/+2
| * | Change `provided?` to provide validation, tooGaren Torikian2016-03-071-1/+5
| * | Add failing test demonstrating errorGaren Torikian2016-03-071-0/+8
* | | Merge pull request #1072 from frodsan/remove-unused-varMichael Fellinger2016-05-191-1/+0
|\ \ \
| * | | Remove unused variable.Francesco Rodríguez2016-05-191-1/+0
|/ / /
* | | bumping version2.0.0.rc1Aaron Patterson2016-05-061-1/+1
* | | Merge pull request #1056 from maclover7/request-helpersAaron Patterson2016-05-051-5/+5
|\ \ \
| * | | Move Rack::Request #values_at to HelpersJon Moss2016-05-041-5/+5
* | | | use sha256 for ETag generationAaron Patterson2016-05-052-4/+4
|/ / /
* | | Merge pull request #1065 from jkowens/fix-null-byteAaron Patterson2016-05-045-2/+34
|\ \ \
| * | | Return 400 status if request for static file includes null byteJordan Owens2016-05-035-2/+34
* | | | Merge pull request #1066 from jkowens/head-awareAaron Patterson2016-05-042-0/+14
|\ \ \ \
| * | | | Omit response body for HEAD requests to Rack::DirectoryJordan Owens2016-05-032-0/+14
| |/ / /
* | | | Merge pull request #1069 from sgrif/sg-deprecate-params-accessorsAaron Patterson2016-05-041-12/+20
|\ \ \ \
| * | | | Move `Request#[]` and `Request#[]=` to `Helpers` and deprecate themSean Griffin2016-05-041-12/+20
| |/ / /
* | | | Merge pull request #1068 from gearnode/bump-ruby-version-for-ciAaron Patterson2016-05-041-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Add last version of ruby for running ciGearnode2016-05-041-2/+2
|/ / /
* | | Tests: check exitstatus outside the conditional as a workaroundThomas Grindinger2016-04-291-1/+4
* | | HEAD requests to Rack::File now omit the response body.Thomas Grindinger2016-04-282-0/+14
* | | CI: fix missing bundler on some JRuby versions by explicitly installing itJeremy Daer2016-04-241-0/+1
* | | Merge pull request #1063 from tgrindinger/fix-webrick-testsJeremy Daer2016-04-241-0/+14
|\ \ \
| * | | improve fragile webrick testThomas Grindinger2016-04-241-0/+14
|/ / /
* | | Merge pull request #976 from prathamesh-sonpatki/fix-lighttpd-testsJeremy Daer2016-04-181-1/+1
|\ \ \
| * | | Run lighttpd tests if it's present on the systemPrathamesh Sonpatki2015-11-221-1/+1
* | | | CI: bump up to modern Travis setupJeremy Daer2016-04-171-4/+17
* | | | Validate the SameSite cookie optionBob Long2016-04-173-13/+63
* | | | Travis: allow jruby-head failures due to https://github.com/travis-ci/travis-...Jeremy Daer2016-04-171-0/+1
* | | | Merge pull request #1042 from gioele/cmp-host-server-onceSantiago Pastorino2016-04-111-2/+4
|\ \ \ \
| * | | | Compare host and server name only once per callGioele Barabucci2016-04-051-2/+4
* | | | | Merge pull request #1045 from shhavel/feature/use_string_interpolation_instea...Santiago Pastorino2016-04-115-6/+5
|\ \ \ \ \
| * | | | | Use String interpolation or << instead plus which are fasterOleksandr Avoiants2016-04-075-6/+5
| |/ / / /
* | | | | Merge pull request #1046 from shhavel/feature/micro_refactor_string_scan_in_r...Jeremy Daer2016-04-071-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Micro refactor string scan in Rack::Auth::Digest::Params.split_header_valueOleksandr Avoiants2016-04-071-1/+1
|/ / / /
* | | | Merge pull request #1033 from mastahyeti/same-site-cookiesAaron Patterson2016-03-172-7/+26
|\ \ \ \
| * | | | first-party cookies are now same-site cookiesBen Toews2016-03-152-7/+26
|/ / / /
* | | | Merge pull request #1027 from rack/default-serverJames Tucker2016-03-121-1/+1
|\ \ \ \
| * | | | Puma should be the default webserver for rackupdefault-serverJames Tucker2016-03-021-1/+1
* | | | | Merge pull request #1029 from rthbound/fixes-951-fixes-1015Matthew Draper2016-03-122-4/+22
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fixes #1015Ryan T. Hosford2016-03-082-1/+10
| * | | | Add more failing specs for ararysGraham Conzett2016-03-041-2/+5
| * | | | Fix normalize_params parsing arrays of hashesGraham Conzett2016-03-042-2/+3
| * | | | add failing test for rack/rack#951Max Albrecht2016-03-041-0/+5
|/ / / /
* | | | Merge pull request #1026 from geemus/secure-auth-examplesJames Tucker2016-03-022-2/+2
|\ \ \ \ | |/ / / |/| | |