summary refs log tree commit
DateCommit message (Expand)
2014-11-07Merge pull request #754 from tonyta/http-status-codes-update
2014-11-06update HTTP status codes to IETF RFC 7231
2014-11-06Ensure body is closed inside the proc. Follow existing monkey patch style.
2014-11-04Revert "Ensure body is closed inside the proc just as it would be outside the...
2014-11-04Ensure body is closed inside the proc just as it would be outside the proc
2014-11-03Avoid WEBrick handler buffering the entire response in RAM
2014-10-10Merge pull request #744 from createdbypete/fix-typo
2014-10-10Fix typo in comment
2014-10-05conditionalget: avoid const lookup in case/when HEAD when-lit master
2014-10-02Merge pull request #739 from schneems/schneems/fix-respond_to
2014-10-02Fix: `respond_to?` takes 2 arguments
2014-10-02Merge pull request #737 from schneems/schneems/less-objects
2014-10-02Less allocated objects on each request
2014-09-06Merge pull request #730 from sodabrew/patch-1
2014-09-03Trivial change to use single quotes for consistency
2014-09-01Merge pull request #729 from jeremy/fixes/default-middleware-override-regression
2014-09-01Restore Rack::Server#middleware backward compatibility
2014-08-22Merge pull request #725 from olistik/features/tempfile-extension
2014-08-22Preserves extension in the created tempfile
2014-08-18Bump version 1.6.0.beta
2014-08-04Revert "Merge branch 'pr/686'"
2014-08-03And rvm has p328, magical versions!
2014-08-03Apparently 1.9.2-p326 regressed, so fix that
2014-08-03Merge pull request #669 from alindeman/multiple_x_http_forwarded_proto
2014-08-03Merge pull request #674 from ujifgc/be-quiet
2014-08-03Merge branch 'pr/686'
2014-08-03Merge branch 'master' into pr/686
2014-08-03Merge pull request #697 from MichalBryxi/max_age
2014-08-03Merge branch 'spastorino'
2014-08-03build_nested_query includes integer values
2014-08-03Merge pull request #698 from IvanUkhov/build-query-empty-arrays
2014-08-03Merge pull request #717 from franciscoj/full-logger-interface
2014-08-03Merge pull request #457 from jakubpawlowicz/master
2014-08-03Rack::ETag correctly marks etags as Weak
2014-08-03Fix yet another body close bug in Rack::Deflater
2014-08-01Implement full Logger interface on NullLogger
2014-07-19Revert "support empty string multipart filename"
2014-07-19add quiet mode of rack server, rackup --quiet
2014-07-18support empty string multipart filename
2014-07-18multipart/form-data with files with no input name
2014-07-18Fix parent type API regression introduced in #713
2014-07-18correct weird case regression from #714
2014-07-18UrlMap: Enable case-insensitive domain matching
2014-07-18Merge pull request #714 from rafaelfranca/rm-fix-media-type-params
2014-07-18Merge pull request #713 from rafaelfranca/raise-on-invalid-charset
2014-07-18Raise specific exception if the parameters are invalid
2014-07-18Fix media_type_params when Content-Type parameters contains quoted-strings
2014-07-18Rack::Multipart::UploadedFile has file extensions
2014-07-18multipart content-type match now case insensitive
2014-07-18Merge pull request #710 from rack/webrick-chunking