about summary refs log tree commit homepage
path: root/test/http_chunked_put.rb
DateCommit message (Expand)
2020-01-18s/bogomips.org/yhbt.net/, update copyrights for 2020
2018-11-28update copyrights for 2018 and use SPDX for "GPL-3.0+"
2016-05-29update copyrights for 2016
2015-03-06copyright updates for 2015
2014-11-02update copyrights to 2014 (and all contributors)
2014-09-03test/http_chunked_put: test for gigantic trailer
2013-08-23http: remove Status: header from all responses
2013-02-18copyright comment updates for 2013 (part 2)
2012-10-31http_put: return 507 for excess sizes in headers
2012-10-16http_chunked_put: chunk-extension tests
2012-10-16http_put: boundary fix for Content-MD5 trailer handling
2012-07-09test: avoid assert_nothing_raised in Ruby tests
2012-03-16additional path restrictions on HTTP PUT creating dirs
2012-03-08use a temporary file for PUT if possible
2012-02-17tests: minor refactoring to reduce common code
2012-02-17http: require PUT to be at least one directory level deep
2012-02-08http: support Range requests for GET/HEAD
2012-02-06tests: fix running tests from a subdirectory
2012-02-05tests: centralize some test logic in test/helper
2012-02-04test/http_chunked_put: fix race condition in test
2012-02-04cleanup HTTP chunked PUT support for odd edge cases
2012-02-01test/http_chunked_put: enable disabled tests
2012-02-01http: Content-MD5 validation for PUT
2012-01-31http: Date: and Last-Modified: response headers
2012-01-31enable chunked HTTP PUT support