Harshavardhana
722abe2d0f
xl/fs: pathJoin now takes variadic inputs. ( #1550 )
...
Retains slash for the last element.
Fixes #1546
2016-05-09 00:46:54 -07:00
Harshavardhana
a56d5ef415
xl/fs: isFunctions should only return boolean. ( #1525 )
...
log the unrecognize errors.
2016-05-08 01:58:05 -07:00
Harshavardhana
937d68202d
server: Deadcode removal. ( #1517 )
2016-05-07 21:47:33 -07:00
Krishna Srinivas
247e835d7b
object: move go-routine listing from posix to objectLayer. ( #1491 )
2016-05-05 12:51:56 -07:00
Harshavardhana
ad40036cba
posix: filepath shouldn't be used anymore use path.Join ( #1486 )
2016-05-05 01:39:26 -07:00
Rajiv Makhijani
a5959789d5
Make minimum file space percent a constant ( #1484 )
2016-05-04 15:39:06 -07:00
Harshavardhana
dd417e5476
fs: Handle cases of PutObject for an existing prefix. ( #1478 )
2016-05-04 12:18:40 -07:00
Harshavardhana
d0e854afb7
xl/fs: Bring in ".minio/tmp" directory support. ( #1464 )
...
All transactions happen through this directory inside ".minio/temp".
Adding this allows us to remove any temporary files which were not
committed before.
Fixes #1462
Fixes #1444
2016-05-03 16:10:24 -07:00
Harshavardhana
4e34e03dd4
xl/fs: Split object layer into interface. ( #1415 )
2016-04-29 14:24:10 -07:00