about summary refs log tree commit homepage
path: root/test/http_put.rb
DateCommit message (Expand)
2013-08-23http: remove Status: header from all responses
2013-02-18copyright comment updates for 2013 (part 2)
2012-11-22http_put: additional debug logging for failed PUTs
2012-11-12http_put: keep connection alive on bad Content-MD5
2012-10-31http_put: return 507 for excess sizes in headers
2012-06-26allow absolute URIs in HTTP requests
2012-03-16additional path restrictions on HTTP PUT creating dirs
2012-02-17tests: minor refactoring to reduce common code
2012-02-17http: require PUT to be at least one directory level deep
2012-02-11tests: make some tests more tolerant on overloaded systems
2012-02-06tests: fix running tests from a subdirectory
2012-02-05tests: centralize some test logic in test/helper
2012-02-01http: Content-MD5 validation for PUT
2012-02-01tests: turn Ruby warnings into errors
2012-02-01http_put: handle PUT response blocking on socket write
2012-01-31http_parser: inplace Content-Range/Content-Length parsing
2012-01-31http: Date: and Last-Modified: response headers
2012-01-19add Content-Range: support for PUT requests
2012-01-19http_put: identity PUT (no chunking/trailers) working