summary refs log tree commit
DateCommit message (Expand)
2013-12-30Merge remote-tracking branch 'bogomips/yahns' into yhbt yhbt
2013-12-30Merge remote-tracking branch 'bogomips/ancient-chunked' into yhbt
2013-12-30Merge remote-tracking branch 'bogomips/builder-map-to_app' into yhbt
2013-12-28Fix race condition in sendfile middleware
2013-12-28Fix race conditions in head middleware
2013-12-28Fix race in deflater, remove early close
2013-12-28Fix race condition in content length
2013-12-28Fix race conditions from ETag middleware with lock
2013-12-28Add missing require to response.rb
2013-12-28ETag middleware now conforms to body close SPEC
2013-12-28Merge pull request #615 from vspy/master
2013-12-28Merge pull request #623 from craic/master
2013-12-28Merge pull request #634 from gioele/master
2013-12-22Allow failures on rbx until we use a version that is bundled with rubysl-open...
2013-12-22Make Travis test also with ruby-head
2013-12-22Bump 2.1 Travis tests to rc1
2013-12-21Make Yard aware of SPEC
2013-12-15test case for raising proper exception every time broken parameters accessed
2013-12-07Merge pull request #593 from urielka/master
2013-12-07Style change as requested by @raggi
2013-12-07Small optimization for #412 fix
2013-12-07Possible fix for #412
2013-12-06Revert "join the remaining instead of reversing"
2013-12-05join the remaining instead of reversing
2013-12-05use split 2 and reverse
2013-12-05Merge branch 'master' into charlie-master
2013-12-05Merge pull request #614 from pete/master
2013-12-05add parse_http_accept_header utility method to simplify accept_encoding and a...
2013-12-05Merge pull request #625 from bemurphy/master
2013-12-05Merge pull request #628 from obfusk/rakefile-fix-chmod
2013-12-05only run these tests on Ruby's that support encoding
2013-12-04chmod binaries to 755 instead of 775
2013-12-04Allow Travis to run against all branches
2013-12-04Merge pull request #590 from joefiorini/default-handler
2013-12-04fix \n in spec
2013-12-04Merge pull request #622 from nov/auth_scheme_can_be_nil
2013-12-04Run Travis tests using Ruby 2.1.0-preview2 too
2013-12-03correctly set multipart param encoding
2013-12-03encoding for incoming data is unknown, so our buffer should be binary.
2013-12-03encoding for incoming data is unknown, so our buffer should be binary.
2013-11-29deal with behavior differences in 1.9, 2.0 vs 2.1
2013-11-29only check for valid_encoding? response at boot time
2013-11-29bail early if no filename matched
2013-11-26Add a note to Rack::Utils.secure_compare doc
2013-11-26collapse this to a case / when
2013-11-26replace characters rather than removing them
2013-11-26an object is always yielded, so eliminate the conditional
2013-11-26push the default case up
2013-11-26the returned filename is never actually used
2013-11-26only generate one object for `full_boundary`