about summary refs log tree commit homepage
path: root/test/http_chunked_put.rb
DateCommit message (Expand)
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