Harshavardhana
|
ad779a8ba4
|
XL: Enable tests for large GetObject. (#1947)
Ref #1946
|
2016-06-20 22:08:36 -07:00 |
Aakash Muttineni
|
4ee2136b28
|
Unit tests for PUT object when object already exists (#1904)
* fs/xl tests for multiple put object requests
* xl fix for put object on directory
* Unit tests fix windows test issue.
|
2016-06-20 06:18:47 -07:00 |
Krishna Srinivas
|
c41bf26712
|
Unit tests: add unit tests for listv1/v2 for list bucket handler. (#1933)
fixes #1818
|
2016-06-19 13:33:00 -07:00 |
Harshavardhana
|
8c0942bf0d
|
XL: Remove usage of reduceErr and make it isQuorum verification. (#1909)
Fixes #1908
|
2016-06-18 00:27:51 +05:30 |
Krishna Srinivas
|
365f80efa3
|
XL/DeleteObject: delete call on a prefix should not delete the entire tree structure. (#1916)
fixes #1915
|
2016-06-17 10:48:43 +05:30 |
Harshavardhana
|
ed4fe689b4
|
posix: Support UNC paths on windows. (#1887)
This allows us to now use 32K paths names on windows.
Fixes #1620
|
2016-06-13 02:53:09 -07:00 |
Krishnan Parthasarathi
|
967c2b2940
|
Handled possible short writes to httpResponseWriter (#1804)
* XL: Handled possible short writes to httpResponseWriter
* Added tests for Range Header combinations
|
2016-05-30 11:27:15 -07:00 |
Harshavardhana
|
5a4b074ca0
|
XL: PutObject incorrectly returned after deleting multipart object. (#1715)
Fixes #1714
|
2016-05-20 17:27:48 -07:00 |
Harshavardhana
|
9fdb69563d
|
handler: CopyObject should save metadata. (#1698)
- Content-Type
- Content-Encoding
- ETag
Fixes #1682
|
2016-05-19 17:10:08 -07:00 |
Harshavardhana
|
00d0558131
|
XL: Enable tests for content-type for Head and Get
Fixes #1674
|
2016-05-19 15:34:18 -07:00 |
Harshavardhana
|
498ce1e9bb
|
handler: Add a waitgroup to avoid expect100Continue crash. (#1623)
This waitgroup allows for safe blocking operation where we can cleanly
control the flow of the writes and the underlying pipe altogether.
Fixes #1553
|
2016-05-14 17:18:00 -07:00 |
Bala FA
|
adbcafefad
|
xl/CreateFile: handle errFileNameTooLong error properly (#1523)
When errFileNameTooLong error is returned from posix, xl.CreateFile()
treats the error specially by returning the same error immediately.
Fixes #1501
|
2016-05-11 12:55:02 -07:00 |
Krishna Srinivas
|
04a5b25929
|
Multipart: Minimum part size limit does not apply to the last part during CompleteMultipartUpload. (#1518) (#1538)
|
2016-05-08 23:49:49 -07:00 |
Krishna Srinivas
|
75320f70d0
|
multipart: reject part upload if size is less than 5MB. (#1518)
|
2016-05-08 12:06:05 -07:00 |
Harshavardhana
|
0625c050e6
|
xl/tests: Enable server handler tests over XL. (#1512)
Fixes #1513
|
2016-05-06 16:47:23 -07:00 |